.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: 'Roboto', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #320707 !important;
}
.bg-success {
  background-color: #ff6200 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff6200 !important;
  border-color: #ff6200 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff8133 !important;
  border-color: #ff8133 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff8133 !important;
  border-color: #ff8133 !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: #320707;
  color: #320707;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff6200;
  color: #ff6200;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a84100 !important;
  background-color: transparent !important;
  border-color: #a84100 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6200 !important;
  border-color: #ff6200 !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: #320707 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #ff6200 !important;
}
.text-info {
  color: #000000 !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: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #993b00 !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: #320707;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.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: #320707;
  border-color: #320707;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #320707;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', 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: #320707 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', 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: #320707;
}
/* 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: #320707;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #320707;
}
.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: #320707;
  border-bottom-color: #320707;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #320707 !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: #ffffff !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='%23320707' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up8UC7AeFN {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/design-sem-nome-5.webp");
}
.cid-up8UC7AeFN .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-up8UC7AeFN {
    align-items: center;
  }
  .cid-up8UC7AeFN .row {
    justify-content: flex-start;
  }
  .cid-up8UC7AeFN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-up8UC7AeFN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-up8UC7AeFN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-up8UC7AeFN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-up8UC7AeFN .content-wrap {
    width: 100%;
  }
}
.cid-up8UC7AeFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-up8UC7AeFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up8UC7AeFN .mbr-section-title,
.cid-up8UC7AeFN .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-up8UC7AeFN .mbr-text,
.cid-up8UC7AeFN .mbr-section-btn {
  text-align: left;
}
.cid-up8UC7AeFN .mbr-section-title {
  color: #ffffff;
}
.cid-uakxCjCXWP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uakxCjCXWP img,
.cid-uakxCjCXWP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uakxCjCXWP .item:focus,
.cid-uakxCjCXWP span:focus {
  outline: none;
}
.cid-uakxCjCXWP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uakxCjCXWP .item {
    margin-bottom: 1rem;
  }
}
.cid-uakxCjCXWP .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uakxCjCXWP .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uakxCjCXWP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uakxCjCXWP .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uakxCjCXWP .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uakxCjCXWP .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uakxCjCXWP .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uakxCjCXWP .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uakxCjCXWP .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uakxCjCXWP .mbr-section-title {
  color: #232323;
}
.cid-uakxCjCXWP .mbr-text,
.cid-uakxCjCXWP .mbr-section-btn {
  text-align: center;
}
.cid-uakxCjCXWP .item-title {
  text-align: left;
  color: #216640;
}
.cid-uakxCjCXWP .content-head {
  max-width: 800px;
}
.cid-uakxCjCXWP .mbr-text,
.cid-uakxCjCXWP .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uakxCjCXWP .mbr-section-title,
.cid-uakxCjCXWP .mbr-section-head .mbr-section-btn {
  color: #216640;
}
.cid-up8UiTsMOQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-up8UiTsMOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-up8UiTsMOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up8UiTsMOQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-up8UiTsMOQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-up8UiTsMOQ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-up8UiTsMOQ .container {
    padding: 0 20px;
  }
}
.cid-up8UiTsMOQ .mbr-section-title {
  margin-bottom: 64px;
  color: #ff6200;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-up8UiTsMOQ .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-up8UiTsMOQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-up8UiTsMOQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-up8UiTsMOQ .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-up8UiTsMOQ .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-up8UiTsMOQ .embla__button--next,
.cid-up8UiTsMOQ .embla__button--prev {
  display: flex;
}
.cid-up8UiTsMOQ .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-up8UiTsMOQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-up8UiTsMOQ .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-up8UiTsMOQ .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-up8UiTsMOQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-up8UiTsMOQ .embla__button {
    top: 7rem;
  }
}
.cid-up8UiTsMOQ .embla {
  position: relative;
  width: 100%;
}
.cid-up8UiTsMOQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-up8UiTsMOQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-up8UiTsMOQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-up8UiTsMOQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ubqgT8kVaz {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ubqgT8kVaz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.cid-ubqgT8kVaz .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #000000;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-ubqgT8kVaz .timeline-text-content p {
  margin-bottom: 0;
}
.cid-ubqgT8kVaz .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-ubqgT8kVaz .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-ubqgT8kVaz .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-ubqgT8kVaz .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-ubqgT8kVaz .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #000000;
  top: 20px;
  margin-left: -30px;
}
.cid-ubqgT8kVaz .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-ubqgT8kVaz .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #000000;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-ubqgT8kVaz .iconsBackground {
    left: 1.5rem;
  }
  .cid-ubqgT8kVaz .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-ubqgT8kVaz .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-ubqgT8kVaz .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-ubqgT8kVaz .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-ubqgT8kVaz .mbr-section-title {
  color: #000000;
}
.cid-ubqgT8kVaz .mbr-timeline-title {
  color: #ff6200;
}
.cid-ubqgT8kVaz .mbr-timeline-text {
  color: #ffffff;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udrYn6AXNd {
  display: flex;
  background-image: url("../../../assets/images/mbr-23.webp");
}
.cid-udrYn6AXNd .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-udrYn6AXNd {
    align-items: center;
  }
  .cid-udrYn6AXNd .row {
    justify-content: flex-start;
  }
  .cid-udrYn6AXNd .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udrYn6AXNd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udrYn6AXNd {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udrYn6AXNd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udrYn6AXNd .content-wrap {
    width: 100%;
  }
}
.cid-udrYn6AXNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-udrYn6AXNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udrYn6AXNd .mbr-section-title,
.cid-udrYn6AXNd .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-udrYn6AXNd .mbr-text,
.cid-udrYn6AXNd .mbr-section-btn {
  text-align: left;
}
.cid-udrYn6AXNd .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-udrYxzBs69 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-udrYxzBs69 img,
.cid-udrYxzBs69 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-udrYxzBs69 .item:focus,
.cid-udrYxzBs69 span:focus {
  outline: none;
}
.cid-udrYxzBs69 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udrYxzBs69 .item {
    margin-bottom: 1rem;
  }
}
.cid-udrYxzBs69 .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-udrYxzBs69 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-udrYxzBs69 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-udrYxzBs69 .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-udrYxzBs69 .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-udrYxzBs69 .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-udrYxzBs69 .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-udrYxzBs69 .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-udrYxzBs69 .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-udrYxzBs69 .mbr-section-title {
  color: #232323;
}
.cid-udrYxzBs69 .mbr-text,
.cid-udrYxzBs69 .mbr-section-btn {
  text-align: center;
}
.cid-udrYxzBs69 .item-title {
  text-align: center;
  color: #ff6200;
}
.cid-udrYxzBs69 .content-head {
  max-width: 800px;
}
.cid-udrYxzBs69 .mbr-text,
.cid-udrYxzBs69 .item-wrapper .mbr-section-btn {
  text-align: center;
}
.cid-udrYxzBs69 .mbr-section-title,
.cid-udrYxzBs69 .mbr-section-head .mbr-section-btn {
  color: #ff6200;
}
.cid-ugyI3bxB3G {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ugyI3bxB3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyI3bxB3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyI3bxB3G .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugyI3bxB3G .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugyI3bxB3G .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ugyI3bxB3G .card-text {
  color: #ffffff;
}
.cid-ugyI3bxB3G .card-title {
  color: #ffffff;
}
.cid-uSWw6NvC2f {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uSWw6NvC2f::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
.cid-uSWw6NvC2f .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uSWw6NvC2f .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSWw6NvC2f .container {
    padding: 0 16px;
  }
}
.cid-uSWw6NvC2f .row {
  position: relative;
  z-index: 1;
}
.cid-uSWw6NvC2f .title-wrapper {
  margin-bottom: 80px;
}
.cid-uSWw6NvC2f .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uSWw6NvC2f .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSWw6NvC2f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uSWw6NvC2f .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uSWw6NvC2f .embla__slide .slide-content {
  width: 100%;
}
.cid-uSWw6NvC2f .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSWw6NvC2f .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uSWw6NvC2f .embla__button--next,
.cid-uSWw6NvC2f .embla__button--prev {
  display: flex;
}
.cid-uSWw6NvC2f .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uSWw6NvC2f .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSWw6NvC2f .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSWw6NvC2f .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSWw6NvC2f .embla__button.embla__button--next {
  right: 0;
}
.cid-uSWw6NvC2f .embla {
  position: relative;
  width: 100%;
}
.cid-uSWw6NvC2f .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSWw6NvC2f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSWw6NvC2f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSWw6NvC2f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSWw6NvC2f .mbr-section-title {
  color: #ff6200;
  text-align: center;
}
.cid-uSWw6NvC2f .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-ufkMY95Rkq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ufkMY95Rkq .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-ufkMY95Rkq .panel-group {
  border: none;
}
.cid-ufkMY95Rkq .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-ufkMY95Rkq .card-header {
    padding: 1rem 0rem;
  }
}
.cid-ufkMY95Rkq .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ufkMY95Rkq .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-ufkMY95Rkq .img-col {
  padding: 0;
}
.cid-ufkMY95Rkq .img-item {
  height: 100%;
}
.cid-ufkMY95Rkq img {
  height: 100%;
  object-fit: cover;
}
.cid-ufkMY95Rkq .collapsed span {
  transform: rotate(0deg);
}
.cid-ufkMY95Rkq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ufkMY95Rkq p {
  margin-bottom: 0.3rem;
}
.cid-ufkMY95Rkq .panel-title-edit {
  color: #e9c0e9;
}
.cid-ufkMY95Rkq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ufkMY95Rkq .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-ufkMY95Rkq .card {
    padding: 1.5rem;
  }
}
.cid-ufkMY95Rkq .panel-text {
  color: #320707;
}
.cid-ufkMY95Rkq .mbr-section-title {
  text-align: center;
  color: #ff6200;
}
.cid-ufkMY95Rkq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufkMY95Rkq .panel-title-edit,
.cid-ufkMY95Rkq .mbr-iconfont {
  color: #ff6200;
}
.cid-un8WxM7CbN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-un8WxM7CbN .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-un8WxM7CbN .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-un8WxM7CbN .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-un8WxM7CbN .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-un8WxM7CbN .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-un8WxM7CbN .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-un8WxM7CbN .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-un8WxM7CbN .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-un8WxM7CbN .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-un8WxM7CbN .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-un8WxM7CbN .col-text {
    text-align: center;
  }
}
.cid-un8WxM7CbN .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-un8WxM7CbN .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-un8WxM7CbN .label-text {
    text-align: center !important;
  }
}
.cid-un8WxM7CbN .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-un8WxM7CbN .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-un8WxM7CbN .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-un8WxM7CbN .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-un8WxM7CbN .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-un8WxM7CbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-un8WxM7CbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un8WxM7CbN .mbr-section-title,
.cid-un8WxM7CbN .mbr-section-btn {
  color: #ff6200;
}
.cid-un8WxM7CbN .img-label-text {
  color: #222222;
}
.cid-un8WxM7CbN .img-text {
  color: #222222;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-um1ZUOG1FY {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-6.webp");
}
.cid-um1ZUOG1FY .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-um1ZUOG1FY {
    align-items: flex-end;
  }
  .cid-um1ZUOG1FY .row {
    justify-content: flex-start;
  }
  .cid-um1ZUOG1FY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-um1ZUOG1FY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-um1ZUOG1FY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-um1ZUOG1FY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-um1ZUOG1FY .content-wrap {
    width: 100%;
  }
}
.cid-um1ZUOG1FY .mbr-fallback-image.disabled {
  display: none;
}
.cid-um1ZUOG1FY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um1ZUOG1FY .mbr-section-title,
.cid-um1ZUOG1FY .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-um1ZUOG1FY .mbr-text,
.cid-um1ZUOG1FY .mbr-section-btn {
  text-align: left;
}
.cid-um1ZUOG1FY .mbr-section-title {
  color: #ff6200;
}
.cid-um1ZUP5kYR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #320707;
}
.cid-um1ZUP5kYR .card-wrapper {
  display: flex;
  justify-content: center;
}
.cid-um1ZUP5kYR .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-um1ZUP5kYR .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-um1ZUP5kYR .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-um1ZUP5kYR .card-text {
  color: #ffffff;
}
.cid-um1ZUP5kYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-um1ZUP5kYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um1ZUP5kYR .card-title {
  color: #ffffff;
}
.cid-uRfIeCG2bf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRfIeCG2bf .item:focus,
.cid-uRfIeCG2bf span:focus {
  outline: none;
}
.cid-uRfIeCG2bf .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uRfIeCG2bf .content-head {
  max-width: 800px;
}
.cid-uRfIeCG2bf .item {
  color: #320707;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uRfIeCG2bf .item {
    min-height: 45px;
  }
}
.cid-um1ZUR6q1W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-um1ZUR6q1W .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-um1ZUR6q1W .panel-group {
  border: none;
}
.cid-um1ZUR6q1W .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-um1ZUR6q1W .card-header {
    padding: 1rem 0rem;
  }
}
.cid-um1ZUR6q1W .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-um1ZUR6q1W .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-um1ZUR6q1W .img-col {
  padding: 0;
}
.cid-um1ZUR6q1W .img-item {
  height: 100%;
}
.cid-um1ZUR6q1W img {
  height: 100%;
  object-fit: cover;
}
.cid-um1ZUR6q1W .collapsed span {
  transform: rotate(0deg);
}
.cid-um1ZUR6q1W .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-um1ZUR6q1W p {
  margin-bottom: 0.3rem;
}
.cid-um1ZUR6q1W .panel-title-edit {
  color: #e9c0e9;
}
.cid-um1ZUR6q1W .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-um1ZUR6q1W .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-um1ZUR6q1W .card {
    padding: 1.5rem;
  }
}
.cid-um1ZUR6q1W .panel-text {
  color: #320707;
}
.cid-um1ZUR6q1W .mbr-section-title {
  text-align: center;
  color: #ff6200;
}
.cid-um1ZUR6q1W .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-um1ZUR6q1W .panel-title-edit,
.cid-um1ZUR6q1W .mbr-iconfont {
  color: #ff6200;
}
.cid-uTdXsBKtA0 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uTdXsBKtA0::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uTdXsBKtA0 .container {
    padding: 0 16px;
  }
}
.cid-uTdXsBKtA0 .row {
  position: relative;
  z-index: 1;
}
.cid-uTdXsBKtA0 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uTdXsBKtA0 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTdXsBKtA0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTdXsBKtA0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uTdXsBKtA0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uTdXsBKtA0 .embla__slide .slide-content {
  width: 100%;
}
.cid-uTdXsBKtA0 .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTdXsBKtA0 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uTdXsBKtA0 .embla__button--next,
.cid-uTdXsBKtA0 .embla__button--prev {
  display: flex;
}
.cid-uTdXsBKtA0 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uTdXsBKtA0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTdXsBKtA0 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uTdXsBKtA0 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uTdXsBKtA0 .embla__button.embla__button--next {
  right: 0;
}
.cid-uTdXsBKtA0 .embla {
  position: relative;
  width: 100%;
}
.cid-uTdXsBKtA0 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTdXsBKtA0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTdXsBKtA0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTdXsBKtA0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTdXsBKtA0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTdXsBKtA0 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uTLiEq6Xdp {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uTLiEq6Xdp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTLiEq6Xdp .item {
    margin-bottom: 1rem;
  }
}
.cid-uTLiEq6Xdp .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uTLiEq6Xdp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uTLiEq6Xdp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uTLiEq6Xdp .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uTLiEq6Xdp .carousel-control,
.cid-uTLiEq6Xdp .close {
  background: #1b1b1b;
}
.cid-uTLiEq6Xdp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uTLiEq6Xdp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uTLiEq6Xdp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uTLiEq6Xdp .carousel-control-next span {
  margin-left: 5px;
}
.cid-uTLiEq6Xdp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uTLiEq6Xdp .close::before {
  content: '\e91a';
}
.cid-uTLiEq6Xdp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uTLiEq6Xdp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uTLiEq6Xdp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTLiEq6Xdp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTLiEq6Xdp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTLiEq6Xdp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uTLiEq6Xdp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uTLiEq6Xdp .carousel-indicators li.active,
.cid-uTLiEq6Xdp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uTLiEq6Xdp .carousel-indicators li::after,
.cid-uTLiEq6Xdp .carousel-indicators li::before {
  content: none;
}
.cid-uTLiEq6Xdp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uTLiEq6Xdp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uTLiEq6Xdp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTLiEq6Xdp .carousel-indicators {
    display: none;
  }
}
.cid-uTLiEq6Xdp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uTLiEq6Xdp .carousel-inner > .active {
  display: block;
}
.cid-uTLiEq6Xdp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTLiEq6Xdp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTLiEq6Xdp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uTLiEq6Xdp .carousel-control,
  .cid-uTLiEq6Xdp .carousel-indicators,
  .cid-uTLiEq6Xdp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uTLiEq6Xdp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uTLiEq6Xdp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uTLiEq6Xdp .carousel-indicators .active,
.cid-uTLiEq6Xdp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uTLiEq6Xdp .carousel-indicators .active {
  background: #fff;
}
.cid-uTLiEq6Xdp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uTLiEq6Xdp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uTLiEq6Xdp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uTLiEq6Xdp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uTLiEq6Xdp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uTLiEq6Xdp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uTLiEq6Xdp .carousel {
  width: 100%;
}
.cid-uTLiEq6Xdp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uTLiEq6Xdp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uTLiEq6Xdp .modal.fade .modal-dialog,
.cid-uTLiEq6Xdp .modal.in .modal-dialog {
  transform: none;
}
.cid-uTLiEq6Xdp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uTLiEq6Xdp .content-head {
  max-width: 800px;
}
.cid-un8U46tdV7 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-un8U46tdV7 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-un8U46tdV7 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-un8U46tdV7 .card-title,
.cid-un8U46tdV7 .iconfont-wrapper {
  color: #000000;
}
.cid-un8U46tdV7 .card-text {
  color: #000000;
  text-align: center;
}
.cid-un8U46tdV7 .content-head {
  max-width: 800px;
}
.cid-un8U46tdV7 .mbr-section-title {
  color: #ff6200;
}
.cid-un8U46tdV7 .card-title,
.cid-un8U46tdV7 .img-wrapper {
  text-align: center;
}
.cid-un8U46tdV7 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-um1ZURAl2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-um1ZURAl2f .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-um1ZURAl2f .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-um1ZURAl2f .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-um1ZURAl2f .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-um1ZURAl2f .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-um1ZURAl2f .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-um1ZURAl2f .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-um1ZURAl2f .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-um1ZURAl2f .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-um1ZURAl2f .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-um1ZURAl2f .col-text {
    text-align: center;
  }
}
.cid-um1ZURAl2f .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-um1ZURAl2f .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-um1ZURAl2f .label-text {
    text-align: center !important;
  }
}
.cid-um1ZURAl2f .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-um1ZURAl2f .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-um1ZURAl2f .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-um1ZURAl2f .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-um1ZURAl2f .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-um1ZURAl2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-um1ZURAl2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um1ZURAl2f .mbr-section-title,
.cid-um1ZURAl2f .mbr-section-btn {
  color: #ff6200;
}
.cid-um1ZURAl2f .img-label-text {
  color: #222222;
}
.cid-um1ZURAl2f .img-text {
  color: #222222;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uKh7yFa6zB {
  z-index: 1000;
  width: 100%;
}
.cid-uKh7yFa6zB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uKh7yFa6zB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKh7yFa6zB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uKh7yFa6zB .menu_box .navbar.opened,
  .cid-uKh7yFa6zB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKh7yFa6zB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uKh7yFa6zB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKh7yFa6zB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKh7yFa6zB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKh7yFa6zB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKh7yFa6zB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKh7yFa6zB .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uKh7yFa6zB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKh7yFa6zB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKh7yFa6zB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKh7yFa6zB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKh7yFa6zB .offcanvas-body .mbr-text,
  .cid-uKh7yFa6zB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uKh7yFa6zB .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uKh7yFa6zB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKh7yFa6zB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uKh7yFa6zB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKh7yFa6zB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKh7yFa6zB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKh7yFa6zB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKh7yFa6zB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKh7yFa6zB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKh7yFa6zB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKh7yFa6zB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKh7yFa6zB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKh7yFa6zB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uKh7yFa6zB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKh7yFa6zB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKh7yFa6zB .nav-item {
    margin: 0 !important;
  }
}
.cid-uKh7yFa6zB .nav-item .nav-link {
  position: relative;
}
.cid-uKh7yFa6zB .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uKh7yFa6zB .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uKh7yFa6zB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKh7yFa6zB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKh7yFa6zB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKh7yFa6zB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKh7yFa6zB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKh7yFa6zB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKh7yFa6zB .offcanvas_box {
    display: none;
  }
}
.cid-uKh7yFa6zB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKh7yFa6zB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKh7yFa6zB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKh7yFa6zB .container {
  display: flex;
  margin: auto;
}
.cid-uKh7yFa6zB .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKh7yFa6zB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKh7yFa6zB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKh7yFa6zB .navbar-caption {
  color: #000000;
}
.cid-uKh7yFa6zB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKh7yFa6zB .navbar-nav {
    margin: 0;
  }
}
.cid-uKh7yFa6zB .dropdown-menu,
.cid-uKh7yFa6zB .navbar.opened {
  background-color: false !important;
}
.cid-uKh7yFa6zB .nav-item:focus,
.cid-uKh7yFa6zB .nav-link:focus {
  outline: none;
}
.cid-uKh7yFa6zB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKh7yFa6zB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKh7yFa6zB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKh7yFa6zB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKh7yFa6zB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKh7yFa6zB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKh7yFa6zB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKh7yFa6zB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKh7yFa6zB .navbar.opened {
  transition: all 0.3s;
}
.cid-uKh7yFa6zB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKh7yFa6zB .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uKh7yFa6zB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uKh7yFa6zB .navbar.collapsed {
  justify-content: center;
}
.cid-uKh7yFa6zB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKh7yFa6zB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKh7yFa6zB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKh7yFa6zB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKh7yFa6zB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKh7yFa6zB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKh7yFa6zB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKh7yFa6zB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKh7yFa6zB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKh7yFa6zB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKh7yFa6zB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKh7yFa6zB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKh7yFa6zB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKh7yFa6zB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKh7yFa6zB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKh7yFa6zB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKh7yFa6zB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKh7yFa6zB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKh7yFa6zB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKh7yFa6zB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKh7yFa6zB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKh7yFa6zB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKh7yFa6zB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKh7yFa6zB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKh7yFa6zB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKh7yFa6zB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKh7yFa6zB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKh7yFa6zB .dropdown-item.active,
.cid-uKh7yFa6zB .dropdown-item:active {
  background-color: transparent;
}
.cid-uKh7yFa6zB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKh7yFa6zB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKh7yFa6zB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKh7yFa6zB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKh7yFa6zB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKh7yFa6zB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKh7yFa6zB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uKh7yFa6zB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKh7yFa6zB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKh7yFa6zB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKh7yFa6zB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKh7yFa6zB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKh7yFa6zB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKh7yFa6zB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKh7yFa6zB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKh7yFa6zB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKh7yFa6zB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKh7yFa6zB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKh7yFa6zB .navbar {
    height: 70px;
  }
  .cid-uKh7yFa6zB .navbar.opened {
    height: auto;
  }
  .cid-uKh7yFa6zB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKh7yFa6zB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKh7yFa6zB .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uKh7yFa6zB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uKh7yFa6zB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uKh7yFa6zB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uKh7yFa6zB .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uKh7yFa6zB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKh7yFa6zB .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uKh7yFa6zB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKh7yFa6zB .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uKh7yFa6zB .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uKh7yFa6zB .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uKh7yFa6zB .mbr-section-subtitle,
.cid-uKh7yFa6zB .text_widget,
.cid-uKh7yFa6zB .mbr-section-btn {
  text-align: left;
}
.cid-uKh7yFa6zB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKh7yFG2pW {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1211.webp");
}
.cid-uKh7yFG2pW .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uKh7yFG2pW {
    align-items: center;
  }
  .cid-uKh7yFG2pW .row {
    justify-content: flex-start;
  }
  .cid-uKh7yFG2pW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKh7yFG2pW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKh7yFG2pW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uKh7yFG2pW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKh7yFG2pW .content-wrap {
    width: 100%;
  }
}
.cid-uKh7yFG2pW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKh7yFG2pW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKh7yFG2pW .mbr-section-title,
.cid-uKh7yFG2pW .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uKh7yFG2pW .mbr-text,
.cid-uKh7yFG2pW .mbr-section-btn {
  text-align: left;
  color: #ffc091;
}
.cid-uKh7yFG2pW .mbr-section-title {
  color: #ffffff;
}
.cid-uKh7yG4CBf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKh7yG4CBf img,
.cid-uKh7yG4CBf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uKh7yG4CBf .item:focus,
.cid-uKh7yG4CBf span:focus {
  outline: none;
}
.cid-uKh7yG4CBf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKh7yG4CBf .item {
    margin-bottom: 1rem;
  }
}
.cid-uKh7yG4CBf .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uKh7yG4CBf .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uKh7yG4CBf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uKh7yG4CBf .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uKh7yG4CBf .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKh7yG4CBf .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uKh7yG4CBf .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKh7yG4CBf .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uKh7yG4CBf .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uKh7yG4CBf .mbr-section-title {
  color: #232323;
}
.cid-uKh7yG4CBf .mbr-text,
.cid-uKh7yG4CBf .mbr-section-btn {
  text-align: center;
}
.cid-uKh7yG4CBf .item-title {
  text-align: left;
  color: #216640;
}
.cid-uKh7yG4CBf .content-head {
  max-width: 800px;
}
.cid-uKh7yG4CBf .mbr-text,
.cid-uKh7yG4CBf .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uKh7yG4CBf .mbr-section-title,
.cid-uKh7yG4CBf .mbr-section-head .mbr-section-btn {
  color: #ff6200;
}
.cid-uVtICZ5vTh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uVtICZ5vTh::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uVtICZ5vTh .container {
    padding: 0 16px;
  }
}
.cid-uVtICZ5vTh .row {
  position: relative;
  z-index: 1;
}
.cid-uVtICZ5vTh .title-wrapper {
  margin-bottom: 80px;
}
.cid-uVtICZ5vTh .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVtICZ5vTh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVtICZ5vTh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uVtICZ5vTh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uVtICZ5vTh .embla__slide .slide-content {
  width: 100%;
}
.cid-uVtICZ5vTh .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVtICZ5vTh .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uVtICZ5vTh .embla__button--next,
.cid-uVtICZ5vTh .embla__button--prev {
  display: flex;
}
.cid-uVtICZ5vTh .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uVtICZ5vTh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVtICZ5vTh .embla__button:hover {
  opacity: .7 !important;
}
.cid-uVtICZ5vTh .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVtICZ5vTh .embla__button.embla__button--next {
  right: 0;
}
.cid-uVtICZ5vTh .embla {
  position: relative;
  width: 100%;
}
.cid-uVtICZ5vTh .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVtICZ5vTh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVtICZ5vTh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVtICZ5vTh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVtICZ5vTh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVtICZ5vTh .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uKh7yGy5T9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uKh7yGy5T9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKh7yGy5T9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKh7yGy5T9 .mbr-section-title {
  color: #216640;
}
.cid-uKh7yGy5T9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKh7yGXLjz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #216640;
}
.cid-uKh7yGXLjz .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uKh7yGXLjz .panel-group {
  border: none;
}
.cid-uKh7yGXLjz .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKh7yGXLjz .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uKh7yGXLjz .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKh7yGXLjz .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uKh7yGXLjz .img-col {
  padding: 0;
}
.cid-uKh7yGXLjz .img-item {
  height: 100%;
}
.cid-uKh7yGXLjz img {
  height: 100%;
  object-fit: cover;
}
.cid-uKh7yGXLjz .collapsed span {
  transform: rotate(0deg);
}
.cid-uKh7yGXLjz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKh7yGXLjz p {
  margin-bottom: 0.3rem;
}
.cid-uKh7yGXLjz .panel-title-edit {
  color: #e9c0e9;
}
.cid-uKh7yGXLjz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKh7yGXLjz .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uKh7yGXLjz .card {
    padding: 1.5rem;
  }
}
.cid-uKh7yGXLjz .panel-text {
  color: #320707;
}
.cid-uKh7yGXLjz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uKh7yGXLjz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKh7yGXLjz .panel-title-edit,
.cid-uKh7yGXLjz .mbr-iconfont {
  color: #216640;
}
.cid-uKh7yHtSa0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-uKh7yHtSa0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKh7yHtSa0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKh7yHtSa0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKh7yHtSa0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKh7yHtSa0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKh7yHtSa0 .container {
    padding: 0 20px;
  }
}
.cid-uKh7yHtSa0 .mbr-section-title {
  margin-bottom: 64px;
  color: #216640;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKh7yHtSa0 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uKh7yHtSa0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uKh7yHtSa0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uKh7yHtSa0 .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uKh7yHtSa0 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uKh7yHtSa0 .embla__button--next,
.cid-uKh7yHtSa0 .embla__button--prev {
  display: flex;
}
.cid-uKh7yHtSa0 .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uKh7yHtSa0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKh7yHtSa0 .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uKh7yHtSa0 .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uKh7yHtSa0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uKh7yHtSa0 .embla__button {
    top: 7rem;
  }
}
.cid-uKh7yHtSa0 .embla {
  position: relative;
  width: 100%;
}
.cid-uKh7yHtSa0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKh7yHtSa0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKh7yHtSa0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKh7yHtSa0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKh7yIjAZK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uKh7yIjAZK .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uKh7yIjAZK .mbr-section-title {
  color: #216640;
}
.cid-uKh7yIjAZK .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uKh7yIjAZK .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uKh7yIjAZK .card {
    padding: 1rem !important;
  }
}
.cid-uKh7yIjAZK .card:hover {
  transform: translateY(-1rem);
}
.cid-uKh7yIjAZK .card img {
  max-width: 120px;
  height: auto;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uR9UqgAhuM {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-18.webp");
}
.cid-uR9UqgAhuM .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uR9UqgAhuM {
    align-items: flex-end;
  }
  .cid-uR9UqgAhuM .row {
    justify-content: center;
  }
  .cid-uR9UqgAhuM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uR9UqgAhuM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uR9UqgAhuM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uR9UqgAhuM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uR9UqgAhuM .content-wrap {
    width: 100%;
  }
}
.cid-uR9UqgAhuM .mbr-section-title,
.cid-uR9UqgAhuM .mbr-section-subtitle {
  text-align: center;
}
.cid-uR9UqgAhuM .mbr-text,
.cid-uR9UqgAhuM .mbr-section-btn {
  text-align: center;
}
.cid-uR9UqgAhuM .mbr-section-title {
  color: #ffffff;
}
.cid-uR9UqgCbDI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uR9UqgCbDI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uR9UqgCbDI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uR9UqgCbDI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uR9UqgCbDI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uR9UqgCbDI .content-head {
  max-width: 800px;
}
.cid-uSWuHnnYjI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uSWuHnnYjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSWuHnnYjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSWuHnnYjI .card-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
.cid-uSWuHnnYjI .mbr-iconfont {
  font-size: 3rem;
  color: #ff6200;
  padding-right: 2rem;
}
.cid-uSWuHnnYjI .title {
  color: #ff6200;
}
.cid-uR9UqgCdj0 {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.cid-uR9UqgCdj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9UqgCdj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uR9UqgCdj0 .row {
  justify-content: center;
}
.cid-uR9UqgCdj0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uR9UqgCdj0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uR9UqgCdj0 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uR9UqgCdj0 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9UqgCdj0 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uR9UqgCdj0 .content-head {
  max-width: 800px;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uakxzg7eMq {
  display: flex;
  background-image: url("../../../assets/images/1-18.webp");
}
.cid-uakxzg7eMq .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uakxzg7eMq {
    align-items: center;
  }
  .cid-uakxzg7eMq .row {
    justify-content: flex-start;
  }
  .cid-uakxzg7eMq .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uakxzg7eMq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uakxzg7eMq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uakxzg7eMq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uakxzg7eMq .content-wrap {
    width: 100%;
  }
}
.cid-uakxzg7eMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uakxzg7eMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uakxzg7eMq .mbr-section-title,
.cid-uakxzg7eMq .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uakxzg7eMq .mbr-text,
.cid-uakxzg7eMq .mbr-section-btn {
  text-align: left;
}
.cid-uakxzg7eMq .mbr-section-title {
  color: #ffffff;
}
.cid-uDIhECbDzq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uDIhECbDzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIhECbDzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIhECbDzq .mbr-section-title {
  color: #ffffff;
}
.cid-uDIhECbDzq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRBrP6ZFXP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRBrP6ZFXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBrP6ZFXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRBrP6ZFXP .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uRBrP6ZFXP .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRBrP6ZFXP .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #232323;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uRBrP6ZFXP .panel-group .card {
    padding: 16px;
  }
}
.cid-uRBrP6ZFXP .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uRBrP6ZFXP .panel-group .card:hover,
.cid-uRBrP6ZFXP .panel-group .card:focus {
  border: 1px solid #ff6200;
}
.cid-uRBrP6ZFXP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRBrP6ZFXP .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRBrP6ZFXP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRBrP6ZFXP .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-uRBrP6ZFXP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uRBrP6ZFXP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uRBrP6ZFXP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ff6200;
}
.cid-uRBrP6ZFXP .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uRBrP6ZFXP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRBrP6ZFXP .mbr-section-title {
  color: #ffffff;
}
.cid-uRBrP6ZFXP .panel-title-edit {
  color: #ffffff;
}
.cid-uRBrP6ZFXP .panel-text {
  color: #ff6200;
}
.cid-uRBrP6ZFXP .mbr-section-title,
.cid-uRBrP6ZFXP .mbr-section-btn {
  color: #232323;
}
.cid-uRBrCz849q {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uRBrCz849q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBrCz849q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBrCz849q .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRBrCz849q .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRBrCz849q .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRBrCz849q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRBrCz849q .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uRBrCz849q .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRBrCz849q .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uRBrCz849q .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uRBrCz849q .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-uRBrCz849q .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f96e47;
}
.cid-uRBrCz849q .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRBrCz849q .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uRBrCz849q .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uRBrCz849q .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRBrCz849q .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uRBrCz849q .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uRBrCz849q .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uRBrCz849q .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRBrCz849q .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uRBrCz849q .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uRBrCz849q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRBrCz849q .mbr-text {
  color: #ff6200;
  text-align: center;
}
.cid-uRBrCz849q .item-title {
  color: #ff6200;
}
.cid-uRBrCz849q .item-text {
  color: #ffffff;
}
.cid-uRHrVmwBkf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #ededed;
}
.cid-uRHrVmwBkf::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uRHrVmwBkf .container {
    padding: 0 16px;
  }
}
.cid-uRHrVmwBkf .row {
  position: relative;
  z-index: 1;
}
.cid-uRHrVmwBkf .title-wrapper {
  margin-bottom: 80px;
}
.cid-uRHrVmwBkf .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRHrVmwBkf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRHrVmwBkf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uRHrVmwBkf .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uRHrVmwBkf .embla__slide .slide-content {
  width: 100%;
}
.cid-uRHrVmwBkf .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #fafafa;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRHrVmwBkf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uRHrVmwBkf .embla__button--next,
.cid-uRHrVmwBkf .embla__button--prev {
  display: flex;
}
.cid-uRHrVmwBkf .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRHrVmwBkf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRHrVmwBkf .embla__button:hover {
  opacity: .7 !important;
}
.cid-uRHrVmwBkf .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRHrVmwBkf .embla__button.embla__button--next {
  right: 0;
}
.cid-uRHrVmwBkf .embla {
  position: relative;
  width: 100%;
}
.cid-uRHrVmwBkf .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRHrVmwBkf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRHrVmwBkf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRHrVmwBkf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRHrVmwBkf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRHrVmwBkf .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uRBKEhbE2M {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uRBKEhbE2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBKEhbE2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBKEhbE2M .items-wrap {
  justify-content: center;
}
.cid-uRBKEhbE2M .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uRBKEhbE2M .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uRBKEhbE2M .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uRBKEhbE2M .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uRBKEhbE2M .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uRBKEhbE2M .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRBKEhbE2M .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uRBKEhbE2M .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uRBKEhbE2M .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uRBKEhbE2M .item-desc {
  color: #ffffff;
}
.cid-uakxzj8LTk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uakxzj8LTk .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uakxzj8LTk .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uakxzj8LTk .card-title,
.cid-uakxzj8LTk .iconfont-wrapper {
  color: #000000;
}
.cid-uakxzj8LTk .card-text {
  color: #000000;
  text-align: center;
}
.cid-uakxzj8LTk .content-head {
  max-width: 800px;
}
.cid-uakxzj8LTk .mbr-section-title {
  color: #ff6200;
}
.cid-uakxzj8LTk .card-title,
.cid-uakxzj8LTk .img-wrapper {
  text-align: center;
}
.cid-uakxzj8LTk .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-usxCHX4CIM {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-usxCHX4CIM .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-usxCHX4CIM {
    align-items: center;
  }
  .cid-usxCHX4CIM .row {
    justify-content: flex-start;
  }
  .cid-usxCHX4CIM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usxCHX4CIM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usxCHX4CIM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usxCHX4CIM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usxCHX4CIM .content-wrap {
    width: 100%;
  }
}
.cid-usxCHX4CIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-usxCHX4CIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usxCHX4CIM .mbr-section-title,
.cid-usxCHX4CIM .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-usxCHX4CIM .mbr-text,
.cid-usxCHX4CIM .mbr-section-btn {
  text-align: left;
}
.cid-usxCHX4CIM .mbr-section-title {
  color: #ffffff;
}
.cid-uTWXlu9HEB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTWXlu9HEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTWXlu9HEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTWXlu9HEB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTWXlu9HEB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uTWXlu9HEB .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uTWXlu9HEB .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTWXlu9HEB .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uTWXlu9HEB .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #edefeb;
}
.cid-uTWXlu9HEB .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uTWXlu9HEB .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uTWXlu9HEB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTWXlu9HEB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTWXlu9HEB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTWXlu9HEB .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uTWXlu9HEB .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uTWXlu9HEB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uTWXlu9HEB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uTWXlu9HEB .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uTWXlu9HEB .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uTWXlu9HEB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uTWXlu9HEB .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uTWXlu9HEB .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uTWXlu9HEB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTWXlu9HEB .mbr-section-title,
.cid-uTWXlu9HEB .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uTWXlu9HEB .panel-title-edit {
  color: #323432;
}
.cid-uTWXlu9HEB .panel-text {
  color: #323432;
}
.cid-uTWXlu9HEB .panel-text,
.cid-uTWXlu9HEB .panel-body {
  color: #ff6200;
}
.cid-uUCfvx1mVg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUCfvx1mVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCfvx1mVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCfvx1mVg .card-wrapper {
  padding: 80px 60px;
  background-color: #edefeb;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper {
    padding: 40px 20px 20px;
  }
}
.cid-uUCfvx1mVg .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUCfvx1mVg .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ff6200;
  margin-bottom: 0;
}
.cid-uUCfvx1mVg .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUCfvx1mVg .card-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper .text-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uUCfvx1mVg .card-wrapper .text-wrapper .text-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-uUCfvx1mVg .card-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUCfvx1mVg .card-wrapper .text-wrapper .mbr-section-btn {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uUCfvx1mVg .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUCfvx1mVg .card-wrapper .tabs-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper .tabs-wrapper {
    display: block;
  }
}
.cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .nav.nav-tabs {
  width: 38%;
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 20px;
}
.cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
    margin-top: 0;
  }
}
.cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:hover .nav-link {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:hover .nav-link {
    transform: none;
  }
}
.cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ff6200;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  padding: 30px 40px;
  display: block;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px;
  }
}
.cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  width: 130%;
}
.cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .tab-content {
  z-index: 1;
  width: 62%;
  padding: 120px;
  background-color: #ffffff;
  margin-left: 20px;
}
@media (max-width: 1440px) {
  .cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .tab-content {
    padding: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .tab-content {
    padding: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .tab-content .tab-pane .content-wrap .item-img img {
  height: 550px;
  object-fit: cover;
  box-shadow: 10px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .tab-content .tab-pane .content-wrap .item-img img {
    height: 350px;
    box-shadow: none;
  }
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .card-wrapper .tabs-wrapper .tab-content .tab-pane .content-wrap .item-img img {
    box-shadow: none;
  }
}
.cid-uUCfvx1mVg .mbr-label,
.cid-uUCfvx1mVg .label-wrapper {
  color: #ffffff;
}
.cid-uUCfvx1mVg .mbr-section-title {
  color: #19171c;
}
.cid-uUCfvx1mVg .mbr-text,
.cid-uUCfvx1mVg .text-wrapper {
  color: #19171c;
}
.cid-uUCfvx1mVg .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUCfvx1mVg .mbr-section-btn {
    text-align: left;
  }
}
.cid-usxCHXp6EY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-usxCHXp6EY .mbr-fallback-image.disabled {
  display: none;
}
.cid-usxCHXp6EY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usxCHXp6EY .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usxCHXp6EY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usxCHXp6EY .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-usxCHXp6EY .card-text {
  color: #ffffff;
}
.cid-usxCHXp6EY .card-title {
  color: #ffffff;
}
.cid-usxCHXp6EY .mbr-section-title {
  text-align: center;
  color: #ff6200;
}
.cid-uU2tFR3J4I {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uU2tFR3J4I::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uU2tFR3J4I .container {
    padding: 0 16px;
  }
}
.cid-uU2tFR3J4I .row {
  position: relative;
  z-index: 1;
}
.cid-uU2tFR3J4I .title-wrapper {
  margin-bottom: 80px;
}
.cid-uU2tFR3J4I .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU2tFR3J4I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uU2tFR3J4I .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uU2tFR3J4I .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uU2tFR3J4I .embla__slide .slide-content {
  width: 100%;
}
.cid-uU2tFR3J4I .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU2tFR3J4I .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uU2tFR3J4I .embla__button--next,
.cid-uU2tFR3J4I .embla__button--prev {
  display: flex;
}
.cid-uU2tFR3J4I .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uU2tFR3J4I .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU2tFR3J4I .embla__button:hover {
  opacity: .7 !important;
}
.cid-uU2tFR3J4I .embla__button.embla__button--prev {
  left: 0;
}
.cid-uU2tFR3J4I .embla__button.embla__button--next {
  right: 0;
}
.cid-uU2tFR3J4I .embla {
  position: relative;
  width: 100%;
}
.cid-uU2tFR3J4I .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uU2tFR3J4I .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU2tFR3J4I .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU2tFR3J4I .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU2tFR3J4I .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uU2tFR3J4I .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uUDeClTe67 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #ff6200 -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-uUDeClTe67 {
    background-image: linear-gradient(45deg, #ff6200 -60%, #000000 40%);
  }
}
.cid-uUDeClTe67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUDeClTe67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUDeClTe67 .row {
  justify-content: space-between;
}
.cid-uUDeClTe67 .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUDeClTe67 .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uUDeClTe67 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uUDeClTe67 .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uUDeClTe67 .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #1f2329;
}
@media (max-width: 992px) {
  .cid-uUDeClTe67 .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uUDeClTe67 .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uUDeClTe67 .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uUDeClTe67 .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uUDeClTe67 .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uUDeClTe67 .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uUDeClTe67 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uUDeClTe67 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uUDeClTe67 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUDeClTe67 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #ff6200;
}
.cid-uUDeClTe67 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uUDeClTe67 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uUDeClTe67 .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uUDeClTe67 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUDeClTe67 .mbr-section-title {
  color: #ffffff;
}
.cid-uUDeClTe67 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uUDeClTe67 .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uUDeClTe67 .panel-title-edit {
  color: #ffffff;
}
.cid-uUDeClTe67 .panel-text {
  color: #ff6200;
}
.cid-utqVBWh9nA {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-utqVBWh9nA {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-utqVBWh9nA .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-utqVBWh9nA section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-utqVBWh9nA .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-utqVBWh9nA .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-utqVBWh9nA .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utqVBWh9nA .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-utqVBWh9nA .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-utqVBWh9nA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-utqVBWh9nA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-utqVBWh9nA .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-utqVBWh9nA .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-utqVBWh9nA .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-utqVBWh9nA .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #ff6200;
}
.cid-utqVBWh9nA .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-utqVBWh9nA .image-wrapper {
    height: auto;
  }
}
.cid-utqVBWh9nA .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-utqVBWh9nA .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-utqVBWh9nA .mbr-section-title {
  color: #ed2c03;
}
.cid-utqVBWh9nA .list {
  color: #000000;
}
.cid-utqVBWh9nA .mbr-section-title,
.cid-utqVBWh9nA .mbr-section-btn {
  color: #320707;
}
.cid-usIbQDQ1n9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-usIbQDQ1n9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usIbQDQ1n9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usIbQDQ1n9 .mbr-section-title {
  color: #ff6200;
}
.cid-usIbQDQ1n9 .mbr-section-subtitle {
  color: #232323;
}
.cid-utqX9hKmYQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-utqX9hKmYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-utqX9hKmYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utqX9hKmYQ .container {
    padding: 0 20px;
  }
}
.cid-utqX9hKmYQ .row {
  justify-content: center;
}
.cid-utqX9hKmYQ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-utqX9hKmYQ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-utqX9hKmYQ .video-block {
    margin-bottom: 30px;
  }
}
.cid-utqX9hKmYQ .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-utqX9hKmYQ .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-utqX9hKmYQ .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-utqX9hKmYQ .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-utqX9hKmYQ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-utqX9hKmYQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-utqXqp9eQK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-utqXqp9eQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-utqXqp9eQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utqXqp9eQK .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-utqXqp9eQK .container-fluid {
    padding: 0 20px;
  }
}
.cid-utqXqp9eQK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-utqXqp9eQK .container {
    padding: 0 20px;
  }
}
.cid-utqXqp9eQK .row {
  justify-content: center;
}
.cid-utqXqp9eQK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-utqXqp9eQK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-utqXqp9eQK .video-block {
    margin-bottom: 30px;
  }
}
.cid-utqXqp9eQK .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-utqXqp9eQK .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-utqXqp9eQK .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-utqXqp9eQK .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-utqXqp9eQK .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-utqXqp9eQK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uTLRVlnqFP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTLRVlnqFP .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;
}
@media (max-width: 767px) {
  .cid-uTLRVlnqFP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTLRVlnqFP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTLRVlnqFP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTLRVlnqFP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTLRVlnqFP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTLRVlnqFP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTLRVlnqFP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uTLRVlnqFP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uTLRVlnqFP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTLRVlnqFP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTLRVlnqFP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTLRVlnqFP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uTLRVlnqFP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTLRVlnqFP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTLRVlnqFP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTLRVlnqFP .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTLRVlnqFP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTLRVlnqFP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uTLRVlnqFP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTLRVlnqFP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uTLRVlnqFP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uTLRVlnqFP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTLRVlnqFP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTLRVlnqFP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTLRVlnqFP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uTLRVlnqFP .nav-item:focus,
.cid-uTLRVlnqFP .nav-link:focus {
  outline: none;
}
.cid-uTLRVlnqFP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTLRVlnqFP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTLRVlnqFP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTLRVlnqFP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTLRVlnqFP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTLRVlnqFP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTLRVlnqFP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uTLRVlnqFP .navbar.opened {
  transition: all 0.3s;
}
.cid-uTLRVlnqFP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTLRVlnqFP .navbar .navbar-logo img {
  width: auto;
}
.cid-uTLRVlnqFP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTLRVlnqFP .navbar.collapsed {
  justify-content: center;
}
.cid-uTLRVlnqFP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTLRVlnqFP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTLRVlnqFP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTLRVlnqFP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTLRVlnqFP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTLRVlnqFP .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-uTLRVlnqFP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTLRVlnqFP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTLRVlnqFP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTLRVlnqFP .navbar {
    min-height: 72px;
  }
  .cid-uTLRVlnqFP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTLRVlnqFP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTLRVlnqFP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTLRVlnqFP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTLRVlnqFP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTLRVlnqFP .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-uTLRVlnqFP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTLRVlnqFP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTLRVlnqFP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTLRVlnqFP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTLRVlnqFP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTLRVlnqFP .dropdown-item.active,
.cid-uTLRVlnqFP .dropdown-item:active {
  background-color: transparent;
}
.cid-uTLRVlnqFP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTLRVlnqFP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTLRVlnqFP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTLRVlnqFP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTLRVlnqFP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTLRVlnqFP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTLRVlnqFP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTLRVlnqFP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTLRVlnqFP .navbar-buttons {
    text-align: left;
  }
}
.cid-uTLRVlnqFP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTLRVlnqFP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTLRVlnqFP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTLRVlnqFP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTLRVlnqFP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTLRVlnqFP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTLRVlnqFP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTLRVlnqFP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTLRVlnqFP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTLRVlnqFP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTLRVlnqFP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTLRVlnqFP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTLRVlnqFP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTLRVlnqFP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTLRVlnqFP .navbar {
    height: 70px;
  }
  .cid-uTLRVlnqFP .navbar.opened {
    height: auto;
  }
  .cid-uTLRVlnqFP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTLRVlnqFP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTLRVlnqFP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTLRVlnqFP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTLRVlnqFP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uTLRVlnqFP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTLRVlnqFP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTLRVlnqFP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTLRVlnqFP .navbar-brand {
    margin-right: auto;
  }
  .cid-uTLRVlnqFP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uTLRVlnqFP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTLRVlnqFP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTLRVlnqFP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTLRVlnqFP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTLRVlnqFP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTLRVlnqFP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uTLRVlnqFP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTLRVlnqFP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTLRVlnqFP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTLRVlnqFP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT2r8fSXYb {
  display: flex;
  background-image: url("../../../assets/images/mbr-9.webp");
}
.cid-uT2r8fSXYb .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uT2r8fSXYb {
    align-items: center;
  }
  .cid-uT2r8fSXYb .row {
    justify-content: center;
  }
  .cid-uT2r8fSXYb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uT2r8fSXYb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uT2r8fSXYb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uT2r8fSXYb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uT2r8fSXYb .content-wrap {
    width: 100%;
  }
}
.cid-uT2r8fSXYb .mbr-section-title,
.cid-uT2r8fSXYb .mbr-section-subtitle {
  text-align: center;
}
.cid-uT2r8fSXYb .mbr-text,
.cid-uT2r8fSXYb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uT2XJKHBTc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT2XJKHBTc .row {
    text-align: center!important;
  }
}
.cid-uT2XJKHBTc .mbr-section-title {
  color: #ffffff;
}
.cid-uT2XJKHBTc .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT2XJKHBTc .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT2XJKHBTc .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT2XJKHBTc .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT2XJKHBTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2XJKHBTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2XJKHBTc .mbr-section-title,
.cid-uT2XJKHBTc .mbr-section-btn {
  color: #ff6200;
}
.cid-uT2TNO1ASz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT2TNO1ASz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2TNO1ASz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2TNO1ASz .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2TNO1ASz .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uT2TNO1ASz .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT2TNO1ASz .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uT2TNO1ASz .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uT2TNO1ASz .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uT2TNO1ASz .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT2TNO1ASz .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uT2TNO1ASz .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #ff6200 70%);
  transition: all 1s ease-in-out;
}
.cid-uT2TNO1ASz .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #ff6200 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uT2TNO1ASz .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uT2TNO1ASz .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT2TNO1ASz .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uT2TNO1ASz .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT2TNO1ASz .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uT2BqzeGpO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uT2BqzeGpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2BqzeGpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2BqzeGpO .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT2BqzeGpO .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT2BqzeGpO .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uT2BqzeGpO .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uT2BqzeGpO .item {
    margin-bottom: 40px;
  }
}
.cid-uT2BqzeGpO .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uT2BqzeGpO .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uT2BqzeGpO .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2BqzeGpO .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uT2BqzeGpO .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uT2BqzeGpO .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT2BqzeGpO .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT2BqzeGpO .mbr-section-title,
.cid-uT2BqzeGpO .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT2BqzeGpO .card-number {
  color: #f1f5eb;
}
.cid-uT2BqzeGpO .card-title {
  color: #323432;
}
.cid-uT2BqzeGpO .card-text {
  color: #ffffff;
}
.cid-uT2BqzeGpO .card-title,
.cid-uT2BqzeGpO .mbr-section-btn,
.cid-uT2BqzeGpO .iconfont-wrapper {
  color: #ffffff;
}
.cid-uT2F5IXi7e {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uT2F5IXi7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2F5IXi7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2F5IXi7e .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uT2F5IXi7e .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT2F5IXi7e .content-head {
  max-width: 800px;
}
.cid-uT2F5IXi7e .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uT2F5IXi7e .img-wrapper img {
  width: 6rem;
}
.cid-uT2F5IXi7e .mbr-section-title {
  color: #ff6200;
}
.cid-uT2F5IXi7e .card-title {
  color: #000000;
}
.cid-uT2F5IXi7e .card-text {
  color: #000000;
}
.cid-uT2F5IXi7e .mbr-section-subtitle {
  color: #ff6200;
  text-align: center;
}
.cid-uT2O009qZK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2O009qZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2O009qZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2O009qZK .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT2O009qZK .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT2O009qZK .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uT2O009qZK .mbr-section-title {
  margin-bottom: 80px;
  color: #19171c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT2O009qZK .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uT2O009qZK .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uT2O009qZK .items-wrapper .item {
  padding: 0 10px;
}
.cid-uT2O009qZK .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uT2O009qZK .item {
    margin-bottom: 20px;
  }
}
.cid-uT2O009qZK .item .item-wrapper {
  padding: 60px 40px;
  background-color: #f1f5eb;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2O009qZK .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uT2O009qZK .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT2O009qZK .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uT2O009qZK .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uT2O009qZK .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uT2O009qZK .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uT2O009qZK .item .item-wrapper .item-content .item-title_1,
.cid-uT2O009qZK .item .item-wrapper .item-content .item-title_2,
.cid-uT2O009qZK .item .item-wrapper .item-content .item-title_3 {
  margin-bottom: 20px;
}
.cid-uT2O009qZK .item .item-wrapper .item-content .item-price {
  margin-bottom: 20px;
}
.cid-uT2O009qZK .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-uT2O009qZK .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-uT2O009qZK .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uT2O009qZK .item .item-wrapper .item-content .list {
    margin: 20px 0 0 0;
  }
}
.cid-uT2O009qZK .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}
.cid-uT2O009qZK .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT2O009qZK .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.cid-uT2O009qZK .item .item-wrapper .item-content .list_1 .item-wrap::before {
  color: #000000;
}
.cid-uT2O009qZK .item .item-wrapper .item-content .list_2 .item-wrap::before {
  color: #00b2ff;
}
.cid-uT2O009qZK .item .item-wrapper .item-content .list_3 .item-wrap::before {
  color: #b593ff;
}
.cid-uT2O009qZK .mbr-label,
.cid-uT2O009qZK .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uT2O009qZK .item-title_1 {
  color: #000000;
}
.cid-uT2O009qZK .item-title_2 {
  color: #000000;
}
.cid-uT2O009qZK .item-title_3 {
  color: #232323;
}
.cid-uT2O009qZK .item-price {
  color: #19171c;
}
.cid-uT2O009qZK .list {
  color: #19171c;
}
.cid-uT2O009qZK .mbr-section-title,
.cid-uT2O009qZK .mbr-section-btn {
  color: #ff6200;
}
.cid-uT2K7efc9Z {
  padding-top: 45px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uT2K7efc9Z .mbr-section-title {
  color: #06182d;
}
.cid-uT2K7efc9Z .mbr-section-title span {
  line-height: 1;
  color: #edefeb;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uT2K7efc9Z .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT2K7efc9Z .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uT2K7efc9Z .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-uT2K7efc9Z .title-text {
  margin-bottom: 70px;
}
.cid-uT2K7efc9Z .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT2K7efc9Z .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uT2K7efc9Z .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uT2K7efc9Z .title-text .mbr-section-title {
  color: #ffffff;
}
.cid-uT2K7efc9Z .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uT2K7efc9Z .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uT2K7efc9Z .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uT2K7efc9Z .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-uT2K7efc9Z .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uT2K7efc9Z .p-4 {
  padding: 1rem 0 !important;
}
.cid-uT2K7efc9Z .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uT2K7efc9Z .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uT2K7efc9Z .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uT2K7efc9Z .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uT2K7efc9Z .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uT2K7efc9Z .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uT2K7efc9Z .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uT2K7efc9Z .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uT2K7efc9Z .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uT2K7efc9Z .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uT2K7efc9Z .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-uT2K7efc9Z .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uT2K7efc9Z .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uT2K7efc9Z .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uT2K7efc9Z .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uT2K7efc9Z .card .card-header a.panel-title .toggle-icon:before,
.cid-uT2K7efc9Z .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uT2K7efc9Z .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uT2K7efc9Z .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uT2K7efc9Z .card .panel-body {
  padding: 14px 20px;
}
.cid-uT2K7efc9Z .card .panel-body p {
  color: #000000;
  line-height: 1.5;
}
.cid-uT2K7efc9Z .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uT2K7efc9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2K7efc9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2K7efc9Z .title-text .mbr-section-title {
  text-align: left;
  color: #ff6200;
}
.cid-uT2M2q8iN1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #050f0f;
}
.cid-uT2M2q8iN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2M2q8iN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2M2q8iN1 .content-head {
  max-width: 800px;
}
.cid-uT2M2q8iN1 .loop-container .item {
  min-height: auto;
}
.cid-uT2M2q8iN1 .item {
  color: #f7fff7;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uT2M2q8iN1 .item {
    min-height: 45px;
  }
}
.cid-uT2ZbbVjrd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT2ZbbVjrd .row {
    text-align: center!important;
  }
}
.cid-uT2ZbbVjrd .mbr-section-title {
  color: #ffffff;
}
.cid-uT2ZbbVjrd .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT2ZbbVjrd .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT2ZbbVjrd .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT2ZbbVjrd .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT2ZbbVjrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2ZbbVjrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2ZbbVjrd .mbr-section-title,
.cid-uT2ZbbVjrd .mbr-section-btn {
  color: #232323;
}
.cid-uT2E5krK63 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uT2E5krK63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2E5krK63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2E5krK63 .content-wrap {
  padding: 60px 0;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uT2E5krK63 .content-wrap {
    padding: 20px;
  }
}
.cid-uT2E5krK63 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uT2E5krK63 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uT2E5krK63 .embla__slide .slide-content {
  width: 100%;
}
.cid-uT2E5krK63 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uT2E5krK63 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uT2E5krK63 .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-uT2E5krK63 .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-uT2E5krK63 .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uT2E5krK63 .embla__button--next,
.cid-uT2E5krK63 .embla__button--prev {
  display: flex;
}
.cid-uT2E5krK63 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uT2E5krK63 .embla__button {
    bottom: 0;
  }
}
.cid-uT2E5krK63 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT2E5krK63 .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uT2E5krK63 .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-uT2E5krK63 .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-uT2E5krK63 .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-uT2E5krK63 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uT2E5krK63 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uT2E5krK63 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uT2E5krK63 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT2E5krK63 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT2E5krK63 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT2E5krK63 .item-text {
  color: #404349;
}
.cid-uT2E5krK63 .item-name {
  color: #ff6200;
}
.cid-uT2E5krK63 .item-role {
  color: #000000;
}
.cid-uT2MRIDAZP {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uT2MRIDAZP::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uT2MRIDAZP .container {
    padding: 0 16px;
  }
}
.cid-uT2MRIDAZP .row {
  position: relative;
  z-index: 1;
}
.cid-uT2MRIDAZP .title-wrapper {
  margin-bottom: 80px;
}
.cid-uT2MRIDAZP .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uT2MRIDAZP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2MRIDAZP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uT2MRIDAZP .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uT2MRIDAZP .embla__slide .slide-content {
  width: 100%;
}
.cid-uT2MRIDAZP .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2MRIDAZP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uT2MRIDAZP .embla__button--next,
.cid-uT2MRIDAZP .embla__button--prev {
  display: flex;
}
.cid-uT2MRIDAZP .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uT2MRIDAZP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT2MRIDAZP .embla__button:hover {
  opacity: .7 !important;
}
.cid-uT2MRIDAZP .embla__button.embla__button--prev {
  left: 0;
}
.cid-uT2MRIDAZP .embla__button.embla__button--next {
  right: 0;
}
.cid-uT2MRIDAZP .embla {
  position: relative;
  width: 100%;
}
.cid-uT2MRIDAZP .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uT2MRIDAZP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT2MRIDAZP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT2MRIDAZP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT2MRIDAZP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT2MRIDAZP .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uT2NG2TtPa {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT2NG2TtPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2NG2TtPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2NG2TtPa .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT2NG2TtPa .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT2NG2TtPa .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uT2NG2TtPa .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uT2NG2TtPa .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uT2NG2TtPa .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #232323;
}
.cid-uT2NG2TtPa .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uT2NG2TtPa .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uT2NG2TtPa .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uT2NG2TtPa .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uT2NG2TtPa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT2NG2TtPa .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uT2NG2TtPa .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uT2NG2TtPa .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uT2NG2TtPa .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uT2NG2TtPa .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uT2NG2TtPa .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uT2NG2TtPa .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uT2NG2TtPa .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uT2NG2TtPa .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uT2NG2TtPa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uT2NG2TtPa .mbr-section-title,
.cid-uT2NG2TtPa .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT2NG2TtPa .panel-title-edit {
  color: #ffffff;
}
.cid-uT2NG2TtPa .panel-text {
  color: #323432;
}
.cid-uT2NG2TtPa .panel-text,
.cid-uT2NG2TtPa .panel-body {
  color: #ff6200;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uTLv6zkgSI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTLv6zkgSI .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;
}
@media (max-width: 767px) {
  .cid-uTLv6zkgSI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTLv6zkgSI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTLv6zkgSI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTLv6zkgSI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTLv6zkgSI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTLv6zkgSI .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTLv6zkgSI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uTLv6zkgSI .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uTLv6zkgSI .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTLv6zkgSI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTLv6zkgSI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTLv6zkgSI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uTLv6zkgSI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTLv6zkgSI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTLv6zkgSI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTLv6zkgSI .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTLv6zkgSI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTLv6zkgSI .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uTLv6zkgSI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTLv6zkgSI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uTLv6zkgSI .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uTLv6zkgSI .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTLv6zkgSI .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTLv6zkgSI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTLv6zkgSI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uTLv6zkgSI .nav-item:focus,
.cid-uTLv6zkgSI .nav-link:focus {
  outline: none;
}
.cid-uTLv6zkgSI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTLv6zkgSI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTLv6zkgSI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTLv6zkgSI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTLv6zkgSI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTLv6zkgSI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTLv6zkgSI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uTLv6zkgSI .navbar.opened {
  transition: all 0.3s;
}
.cid-uTLv6zkgSI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTLv6zkgSI .navbar .navbar-logo img {
  width: auto;
}
.cid-uTLv6zkgSI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTLv6zkgSI .navbar.collapsed {
  justify-content: center;
}
.cid-uTLv6zkgSI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTLv6zkgSI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTLv6zkgSI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTLv6zkgSI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTLv6zkgSI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTLv6zkgSI .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-uTLv6zkgSI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTLv6zkgSI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTLv6zkgSI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTLv6zkgSI .navbar {
    min-height: 72px;
  }
  .cid-uTLv6zkgSI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTLv6zkgSI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTLv6zkgSI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTLv6zkgSI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTLv6zkgSI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTLv6zkgSI .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-uTLv6zkgSI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTLv6zkgSI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTLv6zkgSI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTLv6zkgSI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTLv6zkgSI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTLv6zkgSI .dropdown-item.active,
.cid-uTLv6zkgSI .dropdown-item:active {
  background-color: transparent;
}
.cid-uTLv6zkgSI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTLv6zkgSI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTLv6zkgSI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTLv6zkgSI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTLv6zkgSI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTLv6zkgSI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTLv6zkgSI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTLv6zkgSI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTLv6zkgSI .navbar-buttons {
    text-align: left;
  }
}
.cid-uTLv6zkgSI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTLv6zkgSI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTLv6zkgSI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTLv6zkgSI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTLv6zkgSI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTLv6zkgSI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTLv6zkgSI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTLv6zkgSI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTLv6zkgSI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTLv6zkgSI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTLv6zkgSI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTLv6zkgSI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTLv6zkgSI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTLv6zkgSI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTLv6zkgSI .navbar {
    height: 70px;
  }
  .cid-uTLv6zkgSI .navbar.opened {
    height: auto;
  }
  .cid-uTLv6zkgSI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTLv6zkgSI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTLv6zkgSI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTLv6zkgSI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTLv6zkgSI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uTLv6zkgSI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTLv6zkgSI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTLv6zkgSI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTLv6zkgSI .navbar-brand {
    margin-right: auto;
  }
  .cid-uTLv6zkgSI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uTLv6zkgSI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTLv6zkgSI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTLv6zkgSI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTLv6zkgSI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTLv6zkgSI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTLv6zkgSI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uTLv6zkgSI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTLv6zkgSI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTLv6zkgSI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTLv6zkgSI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT6Uxr8dgY {
  display: flex;
  background-image: url("../../../assets/images/mbr-9.webp");
}
.cid-uT6Uxr8dgY .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uT6Uxr8dgY {
    align-items: center;
  }
  .cid-uT6Uxr8dgY .row {
    justify-content: center;
  }
  .cid-uT6Uxr8dgY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uT6Uxr8dgY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uT6Uxr8dgY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uT6Uxr8dgY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uT6Uxr8dgY .content-wrap {
    width: 100%;
  }
}
.cid-uT6Uxr8dgY .mbr-section-title,
.cid-uT6Uxr8dgY .mbr-section-subtitle {
  text-align: center;
}
.cid-uT6Uxr8dgY .mbr-text,
.cid-uT6Uxr8dgY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uT6Uxs5pYm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT6Uxs5pYm .row {
    text-align: center!important;
  }
}
.cid-uT6Uxs5pYm .mbr-section-title {
  color: #ffffff;
}
.cid-uT6Uxs5pYm .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT6Uxs5pYm .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT6Uxs5pYm .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT6Uxs5pYm .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT6Uxs5pYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6Uxs5pYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6Uxs5pYm .mbr-section-title,
.cid-uT6Uxs5pYm .mbr-section-btn {
  color: #ff6200;
}
.cid-uT6UxsuyYg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT6UxsuyYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6UxsuyYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6UxsuyYg .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT6UxsuyYg .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uT6UxsuyYg .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT6UxsuyYg .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uT6UxsuyYg .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uT6UxsuyYg .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uT6UxsuyYg .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT6UxsuyYg .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uT6UxsuyYg .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #ff6200 70%);
  transition: all 1s ease-in-out;
}
.cid-uT6UxsuyYg .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #ff6200 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uT6UxsuyYg .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uT6UxsuyYg .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT6UxsuyYg .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uT6UxsuyYg .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT6UxsuyYg .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uT6Uxt6hps {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uT6Uxt6hps .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6Uxt6hps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6Uxt6hps .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT6Uxt6hps .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT6Uxt6hps .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uT6Uxt6hps .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uT6Uxt6hps .item {
    margin-bottom: 40px;
  }
}
.cid-uT6Uxt6hps .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uT6Uxt6hps .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uT6Uxt6hps .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uT6Uxt6hps .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uT6Uxt6hps .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uT6Uxt6hps .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT6Uxt6hps .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT6Uxt6hps .mbr-section-title,
.cid-uT6Uxt6hps .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT6Uxt6hps .card-number {
  color: #f1f5eb;
}
.cid-uT6Uxt6hps .card-title {
  color: #323432;
}
.cid-uT6Uxt6hps .card-text {
  color: #ffffff;
}
.cid-uT6Uxt6hps .card-title,
.cid-uT6Uxt6hps .mbr-section-btn,
.cid-uT6Uxt6hps .iconfont-wrapper {
  color: #ffffff;
}
.cid-uT6UxtEAyq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uT6UxtEAyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6UxtEAyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6UxtEAyq .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uT6UxtEAyq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT6UxtEAyq .content-head {
  max-width: 800px;
}
.cid-uT6UxtEAyq .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uT6UxtEAyq .img-wrapper img {
  width: 6rem;
}
.cid-uT6UxtEAyq .mbr-section-title {
  color: #ff6200;
}
.cid-uT6UxtEAyq .card-title {
  color: #000000;
}
.cid-uT6UxtEAyq .card-text {
  color: #000000;
}
.cid-uT6UxtEAyq .mbr-section-subtitle {
  color: #ff6200;
  text-align: center;
}
.cid-uT6Uxuj5nJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT6Uxuj5nJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6Uxuj5nJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6Uxuj5nJ .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT6Uxuj5nJ .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT6Uxuj5nJ .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uT6Uxuj5nJ .mbr-section-title {
  margin-bottom: 80px;
  color: #19171c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT6Uxuj5nJ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uT6Uxuj5nJ .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uT6Uxuj5nJ .items-wrapper .item {
  padding: 0 10px;
}
.cid-uT6Uxuj5nJ .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uT6Uxuj5nJ .item {
    margin-bottom: 20px;
  }
}
.cid-uT6Uxuj5nJ .item .item-wrapper {
  padding: 60px 40px;
  background-color: #f1f5eb;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT6Uxuj5nJ .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uT6Uxuj5nJ .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT6Uxuj5nJ .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uT6Uxuj5nJ .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uT6Uxuj5nJ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uT6Uxuj5nJ .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uT6Uxuj5nJ .item .item-wrapper .item-content .item-title_1,
.cid-uT6Uxuj5nJ .item .item-wrapper .item-content .item-title_2,
.cid-uT6Uxuj5nJ .item .item-wrapper .item-content .item-title_3 {
  margin-bottom: 20px;
}
.cid-uT6Uxuj5nJ .item .item-wrapper .item-content .item-price {
  margin-bottom: 20px;
}
.cid-uT6Uxuj5nJ .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-uT6Uxuj5nJ .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-uT6Uxuj5nJ .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uT6Uxuj5nJ .item .item-wrapper .item-content .list {
    margin: 20px 0 0 0;
  }
}
.cid-uT6Uxuj5nJ .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}
.cid-uT6Uxuj5nJ .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT6Uxuj5nJ .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.cid-uT6Uxuj5nJ .item .item-wrapper .item-content .list_1 .item-wrap::before {
  color: #000000;
}
.cid-uT6Uxuj5nJ .item .item-wrapper .item-content .list_2 .item-wrap::before {
  color: #00b2ff;
}
.cid-uT6Uxuj5nJ .item .item-wrapper .item-content .list_3 .item-wrap::before {
  color: #b593ff;
}
.cid-uT6Uxuj5nJ .mbr-label,
.cid-uT6Uxuj5nJ .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uT6Uxuj5nJ .item-title_1 {
  color: #000000;
}
.cid-uT6Uxuj5nJ .item-title_2 {
  color: #000000;
}
.cid-uT6Uxuj5nJ .item-title_3 {
  color: #232323;
}
.cid-uT6Uxuj5nJ .item-price {
  color: #19171c;
}
.cid-uT6Uxuj5nJ .list {
  color: #19171c;
}
.cid-uT6Uxuj5nJ .mbr-section-title,
.cid-uT6Uxuj5nJ .mbr-section-btn {
  color: #ff6200;
}
.cid-uT6UxvbHeb {
  padding-top: 45px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uT6UxvbHeb .mbr-section-title {
  color: #06182d;
}
.cid-uT6UxvbHeb .mbr-section-title span {
  line-height: 1;
  color: #edefeb;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uT6UxvbHeb .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT6UxvbHeb .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uT6UxvbHeb .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-uT6UxvbHeb .title-text {
  margin-bottom: 70px;
}
.cid-uT6UxvbHeb .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT6UxvbHeb .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uT6UxvbHeb .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uT6UxvbHeb .title-text .mbr-section-title {
  color: #ffffff;
}
.cid-uT6UxvbHeb .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uT6UxvbHeb .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uT6UxvbHeb .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uT6UxvbHeb .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-uT6UxvbHeb .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uT6UxvbHeb .p-4 {
  padding: 1rem 0 !important;
}
.cid-uT6UxvbHeb .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uT6UxvbHeb .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uT6UxvbHeb .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uT6UxvbHeb .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uT6UxvbHeb .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uT6UxvbHeb .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uT6UxvbHeb .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uT6UxvbHeb .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uT6UxvbHeb .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uT6UxvbHeb .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uT6UxvbHeb .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-uT6UxvbHeb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uT6UxvbHeb .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uT6UxvbHeb .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uT6UxvbHeb .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uT6UxvbHeb .card .card-header a.panel-title .toggle-icon:before,
.cid-uT6UxvbHeb .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uT6UxvbHeb .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uT6UxvbHeb .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uT6UxvbHeb .card .panel-body {
  padding: 14px 20px;
}
.cid-uT6UxvbHeb .card .panel-body p {
  color: #000000;
  line-height: 1.5;
}
.cid-uT6UxvbHeb .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uT6UxvbHeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6UxvbHeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6UxvbHeb .title-text .mbr-section-title {
  text-align: left;
  color: #ff6200;
}
.cid-uT6UxvY6pf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #050f0f;
}
.cid-uT6UxvY6pf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6UxvY6pf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6UxvY6pf .content-head {
  max-width: 800px;
}
.cid-uT6UxvY6pf .loop-container .item {
  min-height: auto;
}
.cid-uT6UxvY6pf .item {
  color: #f7fff7;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uT6UxvY6pf .item {
    min-height: 45px;
  }
}
.cid-uT6UxwwBdJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT6UxwwBdJ .row {
    text-align: center!important;
  }
}
.cid-uT6UxwwBdJ .mbr-section-title {
  color: #ffffff;
}
.cid-uT6UxwwBdJ .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT6UxwwBdJ .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT6UxwwBdJ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT6UxwwBdJ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT6UxwwBdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6UxwwBdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6UxwwBdJ .mbr-section-title,
.cid-uT6UxwwBdJ .mbr-section-btn {
  color: #232323;
}
.cid-uT6Uxx7cBg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uT6Uxx7cBg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6Uxx7cBg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6Uxx7cBg .content-wrap {
  padding: 60px 0;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uT6Uxx7cBg .content-wrap {
    padding: 20px;
  }
}
.cid-uT6Uxx7cBg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uT6Uxx7cBg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uT6Uxx7cBg .embla__slide .slide-content {
  width: 100%;
}
.cid-uT6Uxx7cBg .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uT6Uxx7cBg .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uT6Uxx7cBg .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-uT6Uxx7cBg .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-uT6Uxx7cBg .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uT6Uxx7cBg .embla__button--next,
.cid-uT6Uxx7cBg .embla__button--prev {
  display: flex;
}
.cid-uT6Uxx7cBg .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uT6Uxx7cBg .embla__button {
    bottom: 0;
  }
}
.cid-uT6Uxx7cBg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT6Uxx7cBg .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uT6Uxx7cBg .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-uT6Uxx7cBg .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-uT6Uxx7cBg .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-uT6Uxx7cBg .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uT6Uxx7cBg .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uT6Uxx7cBg .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uT6Uxx7cBg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT6Uxx7cBg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT6Uxx7cBg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT6Uxx7cBg .item-text {
  color: #404349;
}
.cid-uT6Uxx7cBg .item-name {
  color: #ff6200;
}
.cid-uT6Uxx7cBg .item-role {
  color: #000000;
}
.cid-uT6UxykIyz {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uT6UxykIyz::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uT6UxykIyz .container {
    padding: 0 16px;
  }
}
.cid-uT6UxykIyz .row {
  position: relative;
  z-index: 1;
}
.cid-uT6UxykIyz .title-wrapper {
  margin-bottom: 80px;
}
.cid-uT6UxykIyz .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uT6UxykIyz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT6UxykIyz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uT6UxykIyz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uT6UxykIyz .embla__slide .slide-content {
  width: 100%;
}
.cid-uT6UxykIyz .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT6UxykIyz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uT6UxykIyz .embla__button--next,
.cid-uT6UxykIyz .embla__button--prev {
  display: flex;
}
.cid-uT6UxykIyz .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uT6UxykIyz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT6UxykIyz .embla__button:hover {
  opacity: .7 !important;
}
.cid-uT6UxykIyz .embla__button.embla__button--prev {
  left: 0;
}
.cid-uT6UxykIyz .embla__button.embla__button--next {
  right: 0;
}
.cid-uT6UxykIyz .embla {
  position: relative;
  width: 100%;
}
.cid-uT6UxykIyz .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uT6UxykIyz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT6UxykIyz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT6UxykIyz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT6UxykIyz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT6UxykIyz .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uT6UxzLWVX {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT6UxzLWVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6UxzLWVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6UxzLWVX .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT6UxzLWVX .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT6UxzLWVX .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uT6UxzLWVX .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uT6UxzLWVX .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uT6UxzLWVX .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #232323;
}
.cid-uT6UxzLWVX .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uT6UxzLWVX .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uT6UxzLWVX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uT6UxzLWVX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uT6UxzLWVX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT6UxzLWVX .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uT6UxzLWVX .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uT6UxzLWVX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uT6UxzLWVX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uT6UxzLWVX .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uT6UxzLWVX .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uT6UxzLWVX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uT6UxzLWVX .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uT6UxzLWVX .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uT6UxzLWVX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uT6UxzLWVX .mbr-section-title,
.cid-uT6UxzLWVX .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT6UxzLWVX .panel-title-edit {
  color: #ffffff;
}
.cid-uT6UxzLWVX .panel-text {
  color: #323432;
}
.cid-uT6UxzLWVX .panel-text,
.cid-uT6UxzLWVX .panel-body {
  color: #ff6200;
}
.cid-uT6UxADsSt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT6UxADsSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6UxADsSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6UxADsSt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT6UxADsSt .container {
    padding: 0 15px;
  }
}
.cid-uT6UxADsSt .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT6UxADsSt .title-wrapper {
    text-align: center;
  }
}
.cid-uT6UxADsSt .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT6UxADsSt .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT6UxADsSt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT6UxADsSt .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT6UxADsSt .list {
    justify-content: center;
  }
}
.cid-uT6UxADsSt .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT6UxADsSt .list .item-wrap:hover,
.cid-uT6UxADsSt .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT6UxADsSt .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT6UxADsSt .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT6UxADsSt .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT6UxADsSt .copy-wrapper {
    height: auto;
  }
}
.cid-uT6UxADsSt .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT6UxADsSt .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT6UxADsSt .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT6UxADsSt .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT6UxADsSt .social-wrapper {
    text-align: center;
  }
}
.cid-uT6UxADsSt .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT6UxADsSt .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT6UxADsSt .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT6UxADsSt .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT6UxADsSt .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT6UxADsSt .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT6UxADsSt .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT6UxADsSt .mbr-copy {
  color: #d2d2df;
}
.cid-uT6UxADsSt .mbr-copy,
.cid-uT6UxADsSt .social-wrapper {
  color: #ffffff;
}
.cid-uT6UxADsSt .mbr-section-title,
.cid-uT6UxADsSt .title-wrapper {
  color: #ff6200;
}
.cid-uTLSdLj97n {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTLSdLj97n .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;
}
@media (max-width: 767px) {
  .cid-uTLSdLj97n .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTLSdLj97n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTLSdLj97n .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTLSdLj97n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTLSdLj97n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTLSdLj97n .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTLSdLj97n .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uTLSdLj97n .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uTLSdLj97n .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTLSdLj97n .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTLSdLj97n .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTLSdLj97n .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uTLSdLj97n .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTLSdLj97n .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTLSdLj97n .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTLSdLj97n .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTLSdLj97n .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTLSdLj97n .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uTLSdLj97n .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTLSdLj97n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uTLSdLj97n .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uTLSdLj97n .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTLSdLj97n .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTLSdLj97n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTLSdLj97n .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uTLSdLj97n .nav-item:focus,
.cid-uTLSdLj97n .nav-link:focus {
  outline: none;
}
.cid-uTLSdLj97n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTLSdLj97n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTLSdLj97n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTLSdLj97n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTLSdLj97n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTLSdLj97n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTLSdLj97n .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uTLSdLj97n .navbar.opened {
  transition: all 0.3s;
}
.cid-uTLSdLj97n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTLSdLj97n .navbar .navbar-logo img {
  width: auto;
}
.cid-uTLSdLj97n .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTLSdLj97n .navbar.collapsed {
  justify-content: center;
}
.cid-uTLSdLj97n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTLSdLj97n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTLSdLj97n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTLSdLj97n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTLSdLj97n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTLSdLj97n .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-uTLSdLj97n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTLSdLj97n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTLSdLj97n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTLSdLj97n .navbar {
    min-height: 72px;
  }
  .cid-uTLSdLj97n .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTLSdLj97n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTLSdLj97n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTLSdLj97n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTLSdLj97n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTLSdLj97n .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-uTLSdLj97n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTLSdLj97n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTLSdLj97n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTLSdLj97n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTLSdLj97n .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTLSdLj97n .dropdown-item.active,
.cid-uTLSdLj97n .dropdown-item:active {
  background-color: transparent;
}
.cid-uTLSdLj97n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTLSdLj97n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTLSdLj97n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTLSdLj97n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTLSdLj97n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTLSdLj97n .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTLSdLj97n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTLSdLj97n .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTLSdLj97n .navbar-buttons {
    text-align: left;
  }
}
.cid-uTLSdLj97n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTLSdLj97n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTLSdLj97n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTLSdLj97n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTLSdLj97n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTLSdLj97n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTLSdLj97n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTLSdLj97n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTLSdLj97n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTLSdLj97n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTLSdLj97n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTLSdLj97n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTLSdLj97n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTLSdLj97n .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTLSdLj97n .navbar {
    height: 70px;
  }
  .cid-uTLSdLj97n .navbar.opened {
    height: auto;
  }
  .cid-uTLSdLj97n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTLSdLj97n .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTLSdLj97n .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTLSdLj97n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTLSdLj97n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uTLSdLj97n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTLSdLj97n .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTLSdLj97n .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTLSdLj97n .navbar-brand {
    margin-right: auto;
  }
  .cid-uTLSdLj97n .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uTLSdLj97n .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTLSdLj97n .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTLSdLj97n .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTLSdLj97n .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTLSdLj97n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTLSdLj97n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uTLSdLj97n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTLSdLj97n .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTLSdLj97n .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTLSdLj97n .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT70pLeuns {
  display: flex;
  background-image: url("../../../assets/images/5-3.webp");
}
.cid-uT70pLeuns .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uT70pLeuns {
    align-items: center;
  }
  .cid-uT70pLeuns .row {
    justify-content: center;
  }
  .cid-uT70pLeuns .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uT70pLeuns .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uT70pLeuns {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uT70pLeuns .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uT70pLeuns .content-wrap {
    width: 100%;
  }
}
.cid-uT70pLeuns .mbr-section-title,
.cid-uT70pLeuns .mbr-section-subtitle {
  text-align: center;
}
.cid-uT70pLeuns .mbr-text,
.cid-uT70pLeuns .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uT70pLIx8e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT70pLIx8e .row {
    text-align: center!important;
  }
}
.cid-uT70pLIx8e .mbr-section-title {
  color: #ffffff;
}
.cid-uT70pLIx8e .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT70pLIx8e .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT70pLIx8e .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT70pLIx8e .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT70pLIx8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT70pLIx8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT70pLIx8e .mbr-section-title,
.cid-uT70pLIx8e .mbr-section-btn {
  color: #ff6200;
}
.cid-uT70pMbA2k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT70pMbA2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT70pMbA2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT70pMbA2k .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT70pMbA2k .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uT70pMbA2k .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT70pMbA2k .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uT70pMbA2k .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uT70pMbA2k .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uT70pMbA2k .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT70pMbA2k .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uT70pMbA2k .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #ff6200 70%);
  transition: all 1s ease-in-out;
}
.cid-uT70pMbA2k .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #ff6200 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uT70pMbA2k .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uT70pMbA2k .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT70pMbA2k .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uT70pMbA2k .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT70pMbA2k .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uT70pMWUmB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uT70pMWUmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT70pMWUmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT70pMWUmB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT70pMWUmB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT70pMWUmB .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uT70pMWUmB .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uT70pMWUmB .item {
    margin-bottom: 40px;
  }
}
.cid-uT70pMWUmB .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uT70pMWUmB .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uT70pMWUmB .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uT70pMWUmB .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uT70pMWUmB .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uT70pMWUmB .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT70pMWUmB .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT70pMWUmB .mbr-section-title,
.cid-uT70pMWUmB .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT70pMWUmB .card-number {
  color: #f1f5eb;
}
.cid-uT70pMWUmB .card-title {
  color: #323432;
}
.cid-uT70pMWUmB .card-text {
  color: #ffffff;
}
.cid-uT70pMWUmB .card-title,
.cid-uT70pMWUmB .mbr-section-btn,
.cid-uT70pMWUmB .iconfont-wrapper {
  color: #ffffff;
}
.cid-uT70pNs1N2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uT70pNs1N2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT70pNs1N2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT70pNs1N2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uT70pNs1N2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT70pNs1N2 .content-head {
  max-width: 800px;
}
.cid-uT70pNs1N2 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uT70pNs1N2 .img-wrapper img {
  width: 6rem;
}
.cid-uT70pNs1N2 .mbr-section-title {
  color: #ff6200;
}
.cid-uT70pNs1N2 .card-title {
  color: #000000;
}
.cid-uT70pNs1N2 .card-text {
  color: #000000;
}
.cid-uT70pNs1N2 .mbr-section-subtitle {
  color: #ff6200;
  text-align: center;
}
.cid-uT70pOaSSZ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT70pOaSSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT70pOaSSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT70pOaSSZ .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT70pOaSSZ .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT70pOaSSZ .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uT70pOaSSZ .mbr-section-title {
  margin-bottom: 80px;
  color: #19171c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT70pOaSSZ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uT70pOaSSZ .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uT70pOaSSZ .items-wrapper .item {
  padding: 0 10px;
}
.cid-uT70pOaSSZ .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uT70pOaSSZ .item {
    margin-bottom: 20px;
  }
}
.cid-uT70pOaSSZ .item .item-wrapper {
  padding: 60px 40px;
  background-color: #f1f5eb;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT70pOaSSZ .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uT70pOaSSZ .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT70pOaSSZ .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uT70pOaSSZ .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uT70pOaSSZ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uT70pOaSSZ .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uT70pOaSSZ .item .item-wrapper .item-content .item-title_1,
.cid-uT70pOaSSZ .item .item-wrapper .item-content .item-title_2,
.cid-uT70pOaSSZ .item .item-wrapper .item-content .item-title_3 {
  margin-bottom: 20px;
}
.cid-uT70pOaSSZ .item .item-wrapper .item-content .item-price {
  margin-bottom: 20px;
}
.cid-uT70pOaSSZ .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-uT70pOaSSZ .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-uT70pOaSSZ .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uT70pOaSSZ .item .item-wrapper .item-content .list {
    margin: 20px 0 0 0;
  }
}
.cid-uT70pOaSSZ .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}
.cid-uT70pOaSSZ .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT70pOaSSZ .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.cid-uT70pOaSSZ .item .item-wrapper .item-content .list_1 .item-wrap::before {
  color: #000000;
}
.cid-uT70pOaSSZ .item .item-wrapper .item-content .list_2 .item-wrap::before {
  color: #00b2ff;
}
.cid-uT70pOaSSZ .item .item-wrapper .item-content .list_3 .item-wrap::before {
  color: #b593ff;
}
.cid-uT70pOaSSZ .mbr-label,
.cid-uT70pOaSSZ .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uT70pOaSSZ .item-title_1 {
  color: #000000;
}
.cid-uT70pOaSSZ .item-title_2 {
  color: #000000;
}
.cid-uT70pOaSSZ .item-title_3 {
  color: #232323;
}
.cid-uT70pOaSSZ .item-price {
  color: #19171c;
}
.cid-uT70pOaSSZ .list {
  color: #19171c;
}
.cid-uT70pOaSSZ .mbr-section-title,
.cid-uT70pOaSSZ .mbr-section-btn {
  color: #ff6200;
}
.cid-uT70pOSJeF {
  padding-top: 45px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uT70pOSJeF .mbr-section-title {
  color: #06182d;
}
.cid-uT70pOSJeF .mbr-section-title span {
  line-height: 1;
  color: #edefeb;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uT70pOSJeF .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT70pOSJeF .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uT70pOSJeF .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-uT70pOSJeF .title-text {
  margin-bottom: 70px;
}
.cid-uT70pOSJeF .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT70pOSJeF .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uT70pOSJeF .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uT70pOSJeF .title-text .mbr-section-title {
  color: #ffffff;
}
.cid-uT70pOSJeF .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uT70pOSJeF .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uT70pOSJeF .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uT70pOSJeF .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-uT70pOSJeF .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uT70pOSJeF .p-4 {
  padding: 1rem 0 !important;
}
.cid-uT70pOSJeF .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uT70pOSJeF .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uT70pOSJeF .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uT70pOSJeF .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uT70pOSJeF .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uT70pOSJeF .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uT70pOSJeF .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uT70pOSJeF .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uT70pOSJeF .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uT70pOSJeF .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uT70pOSJeF .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-uT70pOSJeF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uT70pOSJeF .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uT70pOSJeF .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uT70pOSJeF .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uT70pOSJeF .card .card-header a.panel-title .toggle-icon:before,
.cid-uT70pOSJeF .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uT70pOSJeF .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uT70pOSJeF .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uT70pOSJeF .card .panel-body {
  padding: 14px 20px;
}
.cid-uT70pOSJeF .card .panel-body p {
  color: #000000;
  line-height: 1.5;
}
.cid-uT70pOSJeF .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uT70pOSJeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT70pOSJeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT70pOSJeF .title-text .mbr-section-title {
  text-align: left;
  color: #ff6200;
}
.cid-uT70pPIxoO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #050f0f;
}
.cid-uT70pPIxoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT70pPIxoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT70pPIxoO .content-head {
  max-width: 800px;
}
.cid-uT70pPIxoO .loop-container .item {
  min-height: auto;
}
.cid-uT70pPIxoO .item {
  color: #f7fff7;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uT70pPIxoO .item {
    min-height: 45px;
  }
}
.cid-uT70pQfImY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT70pQfImY .row {
    text-align: center!important;
  }
}
.cid-uT70pQfImY .mbr-section-title {
  color: #ffffff;
}
.cid-uT70pQfImY .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT70pQfImY .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT70pQfImY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT70pQfImY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT70pQfImY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT70pQfImY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT70pQfImY .mbr-section-title,
.cid-uT70pQfImY .mbr-section-btn {
  color: #232323;
}
.cid-uT70pQOdbj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uT70pQOdbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT70pQOdbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT70pQOdbj .content-wrap {
  padding: 60px 0;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uT70pQOdbj .content-wrap {
    padding: 20px;
  }
}
.cid-uT70pQOdbj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uT70pQOdbj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uT70pQOdbj .embla__slide .slide-content {
  width: 100%;
}
.cid-uT70pQOdbj .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uT70pQOdbj .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uT70pQOdbj .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-uT70pQOdbj .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-uT70pQOdbj .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uT70pQOdbj .embla__button--next,
.cid-uT70pQOdbj .embla__button--prev {
  display: flex;
}
.cid-uT70pQOdbj .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uT70pQOdbj .embla__button {
    bottom: 0;
  }
}
.cid-uT70pQOdbj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT70pQOdbj .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uT70pQOdbj .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-uT70pQOdbj .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-uT70pQOdbj .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-uT70pQOdbj .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uT70pQOdbj .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uT70pQOdbj .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uT70pQOdbj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT70pQOdbj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT70pQOdbj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT70pQOdbj .item-text {
  color: #404349;
}
.cid-uT70pQOdbj .item-name {
  color: #ff6200;
}
.cid-uT70pQOdbj .item-role {
  color: #000000;
}
.cid-uT70pRUCVC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uT70pRUCVC::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uT70pRUCVC .container {
    padding: 0 16px;
  }
}
.cid-uT70pRUCVC .row {
  position: relative;
  z-index: 1;
}
.cid-uT70pRUCVC .title-wrapper {
  margin-bottom: 80px;
}
.cid-uT70pRUCVC .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uT70pRUCVC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT70pRUCVC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uT70pRUCVC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uT70pRUCVC .embla__slide .slide-content {
  width: 100%;
}
.cid-uT70pRUCVC .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT70pRUCVC .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uT70pRUCVC .embla__button--next,
.cid-uT70pRUCVC .embla__button--prev {
  display: flex;
}
.cid-uT70pRUCVC .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uT70pRUCVC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT70pRUCVC .embla__button:hover {
  opacity: .7 !important;
}
.cid-uT70pRUCVC .embla__button.embla__button--prev {
  left: 0;
}
.cid-uT70pRUCVC .embla__button.embla__button--next {
  right: 0;
}
.cid-uT70pRUCVC .embla {
  position: relative;
  width: 100%;
}
.cid-uT70pRUCVC .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uT70pRUCVC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT70pRUCVC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT70pRUCVC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT70pRUCVC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT70pRUCVC .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uT70pTpUL0 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT70pTpUL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT70pTpUL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT70pTpUL0 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT70pTpUL0 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT70pTpUL0 .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uT70pTpUL0 .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uT70pTpUL0 .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uT70pTpUL0 .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #232323;
}
.cid-uT70pTpUL0 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uT70pTpUL0 .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uT70pTpUL0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uT70pTpUL0 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uT70pTpUL0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT70pTpUL0 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uT70pTpUL0 .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uT70pTpUL0 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uT70pTpUL0 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uT70pTpUL0 .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uT70pTpUL0 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uT70pTpUL0 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uT70pTpUL0 .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uT70pTpUL0 .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uT70pTpUL0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uT70pTpUL0 .mbr-section-title,
.cid-uT70pTpUL0 .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT70pTpUL0 .panel-title-edit {
  color: #ffffff;
}
.cid-uT70pTpUL0 .panel-text {
  color: #323432;
}
.cid-uT70pTpUL0 .panel-text,
.cid-uT70pTpUL0 .panel-body {
  color: #ff6200;
}
.cid-uT70pUgfbb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT70pUgfbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT70pUgfbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT70pUgfbb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT70pUgfbb .container {
    padding: 0 15px;
  }
}
.cid-uT70pUgfbb .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT70pUgfbb .title-wrapper {
    text-align: center;
  }
}
.cid-uT70pUgfbb .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT70pUgfbb .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT70pUgfbb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT70pUgfbb .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT70pUgfbb .list {
    justify-content: center;
  }
}
.cid-uT70pUgfbb .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT70pUgfbb .list .item-wrap:hover,
.cid-uT70pUgfbb .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT70pUgfbb .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT70pUgfbb .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT70pUgfbb .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT70pUgfbb .copy-wrapper {
    height: auto;
  }
}
.cid-uT70pUgfbb .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT70pUgfbb .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT70pUgfbb .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT70pUgfbb .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT70pUgfbb .social-wrapper {
    text-align: center;
  }
}
.cid-uT70pUgfbb .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT70pUgfbb .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT70pUgfbb .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT70pUgfbb .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT70pUgfbb .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT70pUgfbb .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT70pUgfbb .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT70pUgfbb .mbr-copy {
  color: #d2d2df;
}
.cid-uT70pUgfbb .mbr-copy,
.cid-uT70pUgfbb .social-wrapper {
  color: #ffffff;
}
.cid-uT70pUgfbb .mbr-section-title,
.cid-uT70pUgfbb .title-wrapper {
  color: #ff6200;
}
.cid-uTQfWZv9bj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTQfWZv9bj .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;
}
@media (max-width: 767px) {
  .cid-uTQfWZv9bj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTQfWZv9bj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTQfWZv9bj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTQfWZv9bj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTQfWZv9bj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTQfWZv9bj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTQfWZv9bj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uTQfWZv9bj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uTQfWZv9bj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTQfWZv9bj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTQfWZv9bj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTQfWZv9bj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uTQfWZv9bj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTQfWZv9bj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTQfWZv9bj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTQfWZv9bj .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTQfWZv9bj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTQfWZv9bj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uTQfWZv9bj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTQfWZv9bj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uTQfWZv9bj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uTQfWZv9bj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTQfWZv9bj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTQfWZv9bj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTQfWZv9bj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uTQfWZv9bj .nav-item:focus,
.cid-uTQfWZv9bj .nav-link:focus {
  outline: none;
}
.cid-uTQfWZv9bj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTQfWZv9bj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTQfWZv9bj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTQfWZv9bj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQfWZv9bj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTQfWZv9bj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTQfWZv9bj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uTQfWZv9bj .navbar.opened {
  transition: all 0.3s;
}
.cid-uTQfWZv9bj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTQfWZv9bj .navbar .navbar-logo img {
  width: auto;
}
.cid-uTQfWZv9bj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTQfWZv9bj .navbar.collapsed {
  justify-content: center;
}
.cid-uTQfWZv9bj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTQfWZv9bj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTQfWZv9bj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTQfWZv9bj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTQfWZv9bj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTQfWZv9bj .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-uTQfWZv9bj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTQfWZv9bj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTQfWZv9bj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTQfWZv9bj .navbar {
    min-height: 72px;
  }
  .cid-uTQfWZv9bj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTQfWZv9bj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTQfWZv9bj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTQfWZv9bj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTQfWZv9bj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTQfWZv9bj .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-uTQfWZv9bj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTQfWZv9bj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTQfWZv9bj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTQfWZv9bj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTQfWZv9bj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTQfWZv9bj .dropdown-item.active,
.cid-uTQfWZv9bj .dropdown-item:active {
  background-color: transparent;
}
.cid-uTQfWZv9bj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTQfWZv9bj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTQfWZv9bj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTQfWZv9bj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTQfWZv9bj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTQfWZv9bj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTQfWZv9bj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTQfWZv9bj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTQfWZv9bj .navbar-buttons {
    text-align: left;
  }
}
.cid-uTQfWZv9bj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTQfWZv9bj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTQfWZv9bj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTQfWZv9bj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQfWZv9bj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQfWZv9bj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTQfWZv9bj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQfWZv9bj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTQfWZv9bj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTQfWZv9bj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQfWZv9bj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTQfWZv9bj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTQfWZv9bj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTQfWZv9bj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTQfWZv9bj .navbar {
    height: 70px;
  }
  .cid-uTQfWZv9bj .navbar.opened {
    height: auto;
  }
  .cid-uTQfWZv9bj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTQfWZv9bj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTQfWZv9bj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTQfWZv9bj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTQfWZv9bj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uTQfWZv9bj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTQfWZv9bj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTQfWZv9bj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTQfWZv9bj .navbar-brand {
    margin-right: auto;
  }
  .cid-uTQfWZv9bj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uTQfWZv9bj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTQfWZv9bj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTQfWZv9bj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTQfWZv9bj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTQfWZv9bj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTQfWZv9bj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uTQfWZv9bj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTQfWZv9bj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTQfWZv9bj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTQfWZv9bj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT747gol8l {
  display: flex;
  background-image: url("../../../assets/images/4-9.webp");
}
.cid-uT747gol8l .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uT747gol8l {
    align-items: center;
  }
  .cid-uT747gol8l .row {
    justify-content: center;
  }
  .cid-uT747gol8l .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uT747gol8l .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uT747gol8l {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uT747gol8l .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uT747gol8l .content-wrap {
    width: 100%;
  }
}
.cid-uT747gol8l .mbr-section-title,
.cid-uT747gol8l .mbr-section-subtitle {
  text-align: center;
}
.cid-uT747gol8l .mbr-text,
.cid-uT747gol8l .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uT747hqQgL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT747hqQgL .row {
    text-align: center!important;
  }
}
.cid-uT747hqQgL .mbr-section-title {
  color: #ffffff;
}
.cid-uT747hqQgL .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT747hqQgL .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT747hqQgL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT747hqQgL .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT747hqQgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT747hqQgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT747hqQgL .mbr-section-title,
.cid-uT747hqQgL .mbr-section-btn {
  color: #ff6200;
}
.cid-uT747ifv4k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT747ifv4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT747ifv4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT747ifv4k .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT747ifv4k .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uT747ifv4k .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT747ifv4k .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uT747ifv4k .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uT747ifv4k .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uT747ifv4k .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT747ifv4k .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uT747ifv4k .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #ff6200 70%);
  transition: all 1s ease-in-out;
}
.cid-uT747ifv4k .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #ff6200 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uT747ifv4k .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uT747ifv4k .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT747ifv4k .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uT747ifv4k .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT747ifv4k .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uT747jp7MR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uT747jp7MR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT747jp7MR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT747jp7MR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT747jp7MR .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT747jp7MR .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uT747jp7MR .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uT747jp7MR .item {
    margin-bottom: 40px;
  }
}
.cid-uT747jp7MR .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uT747jp7MR .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uT747jp7MR .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uT747jp7MR .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uT747jp7MR .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uT747jp7MR .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT747jp7MR .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT747jp7MR .mbr-section-title,
.cid-uT747jp7MR .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT747jp7MR .card-number {
  color: #f1f5eb;
}
.cid-uT747jp7MR .card-title {
  color: #323432;
}
.cid-uT747jp7MR .card-text {
  color: #ffffff;
}
.cid-uT747jp7MR .card-title,
.cid-uT747jp7MR .mbr-section-btn,
.cid-uT747jp7MR .iconfont-wrapper {
  color: #ffffff;
}
.cid-uT747k7GJA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uT747k7GJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT747k7GJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT747k7GJA .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uT747k7GJA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT747k7GJA .content-head {
  max-width: 800px;
}
.cid-uT747k7GJA .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uT747k7GJA .img-wrapper img {
  width: 6rem;
}
.cid-uT747k7GJA .mbr-section-title {
  color: #ff6200;
}
.cid-uT747k7GJA .card-title {
  color: #000000;
}
.cid-uT747k7GJA .card-text {
  color: #000000;
}
.cid-uT747k7GJA .mbr-section-subtitle {
  color: #ff6200;
  text-align: center;
}
.cid-uT747kZsdo {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT747kZsdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT747kZsdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT747kZsdo .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT747kZsdo .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT747kZsdo .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uT747kZsdo .mbr-section-title {
  margin-bottom: 80px;
  color: #19171c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT747kZsdo .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uT747kZsdo .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uT747kZsdo .items-wrapper .item {
  padding: 0 10px;
}
.cid-uT747kZsdo .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uT747kZsdo .item {
    margin-bottom: 20px;
  }
}
.cid-uT747kZsdo .item .item-wrapper {
  padding: 60px 40px;
  background-color: #f1f5eb;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT747kZsdo .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uT747kZsdo .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT747kZsdo .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uT747kZsdo .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uT747kZsdo .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uT747kZsdo .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uT747kZsdo .item .item-wrapper .item-content .item-title_1,
.cid-uT747kZsdo .item .item-wrapper .item-content .item-title_2,
.cid-uT747kZsdo .item .item-wrapper .item-content .item-title_3 {
  margin-bottom: 20px;
}
.cid-uT747kZsdo .item .item-wrapper .item-content .item-price {
  margin-bottom: 20px;
}
.cid-uT747kZsdo .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-uT747kZsdo .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-uT747kZsdo .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uT747kZsdo .item .item-wrapper .item-content .list {
    margin: 20px 0 0 0;
  }
}
.cid-uT747kZsdo .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}
.cid-uT747kZsdo .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT747kZsdo .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.cid-uT747kZsdo .item .item-wrapper .item-content .list_1 .item-wrap::before {
  color: #000000;
}
.cid-uT747kZsdo .item .item-wrapper .item-content .list_2 .item-wrap::before {
  color: #00b2ff;
}
.cid-uT747kZsdo .item .item-wrapper .item-content .list_3 .item-wrap::before {
  color: #b593ff;
}
.cid-uT747kZsdo .mbr-label,
.cid-uT747kZsdo .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uT747kZsdo .item-title_1 {
  color: #000000;
}
.cid-uT747kZsdo .item-title_2 {
  color: #000000;
}
.cid-uT747kZsdo .item-title_3 {
  color: #232323;
}
.cid-uT747kZsdo .item-price {
  color: #19171c;
}
.cid-uT747kZsdo .list {
  color: #19171c;
}
.cid-uT747kZsdo .mbr-section-title,
.cid-uT747kZsdo .mbr-section-btn {
  color: #ff6200;
}
.cid-uT747lSpx8 {
  padding-top: 45px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uT747lSpx8 .mbr-section-title {
  color: #06182d;
}
.cid-uT747lSpx8 .mbr-section-title span {
  line-height: 1;
  color: #edefeb;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uT747lSpx8 .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT747lSpx8 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uT747lSpx8 .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-uT747lSpx8 .title-text {
  margin-bottom: 70px;
}
.cid-uT747lSpx8 .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT747lSpx8 .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uT747lSpx8 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uT747lSpx8 .title-text .mbr-section-title {
  color: #ffffff;
}
.cid-uT747lSpx8 .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uT747lSpx8 .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uT747lSpx8 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uT747lSpx8 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-uT747lSpx8 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uT747lSpx8 .p-4 {
  padding: 1rem 0 !important;
}
.cid-uT747lSpx8 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uT747lSpx8 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uT747lSpx8 .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uT747lSpx8 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uT747lSpx8 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uT747lSpx8 .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uT747lSpx8 .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uT747lSpx8 .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uT747lSpx8 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uT747lSpx8 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uT747lSpx8 .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-uT747lSpx8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uT747lSpx8 .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uT747lSpx8 .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uT747lSpx8 .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uT747lSpx8 .card .card-header a.panel-title .toggle-icon:before,
.cid-uT747lSpx8 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uT747lSpx8 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uT747lSpx8 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uT747lSpx8 .card .panel-body {
  padding: 14px 20px;
}
.cid-uT747lSpx8 .card .panel-body p {
  color: #000000;
  line-height: 1.5;
}
.cid-uT747lSpx8 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uT747lSpx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT747lSpx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT747lSpx8 .title-text .mbr-section-title {
  text-align: left;
  color: #ff6200;
}
.cid-uT747mHDvU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #050f0f;
}
.cid-uT747mHDvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT747mHDvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT747mHDvU .content-head {
  max-width: 800px;
}
.cid-uT747mHDvU .loop-container .item {
  min-height: auto;
}
.cid-uT747mHDvU .item {
  color: #f7fff7;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uT747mHDvU .item {
    min-height: 45px;
  }
}
.cid-uT747ngCk1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT747ngCk1 .row {
    text-align: center!important;
  }
}
.cid-uT747ngCk1 .mbr-section-title {
  color: #ffffff;
}
.cid-uT747ngCk1 .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT747ngCk1 .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT747ngCk1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT747ngCk1 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT747ngCk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT747ngCk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT747ngCk1 .mbr-section-title,
.cid-uT747ngCk1 .mbr-section-btn {
  color: #232323;
}
.cid-uT747nPiGM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uT747nPiGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT747nPiGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT747nPiGM .content-wrap {
  padding: 60px 0;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uT747nPiGM .content-wrap {
    padding: 20px;
  }
}
.cid-uT747nPiGM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uT747nPiGM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uT747nPiGM .embla__slide .slide-content {
  width: 100%;
}
.cid-uT747nPiGM .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uT747nPiGM .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uT747nPiGM .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-uT747nPiGM .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-uT747nPiGM .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uT747nPiGM .embla__button--next,
.cid-uT747nPiGM .embla__button--prev {
  display: flex;
}
.cid-uT747nPiGM .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uT747nPiGM .embla__button {
    bottom: 0;
  }
}
.cid-uT747nPiGM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT747nPiGM .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uT747nPiGM .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-uT747nPiGM .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-uT747nPiGM .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-uT747nPiGM .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uT747nPiGM .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uT747nPiGM .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uT747nPiGM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT747nPiGM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT747nPiGM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT747nPiGM .item-text {
  color: #404349;
}
.cid-uT747nPiGM .item-name {
  color: #ff6200;
}
.cid-uT747nPiGM .item-role {
  color: #000000;
}
.cid-uT747p2eaW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uT747p2eaW::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uT747p2eaW .container {
    padding: 0 16px;
  }
}
.cid-uT747p2eaW .row {
  position: relative;
  z-index: 1;
}
.cid-uT747p2eaW .title-wrapper {
  margin-bottom: 80px;
}
.cid-uT747p2eaW .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uT747p2eaW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT747p2eaW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uT747p2eaW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uT747p2eaW .embla__slide .slide-content {
  width: 100%;
}
.cid-uT747p2eaW .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT747p2eaW .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uT747p2eaW .embla__button--next,
.cid-uT747p2eaW .embla__button--prev {
  display: flex;
}
.cid-uT747p2eaW .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uT747p2eaW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT747p2eaW .embla__button:hover {
  opacity: .7 !important;
}
.cid-uT747p2eaW .embla__button.embla__button--prev {
  left: 0;
}
.cid-uT747p2eaW .embla__button.embla__button--next {
  right: 0;
}
.cid-uT747p2eaW .embla {
  position: relative;
  width: 100%;
}
.cid-uT747p2eaW .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uT747p2eaW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT747p2eaW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT747p2eaW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT747p2eaW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT747p2eaW .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uT747qssbc {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT747qssbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT747qssbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT747qssbc .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT747qssbc .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT747qssbc .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uT747qssbc .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uT747qssbc .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uT747qssbc .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #232323;
}
.cid-uT747qssbc .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uT747qssbc .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uT747qssbc .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uT747qssbc .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uT747qssbc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT747qssbc .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uT747qssbc .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uT747qssbc .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uT747qssbc .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uT747qssbc .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uT747qssbc .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uT747qssbc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uT747qssbc .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uT747qssbc .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uT747qssbc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uT747qssbc .mbr-section-title,
.cid-uT747qssbc .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT747qssbc .panel-title-edit {
  color: #ffffff;
}
.cid-uT747qssbc .panel-text {
  color: #323432;
}
.cid-uT747qssbc .panel-text,
.cid-uT747qssbc .panel-body {
  color: #ff6200;
}
.cid-uT747rlB9f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT747rlB9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT747rlB9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT747rlB9f .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT747rlB9f .container {
    padding: 0 15px;
  }
}
.cid-uT747rlB9f .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT747rlB9f .title-wrapper {
    text-align: center;
  }
}
.cid-uT747rlB9f .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT747rlB9f .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT747rlB9f .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT747rlB9f .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT747rlB9f .list {
    justify-content: center;
  }
}
.cid-uT747rlB9f .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT747rlB9f .list .item-wrap:hover,
.cid-uT747rlB9f .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT747rlB9f .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT747rlB9f .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT747rlB9f .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT747rlB9f .copy-wrapper {
    height: auto;
  }
}
.cid-uT747rlB9f .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT747rlB9f .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT747rlB9f .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT747rlB9f .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT747rlB9f .social-wrapper {
    text-align: center;
  }
}
.cid-uT747rlB9f .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT747rlB9f .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT747rlB9f .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT747rlB9f .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT747rlB9f .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT747rlB9f .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT747rlB9f .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT747rlB9f .mbr-copy {
  color: #d2d2df;
}
.cid-uT747rlB9f .mbr-copy,
.cid-uT747rlB9f .social-wrapper {
  color: #ffffff;
}
.cid-uT747rlB9f .mbr-section-title,
.cid-uT747rlB9f .title-wrapper {
  color: #ff6200;
}
.cid-uTQgisAy6e {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTQgisAy6e .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;
}
@media (max-width: 767px) {
  .cid-uTQgisAy6e .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTQgisAy6e .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTQgisAy6e .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTQgisAy6e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTQgisAy6e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTQgisAy6e .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTQgisAy6e .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uTQgisAy6e .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uTQgisAy6e .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTQgisAy6e .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTQgisAy6e .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTQgisAy6e .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uTQgisAy6e .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTQgisAy6e .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTQgisAy6e .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTQgisAy6e .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTQgisAy6e .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTQgisAy6e .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uTQgisAy6e .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTQgisAy6e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uTQgisAy6e .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uTQgisAy6e .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTQgisAy6e .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTQgisAy6e .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTQgisAy6e .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uTQgisAy6e .nav-item:focus,
.cid-uTQgisAy6e .nav-link:focus {
  outline: none;
}
.cid-uTQgisAy6e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTQgisAy6e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTQgisAy6e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTQgisAy6e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQgisAy6e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTQgisAy6e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTQgisAy6e .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uTQgisAy6e .navbar.opened {
  transition: all 0.3s;
}
.cid-uTQgisAy6e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTQgisAy6e .navbar .navbar-logo img {
  width: auto;
}
.cid-uTQgisAy6e .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTQgisAy6e .navbar.collapsed {
  justify-content: center;
}
.cid-uTQgisAy6e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTQgisAy6e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTQgisAy6e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTQgisAy6e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTQgisAy6e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTQgisAy6e .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-uTQgisAy6e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTQgisAy6e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTQgisAy6e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTQgisAy6e .navbar {
    min-height: 72px;
  }
  .cid-uTQgisAy6e .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTQgisAy6e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTQgisAy6e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTQgisAy6e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTQgisAy6e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTQgisAy6e .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-uTQgisAy6e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTQgisAy6e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTQgisAy6e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTQgisAy6e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTQgisAy6e .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTQgisAy6e .dropdown-item.active,
.cid-uTQgisAy6e .dropdown-item:active {
  background-color: transparent;
}
.cid-uTQgisAy6e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTQgisAy6e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTQgisAy6e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTQgisAy6e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTQgisAy6e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTQgisAy6e .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTQgisAy6e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTQgisAy6e .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTQgisAy6e .navbar-buttons {
    text-align: left;
  }
}
.cid-uTQgisAy6e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTQgisAy6e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTQgisAy6e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTQgisAy6e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQgisAy6e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQgisAy6e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTQgisAy6e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQgisAy6e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTQgisAy6e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTQgisAy6e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQgisAy6e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTQgisAy6e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTQgisAy6e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTQgisAy6e .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTQgisAy6e .navbar {
    height: 70px;
  }
  .cid-uTQgisAy6e .navbar.opened {
    height: auto;
  }
  .cid-uTQgisAy6e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTQgisAy6e .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTQgisAy6e .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTQgisAy6e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTQgisAy6e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uTQgisAy6e .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTQgisAy6e .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTQgisAy6e .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTQgisAy6e .navbar-brand {
    margin-right: auto;
  }
  .cid-uTQgisAy6e .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uTQgisAy6e .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTQgisAy6e .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTQgisAy6e .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTQgisAy6e .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTQgisAy6e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTQgisAy6e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uTQgisAy6e .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTQgisAy6e .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTQgisAy6e .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTQgisAy6e .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT76TKBoEm {
  display: flex;
  background-image: url("../../../assets/images/as-melhores-ofertas-todas-as-teras-21h-1080-x-300-px-anncio-para-youtube-paisagem-2.webp");
}
.cid-uT76TKBoEm .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uT76TKBoEm {
    align-items: center;
  }
  .cid-uT76TKBoEm .row {
    justify-content: center;
  }
  .cid-uT76TKBoEm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uT76TKBoEm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uT76TKBoEm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uT76TKBoEm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uT76TKBoEm .content-wrap {
    width: 100%;
  }
}
.cid-uT76TKBoEm .mbr-section-title,
.cid-uT76TKBoEm .mbr-section-subtitle {
  text-align: center;
}
.cid-uT76TKBoEm .mbr-text,
.cid-uT76TKBoEm .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uT76TL8LMM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT76TL8LMM .row {
    text-align: center!important;
  }
}
.cid-uT76TL8LMM .mbr-section-title {
  color: #ffffff;
}
.cid-uT76TL8LMM .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT76TL8LMM .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT76TL8LMM .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT76TL8LMM .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT76TL8LMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT76TL8LMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT76TL8LMM .mbr-section-title,
.cid-uT76TL8LMM .mbr-section-btn {
  color: #ff6200;
}
.cid-uT76TLF7WD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT76TLF7WD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT76TLF7WD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT76TLF7WD .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT76TLF7WD .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uT76TLF7WD .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT76TLF7WD .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uT76TLF7WD .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uT76TLF7WD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uT76TLF7WD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT76TLF7WD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uT76TLF7WD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #ff6200 70%);
  transition: all 1s ease-in-out;
}
.cid-uT76TLF7WD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #ff6200 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uT76TLF7WD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uT76TLF7WD .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT76TLF7WD .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uT76TLF7WD .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT76TLF7WD .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uT76TMguW1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uT76TMguW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT76TMguW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT76TMguW1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT76TMguW1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT76TMguW1 .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uT76TMguW1 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uT76TMguW1 .item {
    margin-bottom: 40px;
  }
}
.cid-uT76TMguW1 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uT76TMguW1 .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uT76TMguW1 .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uT76TMguW1 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uT76TMguW1 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uT76TMguW1 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT76TMguW1 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT76TMguW1 .mbr-section-title,
.cid-uT76TMguW1 .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT76TMguW1 .card-number {
  color: #f1f5eb;
}
.cid-uT76TMguW1 .card-title {
  color: #323432;
}
.cid-uT76TMguW1 .card-text {
  color: #ffffff;
}
.cid-uT76TMguW1 .card-title,
.cid-uT76TMguW1 .mbr-section-btn,
.cid-uT76TMguW1 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uT76TRcDZ3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uT76TRcDZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT76TRcDZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT76TRcDZ3 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uT76TRcDZ3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT76TRcDZ3 .content-head {
  max-width: 800px;
}
.cid-uT76TRcDZ3 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uT76TRcDZ3 .img-wrapper img {
  width: 6rem;
}
.cid-uT76TRcDZ3 .mbr-section-title {
  color: #ff6200;
}
.cid-uT76TRcDZ3 .card-title {
  color: #000000;
}
.cid-uT76TRcDZ3 .card-text {
  color: #000000;
}
.cid-uT76TRcDZ3 .mbr-section-subtitle {
  color: #ff6200;
  text-align: center;
}
.cid-uT76TRSlqp {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT76TRSlqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT76TRSlqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT76TRSlqp .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT76TRSlqp .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT76TRSlqp .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uT76TRSlqp .mbr-section-title {
  margin-bottom: 80px;
  color: #19171c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT76TRSlqp .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uT76TRSlqp .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uT76TRSlqp .items-wrapper .item {
  padding: 0 10px;
}
.cid-uT76TRSlqp .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uT76TRSlqp .item {
    margin-bottom: 20px;
  }
}
.cid-uT76TRSlqp .item .item-wrapper {
  padding: 60px 40px;
  background-color: #f1f5eb;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT76TRSlqp .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uT76TRSlqp .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT76TRSlqp .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uT76TRSlqp .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uT76TRSlqp .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uT76TRSlqp .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uT76TRSlqp .item .item-wrapper .item-content .item-title_1,
.cid-uT76TRSlqp .item .item-wrapper .item-content .item-title_2,
.cid-uT76TRSlqp .item .item-wrapper .item-content .item-title_3 {
  margin-bottom: 20px;
}
.cid-uT76TRSlqp .item .item-wrapper .item-content .item-price {
  margin-bottom: 20px;
}
.cid-uT76TRSlqp .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-uT76TRSlqp .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-uT76TRSlqp .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uT76TRSlqp .item .item-wrapper .item-content .list {
    margin: 20px 0 0 0;
  }
}
.cid-uT76TRSlqp .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}
.cid-uT76TRSlqp .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT76TRSlqp .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.cid-uT76TRSlqp .item .item-wrapper .item-content .list_1 .item-wrap::before {
  color: #000000;
}
.cid-uT76TRSlqp .item .item-wrapper .item-content .list_2 .item-wrap::before {
  color: #00b2ff;
}
.cid-uT76TRSlqp .item .item-wrapper .item-content .list_3 .item-wrap::before {
  color: #b593ff;
}
.cid-uT76TRSlqp .mbr-label,
.cid-uT76TRSlqp .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uT76TRSlqp .item-title_1 {
  color: #000000;
}
.cid-uT76TRSlqp .item-title_2 {
  color: #000000;
}
.cid-uT76TRSlqp .item-title_3 {
  color: #232323;
}
.cid-uT76TRSlqp .item-price {
  color: #19171c;
}
.cid-uT76TRSlqp .list {
  color: #19171c;
}
.cid-uT76TRSlqp .mbr-section-title,
.cid-uT76TRSlqp .mbr-section-btn {
  color: #ff6200;
}
.cid-uT76TSGplj {
  padding-top: 45px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uT76TSGplj .mbr-section-title {
  color: #06182d;
}
.cid-uT76TSGplj .mbr-section-title span {
  line-height: 1;
  color: #edefeb;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uT76TSGplj .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT76TSGplj .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uT76TSGplj .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-uT76TSGplj .title-text {
  margin-bottom: 70px;
}
.cid-uT76TSGplj .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT76TSGplj .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uT76TSGplj .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uT76TSGplj .title-text .mbr-section-title {
  color: #ffffff;
}
.cid-uT76TSGplj .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uT76TSGplj .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uT76TSGplj .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uT76TSGplj .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-uT76TSGplj .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uT76TSGplj .p-4 {
  padding: 1rem 0 !important;
}
.cid-uT76TSGplj .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uT76TSGplj .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uT76TSGplj .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uT76TSGplj .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uT76TSGplj .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uT76TSGplj .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uT76TSGplj .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uT76TSGplj .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uT76TSGplj .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uT76TSGplj .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uT76TSGplj .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-uT76TSGplj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uT76TSGplj .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uT76TSGplj .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uT76TSGplj .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uT76TSGplj .card .card-header a.panel-title .toggle-icon:before,
.cid-uT76TSGplj .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uT76TSGplj .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uT76TSGplj .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uT76TSGplj .card .panel-body {
  padding: 14px 20px;
}
.cid-uT76TSGplj .card .panel-body p {
  color: #000000;
  line-height: 1.5;
}
.cid-uT76TSGplj .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uT76TSGplj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT76TSGplj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT76TSGplj .title-text .mbr-section-title {
  text-align: left;
  color: #ff6200;
}
.cid-uT76TTtnqF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #050f0f;
}
.cid-uT76TTtnqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT76TTtnqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT76TTtnqF .content-head {
  max-width: 800px;
}
.cid-uT76TTtnqF .loop-container .item {
  min-height: auto;
}
.cid-uT76TTtnqF .item {
  color: #f7fff7;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uT76TTtnqF .item {
    min-height: 45px;
  }
}
.cid-uT76TU1ohA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT76TU1ohA .row {
    text-align: center!important;
  }
}
.cid-uT76TU1ohA .mbr-section-title {
  color: #ffffff;
}
.cid-uT76TU1ohA .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT76TU1ohA .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT76TU1ohA .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT76TU1ohA .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT76TU1ohA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT76TU1ohA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT76TU1ohA .mbr-section-title,
.cid-uT76TU1ohA .mbr-section-btn {
  color: #232323;
}
.cid-uT76TUAv5X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uT76TUAv5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT76TUAv5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT76TUAv5X .content-wrap {
  padding: 60px 0;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uT76TUAv5X .content-wrap {
    padding: 20px;
  }
}
.cid-uT76TUAv5X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uT76TUAv5X .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uT76TUAv5X .embla__slide .slide-content {
  width: 100%;
}
.cid-uT76TUAv5X .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uT76TUAv5X .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uT76TUAv5X .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-uT76TUAv5X .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-uT76TUAv5X .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uT76TUAv5X .embla__button--next,
.cid-uT76TUAv5X .embla__button--prev {
  display: flex;
}
.cid-uT76TUAv5X .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uT76TUAv5X .embla__button {
    bottom: 0;
  }
}
.cid-uT76TUAv5X .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT76TUAv5X .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uT76TUAv5X .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-uT76TUAv5X .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-uT76TUAv5X .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-uT76TUAv5X .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uT76TUAv5X .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uT76TUAv5X .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uT76TUAv5X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT76TUAv5X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT76TUAv5X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT76TUAv5X .item-text {
  color: #404349;
}
.cid-uT76TUAv5X .item-name {
  color: #ff6200;
}
.cid-uT76TUAv5X .item-role {
  color: #000000;
}
.cid-uT76TVNyIY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uT76TVNyIY::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uT76TVNyIY .container {
    padding: 0 16px;
  }
}
.cid-uT76TVNyIY .row {
  position: relative;
  z-index: 1;
}
.cid-uT76TVNyIY .title-wrapper {
  margin-bottom: 80px;
}
.cid-uT76TVNyIY .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uT76TVNyIY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT76TVNyIY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uT76TVNyIY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uT76TVNyIY .embla__slide .slide-content {
  width: 100%;
}
.cid-uT76TVNyIY .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT76TVNyIY .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uT76TVNyIY .embla__button--next,
.cid-uT76TVNyIY .embla__button--prev {
  display: flex;
}
.cid-uT76TVNyIY .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uT76TVNyIY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT76TVNyIY .embla__button:hover {
  opacity: .7 !important;
}
.cid-uT76TVNyIY .embla__button.embla__button--prev {
  left: 0;
}
.cid-uT76TVNyIY .embla__button.embla__button--next {
  right: 0;
}
.cid-uT76TVNyIY .embla {
  position: relative;
  width: 100%;
}
.cid-uT76TVNyIY .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uT76TVNyIY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT76TVNyIY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT76TVNyIY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT76TVNyIY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT76TVNyIY .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uT76TXcwYA {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT76TXcwYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT76TXcwYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT76TXcwYA .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT76TXcwYA .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT76TXcwYA .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uT76TXcwYA .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uT76TXcwYA .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uT76TXcwYA .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #232323;
}
.cid-uT76TXcwYA .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uT76TXcwYA .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uT76TXcwYA .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uT76TXcwYA .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uT76TXcwYA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT76TXcwYA .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uT76TXcwYA .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uT76TXcwYA .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uT76TXcwYA .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uT76TXcwYA .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uT76TXcwYA .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uT76TXcwYA .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uT76TXcwYA .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uT76TXcwYA .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uT76TXcwYA .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uT76TXcwYA .mbr-section-title,
.cid-uT76TXcwYA .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT76TXcwYA .panel-title-edit {
  color: #ffffff;
}
.cid-uT76TXcwYA .panel-text {
  color: #323432;
}
.cid-uT76TXcwYA .panel-text,
.cid-uT76TXcwYA .panel-body {
  color: #ff6200;
}
.cid-uT76TY35Dw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT76TY35Dw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT76TY35Dw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT76TY35Dw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT76TY35Dw .container {
    padding: 0 15px;
  }
}
.cid-uT76TY35Dw .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT76TY35Dw .title-wrapper {
    text-align: center;
  }
}
.cid-uT76TY35Dw .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT76TY35Dw .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT76TY35Dw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT76TY35Dw .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT76TY35Dw .list {
    justify-content: center;
  }
}
.cid-uT76TY35Dw .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT76TY35Dw .list .item-wrap:hover,
.cid-uT76TY35Dw .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT76TY35Dw .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT76TY35Dw .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT76TY35Dw .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT76TY35Dw .copy-wrapper {
    height: auto;
  }
}
.cid-uT76TY35Dw .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT76TY35Dw .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT76TY35Dw .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT76TY35Dw .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT76TY35Dw .social-wrapper {
    text-align: center;
  }
}
.cid-uT76TY35Dw .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT76TY35Dw .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT76TY35Dw .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT76TY35Dw .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT76TY35Dw .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT76TY35Dw .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT76TY35Dw .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT76TY35Dw .mbr-copy {
  color: #d2d2df;
}
.cid-uT76TY35Dw .mbr-copy,
.cid-uT76TY35Dw .social-wrapper {
  color: #ffffff;
}
.cid-uT76TY35Dw .mbr-section-title,
.cid-uT76TY35Dw .title-wrapper {
  color: #ff6200;
}
.cid-uTQgt7km4w {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTQgt7km4w .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;
}
@media (max-width: 767px) {
  .cid-uTQgt7km4w .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTQgt7km4w .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTQgt7km4w .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTQgt7km4w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTQgt7km4w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTQgt7km4w .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTQgt7km4w .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uTQgt7km4w .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uTQgt7km4w .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTQgt7km4w .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTQgt7km4w .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTQgt7km4w .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uTQgt7km4w .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTQgt7km4w .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTQgt7km4w .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTQgt7km4w .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTQgt7km4w .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTQgt7km4w .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uTQgt7km4w .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTQgt7km4w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uTQgt7km4w .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uTQgt7km4w .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTQgt7km4w .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTQgt7km4w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTQgt7km4w .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uTQgt7km4w .nav-item:focus,
.cid-uTQgt7km4w .nav-link:focus {
  outline: none;
}
.cid-uTQgt7km4w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTQgt7km4w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTQgt7km4w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTQgt7km4w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQgt7km4w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTQgt7km4w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTQgt7km4w .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uTQgt7km4w .navbar.opened {
  transition: all 0.3s;
}
.cid-uTQgt7km4w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTQgt7km4w .navbar .navbar-logo img {
  width: auto;
}
.cid-uTQgt7km4w .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTQgt7km4w .navbar.collapsed {
  justify-content: center;
}
.cid-uTQgt7km4w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTQgt7km4w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTQgt7km4w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTQgt7km4w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTQgt7km4w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTQgt7km4w .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-uTQgt7km4w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTQgt7km4w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTQgt7km4w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTQgt7km4w .navbar {
    min-height: 72px;
  }
  .cid-uTQgt7km4w .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTQgt7km4w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTQgt7km4w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTQgt7km4w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTQgt7km4w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTQgt7km4w .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-uTQgt7km4w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTQgt7km4w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTQgt7km4w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTQgt7km4w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTQgt7km4w .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTQgt7km4w .dropdown-item.active,
.cid-uTQgt7km4w .dropdown-item:active {
  background-color: transparent;
}
.cid-uTQgt7km4w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTQgt7km4w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTQgt7km4w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTQgt7km4w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTQgt7km4w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTQgt7km4w .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTQgt7km4w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTQgt7km4w .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTQgt7km4w .navbar-buttons {
    text-align: left;
  }
}
.cid-uTQgt7km4w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTQgt7km4w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTQgt7km4w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTQgt7km4w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQgt7km4w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQgt7km4w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTQgt7km4w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQgt7km4w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTQgt7km4w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTQgt7km4w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQgt7km4w .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTQgt7km4w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTQgt7km4w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTQgt7km4w .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTQgt7km4w .navbar {
    height: 70px;
  }
  .cid-uTQgt7km4w .navbar.opened {
    height: auto;
  }
  .cid-uTQgt7km4w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTQgt7km4w .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTQgt7km4w .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTQgt7km4w .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTQgt7km4w .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uTQgt7km4w .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTQgt7km4w .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTQgt7km4w .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTQgt7km4w .navbar-brand {
    margin-right: auto;
  }
  .cid-uTQgt7km4w .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uTQgt7km4w .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTQgt7km4w .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTQgt7km4w .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTQgt7km4w .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTQgt7km4w .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTQgt7km4w .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uTQgt7km4w .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTQgt7km4w .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTQgt7km4w .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTQgt7km4w .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT7cUx4aT6 {
  display: flex;
  background-image: url("../../../assets/images/2-15.webp");
}
.cid-uT7cUx4aT6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uT7cUx4aT6 {
    align-items: center;
  }
  .cid-uT7cUx4aT6 .row {
    justify-content: center;
  }
  .cid-uT7cUx4aT6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uT7cUx4aT6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uT7cUx4aT6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uT7cUx4aT6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uT7cUx4aT6 .content-wrap {
    width: 100%;
  }
}
.cid-uT7cUx4aT6 .mbr-section-title,
.cid-uT7cUx4aT6 .mbr-section-subtitle {
  text-align: center;
}
.cid-uT7cUx4aT6 .mbr-text,
.cid-uT7cUx4aT6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uT7cUxU5G6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT7cUxU5G6 .row {
    text-align: center!important;
  }
}
.cid-uT7cUxU5G6 .mbr-section-title {
  color: #ffffff;
}
.cid-uT7cUxU5G6 .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT7cUxU5G6 .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT7cUxU5G6 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT7cUxU5G6 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT7cUxU5G6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7cUxU5G6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7cUxU5G6 .mbr-section-title,
.cid-uT7cUxU5G6 .mbr-section-btn {
  color: #ff6200;
}
.cid-uT7cUyHMtr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT7cUyHMtr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7cUyHMtr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7cUyHMtr .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT7cUyHMtr .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uT7cUyHMtr .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT7cUyHMtr .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uT7cUyHMtr .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uT7cUyHMtr .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uT7cUyHMtr .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT7cUyHMtr .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uT7cUyHMtr .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #ff6200 70%);
  transition: all 1s ease-in-out;
}
.cid-uT7cUyHMtr .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #ff6200 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uT7cUyHMtr .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uT7cUyHMtr .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT7cUyHMtr .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uT7cUyHMtr .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT7cUyHMtr .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uT7cUzDwjZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uT7cUzDwjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7cUzDwjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7cUzDwjZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT7cUzDwjZ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT7cUzDwjZ .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uT7cUzDwjZ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uT7cUzDwjZ .item {
    margin-bottom: 40px;
  }
}
.cid-uT7cUzDwjZ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uT7cUzDwjZ .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uT7cUzDwjZ .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uT7cUzDwjZ .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uT7cUzDwjZ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uT7cUzDwjZ .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT7cUzDwjZ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT7cUzDwjZ .mbr-section-title,
.cid-uT7cUzDwjZ .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT7cUzDwjZ .card-number {
  color: #f1f5eb;
}
.cid-uT7cUzDwjZ .card-title {
  color: #323432;
}
.cid-uT7cUzDwjZ .card-text {
  color: #ffffff;
}
.cid-uT7cUzDwjZ .card-title,
.cid-uT7cUzDwjZ .mbr-section-btn,
.cid-uT7cUzDwjZ .iconfont-wrapper {
  color: #ffffff;
}
.cid-uT7cUAmDhY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uT7cUAmDhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7cUAmDhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7cUAmDhY .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uT7cUAmDhY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT7cUAmDhY .content-head {
  max-width: 800px;
}
.cid-uT7cUAmDhY .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uT7cUAmDhY .img-wrapper img {
  width: 6rem;
}
.cid-uT7cUAmDhY .mbr-section-title {
  color: #ff6200;
}
.cid-uT7cUAmDhY .card-title {
  color: #000000;
}
.cid-uT7cUAmDhY .card-text {
  color: #000000;
}
.cid-uT7cUAmDhY .mbr-section-subtitle {
  color: #ff6200;
  text-align: center;
}
.cid-uT7cUBbdgU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT7cUBbdgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7cUBbdgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7cUBbdgU .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT7cUBbdgU .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT7cUBbdgU .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uT7cUBbdgU .mbr-section-title {
  margin-bottom: 80px;
  color: #19171c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT7cUBbdgU .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uT7cUBbdgU .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uT7cUBbdgU .items-wrapper .item {
  padding: 0 10px;
}
.cid-uT7cUBbdgU .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uT7cUBbdgU .item {
    margin-bottom: 20px;
  }
}
.cid-uT7cUBbdgU .item .item-wrapper {
  padding: 60px 40px;
  background-color: #f1f5eb;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT7cUBbdgU .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uT7cUBbdgU .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT7cUBbdgU .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uT7cUBbdgU .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uT7cUBbdgU .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uT7cUBbdgU .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uT7cUBbdgU .item .item-wrapper .item-content .item-title_1,
.cid-uT7cUBbdgU .item .item-wrapper .item-content .item-title_2,
.cid-uT7cUBbdgU .item .item-wrapper .item-content .item-title_3 {
  margin-bottom: 20px;
}
.cid-uT7cUBbdgU .item .item-wrapper .item-content .item-price {
  margin-bottom: 20px;
}
.cid-uT7cUBbdgU .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-uT7cUBbdgU .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-uT7cUBbdgU .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uT7cUBbdgU .item .item-wrapper .item-content .list {
    margin: 20px 0 0 0;
  }
}
.cid-uT7cUBbdgU .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}
.cid-uT7cUBbdgU .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT7cUBbdgU .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.cid-uT7cUBbdgU .item .item-wrapper .item-content .list_1 .item-wrap::before {
  color: #000000;
}
.cid-uT7cUBbdgU .item .item-wrapper .item-content .list_2 .item-wrap::before {
  color: #00b2ff;
}
.cid-uT7cUBbdgU .item .item-wrapper .item-content .list_3 .item-wrap::before {
  color: #b593ff;
}
.cid-uT7cUBbdgU .mbr-label,
.cid-uT7cUBbdgU .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uT7cUBbdgU .item-title_1 {
  color: #000000;
}
.cid-uT7cUBbdgU .item-title_2 {
  color: #000000;
}
.cid-uT7cUBbdgU .item-title_3 {
  color: #232323;
}
.cid-uT7cUBbdgU .item-price {
  color: #19171c;
}
.cid-uT7cUBbdgU .list {
  color: #19171c;
}
.cid-uT7cUBbdgU .mbr-section-title,
.cid-uT7cUBbdgU .mbr-section-btn {
  color: #ff6200;
}
.cid-uT7cUBVO1k {
  padding-top: 45px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uT7cUBVO1k .mbr-section-title {
  color: #06182d;
}
.cid-uT7cUBVO1k .mbr-section-title span {
  line-height: 1;
  color: #edefeb;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uT7cUBVO1k .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT7cUBVO1k .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uT7cUBVO1k .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-uT7cUBVO1k .title-text {
  margin-bottom: 70px;
}
.cid-uT7cUBVO1k .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT7cUBVO1k .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uT7cUBVO1k .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uT7cUBVO1k .title-text .mbr-section-title {
  color: #ffffff;
}
.cid-uT7cUBVO1k .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uT7cUBVO1k .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uT7cUBVO1k .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uT7cUBVO1k .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-uT7cUBVO1k .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uT7cUBVO1k .p-4 {
  padding: 1rem 0 !important;
}
.cid-uT7cUBVO1k .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uT7cUBVO1k .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uT7cUBVO1k .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uT7cUBVO1k .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uT7cUBVO1k .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uT7cUBVO1k .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uT7cUBVO1k .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uT7cUBVO1k .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uT7cUBVO1k .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uT7cUBVO1k .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uT7cUBVO1k .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-uT7cUBVO1k .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uT7cUBVO1k .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uT7cUBVO1k .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uT7cUBVO1k .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uT7cUBVO1k .card .card-header a.panel-title .toggle-icon:before,
.cid-uT7cUBVO1k .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uT7cUBVO1k .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uT7cUBVO1k .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uT7cUBVO1k .card .panel-body {
  padding: 14px 20px;
}
.cid-uT7cUBVO1k .card .panel-body p {
  color: #000000;
  line-height: 1.5;
}
.cid-uT7cUBVO1k .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uT7cUBVO1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7cUBVO1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7cUBVO1k .title-text .mbr-section-title {
  text-align: left;
  color: #ff6200;
}
.cid-uT7cUCPVYw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #050f0f;
}
.cid-uT7cUCPVYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7cUCPVYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7cUCPVYw .content-head {
  max-width: 800px;
}
.cid-uT7cUCPVYw .loop-container .item {
  min-height: auto;
}
.cid-uT7cUCPVYw .item {
  color: #f7fff7;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uT7cUCPVYw .item {
    min-height: 45px;
  }
}
.cid-uT7cUDEzpZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT7cUDEzpZ .row {
    text-align: center!important;
  }
}
.cid-uT7cUDEzpZ .mbr-section-title {
  color: #ffffff;
}
.cid-uT7cUDEzpZ .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT7cUDEzpZ .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT7cUDEzpZ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT7cUDEzpZ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT7cUDEzpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7cUDEzpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7cUDEzpZ .mbr-section-title,
.cid-uT7cUDEzpZ .mbr-section-btn {
  color: #232323;
}
.cid-uT7cUElx1d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uT7cUElx1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7cUElx1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7cUElx1d .content-wrap {
  padding: 60px 0;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uT7cUElx1d .content-wrap {
    padding: 20px;
  }
}
.cid-uT7cUElx1d .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uT7cUElx1d .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uT7cUElx1d .embla__slide .slide-content {
  width: 100%;
}
.cid-uT7cUElx1d .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uT7cUElx1d .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uT7cUElx1d .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-uT7cUElx1d .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-uT7cUElx1d .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uT7cUElx1d .embla__button--next,
.cid-uT7cUElx1d .embla__button--prev {
  display: flex;
}
.cid-uT7cUElx1d .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uT7cUElx1d .embla__button {
    bottom: 0;
  }
}
.cid-uT7cUElx1d .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT7cUElx1d .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uT7cUElx1d .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-uT7cUElx1d .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-uT7cUElx1d .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-uT7cUElx1d .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uT7cUElx1d .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uT7cUElx1d .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uT7cUElx1d .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT7cUElx1d .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT7cUElx1d .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT7cUElx1d .item-text {
  color: #404349;
}
.cid-uT7cUElx1d .item-name {
  color: #ff6200;
}
.cid-uT7cUElx1d .item-role {
  color: #000000;
}
.cid-uT7cUFADfy {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uT7cUFADfy::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uT7cUFADfy .container {
    padding: 0 16px;
  }
}
.cid-uT7cUFADfy .row {
  position: relative;
  z-index: 1;
}
.cid-uT7cUFADfy .title-wrapper {
  margin-bottom: 80px;
}
.cid-uT7cUFADfy .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uT7cUFADfy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT7cUFADfy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uT7cUFADfy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uT7cUFADfy .embla__slide .slide-content {
  width: 100%;
}
.cid-uT7cUFADfy .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT7cUFADfy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uT7cUFADfy .embla__button--next,
.cid-uT7cUFADfy .embla__button--prev {
  display: flex;
}
.cid-uT7cUFADfy .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uT7cUFADfy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT7cUFADfy .embla__button:hover {
  opacity: .7 !important;
}
.cid-uT7cUFADfy .embla__button.embla__button--prev {
  left: 0;
}
.cid-uT7cUFADfy .embla__button.embla__button--next {
  right: 0;
}
.cid-uT7cUFADfy .embla {
  position: relative;
  width: 100%;
}
.cid-uT7cUFADfy .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uT7cUFADfy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT7cUFADfy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT7cUFADfy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT7cUFADfy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT7cUFADfy .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uT7cUHfGX2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT7cUHfGX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7cUHfGX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7cUHfGX2 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT7cUHfGX2 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT7cUHfGX2 .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uT7cUHfGX2 .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uT7cUHfGX2 .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uT7cUHfGX2 .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #232323;
}
.cid-uT7cUHfGX2 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uT7cUHfGX2 .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uT7cUHfGX2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uT7cUHfGX2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uT7cUHfGX2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT7cUHfGX2 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uT7cUHfGX2 .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uT7cUHfGX2 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uT7cUHfGX2 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uT7cUHfGX2 .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uT7cUHfGX2 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uT7cUHfGX2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uT7cUHfGX2 .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uT7cUHfGX2 .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uT7cUHfGX2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uT7cUHfGX2 .mbr-section-title,
.cid-uT7cUHfGX2 .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT7cUHfGX2 .panel-title-edit {
  color: #ffffff;
}
.cid-uT7cUHfGX2 .panel-text {
  color: #323432;
}
.cid-uT7cUHfGX2 .panel-text,
.cid-uT7cUHfGX2 .panel-body {
  color: #ff6200;
}
.cid-uT7cUIgMBy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT7cUIgMBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7cUIgMBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7cUIgMBy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT7cUIgMBy .container {
    padding: 0 15px;
  }
}
.cid-uT7cUIgMBy .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT7cUIgMBy .title-wrapper {
    text-align: center;
  }
}
.cid-uT7cUIgMBy .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT7cUIgMBy .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT7cUIgMBy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT7cUIgMBy .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT7cUIgMBy .list {
    justify-content: center;
  }
}
.cid-uT7cUIgMBy .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT7cUIgMBy .list .item-wrap:hover,
.cid-uT7cUIgMBy .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT7cUIgMBy .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT7cUIgMBy .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT7cUIgMBy .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT7cUIgMBy .copy-wrapper {
    height: auto;
  }
}
.cid-uT7cUIgMBy .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT7cUIgMBy .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT7cUIgMBy .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT7cUIgMBy .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT7cUIgMBy .social-wrapper {
    text-align: center;
  }
}
.cid-uT7cUIgMBy .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT7cUIgMBy .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT7cUIgMBy .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT7cUIgMBy .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT7cUIgMBy .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT7cUIgMBy .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT7cUIgMBy .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT7cUIgMBy .mbr-copy {
  color: #d2d2df;
}
.cid-uT7cUIgMBy .mbr-copy,
.cid-uT7cUIgMBy .social-wrapper {
  color: #ffffff;
}
.cid-uT7cUIgMBy .mbr-section-title,
.cid-uT7cUIgMBy .title-wrapper {
  color: #ff6200;
}
.cid-uTQgDXb0YY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTQgDXb0YY .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;
}
@media (max-width: 767px) {
  .cid-uTQgDXb0YY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTQgDXb0YY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTQgDXb0YY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTQgDXb0YY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTQgDXb0YY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTQgDXb0YY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTQgDXb0YY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uTQgDXb0YY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uTQgDXb0YY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTQgDXb0YY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTQgDXb0YY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTQgDXb0YY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uTQgDXb0YY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTQgDXb0YY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTQgDXb0YY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTQgDXb0YY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTQgDXb0YY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTQgDXb0YY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uTQgDXb0YY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTQgDXb0YY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uTQgDXb0YY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uTQgDXb0YY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTQgDXb0YY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTQgDXb0YY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTQgDXb0YY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uTQgDXb0YY .nav-item:focus,
.cid-uTQgDXb0YY .nav-link:focus {
  outline: none;
}
.cid-uTQgDXb0YY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTQgDXb0YY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTQgDXb0YY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTQgDXb0YY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQgDXb0YY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTQgDXb0YY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTQgDXb0YY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uTQgDXb0YY .navbar.opened {
  transition: all 0.3s;
}
.cid-uTQgDXb0YY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTQgDXb0YY .navbar .navbar-logo img {
  width: auto;
}
.cid-uTQgDXb0YY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTQgDXb0YY .navbar.collapsed {
  justify-content: center;
}
.cid-uTQgDXb0YY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTQgDXb0YY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTQgDXb0YY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTQgDXb0YY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTQgDXb0YY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTQgDXb0YY .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-uTQgDXb0YY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTQgDXb0YY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTQgDXb0YY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTQgDXb0YY .navbar {
    min-height: 72px;
  }
  .cid-uTQgDXb0YY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTQgDXb0YY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTQgDXb0YY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTQgDXb0YY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTQgDXb0YY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTQgDXb0YY .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-uTQgDXb0YY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTQgDXb0YY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTQgDXb0YY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTQgDXb0YY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTQgDXb0YY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTQgDXb0YY .dropdown-item.active,
.cid-uTQgDXb0YY .dropdown-item:active {
  background-color: transparent;
}
.cid-uTQgDXb0YY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTQgDXb0YY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTQgDXb0YY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTQgDXb0YY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTQgDXb0YY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTQgDXb0YY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTQgDXb0YY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTQgDXb0YY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTQgDXb0YY .navbar-buttons {
    text-align: left;
  }
}
.cid-uTQgDXb0YY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTQgDXb0YY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTQgDXb0YY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTQgDXb0YY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQgDXb0YY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQgDXb0YY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTQgDXb0YY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQgDXb0YY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTQgDXb0YY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTQgDXb0YY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQgDXb0YY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTQgDXb0YY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTQgDXb0YY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTQgDXb0YY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTQgDXb0YY .navbar {
    height: 70px;
  }
  .cid-uTQgDXb0YY .navbar.opened {
    height: auto;
  }
  .cid-uTQgDXb0YY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTQgDXb0YY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTQgDXb0YY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTQgDXb0YY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTQgDXb0YY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uTQgDXb0YY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTQgDXb0YY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTQgDXb0YY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTQgDXb0YY .navbar-brand {
    margin-right: auto;
  }
  .cid-uTQgDXb0YY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uTQgDXb0YY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTQgDXb0YY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTQgDXb0YY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTQgDXb0YY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTQgDXb0YY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTQgDXb0YY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uTQgDXb0YY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTQgDXb0YY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTQgDXb0YY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTQgDXb0YY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT7rxHOSxJ {
  display: flex;
  background-image: url("../../../assets/images/adobestock-332813117-2000x1219.webp");
}
.cid-uT7rxHOSxJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uT7rxHOSxJ {
    align-items: center;
  }
  .cid-uT7rxHOSxJ .row {
    justify-content: center;
  }
  .cid-uT7rxHOSxJ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uT7rxHOSxJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uT7rxHOSxJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uT7rxHOSxJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uT7rxHOSxJ .content-wrap {
    width: 100%;
  }
}
.cid-uT7rxHOSxJ .mbr-section-title,
.cid-uT7rxHOSxJ .mbr-section-subtitle {
  text-align: center;
}
.cid-uT7rxHOSxJ .mbr-text,
.cid-uT7rxHOSxJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uT7rxIyT5k {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT7rxIyT5k .row {
    text-align: center!important;
  }
}
.cid-uT7rxIyT5k .mbr-section-title {
  color: #ffffff;
}
.cid-uT7rxIyT5k .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT7rxIyT5k .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT7rxIyT5k .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT7rxIyT5k .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT7rxIyT5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7rxIyT5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7rxIyT5k .mbr-section-title,
.cid-uT7rxIyT5k .mbr-section-btn {
  color: #ff6200;
}
.cid-uT7rxMqdkx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT7rxMqdkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7rxMqdkx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7rxMqdkx .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT7rxMqdkx .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uT7rxMqdkx .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT7rxMqdkx .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uT7rxMqdkx .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uT7rxMqdkx .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uT7rxMqdkx .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT7rxMqdkx .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uT7rxMqdkx .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #ff6200 70%);
  transition: all 1s ease-in-out;
}
.cid-uT7rxMqdkx .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #ff6200 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uT7rxMqdkx .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uT7rxMqdkx .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT7rxMqdkx .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uT7rxMqdkx .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT7rxMqdkx .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uT7rxMZVMa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uT7rxMZVMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7rxMZVMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7rxMZVMa .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT7rxMZVMa .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT7rxMZVMa .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uT7rxMZVMa .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uT7rxMZVMa .item {
    margin-bottom: 40px;
  }
}
.cid-uT7rxMZVMa .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uT7rxMZVMa .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uT7rxMZVMa .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uT7rxMZVMa .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uT7rxMZVMa .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uT7rxMZVMa .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT7rxMZVMa .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT7rxMZVMa .mbr-section-title,
.cid-uT7rxMZVMa .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT7rxMZVMa .card-number {
  color: #f1f5eb;
}
.cid-uT7rxMZVMa .card-title {
  color: #323432;
}
.cid-uT7rxMZVMa .card-text {
  color: #ffffff;
}
.cid-uT7rxMZVMa .card-title,
.cid-uT7rxMZVMa .mbr-section-btn,
.cid-uT7rxMZVMa .iconfont-wrapper {
  color: #ffffff;
}
.cid-uT7rxNvWoO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uT7rxNvWoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7rxNvWoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7rxNvWoO .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uT7rxNvWoO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT7rxNvWoO .content-head {
  max-width: 800px;
}
.cid-uT7rxNvWoO .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uT7rxNvWoO .img-wrapper img {
  width: 6rem;
}
.cid-uT7rxNvWoO .mbr-section-title {
  color: #ff6200;
}
.cid-uT7rxNvWoO .card-title {
  color: #000000;
}
.cid-uT7rxNvWoO .card-text {
  color: #000000;
}
.cid-uT7rxNvWoO .mbr-section-subtitle {
  color: #ff6200;
  text-align: center;
}
.cid-uT7rxOamxf {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT7rxOamxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7rxOamxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7rxOamxf .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT7rxOamxf .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT7rxOamxf .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uT7rxOamxf .mbr-section-title {
  margin-bottom: 80px;
  color: #19171c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT7rxOamxf .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uT7rxOamxf .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uT7rxOamxf .items-wrapper .item {
  padding: 0 10px;
}
.cid-uT7rxOamxf .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uT7rxOamxf .item {
    margin-bottom: 20px;
  }
}
.cid-uT7rxOamxf .item .item-wrapper {
  padding: 60px 40px;
  background-color: #f1f5eb;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT7rxOamxf .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uT7rxOamxf .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT7rxOamxf .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uT7rxOamxf .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uT7rxOamxf .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uT7rxOamxf .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uT7rxOamxf .item .item-wrapper .item-content .item-title_1,
.cid-uT7rxOamxf .item .item-wrapper .item-content .item-title_2,
.cid-uT7rxOamxf .item .item-wrapper .item-content .item-title_3 {
  margin-bottom: 20px;
}
.cid-uT7rxOamxf .item .item-wrapper .item-content .item-price {
  margin-bottom: 20px;
}
.cid-uT7rxOamxf .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-uT7rxOamxf .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-uT7rxOamxf .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uT7rxOamxf .item .item-wrapper .item-content .list {
    margin: 20px 0 0 0;
  }
}
.cid-uT7rxOamxf .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}
.cid-uT7rxOamxf .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT7rxOamxf .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.cid-uT7rxOamxf .item .item-wrapper .item-content .list_1 .item-wrap::before {
  color: #000000;
}
.cid-uT7rxOamxf .item .item-wrapper .item-content .list_2 .item-wrap::before {
  color: #00b2ff;
}
.cid-uT7rxOamxf .item .item-wrapper .item-content .list_3 .item-wrap::before {
  color: #b593ff;
}
.cid-uT7rxOamxf .mbr-label,
.cid-uT7rxOamxf .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uT7rxOamxf .item-title_1 {
  color: #000000;
}
.cid-uT7rxOamxf .item-title_2 {
  color: #000000;
}
.cid-uT7rxOamxf .item-title_3 {
  color: #232323;
}
.cid-uT7rxOamxf .item-price {
  color: #19171c;
}
.cid-uT7rxOamxf .list {
  color: #19171c;
}
.cid-uT7rxOamxf .mbr-section-title,
.cid-uT7rxOamxf .mbr-section-btn {
  color: #ff6200;
}
.cid-uT7rxOQfLI {
  padding-top: 45px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uT7rxOQfLI .mbr-section-title {
  color: #06182d;
}
.cid-uT7rxOQfLI .mbr-section-title span {
  line-height: 1;
  color: #edefeb;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uT7rxOQfLI .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT7rxOQfLI .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uT7rxOQfLI .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-uT7rxOQfLI .title-text {
  margin-bottom: 70px;
}
.cid-uT7rxOQfLI .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT7rxOQfLI .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uT7rxOQfLI .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uT7rxOQfLI .title-text .mbr-section-title {
  color: #ffffff;
}
.cid-uT7rxOQfLI .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uT7rxOQfLI .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uT7rxOQfLI .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uT7rxOQfLI .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-uT7rxOQfLI .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uT7rxOQfLI .p-4 {
  padding: 1rem 0 !important;
}
.cid-uT7rxOQfLI .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uT7rxOQfLI .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uT7rxOQfLI .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uT7rxOQfLI .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uT7rxOQfLI .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uT7rxOQfLI .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uT7rxOQfLI .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uT7rxOQfLI .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uT7rxOQfLI .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uT7rxOQfLI .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uT7rxOQfLI .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-uT7rxOQfLI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uT7rxOQfLI .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uT7rxOQfLI .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uT7rxOQfLI .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uT7rxOQfLI .card .card-header a.panel-title .toggle-icon:before,
.cid-uT7rxOQfLI .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uT7rxOQfLI .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uT7rxOQfLI .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uT7rxOQfLI .card .panel-body {
  padding: 14px 20px;
}
.cid-uT7rxOQfLI .card .panel-body p {
  color: #000000;
  line-height: 1.5;
}
.cid-uT7rxOQfLI .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uT7rxOQfLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7rxOQfLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7rxOQfLI .title-text .mbr-section-title {
  text-align: left;
  color: #ff6200;
}
.cid-uT7ACB6SZS {
  padding-top: 15px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uT7ACB6SZS .mbr-section-title {
  color: #06182d;
}
.cid-uT7ACB6SZS .mbr-section-title span {
  line-height: 1;
  color: #edefeb;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uT7ACB6SZS .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT7ACB6SZS .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uT7ACB6SZS .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-uT7ACB6SZS .title-text {
  margin-bottom: 70px;
}
.cid-uT7ACB6SZS .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT7ACB6SZS .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uT7ACB6SZS .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uT7ACB6SZS .title-text .mbr-section-title {
  color: #ffffff;
}
.cid-uT7ACB6SZS .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uT7ACB6SZS .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uT7ACB6SZS .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uT7ACB6SZS .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-uT7ACB6SZS .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uT7ACB6SZS .p-4 {
  padding: 1rem 0 !important;
}
.cid-uT7ACB6SZS .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uT7ACB6SZS .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uT7ACB6SZS .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uT7ACB6SZS .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uT7ACB6SZS .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uT7ACB6SZS .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uT7ACB6SZS .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uT7ACB6SZS .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uT7ACB6SZS .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uT7ACB6SZS .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uT7ACB6SZS .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-uT7ACB6SZS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uT7ACB6SZS .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uT7ACB6SZS .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uT7ACB6SZS .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uT7ACB6SZS .card .card-header a.panel-title .toggle-icon:before,
.cid-uT7ACB6SZS .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uT7ACB6SZS .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uT7ACB6SZS .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uT7ACB6SZS .card .panel-body {
  padding: 14px 20px;
}
.cid-uT7ACB6SZS .card .panel-body p {
  color: #000000;
  line-height: 1.5;
}
.cid-uT7ACB6SZS .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uT7ACB6SZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7ACB6SZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7ACB6SZS .title-text .mbr-section-title {
  text-align: left;
  color: #ff6200;
}
.cid-uT7rxPHhIK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #050f0f;
}
.cid-uT7rxPHhIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7rxPHhIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7rxPHhIK .content-head {
  max-width: 800px;
}
.cid-uT7rxPHhIK .loop-container .item {
  min-height: auto;
}
.cid-uT7rxPHhIK .item {
  color: #f7fff7;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uT7rxPHhIK .item {
    min-height: 45px;
  }
}
.cid-uT7rxQkL8A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT7rxQkL8A .row {
    text-align: center!important;
  }
}
.cid-uT7rxQkL8A .mbr-section-title {
  color: #ffffff;
}
.cid-uT7rxQkL8A .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT7rxQkL8A .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT7rxQkL8A .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT7rxQkL8A .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT7rxQkL8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7rxQkL8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7rxQkL8A .mbr-section-title,
.cid-uT7rxQkL8A .mbr-section-btn {
  color: #232323;
}
.cid-uT7rxQVt3h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uT7rxQVt3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7rxQVt3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7rxQVt3h .content-wrap {
  padding: 60px 0;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uT7rxQVt3h .content-wrap {
    padding: 20px;
  }
}
.cid-uT7rxQVt3h .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uT7rxQVt3h .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uT7rxQVt3h .embla__slide .slide-content {
  width: 100%;
}
.cid-uT7rxQVt3h .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uT7rxQVt3h .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uT7rxQVt3h .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-uT7rxQVt3h .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-uT7rxQVt3h .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uT7rxQVt3h .embla__button--next,
.cid-uT7rxQVt3h .embla__button--prev {
  display: flex;
}
.cid-uT7rxQVt3h .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uT7rxQVt3h .embla__button {
    bottom: 0;
  }
}
.cid-uT7rxQVt3h .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT7rxQVt3h .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uT7rxQVt3h .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-uT7rxQVt3h .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-uT7rxQVt3h .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-uT7rxQVt3h .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uT7rxQVt3h .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uT7rxQVt3h .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uT7rxQVt3h .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT7rxQVt3h .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT7rxQVt3h .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT7rxQVt3h .item-text {
  color: #404349;
}
.cid-uT7rxQVt3h .item-name {
  color: #ff6200;
}
.cid-uT7rxQVt3h .item-role {
  color: #000000;
}
.cid-uT7rxS0fLD {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uT7rxS0fLD::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uT7rxS0fLD .container {
    padding: 0 16px;
  }
}
.cid-uT7rxS0fLD .row {
  position: relative;
  z-index: 1;
}
.cid-uT7rxS0fLD .title-wrapper {
  margin-bottom: 80px;
}
.cid-uT7rxS0fLD .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uT7rxS0fLD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT7rxS0fLD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uT7rxS0fLD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uT7rxS0fLD .embla__slide .slide-content {
  width: 100%;
}
.cid-uT7rxS0fLD .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT7rxS0fLD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uT7rxS0fLD .embla__button--next,
.cid-uT7rxS0fLD .embla__button--prev {
  display: flex;
}
.cid-uT7rxS0fLD .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uT7rxS0fLD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT7rxS0fLD .embla__button:hover {
  opacity: .7 !important;
}
.cid-uT7rxS0fLD .embla__button.embla__button--prev {
  left: 0;
}
.cid-uT7rxS0fLD .embla__button.embla__button--next {
  right: 0;
}
.cid-uT7rxS0fLD .embla {
  position: relative;
  width: 100%;
}
.cid-uT7rxS0fLD .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uT7rxS0fLD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT7rxS0fLD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT7rxS0fLD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT7rxS0fLD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT7rxS0fLD .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uT7rxTx6xz {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT7rxTx6xz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7rxTx6xz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7rxTx6xz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT7rxTx6xz .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT7rxTx6xz .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uT7rxTx6xz .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uT7rxTx6xz .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uT7rxTx6xz .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #232323;
}
.cid-uT7rxTx6xz .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uT7rxTx6xz .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uT7rxTx6xz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uT7rxTx6xz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uT7rxTx6xz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT7rxTx6xz .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uT7rxTx6xz .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uT7rxTx6xz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uT7rxTx6xz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uT7rxTx6xz .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uT7rxTx6xz .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uT7rxTx6xz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uT7rxTx6xz .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uT7rxTx6xz .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uT7rxTx6xz .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uT7rxTx6xz .mbr-section-title,
.cid-uT7rxTx6xz .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT7rxTx6xz .panel-title-edit {
  color: #ffffff;
}
.cid-uT7rxTx6xz .panel-text {
  color: #323432;
}
.cid-uT7rxTx6xz .panel-text,
.cid-uT7rxTx6xz .panel-body {
  color: #ff6200;
}
.cid-uT7rxUpPFe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT7rxUpPFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7rxUpPFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7rxUpPFe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT7rxUpPFe .container {
    padding: 0 15px;
  }
}
.cid-uT7rxUpPFe .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT7rxUpPFe .title-wrapper {
    text-align: center;
  }
}
.cid-uT7rxUpPFe .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT7rxUpPFe .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT7rxUpPFe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT7rxUpPFe .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT7rxUpPFe .list {
    justify-content: center;
  }
}
.cid-uT7rxUpPFe .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT7rxUpPFe .list .item-wrap:hover,
.cid-uT7rxUpPFe .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT7rxUpPFe .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT7rxUpPFe .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT7rxUpPFe .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT7rxUpPFe .copy-wrapper {
    height: auto;
  }
}
.cid-uT7rxUpPFe .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT7rxUpPFe .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT7rxUpPFe .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT7rxUpPFe .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT7rxUpPFe .social-wrapper {
    text-align: center;
  }
}
.cid-uT7rxUpPFe .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT7rxUpPFe .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT7rxUpPFe .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT7rxUpPFe .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT7rxUpPFe .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT7rxUpPFe .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT7rxUpPFe .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT7rxUpPFe .mbr-copy {
  color: #d2d2df;
}
.cid-uT7rxUpPFe .mbr-copy,
.cid-uT7rxUpPFe .social-wrapper {
  color: #ffffff;
}
.cid-uT7rxUpPFe .mbr-section-title,
.cid-uT7rxUpPFe .title-wrapper {
  color: #ff6200;
}
.cid-uTLS4abLPK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTLS4abLPK .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;
}
@media (max-width: 767px) {
  .cid-uTLS4abLPK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTLS4abLPK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTLS4abLPK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTLS4abLPK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTLS4abLPK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTLS4abLPK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTLS4abLPK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uTLS4abLPK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uTLS4abLPK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTLS4abLPK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTLS4abLPK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTLS4abLPK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uTLS4abLPK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTLS4abLPK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTLS4abLPK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTLS4abLPK .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTLS4abLPK .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTLS4abLPK .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uTLS4abLPK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTLS4abLPK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uTLS4abLPK .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uTLS4abLPK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTLS4abLPK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTLS4abLPK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTLS4abLPK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uTLS4abLPK .nav-item:focus,
.cid-uTLS4abLPK .nav-link:focus {
  outline: none;
}
.cid-uTLS4abLPK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTLS4abLPK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTLS4abLPK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTLS4abLPK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTLS4abLPK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTLS4abLPK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTLS4abLPK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uTLS4abLPK .navbar.opened {
  transition: all 0.3s;
}
.cid-uTLS4abLPK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTLS4abLPK .navbar .navbar-logo img {
  width: auto;
}
.cid-uTLS4abLPK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTLS4abLPK .navbar.collapsed {
  justify-content: center;
}
.cid-uTLS4abLPK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTLS4abLPK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTLS4abLPK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTLS4abLPK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTLS4abLPK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTLS4abLPK .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-uTLS4abLPK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTLS4abLPK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTLS4abLPK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTLS4abLPK .navbar {
    min-height: 72px;
  }
  .cid-uTLS4abLPK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTLS4abLPK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTLS4abLPK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTLS4abLPK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTLS4abLPK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTLS4abLPK .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-uTLS4abLPK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTLS4abLPK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTLS4abLPK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTLS4abLPK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTLS4abLPK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTLS4abLPK .dropdown-item.active,
.cid-uTLS4abLPK .dropdown-item:active {
  background-color: transparent;
}
.cid-uTLS4abLPK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTLS4abLPK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTLS4abLPK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTLS4abLPK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTLS4abLPK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTLS4abLPK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTLS4abLPK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTLS4abLPK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTLS4abLPK .navbar-buttons {
    text-align: left;
  }
}
.cid-uTLS4abLPK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTLS4abLPK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTLS4abLPK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTLS4abLPK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTLS4abLPK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTLS4abLPK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTLS4abLPK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTLS4abLPK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTLS4abLPK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTLS4abLPK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTLS4abLPK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTLS4abLPK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTLS4abLPK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTLS4abLPK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTLS4abLPK .navbar {
    height: 70px;
  }
  .cid-uTLS4abLPK .navbar.opened {
    height: auto;
  }
  .cid-uTLS4abLPK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTLS4abLPK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTLS4abLPK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTLS4abLPK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTLS4abLPK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uTLS4abLPK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTLS4abLPK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTLS4abLPK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTLS4abLPK .navbar-brand {
    margin-right: auto;
  }
  .cid-uTLS4abLPK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uTLS4abLPK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTLS4abLPK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTLS4abLPK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTLS4abLPK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTLS4abLPK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTLS4abLPK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uTLS4abLPK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTLS4abLPK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTLS4abLPK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTLS4abLPK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT6YfqCAC0 {
  display: flex;
  background-image: url("../../../assets/images/mbr-12.webp");
}
.cid-uT6YfqCAC0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uT6YfqCAC0 {
    align-items: center;
  }
  .cid-uT6YfqCAC0 .row {
    justify-content: center;
  }
  .cid-uT6YfqCAC0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uT6YfqCAC0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uT6YfqCAC0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uT6YfqCAC0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uT6YfqCAC0 .content-wrap {
    width: 100%;
  }
}
.cid-uT6YfqCAC0 .mbr-section-title,
.cid-uT6YfqCAC0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uT6YfqCAC0 .mbr-text,
.cid-uT6YfqCAC0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uT6Yfrb0sN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT6Yfrb0sN .row {
    text-align: center!important;
  }
}
.cid-uT6Yfrb0sN .mbr-section-title {
  color: #ffffff;
}
.cid-uT6Yfrb0sN .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT6Yfrb0sN .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT6Yfrb0sN .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT6Yfrb0sN .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT6Yfrb0sN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6Yfrb0sN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6Yfrb0sN .mbr-section-title,
.cid-uT6Yfrb0sN .mbr-section-btn {
  color: #ff6200;
}
.cid-uT6YfrBlkD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT6YfrBlkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6YfrBlkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6YfrBlkD .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT6YfrBlkD .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uT6YfrBlkD .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT6YfrBlkD .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uT6YfrBlkD .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uT6YfrBlkD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uT6YfrBlkD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT6YfrBlkD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uT6YfrBlkD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #ff6200 70%);
  transition: all 1s ease-in-out;
}
.cid-uT6YfrBlkD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #ff6200 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uT6YfrBlkD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uT6YfrBlkD .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uT6YfrBlkD .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uT6YfrBlkD .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT6YfrBlkD .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uT6Yfsdzi3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uT6Yfsdzi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6Yfsdzi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6Yfsdzi3 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT6Yfsdzi3 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT6Yfsdzi3 .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uT6Yfsdzi3 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uT6Yfsdzi3 .item {
    margin-bottom: 40px;
  }
}
.cid-uT6Yfsdzi3 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uT6Yfsdzi3 .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uT6Yfsdzi3 .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uT6Yfsdzi3 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uT6Yfsdzi3 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uT6Yfsdzi3 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT6Yfsdzi3 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT6Yfsdzi3 .mbr-section-title,
.cid-uT6Yfsdzi3 .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT6Yfsdzi3 .card-number {
  color: #f1f5eb;
}
.cid-uT6Yfsdzi3 .card-title {
  color: #323432;
}
.cid-uT6Yfsdzi3 .card-text {
  color: #ffffff;
}
.cid-uT6Yfsdzi3 .card-title,
.cid-uT6Yfsdzi3 .mbr-section-btn,
.cid-uT6Yfsdzi3 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uT6YfsJazB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uT6YfsJazB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6YfsJazB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6YfsJazB .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uT6YfsJazB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT6YfsJazB .content-head {
  max-width: 800px;
}
.cid-uT6YfsJazB .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uT6YfsJazB .img-wrapper img {
  width: 6rem;
}
.cid-uT6YfsJazB .mbr-section-title {
  color: #ff6200;
}
.cid-uT6YfsJazB .card-title {
  color: #000000;
}
.cid-uT6YfsJazB .card-text {
  color: #000000;
}
.cid-uT6YfsJazB .mbr-section-subtitle {
  color: #ff6200;
  text-align: center;
}
.cid-uT6YftrVXG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT6YftrVXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6YftrVXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6YftrVXG .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT6YftrVXG .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT6YftrVXG .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uT6YftrVXG .mbr-section-title {
  margin-bottom: 80px;
  color: #19171c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT6YftrVXG .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uT6YftrVXG .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uT6YftrVXG .items-wrapper .item {
  padding: 0 10px;
}
.cid-uT6YftrVXG .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uT6YftrVXG .item {
    margin-bottom: 20px;
  }
}
.cid-uT6YftrVXG .item .item-wrapper {
  padding: 60px 40px;
  background-color: #f1f5eb;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT6YftrVXG .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uT6YftrVXG .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT6YftrVXG .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uT6YftrVXG .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uT6YftrVXG .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uT6YftrVXG .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uT6YftrVXG .item .item-wrapper .item-content .item-title_1,
.cid-uT6YftrVXG .item .item-wrapper .item-content .item-title_2,
.cid-uT6YftrVXG .item .item-wrapper .item-content .item-title_3 {
  margin-bottom: 20px;
}
.cid-uT6YftrVXG .item .item-wrapper .item-content .item-price {
  margin-bottom: 20px;
}
.cid-uT6YftrVXG .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-uT6YftrVXG .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-uT6YftrVXG .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uT6YftrVXG .item .item-wrapper .item-content .list {
    margin: 20px 0 0 0;
  }
}
.cid-uT6YftrVXG .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}
.cid-uT6YftrVXG .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT6YftrVXG .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.cid-uT6YftrVXG .item .item-wrapper .item-content .list_1 .item-wrap::before {
  color: #000000;
}
.cid-uT6YftrVXG .item .item-wrapper .item-content .list_2 .item-wrap::before {
  color: #00b2ff;
}
.cid-uT6YftrVXG .item .item-wrapper .item-content .list_3 .item-wrap::before {
  color: #b593ff;
}
.cid-uT6YftrVXG .mbr-label,
.cid-uT6YftrVXG .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uT6YftrVXG .item-title_1 {
  color: #000000;
}
.cid-uT6YftrVXG .item-title_2 {
  color: #000000;
}
.cid-uT6YftrVXG .item-title_3 {
  color: #232323;
}
.cid-uT6YftrVXG .item-price {
  color: #19171c;
}
.cid-uT6YftrVXG .list {
  color: #19171c;
}
.cid-uT6YftrVXG .mbr-section-title,
.cid-uT6YftrVXG .mbr-section-btn {
  color: #ff6200;
}
.cid-uT6Yfu6bSe {
  padding-top: 45px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uT6Yfu6bSe .mbr-section-title {
  color: #06182d;
}
.cid-uT6Yfu6bSe .mbr-section-title span {
  line-height: 1;
  color: #edefeb;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uT6Yfu6bSe .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT6Yfu6bSe .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uT6Yfu6bSe .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-uT6Yfu6bSe .title-text {
  margin-bottom: 70px;
}
.cid-uT6Yfu6bSe .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uT6Yfu6bSe .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uT6Yfu6bSe .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uT6Yfu6bSe .title-text .mbr-section-title {
  color: #ffffff;
}
.cid-uT6Yfu6bSe .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uT6Yfu6bSe .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uT6Yfu6bSe .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uT6Yfu6bSe .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-uT6Yfu6bSe .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uT6Yfu6bSe .p-4 {
  padding: 1rem 0 !important;
}
.cid-uT6Yfu6bSe .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uT6Yfu6bSe .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uT6Yfu6bSe .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uT6Yfu6bSe .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uT6Yfu6bSe .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uT6Yfu6bSe .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uT6Yfu6bSe .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uT6Yfu6bSe .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uT6Yfu6bSe .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uT6Yfu6bSe .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uT6Yfu6bSe .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-uT6Yfu6bSe .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uT6Yfu6bSe .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uT6Yfu6bSe .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uT6Yfu6bSe .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uT6Yfu6bSe .card .card-header a.panel-title .toggle-icon:before,
.cid-uT6Yfu6bSe .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uT6Yfu6bSe .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uT6Yfu6bSe .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uT6Yfu6bSe .card .panel-body {
  padding: 14px 20px;
}
.cid-uT6Yfu6bSe .card .panel-body p {
  color: #000000;
  line-height: 1.5;
}
.cid-uT6Yfu6bSe .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uT6Yfu6bSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6Yfu6bSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6Yfu6bSe .title-text .mbr-section-title {
  text-align: left;
  color: #ff6200;
}
.cid-uT6YfuXi0t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #050f0f;
}
.cid-uT6YfuXi0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6YfuXi0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6YfuXi0t .content-head {
  max-width: 800px;
}
.cid-uT6YfuXi0t .loop-container .item {
  min-height: auto;
}
.cid-uT6YfuXi0t .item {
  color: #f7fff7;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uT6YfuXi0t .item {
    min-height: 45px;
  }
}
.cid-uT6YfvvvDK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT6YfvvvDK .row {
    text-align: center!important;
  }
}
.cid-uT6YfvvvDK .mbr-section-title {
  color: #ffffff;
}
.cid-uT6YfvvvDK .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uT6YfvvvDK .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uT6YfvvvDK .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uT6YfvvvDK .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uT6YfvvvDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6YfvvvDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6YfvvvDK .mbr-section-title,
.cid-uT6YfvvvDK .mbr-section-btn {
  color: #232323;
}
.cid-uT6Yfw6P1X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uT6Yfw6P1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6Yfw6P1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6Yfw6P1X .content-wrap {
  padding: 60px 0;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uT6Yfw6P1X .content-wrap {
    padding: 20px;
  }
}
.cid-uT6Yfw6P1X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uT6Yfw6P1X .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uT6Yfw6P1X .embla__slide .slide-content {
  width: 100%;
}
.cid-uT6Yfw6P1X .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uT6Yfw6P1X .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uT6Yfw6P1X .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-uT6Yfw6P1X .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-uT6Yfw6P1X .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uT6Yfw6P1X .embla__button--next,
.cid-uT6Yfw6P1X .embla__button--prev {
  display: flex;
}
.cid-uT6Yfw6P1X .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uT6Yfw6P1X .embla__button {
    bottom: 0;
  }
}
.cid-uT6Yfw6P1X .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT6Yfw6P1X .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uT6Yfw6P1X .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-uT6Yfw6P1X .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-uT6Yfw6P1X .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-uT6Yfw6P1X .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uT6Yfw6P1X .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uT6Yfw6P1X .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uT6Yfw6P1X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT6Yfw6P1X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT6Yfw6P1X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT6Yfw6P1X .item-text {
  color: #404349;
}
.cid-uT6Yfw6P1X .item-name {
  color: #ff6200;
}
.cid-uT6Yfw6P1X .item-role {
  color: #000000;
}
.cid-uT6YfxzSmL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uT6YfxzSmL::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uT6YfxzSmL .container {
    padding: 0 16px;
  }
}
.cid-uT6YfxzSmL .row {
  position: relative;
  z-index: 1;
}
.cid-uT6YfxzSmL .title-wrapper {
  margin-bottom: 80px;
}
.cid-uT6YfxzSmL .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uT6YfxzSmL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT6YfxzSmL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uT6YfxzSmL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uT6YfxzSmL .embla__slide .slide-content {
  width: 100%;
}
.cid-uT6YfxzSmL .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT6YfxzSmL .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uT6YfxzSmL .embla__button--next,
.cid-uT6YfxzSmL .embla__button--prev {
  display: flex;
}
.cid-uT6YfxzSmL .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uT6YfxzSmL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT6YfxzSmL .embla__button:hover {
  opacity: .7 !important;
}
.cid-uT6YfxzSmL .embla__button.embla__button--prev {
  left: 0;
}
.cid-uT6YfxzSmL .embla__button.embla__button--next {
  right: 0;
}
.cid-uT6YfxzSmL .embla {
  position: relative;
  width: 100%;
}
.cid-uT6YfxzSmL .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uT6YfxzSmL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT6YfxzSmL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT6YfxzSmL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT6YfxzSmL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT6YfxzSmL .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uT6YfyZCBN {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT6YfyZCBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6YfyZCBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6YfyZCBN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uT6YfyZCBN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uT6YfyZCBN .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uT6YfyZCBN .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uT6YfyZCBN .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uT6YfyZCBN .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #232323;
}
.cid-uT6YfyZCBN .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uT6YfyZCBN .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uT6YfyZCBN .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uT6YfyZCBN .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uT6YfyZCBN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uT6YfyZCBN .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uT6YfyZCBN .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uT6YfyZCBN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uT6YfyZCBN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uT6YfyZCBN .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uT6YfyZCBN .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uT6YfyZCBN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uT6YfyZCBN .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uT6YfyZCBN .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uT6YfyZCBN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uT6YfyZCBN .mbr-section-title,
.cid-uT6YfyZCBN .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uT6YfyZCBN .panel-title-edit {
  color: #ffffff;
}
.cid-uT6YfyZCBN .panel-text {
  color: #323432;
}
.cid-uT6YfyZCBN .panel-text,
.cid-uT6YfyZCBN .panel-body {
  color: #ff6200;
}
.cid-uT6YfzVCAf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT6YfzVCAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6YfzVCAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6YfzVCAf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT6YfzVCAf .container {
    padding: 0 15px;
  }
}
.cid-uT6YfzVCAf .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT6YfzVCAf .title-wrapper {
    text-align: center;
  }
}
.cid-uT6YfzVCAf .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT6YfzVCAf .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT6YfzVCAf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT6YfzVCAf .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT6YfzVCAf .list {
    justify-content: center;
  }
}
.cid-uT6YfzVCAf .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT6YfzVCAf .list .item-wrap:hover,
.cid-uT6YfzVCAf .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT6YfzVCAf .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT6YfzVCAf .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT6YfzVCAf .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT6YfzVCAf .copy-wrapper {
    height: auto;
  }
}
.cid-uT6YfzVCAf .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT6YfzVCAf .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT6YfzVCAf .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT6YfzVCAf .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT6YfzVCAf .social-wrapper {
    text-align: center;
  }
}
.cid-uT6YfzVCAf .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT6YfzVCAf .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT6YfzVCAf .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT6YfzVCAf .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT6YfzVCAf .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT6YfzVCAf .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT6YfzVCAf .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT6YfzVCAf .mbr-copy {
  color: #d2d2df;
}
.cid-uT6YfzVCAf .mbr-copy,
.cid-uT6YfzVCAf .social-wrapper {
  color: #ffffff;
}
.cid-uT6YfzVCAf .mbr-section-title,
.cid-uT6YfzVCAf .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRmpuATGAy {
  display: flex;
  background-image: url("../../../assets/images/pessoal-prestando-ateno.webp");
}
.cid-uRmpuATGAy .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uRmpuATGAy {
    align-items: center;
  }
  .cid-uRmpuATGAy .row {
    justify-content: flex-start;
  }
  .cid-uRmpuATGAy .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRmpuATGAy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRmpuATGAy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRmpuATGAy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRmpuATGAy .content-wrap {
    width: 100%;
  }
}
.cid-uRmpuATGAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRmpuATGAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRmpuATGAy .mbr-section-title,
.cid-uRmpuATGAy .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uRmpuATGAy .mbr-text,
.cid-uRmpuATGAy .mbr-section-btn {
  text-align: left;
}
.cid-uRmpuATGAy .mbr-section-title {
  color: #ffffff;
}
.cid-uWfjiCw79D {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWfjiCw79D .mbr-text {
  color: #767676;
}
.cid-uWfjiCw79D .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uWfjiCw79D .card-box {
    flex-direction: column;
  }
}
.cid-uWfjiCw79D .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uWfjiCw79D .mbr-section-subtitle {
  color: #767676;
}
.cid-uWfjiCw79D .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uWfjiCw79D .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uWfjiCw79D .title .card-title {
  z-index: 1;
}
.cid-uWfjiCw79D h4 {
  margin: 0;
}
.cid-uWfjiCw79D .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uWfjiCw79D .card {
    margin-bottom: 1.5rem;
  }
}
.cid-uWfjiCw79D .card-title,
.cid-uWfjiCw79D .card-img {
  color: #000000;
}
.cid-uWfjiCw79D .num,
.cid-uWfjiCw79D .line {
  color: #000000;
}
.cid-uWfjiCw79D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWfjiCw79D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWfjiCw79D .mbr-section-title,
.cid-uWfjiCw79D .card-box {
  color: #ffffff;
}
.cid-uTe17mpPhx {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uTe17mpPhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTe17mpPhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTe17mpPhx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTe17mpPhx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uTe17mpPhx .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uTe17mpPhx .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTe17mpPhx .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uTe17mpPhx .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #ffffff;
}
.cid-uTe17mpPhx .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uTe17mpPhx .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uTe17mpPhx .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTe17mpPhx .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTe17mpPhx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTe17mpPhx .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uTe17mpPhx .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uTe17mpPhx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uTe17mpPhx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uTe17mpPhx .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #000000;
}
.cid-uTe17mpPhx .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uTe17mpPhx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uTe17mpPhx .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uTe17mpPhx .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uTe17mpPhx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTe17mpPhx .mbr-section-title,
.cid-uTe17mpPhx .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uTe17mpPhx .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-uTe17mpPhx .panel-text {
  color: #323432;
}
.cid-uTe17mpPhx .panel-text,
.cid-uTe17mpPhx .panel-body {
  color: #ff6200;
}
.cid-uT2jCV5l4n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT2jCV5l4n .justify-content-center {
  align-items: center;
}
.cid-uT2jCV5l4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2jCV5l4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2jCV5l4n .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uT2jCV5l4n .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT2jCV5l4n .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uT2jCV5l4n .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uT2jCV5l4n .row {
  align-items: center;
}
.cid-uT2jCV5l4n .card-text {
  color: #000000;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uT2jCV5l4n .card-text {
    text-align: center;
  }
}
.cid-udrZpJa8L0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-udrZpJa8L0 img,
.cid-udrZpJa8L0 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-udrZpJa8L0 .item:focus,
.cid-udrZpJa8L0 span:focus {
  outline: none;
}
.cid-udrZpJa8L0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udrZpJa8L0 .item {
    margin-bottom: 1rem;
  }
}
.cid-udrZpJa8L0 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-udrZpJa8L0 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-udrZpJa8L0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-udrZpJa8L0 .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-udrZpJa8L0 .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-udrZpJa8L0 .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-udrZpJa8L0 .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-udrZpJa8L0 .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-udrZpJa8L0 .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-udrZpJa8L0 .mbr-section-title {
  color: #232323;
}
.cid-udrZpJa8L0 .mbr-text,
.cid-udrZpJa8L0 .mbr-section-btn {
  text-align: center;
}
.cid-udrZpJa8L0 .item-title {
  text-align: center;
  color: #ff6200;
}
.cid-udrZpJa8L0 .content-head {
  max-width: 800px;
}
.cid-udrZpJa8L0 .mbr-text,
.cid-udrZpJa8L0 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-udrZpJa8L0 .mbr-section-title,
.cid-udrZpJa8L0 .mbr-section-head .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uInuh3A8rY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uInuh3A8rY img,
.cid-uInuh3A8rY .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uInuh3A8rY .item:focus,
.cid-uInuh3A8rY span:focus {
  outline: none;
}
.cid-uInuh3A8rY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uInuh3A8rY .item {
    margin-bottom: 1rem;
  }
}
.cid-uInuh3A8rY .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uInuh3A8rY .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uInuh3A8rY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uInuh3A8rY .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uInuh3A8rY .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uInuh3A8rY .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uInuh3A8rY .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uInuh3A8rY .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uInuh3A8rY .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uInuh3A8rY .mbr-section-title {
  color: #232323;
}
.cid-uInuh3A8rY .mbr-text,
.cid-uInuh3A8rY .mbr-section-btn {
  text-align: center;
}
.cid-uInuh3A8rY .item-title {
  text-align: center;
  color: #ff6200;
}
.cid-uInuh3A8rY .content-head {
  max-width: 800px;
}
.cid-uInuh3A8rY .mbr-text,
.cid-uInuh3A8rY .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uInuh3A8rY .mbr-section-title,
.cid-uInuh3A8rY .mbr-section-head .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uNa3quoe3z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uNa3quoe3z img,
.cid-uNa3quoe3z .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uNa3quoe3z .item:focus,
.cid-uNa3quoe3z span:focus {
  outline: none;
}
.cid-uNa3quoe3z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNa3quoe3z .item {
    margin-bottom: 1rem;
  }
}
.cid-uNa3quoe3z .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNa3quoe3z .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uNa3quoe3z .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNa3quoe3z .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uNa3quoe3z .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNa3quoe3z .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uNa3quoe3z .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNa3quoe3z .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uNa3quoe3z .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uNa3quoe3z .mbr-section-title {
  color: #232323;
}
.cid-uNa3quoe3z .mbr-text,
.cid-uNa3quoe3z .mbr-section-btn {
  text-align: center;
}
.cid-uNa3quoe3z .item-title {
  text-align: center;
  color: #ff6200;
}
.cid-uNa3quoe3z .content-head {
  max-width: 800px;
}
.cid-uNa3quoe3z .mbr-text,
.cid-uNa3quoe3z .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uNa3quoe3z .mbr-section-title,
.cid-uNa3quoe3z .mbr-section-head .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRHnIF2VDH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uRHnIF2VDH::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uRHnIF2VDH .container {
    padding: 0 16px;
  }
}
.cid-uRHnIF2VDH .row {
  position: relative;
  z-index: 1;
}
.cid-uRHnIF2VDH .title-wrapper {
  margin-bottom: 80px;
}
.cid-uRHnIF2VDH .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRHnIF2VDH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRHnIF2VDH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uRHnIF2VDH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uRHnIF2VDH .embla__slide .slide-content {
  width: 100%;
}
.cid-uRHnIF2VDH .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRHnIF2VDH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uRHnIF2VDH .embla__button--next,
.cid-uRHnIF2VDH .embla__button--prev {
  display: flex;
}
.cid-uRHnIF2VDH .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRHnIF2VDH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRHnIF2VDH .embla__button:hover {
  opacity: .7 !important;
}
.cid-uRHnIF2VDH .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRHnIF2VDH .embla__button.embla__button--next {
  right: 0;
}
.cid-uRHnIF2VDH .embla {
  position: relative;
  width: 100%;
}
.cid-uRHnIF2VDH .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRHnIF2VDH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRHnIF2VDH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRHnIF2VDH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRHnIF2VDH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRHnIF2VDH .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uTQmRByGH3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #a6a99c;
}
.cid-uRmqDWDp8o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uRmqDWDp8o .justify-content-center {
  align-items: center;
}
.cid-uRmqDWDp8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRmqDWDp8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRmqDWDp8o .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uRmqDWDp8o .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRmqDWDp8o .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uRmqDWDp8o .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uRmqDWDp8o .row {
  align-items: center;
}
.cid-uRmqDWDp8o .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uRmqDWDp8o .card-text {
    text-align: center;
  }
}
.cid-uhdIaKTmTg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uhdIaKTmTg .row {
  flex-direction: row-reverse;
}
.cid-uhdIaKTmTg .image-wrapper {
  padding: 0 2rem;
}
.cid-uhdIaKTmTg .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uhdIaKTmTg .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uhdIaKTmTg .mbr-section-title {
  color: #ff6200;
  margin-bottom: 1.5rem;
}
.cid-uhdIaKTmTg .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-uhdIaKTmTg .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uhdIaKTmTg .text-wrapper,
  .cid-uhdIaKTmTg .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uhdIaKTmTg .text-wrapper,
  .cid-uhdIaKTmTg .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uhdIaKTmTg .text-wrapper,
  .cid-uhdIaKTmTg .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uhdIaKTmTg .text-wrapper,
  .cid-uhdIaKTmTg .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uhdIaKTmTg .text-wrapper,
  .cid-uhdIaKTmTg .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uhdIaKTmTg .content {
    text-align: center;
  }
}
.cid-uhdIaKTmTg .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uhdIaKTmTg .mbr-card-title {
    text-align: start;
  }
}
.cid-uhdIaKTmTg .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uhdIaKTmTg .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uhdIaKTmTg .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uhdIaKTmTg .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uhdIaKTmTg .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uhdIaKTmTg .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uhdIaKTmTg .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uhdIaKTmTg .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uhdIaKTmTg .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uhdIaKTmTg .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uhdIaKTmTg .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uhdIaKTmTg .nutrition-wrap {
    width: 100%;
  }
}
.cid-uhdIaKTmTg .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uhdIaKTmTg .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uhdIaKTmTg .tile-text-wrap {
  display: flex;
}
.cid-uhdIaKTmTg svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uhdIaKTmTg svg path {
  fill: #cd8ad1;
}
.cid-uhdIaKTmTg .numbers {
  display: flex;
  align-self: center;
}
.cid-uhdIaKTmTg .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uhdIaKTmTg .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uhdIaKTmTg .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uhdIaKTmTg .mbr-tile-text {
    text-align: start;
  }
}
.cid-uhdIaKTmTg .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uhdIaKTmTg .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uhdIaKTmTg .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uhdIaKTmTg .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-uhdIaKTmTg .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-uhdIaKTmTg .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uhdIaKTmTg .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uhdIaKTmTg .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uhdIaKTmTg .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uhdIaKTmTg div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uhdIaKTmTg .mbr-section-btn {
  display: flex;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRq7jltx78 {
  display: flex;
  background-image: url("../../../assets/images/1-11.webp");
}
.cid-uRq7jltx78 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uRq7jltx78 {
    align-items: center;
  }
  .cid-uRq7jltx78 .row {
    justify-content: flex-start;
  }
  .cid-uRq7jltx78 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRq7jltx78 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRq7jltx78 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRq7jltx78 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRq7jltx78 .content-wrap {
    width: 100%;
  }
}
.cid-uRq7jltx78 .mbr-section-title,
.cid-uRq7jltx78 .mbr-section-subtitle {
  text-align: center;
}
.cid-uRq7jltx78 .mbr-text,
.cid-uRq7jltx78 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u94EWei6UG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u94EWei6UG img,
.cid-u94EWei6UG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u94EWei6UG .item:focus,
.cid-u94EWei6UG span:focus {
  outline: none;
}
.cid-u94EWei6UG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u94EWei6UG .item {
    margin-bottom: 1rem;
  }
}
.cid-u94EWei6UG .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u94EWei6UG .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u94EWei6UG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u94EWei6UG .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-u94EWei6UG .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u94EWei6UG .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-u94EWei6UG .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u94EWei6UG .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-u94EWei6UG .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-u94EWei6UG .mbr-section-title {
  color: #232323;
}
.cid-u94EWei6UG .mbr-text,
.cid-u94EWei6UG .mbr-section-btn {
  text-align: center;
}
.cid-u94EWei6UG .item-title {
  text-align: left;
  color: #ff6200;
}
.cid-u94EWei6UG .content-head {
  max-width: 800px;
}
.cid-u94EWei6UG .mbr-text,
.cid-u94EWei6UG .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-u94EWei6UG .mbr-section-title,
.cid-u94EWei6UG .mbr-section-head .mbr-section-btn {
  color: #ff6200;
}
.cid-uTdYUshwpr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uTdYUshwpr .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uTdYUshwpr .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-uTdYUshwpr H2 {
  margin: 0;
  width: 100%;
}
.cid-uTdYUshwpr h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uTdYUshwpr .title {
    margin-bottom: 2rem;
  }
  .cid-uTdYUshwpr .align-left,
  .cid-uTdYUshwpr .align-right {
    text-align: center;
  }
}
.cid-uTdYUshwpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTdYUshwpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSWp2j8VbK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uSWp2j8VbK::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uSWp2j8VbK .container {
    padding: 0 16px;
  }
}
.cid-uSWp2j8VbK .row {
  position: relative;
  z-index: 1;
}
.cid-uSWp2j8VbK .title-wrapper {
  margin-bottom: 80px;
}
.cid-uSWp2j8VbK .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uSWp2j8VbK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSWp2j8VbK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uSWp2j8VbK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uSWp2j8VbK .embla__slide .slide-content {
  width: 100%;
}
.cid-uSWp2j8VbK .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSWp2j8VbK .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uSWp2j8VbK .embla__button--next,
.cid-uSWp2j8VbK .embla__button--prev {
  display: flex;
}
.cid-uSWp2j8VbK .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uSWp2j8VbK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSWp2j8VbK .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSWp2j8VbK .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSWp2j8VbK .embla__button.embla__button--next {
  right: 0;
}
.cid-uSWp2j8VbK .embla {
  position: relative;
  width: 100%;
}
.cid-uSWp2j8VbK .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSWp2j8VbK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSWp2j8VbK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSWp2j8VbK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSWp2j8VbK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSWp2j8VbK .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uQMGVJIviT {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQMGVJIviT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQMGVJIviT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQMGVJIviT .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQMGVJIviT .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQMGVJIviT .content-head {
  max-width: 800px;
}
.cid-uQMGVJIviT .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uQMGVJIviT .img-wrapper img {
  width: 6rem;
}
.cid-uQMGVJIviT .mbr-section-title {
  color: #ff6200;
}
.cid-u94VqrYIqy {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-u94VqrYIqy .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-u94VqrYIqy .item-wrapper {
  margin-bottom: 2rem;
}
.cid-u94VqrYIqy .card-title,
.cid-u94VqrYIqy .iconfont-wrapper {
  color: #000000;
}
.cid-u94VqrYIqy .card-text {
  color: #000000;
  text-align: center;
}
.cid-u94VqrYIqy .content-head {
  max-width: 800px;
}
.cid-u94VqrYIqy .mbr-section-title {
  color: #ff6200;
}
.cid-u94VqrYIqy .card-title,
.cid-u94VqrYIqy .img-wrapper {
  text-align: center;
}
.cid-u94VqrYIqy .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRapDdYZj4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRapDdYZj4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRapDdYZj4 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRapDdYZj4 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRapDdYZj4 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRapDdYZj4 .content-head {
  max-width: 800px;
}
.cid-uWqa0iSWYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uWqa0iSWYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWqa0iSWYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWqa0iSWYX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWqa0iSWYX .container {
    padding: 0 15px;
  }
}
.cid-uWqa0iSWYX .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uWqa0iSWYX .title-wrapper {
    text-align: center;
  }
}
.cid-uWqa0iSWYX .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uWqa0iSWYX .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uWqa0iSWYX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWqa0iSWYX .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWqa0iSWYX .list {
    justify-content: center;
  }
}
.cid-uWqa0iSWYX .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWqa0iSWYX .list .item-wrap:hover,
.cid-uWqa0iSWYX .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uWqa0iSWYX .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uWqa0iSWYX .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uWqa0iSWYX .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWqa0iSWYX .copy-wrapper {
    height: auto;
  }
}
.cid-uWqa0iSWYX .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWqa0iSWYX .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uWqa0iSWYX .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uWqa0iSWYX .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWqa0iSWYX .social-wrapper {
    text-align: center;
  }
}
.cid-uWqa0iSWYX .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWqa0iSWYX .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uWqa0iSWYX .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uWqa0iSWYX .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uWqa0iSWYX .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uWqa0iSWYX .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWqa0iSWYX .mbr-section-title {
  color: #f2ac2b;
}
.cid-uWqa0iSWYX .mbr-copy {
  color: #d2d2df;
}
.cid-uWqa0iSWYX .mbr-copy,
.cid-uWqa0iSWYX .social-wrapper {
  color: #ffffff;
}
.cid-uWqa0iSWYX .mbr-section-title,
.cid-uWqa0iSWYX .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uiAH2P6s0d {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/1-7.webp");
}
.cid-uiAH2P6s0d .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uiAH2P6s0d {
    align-items: flex-end;
  }
  .cid-uiAH2P6s0d .row {
    justify-content: flex-start;
  }
  .cid-uiAH2P6s0d .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uiAH2P6s0d .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uiAH2P6s0d {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uiAH2P6s0d .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uiAH2P6s0d .content-wrap {
    width: 100%;
  }
}
.cid-uiAH2P6s0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiAH2P6s0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiAH2P6s0d .mbr-section-title,
.cid-uiAH2P6s0d .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uiAH2P6s0d .mbr-text,
.cid-uiAH2P6s0d .mbr-section-btn {
  text-align: left;
}
.cid-uiAH2P6s0d .mbr-section-title {
  color: #ffffff;
}
.cid-uRf1PCptkE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uReU1mIKIx {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uReU1mIKIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uReU1mIKIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uReU1mIKIx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uReU1mIKIx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uReU1mIKIx .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uReU1mIKIx .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uReU1mIKIx .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uReU1mIKIx .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #edefeb;
}
.cid-uReU1mIKIx .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uReU1mIKIx .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uReU1mIKIx .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uReU1mIKIx .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uReU1mIKIx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uReU1mIKIx .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uReU1mIKIx .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uReU1mIKIx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uReU1mIKIx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uReU1mIKIx .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #232323;
}
.cid-uReU1mIKIx .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #a6a99c;
}
.cid-uReU1mIKIx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uReU1mIKIx .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uReU1mIKIx .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uReU1mIKIx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uReU1mIKIx .mbr-section-title,
.cid-uReU1mIKIx .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uReU1mIKIx .panel-title-edit {
  color: #323432;
}
.cid-uReU1mIKIx .panel-text {
  color: #323432;
}
.cid-uReU1mIKIx .panel-text,
.cid-uReU1mIKIx .panel-body {
  text-align: left;
}
.cid-uiAJR5qiYG {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uiAJR5qiYG img,
.cid-uiAJR5qiYG .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uiAJR5qiYG .item:focus,
.cid-uiAJR5qiYG span:focus {
  outline: none;
}
.cid-uiAJR5qiYG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiAJR5qiYG .item {
    margin-bottom: 1rem;
  }
}
.cid-uiAJR5qiYG .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiAJR5qiYG .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiAJR5qiYG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiAJR5qiYG .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uiAJR5qiYG .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uiAJR5qiYG .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uiAJR5qiYG .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uiAJR5qiYG .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uiAJR5qiYG .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uiAJR5qiYG .mbr-section-title {
  color: #232323;
}
.cid-uiAJR5qiYG .mbr-text,
.cid-uiAJR5qiYG .mbr-section-btn {
  text-align: center;
}
.cid-uiAJR5qiYG .item-title {
  text-align: left;
  color: #ff6200;
}
.cid-uiAJR5qiYG .content-head {
  max-width: 800px;
}
.cid-uiAJR5qiYG .mbr-text,
.cid-uiAJR5qiYG .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uiAJR5qiYG .mbr-section-title,
.cid-uiAJR5qiYG .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uiAJR5qiYG .mbr-section-subtitle,
.cid-uiAJR5qiYG .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uiAMongBwr {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uiAMongBwr .video-wrapper iframe {
  width: 100%;
}
.cid-uiAMongBwr .mbr-section-title,
.cid-uiAMongBwr .mbr-section-subtitle,
.cid-uiAMongBwr .mbr-text {
  text-align: center;
}
.cid-uiAMongBwr .mbr-section-title {
  color: #ff6200;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uVnjtn2BIZ {
  z-index: 1000;
  width: 100%;
}
.cid-uVnjtn2BIZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uVnjtn2BIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVnjtn2BIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVnjtn2BIZ .menu_box .navbar.opened,
  .cid-uVnjtn2BIZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVnjtn2BIZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVnjtn2BIZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uVnjtn2BIZ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVnjtn2BIZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVnjtn2BIZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVnjtn2BIZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVnjtn2BIZ .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uVnjtn2BIZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVnjtn2BIZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVnjtn2BIZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVnjtn2BIZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVnjtn2BIZ .offcanvas-body .mbr-text,
  .cid-uVnjtn2BIZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uVnjtn2BIZ .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uVnjtn2BIZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVnjtn2BIZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uVnjtn2BIZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVnjtn2BIZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVnjtn2BIZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVnjtn2BIZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVnjtn2BIZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVnjtn2BIZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVnjtn2BIZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVnjtn2BIZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVnjtn2BIZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVnjtn2BIZ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVnjtn2BIZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVnjtn2BIZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVnjtn2BIZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uVnjtn2BIZ .nav-item .nav-link {
  position: relative;
}
.cid-uVnjtn2BIZ .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uVnjtn2BIZ .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uVnjtn2BIZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVnjtn2BIZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVnjtn2BIZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVnjtn2BIZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVnjtn2BIZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uVnjtn2BIZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVnjtn2BIZ .offcanvas_box {
    display: none;
  }
}
.cid-uVnjtn2BIZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVnjtn2BIZ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVnjtn2BIZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVnjtn2BIZ .container {
  display: flex;
  margin: auto;
}
.cid-uVnjtn2BIZ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uVnjtn2BIZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVnjtn2BIZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVnjtn2BIZ .navbar-caption {
  color: #000000;
}
.cid-uVnjtn2BIZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVnjtn2BIZ .navbar-nav {
    margin: 0;
  }
}
.cid-uVnjtn2BIZ .dropdown-menu,
.cid-uVnjtn2BIZ .navbar.opened {
  background-color: false !important;
}
.cid-uVnjtn2BIZ .nav-item:focus,
.cid-uVnjtn2BIZ .nav-link:focus {
  outline: none;
}
.cid-uVnjtn2BIZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVnjtn2BIZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVnjtn2BIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVnjtn2BIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVnjtn2BIZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVnjtn2BIZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVnjtn2BIZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVnjtn2BIZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVnjtn2BIZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uVnjtn2BIZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVnjtn2BIZ .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uVnjtn2BIZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVnjtn2BIZ .navbar.collapsed {
  justify-content: center;
}
.cid-uVnjtn2BIZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVnjtn2BIZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVnjtn2BIZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVnjtn2BIZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVnjtn2BIZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVnjtn2BIZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVnjtn2BIZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVnjtn2BIZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVnjtn2BIZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVnjtn2BIZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVnjtn2BIZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVnjtn2BIZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVnjtn2BIZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVnjtn2BIZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVnjtn2BIZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVnjtn2BIZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVnjtn2BIZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVnjtn2BIZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVnjtn2BIZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVnjtn2BIZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVnjtn2BIZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVnjtn2BIZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVnjtn2BIZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVnjtn2BIZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVnjtn2BIZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVnjtn2BIZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVnjtn2BIZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVnjtn2BIZ .dropdown-item.active,
.cid-uVnjtn2BIZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uVnjtn2BIZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVnjtn2BIZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVnjtn2BIZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVnjtn2BIZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVnjtn2BIZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVnjtn2BIZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVnjtn2BIZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uVnjtn2BIZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVnjtn2BIZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVnjtn2BIZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVnjtn2BIZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVnjtn2BIZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVnjtn2BIZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVnjtn2BIZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVnjtn2BIZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVnjtn2BIZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVnjtn2BIZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVnjtn2BIZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVnjtn2BIZ .navbar {
    height: 70px;
  }
  .cid-uVnjtn2BIZ .navbar.opened {
    height: auto;
  }
  .cid-uVnjtn2BIZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVnjtn2BIZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVnjtn2BIZ .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVnjtn2BIZ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVnjtn2BIZ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVnjtn2BIZ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVnjtn2BIZ .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uVnjtn2BIZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVnjtn2BIZ .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uVnjtn2BIZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVnjtn2BIZ .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uVnjtn2BIZ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVnjtn2BIZ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uVnjtn2BIZ .mbr-section-subtitle,
.cid-uVnjtn2BIZ .text_widget,
.cid-uVnjtn2BIZ .mbr-section-btn {
  text-align: left;
}
.cid-uVnjtn2BIZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSJwwsSV8T {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/adobestock-238887173-2000x1333.webp");
}
.cid-uSJwwsSV8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSJwwsSV8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSJwwsSV8T .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSJwwsSV8T .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uSJwwsSV8T .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSJwwsSV8T .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSJwwsSV8T .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uSJwwsSV8T .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uSJwwsSV8T .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSJwwsSV8T .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uSJwwsSV8T .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSJwwsSV8T .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uSJwwsSV8T .mbr-section-title {
  color: #f1f5eb;
}
.cid-uSJwwsSV8T .mbr-text,
.cid-uSJwwsSV8T .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uSJwwsSV8T .mbr-section-title,
.cid-uSJwwsSV8T .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uVngSv2sxB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uVngSv2sxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVngSv2sxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVngSv2sxB .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVngSv2sxB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVngSv2sxB .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uVngSv2sxB .card-text {
  color: #ffffff;
}
.cid-uVngSv2sxB .card-title {
  color: #ffffff;
}
.cid-uVnhyWbmDh {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVnhyWbmDh img,
.cid-uVnhyWbmDh .item-img {
  width: 100%;
}
.cid-uVnhyWbmDh .item:focus,
.cid-uVnhyWbmDh span:focus {
  outline: none;
}
.cid-uVnhyWbmDh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVnhyWbmDh .item {
    margin-bottom: 1rem;
  }
}
.cid-uVnhyWbmDh .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVnhyWbmDh .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uVnhyWbmDh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVnhyWbmDh .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uVnhyWbmDh .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVnhyWbmDh .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uVnhyWbmDh .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVnhyWbmDh .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uVnhyWbmDh .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uVnhyWbmDh .mbr-section-title {
  color: #232323;
}
.cid-uVnhyWbmDh .mbr-text,
.cid-uVnhyWbmDh .mbr-section-btn {
  text-align: center;
}
.cid-uVnhyWbmDh .item-title {
  text-align: left;
  color: #ff6200;
}
.cid-uVnhyWbmDh .content-head {
  max-width: 800px;
}
.cid-uVnhyWbmDh .mbr-text,
.cid-uVnhyWbmDh .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uVnhyWbmDh .mbr-section-title,
.cid-uVnhyWbmDh .mbr-section-head .mbr-section-btn {
  color: #ff6200;
}
.cid-uVncAP7cFr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVncAP7cFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVncAP7cFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVncAP7cFr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVncAP7cFr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVncAP7cFr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVncAP7cFr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVncAP7cFr .mbr-section-title {
  color: #ff6200;
}
.cid-uVncAP7cFr .mbr-text,
.cid-uVncAP7cFr .mbr-section-btn {
  color: #000000;
}
.cid-uVnh0FAfwc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVnh0FAfwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnh0FAfwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVnh0FAfwc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVnh0FAfwc .row {
  flex-direction: row-reverse;
}
.cid-uVnh0FAfwc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVnh0FAfwc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVnh0FAfwc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVnh0FAfwc .mbr-section-title {
  color: #ff6200;
}
.cid-uVnh0FAfwc .mbr-text,
.cid-uVnh0FAfwc .mbr-section-btn {
  color: #000000;
}
.cid-uVncuituxN {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVncuituxN .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVncuituxN .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uVncuituxN .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uVncuituxN .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uVncuituxN .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uVncuituxN .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uVncuituxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVncuituxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVncuituxN .mbr-description {
  text-align: left;
}
.cid-uVncuituxN .card-title,
.cid-uVncuituxN .iconfont-wrapper {
  color: #000000;
}
.cid-uVncuituxN .card-text {
  color: #000000;
}
.cid-uVncuituxN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVncuituxN .mbr-number {
  color: #9fe870;
}
.cid-uVncuituxN .mbr-text,
.cid-uVncuituxN .mbr-section-btn {
  text-align: center;
}
.cid-uVncuituxN .card-text,
.cid-uVncuituxN .item .mbr-section-btn {
  text-align: left;
}
.cid-uVncuituxN .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVncuituxN .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uVncuituxN .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVncuituxN .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uKjIUUXZtR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKjIUUXZtR .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKjIUUXZtR .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uKjIUUXZtR .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uKjIUUXZtR .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uKjIUUXZtR .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uKjIUUXZtR .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uKjIUUXZtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjIUUXZtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjIUUXZtR .mbr-description {
  text-align: left;
}
.cid-uKjIUUXZtR .card-title,
.cid-uKjIUUXZtR .iconfont-wrapper {
  color: #000000;
}
.cid-uKjIUUXZtR .card-text {
  color: #000000;
}
.cid-uKjIUUXZtR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKjIUUXZtR .mbr-number {
  color: #9fe870;
}
.cid-uKjIUUXZtR .mbr-text,
.cid-uKjIUUXZtR .mbr-section-btn {
  text-align: center;
}
.cid-uKjIUUXZtR .card-text,
.cid-uKjIUUXZtR .item .mbr-section-btn {
  text-align: left;
}
.cid-uKjIUUXZtR .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjIUUXZtR .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uKjIUUXZtR .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjIUUXZtR .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uVncxdyYGY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uVncxdyYGY::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uVncxdyYGY .container {
    padding: 0 16px;
  }
}
.cid-uVncxdyYGY .row {
  position: relative;
  z-index: 1;
}
.cid-uVncxdyYGY .title-wrapper {
  margin-bottom: 80px;
}
.cid-uVncxdyYGY .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVncxdyYGY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVncxdyYGY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uVncxdyYGY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uVncxdyYGY .embla__slide .slide-content {
  width: 100%;
}
.cid-uVncxdyYGY .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVncxdyYGY .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uVncxdyYGY .embla__button--next,
.cid-uVncxdyYGY .embla__button--prev {
  display: flex;
}
.cid-uVncxdyYGY .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uVncxdyYGY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVncxdyYGY .embla__button:hover {
  opacity: .7 !important;
}
.cid-uVncxdyYGY .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVncxdyYGY .embla__button.embla__button--next {
  right: 0;
}
.cid-uVncxdyYGY .embla {
  position: relative;
  width: 100%;
}
.cid-uVncxdyYGY .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVncxdyYGY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVncxdyYGY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVncxdyYGY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVncxdyYGY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVncxdyYGY .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uKjIUVs6VA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-uKjIUVs6VA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjIUVs6VA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjIUVs6VA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjIUVs6VA .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKjIUVs6VA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKjIUVs6VA .container {
    padding: 0 20px;
  }
}
.cid-uKjIUVs6VA .mbr-section-title {
  margin-bottom: 64px;
  color: #216640;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKjIUVs6VA .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uKjIUVs6VA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uKjIUVs6VA .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uKjIUVs6VA .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uKjIUVs6VA .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uKjIUVs6VA .embla__button--next,
.cid-uKjIUVs6VA .embla__button--prev {
  display: flex;
}
.cid-uKjIUVs6VA .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uKjIUVs6VA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjIUVs6VA .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uKjIUVs6VA .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uKjIUVs6VA .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uKjIUVs6VA .embla__button {
    top: 7rem;
  }
}
.cid-uKjIUVs6VA .embla {
  position: relative;
  width: 100%;
}
.cid-uKjIUVs6VA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKjIUVs6VA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjIUVs6VA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjIUVs6VA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjIUWoz6z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uKjIUWoz6z .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uKjIUWoz6z .mbr-section-title {
  color: #ff6200;
}
.cid-uKjIUWoz6z .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uKjIUWoz6z .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uKjIUWoz6z .card {
    padding: 1rem !important;
  }
}
.cid-uKjIUWoz6z .card:hover {
  transform: translateY(-1rem);
}
.cid-uKjIUWoz6z .card img {
  max-width: 120px;
  height: auto;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uVnjCfQwrK {
  z-index: 1000;
  width: 100%;
}
.cid-uVnjCfQwrK .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uVnjCfQwrK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVnjCfQwrK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVnjCfQwrK .menu_box .navbar.opened,
  .cid-uVnjCfQwrK .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVnjCfQwrK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVnjCfQwrK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uVnjCfQwrK .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVnjCfQwrK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVnjCfQwrK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVnjCfQwrK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVnjCfQwrK .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uVnjCfQwrK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVnjCfQwrK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVnjCfQwrK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVnjCfQwrK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVnjCfQwrK .offcanvas-body .mbr-text,
  .cid-uVnjCfQwrK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uVnjCfQwrK .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uVnjCfQwrK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVnjCfQwrK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uVnjCfQwrK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVnjCfQwrK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVnjCfQwrK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVnjCfQwrK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVnjCfQwrK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVnjCfQwrK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVnjCfQwrK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVnjCfQwrK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVnjCfQwrK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVnjCfQwrK .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVnjCfQwrK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVnjCfQwrK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVnjCfQwrK .nav-item {
    margin: 0 !important;
  }
}
.cid-uVnjCfQwrK .nav-item .nav-link {
  position: relative;
}
.cid-uVnjCfQwrK .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uVnjCfQwrK .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uVnjCfQwrK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVnjCfQwrK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVnjCfQwrK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVnjCfQwrK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVnjCfQwrK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uVnjCfQwrK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVnjCfQwrK .offcanvas_box {
    display: none;
  }
}
.cid-uVnjCfQwrK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVnjCfQwrK .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVnjCfQwrK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVnjCfQwrK .container {
  display: flex;
  margin: auto;
}
.cid-uVnjCfQwrK .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uVnjCfQwrK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVnjCfQwrK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVnjCfQwrK .navbar-caption {
  color: #000000;
}
.cid-uVnjCfQwrK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVnjCfQwrK .navbar-nav {
    margin: 0;
  }
}
.cid-uVnjCfQwrK .dropdown-menu,
.cid-uVnjCfQwrK .navbar.opened {
  background-color: false !important;
}
.cid-uVnjCfQwrK .nav-item:focus,
.cid-uVnjCfQwrK .nav-link:focus {
  outline: none;
}
.cid-uVnjCfQwrK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVnjCfQwrK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVnjCfQwrK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVnjCfQwrK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVnjCfQwrK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVnjCfQwrK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVnjCfQwrK .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVnjCfQwrK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVnjCfQwrK .navbar.opened {
  transition: all 0.3s;
}
.cid-uVnjCfQwrK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVnjCfQwrK .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uVnjCfQwrK .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVnjCfQwrK .navbar.collapsed {
  justify-content: center;
}
.cid-uVnjCfQwrK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVnjCfQwrK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVnjCfQwrK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVnjCfQwrK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVnjCfQwrK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVnjCfQwrK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVnjCfQwrK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVnjCfQwrK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVnjCfQwrK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVnjCfQwrK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVnjCfQwrK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVnjCfQwrK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVnjCfQwrK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVnjCfQwrK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVnjCfQwrK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVnjCfQwrK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVnjCfQwrK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVnjCfQwrK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVnjCfQwrK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVnjCfQwrK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVnjCfQwrK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVnjCfQwrK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVnjCfQwrK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVnjCfQwrK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVnjCfQwrK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVnjCfQwrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVnjCfQwrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVnjCfQwrK .dropdown-item.active,
.cid-uVnjCfQwrK .dropdown-item:active {
  background-color: transparent;
}
.cid-uVnjCfQwrK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVnjCfQwrK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVnjCfQwrK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVnjCfQwrK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVnjCfQwrK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVnjCfQwrK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVnjCfQwrK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uVnjCfQwrK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVnjCfQwrK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVnjCfQwrK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVnjCfQwrK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVnjCfQwrK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVnjCfQwrK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVnjCfQwrK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVnjCfQwrK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVnjCfQwrK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVnjCfQwrK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVnjCfQwrK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVnjCfQwrK .navbar {
    height: 70px;
  }
  .cid-uVnjCfQwrK .navbar.opened {
    height: auto;
  }
  .cid-uVnjCfQwrK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVnjCfQwrK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVnjCfQwrK .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVnjCfQwrK .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVnjCfQwrK .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVnjCfQwrK .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVnjCfQwrK .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uVnjCfQwrK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVnjCfQwrK .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uVnjCfQwrK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVnjCfQwrK .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uVnjCfQwrK .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVnjCfQwrK .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uVnjCfQwrK .mbr-section-subtitle,
.cid-uVnjCfQwrK .text_widget,
.cid-uVnjCfQwrK .mbr-section-btn {
  text-align: left;
}
.cid-uVnjCfQwrK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVg6yRSLjl {
  display: flex;
  padding-top: 17rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/2-7.webp");
}
.cid-uVg6yRSLjl .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uVg6yRSLjl {
    align-items: flex-end;
  }
  .cid-uVg6yRSLjl .row {
    justify-content: flex-start;
  }
  .cid-uVg6yRSLjl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVg6yRSLjl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVg6yRSLjl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uVg6yRSLjl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVg6yRSLjl .content-wrap {
    width: 100%;
  }
}
.cid-uVg6yRSLjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVg6yRSLjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVg6yRSLjl .mbr-section-title,
.cid-uVg6yRSLjl .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uVg6yRSLjl .mbr-text,
.cid-uVg6yRSLjl .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uVg6yRSLjl .mbr-section-title {
  color: #ff6200;
}
.cid-uVn2GI4UdU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uVn2GI4UdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVn2GI4UdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVn2GI4UdU .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVn2GI4UdU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVn2GI4UdU .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uVn2GI4UdU .card-text {
  color: #ffffff;
}
.cid-uVn2GI4UdU .card-title {
  color: #ffffff;
}
.cid-uVn3SjPUJl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVn3SjPUJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVn3SjPUJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVn3SjPUJl .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uVn3SjPUJl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVn3SjPUJl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-uVn3SjPUJl .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVn3SjPUJl .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVn3SjPUJl .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uVn3SjPUJl .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVn3SjPUJl .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVn3SjPUJl .items-wrapper .item .item-wrapper .card-box {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
  margin-top: -4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVn3SjPUJl .items-wrapper .item .item-wrapper .card-box {
    padding: 15px;
  }
}
.cid-uVn3SjPUJl .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uVn3SjPUJl .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper {
  margin-right: 16px;
}
.cid-uVn3SjPUJl .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  font-size: 20px;
}
.cid-uVn3SjPUJl .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_1 .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
}
.cid-uVn3SjPUJl .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_2 .mbr-iconfont {
  background-color: #d2e534;
  color: #000000;
}
.cid-uVn3SjPUJl .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_3 .mbr-iconfont {
  background-color: #89cdf3;
  color: #000000;
}
.cid-uVn3SjPUJl .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_4 .mbr-iconfont {
  background-color: #fe7324;
  color: #000000;
}
.cid-uVn3SjPUJl .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-number {
  margin-bottom: 0;
  width: 100%;
}
.cid-uVn3SjPUJl .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uVn3SjPUJl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVn3SjPUJl .card-number {
  color: #000000;
}
.cid-uVn3SjPUJl .card-title {
  color: #000000;
}
.cid-uVn7W0BTWP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVn7W0BTWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVn7W0BTWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVn7W0BTWP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVn7W0BTWP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVn7W0BTWP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVn7W0BTWP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVn7W0BTWP .mbr-section-title {
  color: #ff6200;
}
.cid-uVn7W0BTWP .mbr-text,
.cid-uVn7W0BTWP .mbr-section-btn {
  color: #000000;
}
.cid-uVn2ECme7V {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVn2ECme7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVn2ECme7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVn2ECme7V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVn2ECme7V .row {
  flex-direction: row-reverse;
}
.cid-uVn2ECme7V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVn2ECme7V .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVn2ECme7V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVn2ECme7V .mbr-section-title {
  color: #ff6200;
}
.cid-uVn2ECme7V .mbr-text,
.cid-uVn2ECme7V .mbr-section-btn {
  color: #000000;
}
.cid-uVn6FrCXyS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uVn6FrCXyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVn6FrCXyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVn6FrCXyS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVn6FrCXyS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVn6FrCXyS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVn6FrCXyS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVn6FrCXyS .mbr-section-title {
  color: #ff6200;
}
.cid-uVn6FrCXyS .mbr-text,
.cid-uVn6FrCXyS .mbr-section-btn {
  color: #000000;
}
.cid-uVn71Y1sRX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVn71Y1sRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVn71Y1sRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVn71Y1sRX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVn71Y1sRX .row {
  flex-direction: row-reverse;
}
.cid-uVn71Y1sRX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVn71Y1sRX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVn71Y1sRX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVn71Y1sRX .mbr-section-title {
  color: #ff6200;
}
.cid-uVn71Y1sRX .mbr-text,
.cid-uVn71Y1sRX .mbr-section-btn {
  color: #000000;
}
.cid-uVn2DfbDho {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #edefeb;
}
.cid-uVn2DfbDho::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #232323 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uVn2DfbDho .container {
    padding: 0 16px;
  }
}
.cid-uVn2DfbDho .row {
  position: relative;
  z-index: 1;
}
.cid-uVn2DfbDho .title-wrapper {
  margin-bottom: 80px;
}
.cid-uVn2DfbDho .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVn2DfbDho .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVn2DfbDho .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uVn2DfbDho .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uVn2DfbDho .embla__slide .slide-content {
  width: 100%;
}
.cid-uVn2DfbDho .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVn2DfbDho .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uVn2DfbDho .embla__button--next,
.cid-uVn2DfbDho .embla__button--prev {
  display: flex;
}
.cid-uVn2DfbDho .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #320707 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uVn2DfbDho .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVn2DfbDho .embla__button:hover {
  opacity: .7 !important;
}
.cid-uVn2DfbDho .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVn2DfbDho .embla__button.embla__button--next {
  right: 0;
}
.cid-uVn2DfbDho .embla {
  position: relative;
  width: 100%;
}
.cid-uVn2DfbDho .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVn2DfbDho .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVn2DfbDho .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVn2DfbDho .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVn2DfbDho .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVn2DfbDho .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uVn9hJlRD7 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVn9hJlRD7 .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVn9hJlRD7 .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uVn9hJlRD7 .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uVn9hJlRD7 .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uVn9hJlRD7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uVn9hJlRD7 .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uVn9hJlRD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVn9hJlRD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVn9hJlRD7 .mbr-description {
  text-align: left;
}
.cid-uVn9hJlRD7 .card-title,
.cid-uVn9hJlRD7 .iconfont-wrapper {
  color: #000000;
}
.cid-uVn9hJlRD7 .card-text {
  color: #000000;
}
.cid-uVn9hJlRD7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVn9hJlRD7 .mbr-number {
  color: #9fe870;
}
.cid-uVn9hJlRD7 .mbr-text,
.cid-uVn9hJlRD7 .mbr-section-btn {
  text-align: center;
}
.cid-uVn9hJlRD7 .card-text,
.cid-uVn9hJlRD7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uVn9hJlRD7 .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVn9hJlRD7 .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uVn9hJlRD7 .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVn9hJlRD7 .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uKgXGL7Va2 {
  z-index: 1000;
  width: 100%;
}
.cid-uKgXGL7Va2 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uKgXGL7Va2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKgXGL7Va2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uKgXGL7Va2 .menu_box .navbar.opened,
  .cid-uKgXGL7Va2 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKgXGL7Va2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uKgXGL7Va2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKgXGL7Va2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKgXGL7Va2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKgXGL7Va2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKgXGL7Va2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKgXGL7Va2 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uKgXGL7Va2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKgXGL7Va2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKgXGL7Va2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKgXGL7Va2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKgXGL7Va2 .offcanvas-body .mbr-text,
  .cid-uKgXGL7Va2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uKgXGL7Va2 .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uKgXGL7Va2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKgXGL7Va2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uKgXGL7Va2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKgXGL7Va2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKgXGL7Va2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKgXGL7Va2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKgXGL7Va2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKgXGL7Va2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKgXGL7Va2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKgXGL7Va2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKgXGL7Va2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKgXGL7Va2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uKgXGL7Va2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKgXGL7Va2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKgXGL7Va2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uKgXGL7Va2 .nav-item .nav-link {
  position: relative;
}
.cid-uKgXGL7Va2 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uKgXGL7Va2 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uKgXGL7Va2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKgXGL7Va2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKgXGL7Va2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKgXGL7Va2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKgXGL7Va2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKgXGL7Va2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKgXGL7Va2 .offcanvas_box {
    display: none;
  }
}
.cid-uKgXGL7Va2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKgXGL7Va2 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKgXGL7Va2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKgXGL7Va2 .container {
  display: flex;
  margin: auto;
}
.cid-uKgXGL7Va2 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKgXGL7Va2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKgXGL7Va2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKgXGL7Va2 .navbar-caption {
  color: #000000;
}
.cid-uKgXGL7Va2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKgXGL7Va2 .navbar-nav {
    margin: 0;
  }
}
.cid-uKgXGL7Va2 .dropdown-menu,
.cid-uKgXGL7Va2 .navbar.opened {
  background-color: false !important;
}
.cid-uKgXGL7Va2 .nav-item:focus,
.cid-uKgXGL7Va2 .nav-link:focus {
  outline: none;
}
.cid-uKgXGL7Va2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKgXGL7Va2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKgXGL7Va2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKgXGL7Va2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKgXGL7Va2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKgXGL7Va2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKgXGL7Va2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKgXGL7Va2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKgXGL7Va2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKgXGL7Va2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKgXGL7Va2 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uKgXGL7Va2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uKgXGL7Va2 .navbar.collapsed {
  justify-content: center;
}
.cid-uKgXGL7Va2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKgXGL7Va2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKgXGL7Va2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKgXGL7Va2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKgXGL7Va2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKgXGL7Va2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKgXGL7Va2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKgXGL7Va2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKgXGL7Va2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKgXGL7Va2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKgXGL7Va2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKgXGL7Va2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKgXGL7Va2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKgXGL7Va2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKgXGL7Va2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKgXGL7Va2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKgXGL7Va2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKgXGL7Va2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKgXGL7Va2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKgXGL7Va2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKgXGL7Va2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKgXGL7Va2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKgXGL7Va2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKgXGL7Va2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKgXGL7Va2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKgXGL7Va2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKgXGL7Va2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKgXGL7Va2 .dropdown-item.active,
.cid-uKgXGL7Va2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKgXGL7Va2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKgXGL7Va2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKgXGL7Va2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKgXGL7Va2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKgXGL7Va2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKgXGL7Va2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKgXGL7Va2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uKgXGL7Va2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKgXGL7Va2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKgXGL7Va2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKgXGL7Va2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKgXGL7Va2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKgXGL7Va2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKgXGL7Va2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKgXGL7Va2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKgXGL7Va2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKgXGL7Va2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKgXGL7Va2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKgXGL7Va2 .navbar {
    height: 70px;
  }
  .cid-uKgXGL7Va2 .navbar.opened {
    height: auto;
  }
  .cid-uKgXGL7Va2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKgXGL7Va2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKgXGL7Va2 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uKgXGL7Va2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uKgXGL7Va2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uKgXGL7Va2 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uKgXGL7Va2 .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uKgXGL7Va2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKgXGL7Va2 .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uKgXGL7Va2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKgXGL7Va2 .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uKgXGL7Va2 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uKgXGL7Va2 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uKgXGL7Va2 .mbr-section-subtitle,
.cid-uKgXGL7Va2 .text_widget,
.cid-uKgXGL7Va2 .mbr-section-btn {
  text-align: left;
}
.cid-uKgXGL7Va2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKgXGLCxQS {
  display: flex;
  background-image: url("../../../assets/images/2-10.webp");
}
.cid-uKgXGLCxQS .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uKgXGLCxQS {
    align-items: center;
  }
  .cid-uKgXGLCxQS .row {
    justify-content: flex-start;
  }
  .cid-uKgXGLCxQS .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKgXGLCxQS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKgXGLCxQS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uKgXGLCxQS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKgXGLCxQS .content-wrap {
    width: 100%;
  }
}
.cid-uKgXGLCxQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKgXGLCxQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKgXGLCxQS .mbr-section-title,
.cid-uKgXGLCxQS .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uKgXGLCxQS .mbr-text,
.cid-uKgXGLCxQS .mbr-section-btn {
  text-align: left;
}
.cid-uKgXGLCxQS .mbr-section-title {
  color: #ff6200;
}
.cid-uKgXGLCxQS .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVxI6llUJa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uVxI6llUJa .item:focus,
.cid-uVxI6llUJa span:focus {
  outline: none;
}
.cid-uVxI6llUJa .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uVxI6llUJa .content-head {
  max-width: 800px;
}
.cid-uVxI6llUJa .item {
  font-weight: 700;
  color: #232323;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uVxI6llUJa .item {
    min-height: 45px;
  }
}
.cid-uVy1DBXW5v {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uVy1DBXW5v .mbr-text {
  color: #767676;
}
.cid-uVy1DBXW5v .mbr-section-subtitle {
  color: #767676;
}
.cid-uVy1DBXW5v .title .num {
  width: 100%;
  display: block;
}
.cid-uVy1DBXW5v .title .card-title {
  z-index: 1;
}
.cid-uVy1DBXW5v .card {
  padding-left: 1rem;
  border-left: 1px solid #f2bb2c;
}
.cid-uVy1DBXW5v .num {
  color: #ff6200;
}
@media (max-width: 767px) {
  .cid-uVy1DBXW5v * {
    text-align: left !important;
  }
  .cid-uVy1DBXW5v .cards {
    gap: 3rem;
    margin: 0;
  }
  .cid-uVy1DBXW5v .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uVy1DBXW5v .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uVy1DBXW5v .card-text {
  color: #000000;
}
.cid-uKgXGM1gMu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKgXGM1gMu img,
.cid-uKgXGM1gMu .item-img {
  width: 100%;
}
.cid-uKgXGM1gMu .item:focus,
.cid-uKgXGM1gMu span:focus {
  outline: none;
}
.cid-uKgXGM1gMu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKgXGM1gMu .item {
    margin-bottom: 1rem;
  }
}
.cid-uKgXGM1gMu .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uKgXGM1gMu .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uKgXGM1gMu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uKgXGM1gMu .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uKgXGM1gMu .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKgXGM1gMu .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uKgXGM1gMu .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKgXGM1gMu .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uKgXGM1gMu .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uKgXGM1gMu .mbr-section-title {
  color: #232323;
}
.cid-uKgXGM1gMu .mbr-text,
.cid-uKgXGM1gMu .mbr-section-btn {
  text-align: center;
}
.cid-uKgXGM1gMu .item-title {
  text-align: left;
  color: #000000;
}
.cid-uKgXGM1gMu .content-head {
  max-width: 800px;
}
.cid-uKgXGM1gMu .mbr-text,
.cid-uKgXGM1gMu .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uKgXGM1gMu .mbr-section-title,
.cid-uKgXGM1gMu .mbr-section-head .mbr-section-btn {
  color: #ff6200;
  text-align: left;
}
.cid-uVxMWxP9Yp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVxMWxP9Yp img,
.cid-uVxMWxP9Yp .item-img {
  width: 100%;
}
.cid-uVxMWxP9Yp .item:focus,
.cid-uVxMWxP9Yp span:focus {
  outline: none;
}
.cid-uVxMWxP9Yp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVxMWxP9Yp .item {
    margin-bottom: 1rem;
  }
}
.cid-uVxMWxP9Yp .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVxMWxP9Yp .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uVxMWxP9Yp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVxMWxP9Yp .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uVxMWxP9Yp .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVxMWxP9Yp .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uVxMWxP9Yp .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVxMWxP9Yp .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uVxMWxP9Yp .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uVxMWxP9Yp .mbr-section-title {
  color: #232323;
}
.cid-uVxMWxP9Yp .mbr-text,
.cid-uVxMWxP9Yp .mbr-section-btn {
  text-align: center;
}
.cid-uVxMWxP9Yp .item-title {
  text-align: left;
  color: #000000;
}
.cid-uVxMWxP9Yp .content-head {
  max-width: 800px;
}
.cid-uVxMWxP9Yp .mbr-text,
.cid-uVxMWxP9Yp .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uVxMWxP9Yp .mbr-section-title,
.cid-uVxMWxP9Yp .mbr-section-head .mbr-section-btn {
  color: #ff6200;
  text-align: left;
}
.cid-uVu0SZxoIf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVu0SZxoIf img,
.cid-uVu0SZxoIf .item-img {
  width: 100%;
}
.cid-uVu0SZxoIf .item:focus,
.cid-uVu0SZxoIf span:focus {
  outline: none;
}
.cid-uVu0SZxoIf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVu0SZxoIf .item {
    margin-bottom: 1rem;
  }
}
.cid-uVu0SZxoIf .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVu0SZxoIf .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uVu0SZxoIf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVu0SZxoIf .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uVu0SZxoIf .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVu0SZxoIf .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uVu0SZxoIf .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVu0SZxoIf .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uVu0SZxoIf .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uVu0SZxoIf .mbr-section-title {
  color: #232323;
}
.cid-uVu0SZxoIf .mbr-text,
.cid-uVu0SZxoIf .mbr-section-btn {
  text-align: center;
}
.cid-uVu0SZxoIf .item-title {
  text-align: left;
  color: #000000;
}
.cid-uVu0SZxoIf .content-head {
  max-width: 800px;
}
.cid-uVu0SZxoIf .mbr-text,
.cid-uVu0SZxoIf .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uVu0SZxoIf .mbr-section-title,
.cid-uVu0SZxoIf .mbr-section-head .mbr-section-btn {
  color: #ff6200;
  text-align: left;
}
.cid-uVxZbFOE9b {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uVxZbFOE9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxZbFOE9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxZbFOE9b .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVxZbFOE9b .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVxZbFOE9b .content-head {
  max-width: 800px;
}
.cid-uVxZbFOE9b .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uVxZbFOE9b .img-wrapper img {
  width: 6rem;
}
.cid-uVxZbFOE9b .mbr-section-title {
  color: #ff6200;
}
.cid-uVxZbFOE9b .card-title {
  color: #ffffff;
}
.cid-uVxZbFOE9b .card-text {
  color: #ffffff;
}
.cid-uVxZbFOE9b .mbr-section-subtitle {
  color: #ff6200;
  text-align: center;
}
.cid-uWvu9QKggv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uWvu9QKggv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvu9QKggv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvu9QKggv .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uVxYZIwJBE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uVxYZIwJBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxYZIwJBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxYZIwJBE .content-wrap {
  padding: 60px 0;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uVxYZIwJBE .content-wrap {
    padding: 20px;
  }
}
.cid-uVxYZIwJBE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uVxYZIwJBE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVxYZIwJBE .embla__slide .slide-content {
  width: 100%;
}
.cid-uVxYZIwJBE .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVxYZIwJBE .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uVxYZIwJBE .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-uVxYZIwJBE .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-uVxYZIwJBE .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uVxYZIwJBE .embla__button--next,
.cid-uVxYZIwJBE .embla__button--prev {
  display: flex;
}
.cid-uVxYZIwJBE .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uVxYZIwJBE .embla__button {
    bottom: 0;
  }
}
.cid-uVxYZIwJBE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVxYZIwJBE .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uVxYZIwJBE .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-uVxYZIwJBE .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-uVxYZIwJBE .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-uVxYZIwJBE .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uVxYZIwJBE .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uVxYZIwJBE .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uVxYZIwJBE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVxYZIwJBE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVxYZIwJBE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVxYZIwJBE .item-text {
  color: #404349;
}
.cid-uVxYZIwJBE .item-name {
  color: #ff6200;
}
.cid-uVxYZIwJBE .item-role {
  color: #000000;
}
.cid-uVy5oXbu3X {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uVy5oXbu3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVy5oXbu3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVy5oXbu3X .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVy5oXbu3X .container-fluid {
    padding: 0 20px;
  }
}
.cid-uVy5oXbu3X .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVy5oXbu3X .container {
    padding: 0 20px;
  }
}
.cid-uVy5oXbu3X .mbr-section-title {
  margin-bottom: 64px;
  color: #ff6200;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uVy5oXbu3X .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uVy5oXbu3X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uVy5oXbu3X .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVy5oXbu3X .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uVy5oXbu3X .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uVy5oXbu3X .embla__button--next,
.cid-uVy5oXbu3X .embla__button--prev {
  display: flex;
}
.cid-uVy5oXbu3X .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uVy5oXbu3X .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVy5oXbu3X .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uVy5oXbu3X .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uVy5oXbu3X .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uVy5oXbu3X .embla__button {
    top: 7rem;
  }
}
.cid-uVy5oXbu3X .embla {
  position: relative;
  width: 100%;
}
.cid-uVy5oXbu3X .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVy5oXbu3X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVy5oXbu3X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVy5oXbu3X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVy5okiQKW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-uVy5okiQKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVy5okiQKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVy5okiQKW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVy5okiQKW .container-fluid {
    padding: 0 20px;
  }
}
.cid-uVy5okiQKW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVy5okiQKW .container {
    padding: 0 20px;
  }
}
.cid-uVy5okiQKW .mbr-section-title {
  margin-bottom: 64px;
  color: #ff6200;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uVy5okiQKW .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uVy5okiQKW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uVy5okiQKW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVy5okiQKW .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uVy5okiQKW .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uVy5okiQKW .embla__button--next,
.cid-uVy5okiQKW .embla__button--prev {
  display: flex;
}
.cid-uVy5okiQKW .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uVy5okiQKW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVy5okiQKW .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uVy5okiQKW .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uVy5okiQKW .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uVy5okiQKW .embla__button {
    top: 7rem;
  }
}
.cid-uVy5okiQKW .embla {
  position: relative;
  width: 100%;
}
.cid-uVy5okiQKW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVy5okiQKW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVy5okiQKW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVy5okiQKW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVy62zrzAg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVy62zrzAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVy62zrzAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVy62zrzAg .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVy62zrzAg .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uVy62zrzAg .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uVy62zrzAg .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVy62zrzAg .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uVy62zrzAg .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #232323;
}
.cid-uVy62zrzAg .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uVy62zrzAg .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uVy62zrzAg .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVy62zrzAg .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVy62zrzAg .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVy62zrzAg .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uVy62zrzAg .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uVy62zrzAg .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uVy62zrzAg .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uVy62zrzAg .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uVy62zrzAg .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uVy62zrzAg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uVy62zrzAg .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uVy62zrzAg .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uVy62zrzAg .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVy62zrzAg .mbr-section-title,
.cid-uVy62zrzAg .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uVy62zrzAg .panel-title-edit {
  color: #ffffff;
}
.cid-uVy62zrzAg .panel-text {
  color: #323432;
}
.cid-uVy62zrzAg .panel-text,
.cid-uVy62zrzAg .panel-body {
  color: #ff6200;
}
.cid-uVyAgmXjaZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ff6200;
}
.cid-uVyAgmXjaZ .justify-content-center {
  align-items: center;
}
.cid-uVyAgmXjaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyAgmXjaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyAgmXjaZ .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVyAgmXjaZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVyAgmXjaZ .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVyAgmXjaZ .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVyAgmXjaZ .row {
  align-items: center;
}
.cid-uVyAgmXjaZ .card-text {
  color: #fafafa;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uVyAgmXjaZ .card-text {
    text-align: center;
  }
}
.cid-uVy7Ysga2t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVy7Ysga2t .item-img {
  position: relative;
}
.cid-uVy7Ysga2t .item-img img {
  transition: all 0.2s;
}
.cid-uVy7Ysga2t .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uVy7Ysga2t .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uVy7Ysga2t .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uVy7Ysga2t .item:hover img {
  transform: scale(1.05);
}
.cid-uVy7Ysga2t .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uVy7Ysga2t .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uVy7Ysga2t .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVy7Ysga2t .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVy7Ysga2t .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uVy7Ysga2t .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uVy7Ysga2t .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVy7Ysga2t .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVy7Ysga2t .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVy7Ysga2t .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVy7Ysga2t .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVy7Ysga2t .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVy7Ysga2t .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uVy7Ysga2t .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uVy7Ysga2t img,
.cid-uVy7Ysga2t .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uVy7Ysga2t .item:focus,
.cid-uVy7Ysga2t span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uVy7Ysga2t .item {
    margin-bottom: 1rem;
  }
}
.cid-uVy7Ysga2t .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVy7Ysga2t .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uVy7Ysga2t .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uVy7Ysga2t .mbr-section-subtitle,
.cid-uVy7Ysga2t .subtitle-wrap,
.cid-uVy7Ysga2t .mbr-section-btn {
  text-align: left;
}
.cid-uVy7Ysga2t .mbr-text,
.cid-uVy7Ysga2t .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uKjSLdHSxD {
  display: flex;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-uKjSLdHSxD .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uKjSLdHSxD {
    align-items: center;
  }
  .cid-uKjSLdHSxD .row {
    justify-content: flex-start;
  }
  .cid-uKjSLdHSxD .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKjSLdHSxD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKjSLdHSxD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uKjSLdHSxD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKjSLdHSxD .content-wrap {
    width: 100%;
  }
}
.cid-uKjSLdHSxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSLdHSxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSLdHSxD .mbr-section-title,
.cid-uKjSLdHSxD .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uKjSLdHSxD .mbr-text,
.cid-uKjSLdHSxD .mbr-section-btn {
  text-align: left;
  color: #ff6200;
}
.cid-uKjSLdHSxD .mbr-section-title {
  color: #fafafa;
}
.cid-uKjSLe4C2h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uKjSLe4C2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSLe4C2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKjSLe4C2h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKjSLe4C2h .row {
  flex-direction: row-reverse;
}
.cid-uKjSLe4C2h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKjSLe4C2h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKjSLe4C2h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKjSLe4C2h .mbr-section-title {
  color: #216640;
}
.cid-uKjSLe4C2h .mbr-text,
.cid-uKjSLe4C2h .mbr-section-btn {
  color: #000000;
}
.cid-uKjSLezqKW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uKjSLezqKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSLezqKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSLezqKW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKjSLezqKW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKjSLezqKW .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uKjSLezqKW .card-text {
  color: #fafafa;
}
.cid-uKjSLezqKW .card-title {
  color: #ff6200;
}
.cid-uKjSLf1KYc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #216640;
}
.cid-uKjSLf1KYc .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uKjSLf1KYc .panel-group {
  border: none;
}
.cid-uKjSLf1KYc .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKjSLf1KYc .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uKjSLf1KYc .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKjSLf1KYc .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uKjSLf1KYc .img-col {
  padding: 0;
}
.cid-uKjSLf1KYc .img-item {
  height: 100%;
}
.cid-uKjSLf1KYc img {
  height: 100%;
  object-fit: cover;
}
.cid-uKjSLf1KYc .collapsed span {
  transform: rotate(0deg);
}
.cid-uKjSLf1KYc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKjSLf1KYc p {
  margin-bottom: 0.3rem;
}
.cid-uKjSLf1KYc .panel-title-edit {
  color: #e9c0e9;
}
.cid-uKjSLf1KYc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKjSLf1KYc .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uKjSLf1KYc .card {
    padding: 1.5rem;
  }
}
.cid-uKjSLf1KYc .panel-text {
  color: #320707;
}
.cid-uKjSLf1KYc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uKjSLf1KYc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKjSLf1KYc .panel-title-edit,
.cid-uKjSLf1KYc .mbr-iconfont {
  color: #216640;
}
.cid-uKjSLgqBu6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uKjSLgqBu6 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uKjSLgqBu6 .mbr-section-title {
  color: #216640;
}
.cid-uKjSLgqBu6 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uKjSLgqBu6 .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uKjSLgqBu6 .card {
    padding: 1rem !important;
  }
}
.cid-uKjSLgqBu6 .card:hover {
  transform: translateY(-1rem);
}
.cid-uKjSLgqBu6 .card img {
  max-width: 120px;
  height: auto;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqvEKGVrJu {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/2-16.webp");
}
.cid-uqvEKGVrJu .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uqvEKGVrJu {
    align-items: center;
  }
  .cid-uqvEKGVrJu .row {
    justify-content: flex-start;
  }
  .cid-uqvEKGVrJu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqvEKGVrJu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqvEKGVrJu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqvEKGVrJu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqvEKGVrJu .content-wrap {
    width: 100%;
  }
}
.cid-uqvEKGVrJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvEKGVrJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvEKGVrJu .mbr-section-title,
.cid-uqvEKGVrJu .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uqvEKGVrJu .mbr-text,
.cid-uqvEKGVrJu .mbr-section-btn {
  text-align: left;
}
.cid-uqvEKGVrJu .mbr-section-title {
  color: #ffffff;
}
.cid-uqvFUA0l3i {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uqvFUA0l3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvFUA0l3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uqvFUA0l3i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqvFUA0l3i .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqvFUA0l3i .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqvFUA0l3i .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqvFUA0l3i .mbr-section-title {
  color: #216640;
}
.cid-uqvFUA0l3i .mbr-text,
.cid-uqvFUA0l3i .mbr-section-btn {
  color: #000000;
}
.cid-uqvF3N0a2X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uqvF3N0a2X .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uqvF3N0a2X .panel-group {
  border: none;
}
.cid-uqvF3N0a2X .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqvF3N0a2X .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uqvF3N0a2X .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqvF3N0a2X .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uqvF3N0a2X .img-col {
  padding: 0;
}
.cid-uqvF3N0a2X .img-item {
  height: 100%;
}
.cid-uqvF3N0a2X img {
  height: 100%;
  object-fit: cover;
}
.cid-uqvF3N0a2X .collapsed span {
  transform: rotate(0deg);
}
.cid-uqvF3N0a2X .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqvF3N0a2X p {
  margin-bottom: 0.3rem;
}
.cid-uqvF3N0a2X .panel-title-edit {
  color: #e9c0e9;
}
.cid-uqvF3N0a2X .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqvF3N0a2X .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uqvF3N0a2X .card {
    padding: 1.5rem;
  }
}
.cid-uqvF3N0a2X .panel-text {
  color: #320707;
}
.cid-uqvF3N0a2X .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uqvF3N0a2X .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uqvF3N0a2X .panel-title-edit,
.cid-uqvF3N0a2X .mbr-iconfont {
  color: #ff6200;
}
.cid-uqvEKJFc1f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-uqvEKJFc1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvEKJFc1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvEKJFc1f .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uqvEKJFc1f .container-fluid {
    padding: 0 20px;
  }
}
.cid-uqvEKJFc1f .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uqvEKJFc1f .container {
    padding: 0 20px;
  }
}
.cid-uqvEKJFc1f .mbr-section-title {
  margin-bottom: 64px;
  color: #216640;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uqvEKJFc1f .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uqvEKJFc1f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uqvEKJFc1f .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqvEKJFc1f .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uqvEKJFc1f .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uqvEKJFc1f .embla__button--next,
.cid-uqvEKJFc1f .embla__button--prev {
  display: flex;
}
.cid-uqvEKJFc1f .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uqvEKJFc1f .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqvEKJFc1f .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uqvEKJFc1f .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uqvEKJFc1f .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uqvEKJFc1f .embla__button {
    top: 7rem;
  }
}
.cid-uqvEKJFc1f .embla {
  position: relative;
  width: 100%;
}
.cid-uqvEKJFc1f .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqvEKJFc1f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqvEKJFc1f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqvEKJFc1f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqvEKKr55h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uqvEKKr55h .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uqvEKKr55h .mbr-section-title {
  color: #216640;
}
.cid-uqvEKKr55h .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uqvEKKr55h .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uqvEKKr55h .card {
    padding: 1rem !important;
  }
}
.cid-uqvEKKr55h .card:hover {
  transform: translateY(-1rem);
}
.cid-uqvEKKr55h .card img {
  max-width: 120px;
  height: auto;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqvHpN90L1 {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/2-10.webp");
}
.cid-uqvHpN90L1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uqvHpN90L1 {
    align-items: flex-end;
  }
  .cid-uqvHpN90L1 .row {
    justify-content: flex-start;
  }
  .cid-uqvHpN90L1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqvHpN90L1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqvHpN90L1 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uqvHpN90L1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqvHpN90L1 .content-wrap {
    width: 100%;
  }
}
.cid-uqvHpN90L1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvHpN90L1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvHpN90L1 .mbr-section-title,
.cid-uqvHpN90L1 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uqvHpN90L1 .mbr-text,
.cid-uqvHpN90L1 .mbr-section-btn {
  text-align: left;
}
.cid-uqvHpN90L1 .mbr-section-title {
  color: #216640;
}
.cid-uqvHpNAlDd {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uqvHpNAlDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvHpNAlDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uqvHpNAlDd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqvHpNAlDd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqvHpNAlDd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqvHpNAlDd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqvHpNAlDd .mbr-section-title {
  color: #216640;
}
.cid-uqvHpNAlDd .mbr-text,
.cid-uqvHpNAlDd .mbr-section-btn {
  color: #000000;
}
.cid-uqvHpO0YOF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #216640;
}
.cid-uqvHpO0YOF .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uqvHpO0YOF .panel-group {
  border: none;
}
.cid-uqvHpO0YOF .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqvHpO0YOF .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uqvHpO0YOF .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqvHpO0YOF .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uqvHpO0YOF .img-col {
  padding: 0;
}
.cid-uqvHpO0YOF .img-item {
  height: 100%;
}
.cid-uqvHpO0YOF img {
  height: 100%;
  object-fit: cover;
}
.cid-uqvHpO0YOF .collapsed span {
  transform: rotate(0deg);
}
.cid-uqvHpO0YOF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqvHpO0YOF p {
  margin-bottom: 0.3rem;
}
.cid-uqvHpO0YOF .panel-title-edit {
  color: #e9c0e9;
}
.cid-uqvHpO0YOF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqvHpO0YOF .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uqvHpO0YOF .card {
    padding: 1.5rem;
  }
}
.cid-uqvHpO0YOF .panel-text {
  color: #320707;
}
.cid-uqvHpO0YOF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uqvHpO0YOF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uqvHpO0YOF .panel-title-edit,
.cid-uqvHpO0YOF .mbr-iconfont {
  color: #216640;
}
.cid-uqvHpOqL3B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqvHpOqL3B .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uqvHpOqL3B .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uqvHpOqL3B .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uqvHpOqL3B .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uqvHpOqL3B .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uqvHpOqL3B .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uqvHpOqL3B .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uqvHpOqL3B .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uqvHpOqL3B .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uqvHpOqL3B .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uqvHpOqL3B .col-text {
    text-align: center;
  }
}
.cid-uqvHpOqL3B .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uqvHpOqL3B .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uqvHpOqL3B .label-text {
    text-align: center !important;
  }
}
.cid-uqvHpOqL3B .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uqvHpOqL3B .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uqvHpOqL3B .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uqvHpOqL3B .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uqvHpOqL3B .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uqvHpOqL3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvHpOqL3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvHpOqL3B .mbr-section-title,
.cid-uqvHpOqL3B .mbr-section-btn {
  color: #216640;
}
.cid-uqvHpOqL3B .img-label-text {
  color: #222222;
}
.cid-uqvHpOqL3B .img-text {
  color: #222222;
}
.cid-uqvHpOQfyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-uqvHpOQfyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvHpOQfyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvHpOQfyu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uqvHpOQfyu .container-fluid {
    padding: 0 20px;
  }
}
.cid-uqvHpOQfyu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uqvHpOQfyu .container {
    padding: 0 20px;
  }
}
.cid-uqvHpOQfyu .mbr-section-title {
  margin-bottom: 64px;
  color: #216640;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uqvHpOQfyu .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uqvHpOQfyu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uqvHpOQfyu .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqvHpOQfyu .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uqvHpOQfyu .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uqvHpOQfyu .embla__button--next,
.cid-uqvHpOQfyu .embla__button--prev {
  display: flex;
}
.cid-uqvHpOQfyu .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uqvHpOQfyu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqvHpOQfyu .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uqvHpOQfyu .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uqvHpOQfyu .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uqvHpOQfyu .embla__button {
    top: 7rem;
  }
}
.cid-uqvHpOQfyu .embla {
  position: relative;
  width: 100%;
}
.cid-uqvHpOQfyu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqvHpOQfyu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqvHpOQfyu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqvHpOQfyu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqvHpPIp1s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uqvHpPIp1s .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uqvHpPIp1s .mbr-section-title {
  color: #216640;
}
.cid-uqvHpPIp1s .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uqvHpPIp1s .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uqvHpPIp1s .card {
    padding: 1rem !important;
  }
}
.cid-uqvHpPIp1s .card:hover {
  transform: translateY(-1rem);
}
.cid-uqvHpPIp1s .card img {
  max-width: 120px;
  height: auto;
}
.cid-uqvHpQezrq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uqvHpQezrq .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uqvHpQezrq .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uqvHpQezrq .card-title,
.cid-uqvHpQezrq .iconfont-wrapper {
  color: #000000;
}
.cid-uqvHpQezrq .card-text {
  color: #000000;
  text-align: center;
}
.cid-uqvHpQezrq .content-head {
  max-width: 800px;
}
.cid-uqvHpQezrq .mbr-section-title {
  color: #216640;
}
.cid-uqvHpQezrq .card-title,
.cid-uqvHpQezrq .img-wrapper {
  text-align: center;
}
.cid-uqvHpQezrq .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDIkWqmK9F {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/1-11.webp");
}
.cid-uDIkWqmK9F .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uDIkWqmK9F {
    align-items: flex-end;
  }
  .cid-uDIkWqmK9F .row {
    justify-content: flex-start;
  }
  .cid-uDIkWqmK9F .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDIkWqmK9F .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDIkWqmK9F {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uDIkWqmK9F .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDIkWqmK9F .content-wrap {
    width: 100%;
  }
}
.cid-uDIkWqmK9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIkWqmK9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIkWqmK9F .mbr-section-title,
.cid-uDIkWqmK9F .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uDIkWqmK9F .mbr-text,
.cid-uDIkWqmK9F .mbr-section-btn {
  text-align: left;
}
.cid-uDIkWqmK9F .mbr-section-title {
  color: #ff6200;
}
.cid-uDIkWqGOZV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-uDIkWqGOZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIkWqGOZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDIkWqGOZV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDIkWqGOZV .row {
  flex-direction: row-reverse;
}
.cid-uDIkWqGOZV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDIkWqGOZV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDIkWqGOZV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDIkWqGOZV .mbr-section-title {
  color: #ff6200;
}
.cid-uDIkWqGOZV .mbr-text,
.cid-uDIkWqGOZV .mbr-section-btn {
  color: #000000;
}
.cid-uDIkWr00a9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6200;
}
.cid-uDIkWr00a9 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uDIkWr00a9 .panel-group {
  border: none;
}
.cid-uDIkWr00a9 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDIkWr00a9 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uDIkWr00a9 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uDIkWr00a9 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uDIkWr00a9 .img-col {
  padding: 0;
}
.cid-uDIkWr00a9 .img-item {
  height: 100%;
}
.cid-uDIkWr00a9 img {
  height: 100%;
  object-fit: cover;
}
.cid-uDIkWr00a9 .collapsed span {
  transform: rotate(0deg);
}
.cid-uDIkWr00a9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDIkWr00a9 p {
  margin-bottom: 0.3rem;
}
.cid-uDIkWr00a9 .panel-title-edit {
  color: #e9c0e9;
}
.cid-uDIkWr00a9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uDIkWr00a9 .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uDIkWr00a9 .card {
    padding: 1.5rem;
  }
}
.cid-uDIkWr00a9 .panel-text {
  color: #320707;
}
.cid-uDIkWr00a9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDIkWr00a9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uDIkWr00a9 .panel-title-edit,
.cid-uDIkWr00a9 .mbr-iconfont {
  color: #ff6200;
}
.cid-uDIl6z28Gv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDIl6z28Gv .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uDIl6z28Gv .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uDIl6z28Gv .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uDIl6z28Gv .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uDIl6z28Gv .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uDIl6z28Gv .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uDIl6z28Gv .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uDIl6z28Gv .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uDIl6z28Gv .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uDIl6z28Gv .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uDIl6z28Gv .col-text {
    text-align: center;
  }
}
.cid-uDIl6z28Gv .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uDIl6z28Gv .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uDIl6z28Gv .label-text {
    text-align: center !important;
  }
}
.cid-uDIl6z28Gv .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uDIl6z28Gv .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uDIl6z28Gv .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uDIl6z28Gv .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uDIl6z28Gv .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uDIl6z28Gv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIl6z28Gv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIl6z28Gv .mbr-section-title,
.cid-uDIl6z28Gv .mbr-section-btn {
  color: #ff6200;
}
.cid-uDIl6z28Gv .img-label-text {
  color: #222222;
}
.cid-uDIl6z28Gv .img-text {
  color: #222222;
}
.cid-uDIkWrPew3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-uDIkWrPew3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIkWrPew3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIkWrPew3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uDIkWrPew3 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uDIkWrPew3 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDIkWrPew3 .container {
    padding: 0 20px;
  }
}
.cid-uDIkWrPew3 .mbr-section-title {
  margin-bottom: 64px;
  color: #ff6200;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDIkWrPew3 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uDIkWrPew3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uDIkWrPew3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uDIkWrPew3 .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uDIkWrPew3 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uDIkWrPew3 .embla__button--next,
.cid-uDIkWrPew3 .embla__button--prev {
  display: flex;
}
.cid-uDIkWrPew3 .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uDIkWrPew3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDIkWrPew3 .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uDIkWrPew3 .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uDIkWrPew3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uDIkWrPew3 .embla__button {
    top: 7rem;
  }
}
.cid-uDIkWrPew3 .embla {
  position: relative;
  width: 100%;
}
.cid-uDIkWrPew3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uDIkWrPew3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDIkWrPew3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDIkWrPew3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDIkWsAkKe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uDIkWsAkKe .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uDIkWsAkKe .mbr-section-title {
  color: #ff6200;
}
.cid-uDIkWsAkKe .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uDIkWsAkKe .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uDIkWsAkKe .card {
    padding: 1rem !important;
  }
}
.cid-uDIkWsAkKe .card:hover {
  transform: translateY(-1rem);
}
.cid-uDIkWsAkKe .card img {
  max-width: 120px;
  height: auto;
}
.cid-uDIkWt5B6p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uDIkWt5B6p .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uDIkWt5B6p .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uDIkWt5B6p .card-title,
.cid-uDIkWt5B6p .iconfont-wrapper {
  color: #000000;
}
.cid-uDIkWt5B6p .card-text {
  color: #000000;
  text-align: center;
}
.cid-uDIkWt5B6p .content-head {
  max-width: 800px;
}
.cid-uDIkWt5B6p .mbr-section-title {
  color: #ff6200;
}
.cid-uDIkWt5B6p .card-title,
.cid-uDIkWt5B6p .img-wrapper {
  text-align: center;
}
.cid-uDIkWt5B6p .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uDIl3yjrKq.popup-builder {
  background-color: #ffffff;
}
.cid-uDIl3yjrKq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDIl3yjrKq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDIl3yjrKq .modal-content,
.cid-uDIl3yjrKq .modal-dialog {
  height: auto;
}
.cid-uDIl3yjrKq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDIl3yjrKq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDIl3yjrKq .form-wrapper .mbr-form .form-group,
  .cid-uDIl3yjrKq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDIl3yjrKq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDIl3yjrKq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDIl3yjrKq .mbr-text {
  text-align: center;
}
.cid-uDIl3yjrKq .pt-0 {
  padding-top: 0 !important;
}
.cid-uDIl3yjrKq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDIl3yjrKq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDIl3yjrKq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDIl3yjrKq .modal-open {
  overflow: hidden;
}
.cid-uDIl3yjrKq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDIl3yjrKq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDIl3yjrKq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDIl3yjrKq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDIl3yjrKq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDIl3yjrKq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDIl3yjrKq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDIl3yjrKq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDIl3yjrKq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDIl3yjrKq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDIl3yjrKq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDIl3yjrKq .modal-backdrop.show {
  opacity: .5;
}
.cid-uDIl3yjrKq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uDIl3yjrKq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDIl3yjrKq .modal-header {
    padding: 1rem;
  }
}
.cid-uDIl3yjrKq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDIl3yjrKq .modal-header .close svg {
  fill: #353535;
}
.cid-uDIl3yjrKq .modal-header .close:hover {
  opacity: 1;
}
.cid-uDIl3yjrKq .modal-header .close:focus {
  outline: none;
}
.cid-uDIl3yjrKq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDIl3yjrKq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDIl3yjrKq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDIl3yjrKq .modal-body {
    padding: 1rem;
  }
}
.cid-uDIl3yjrKq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uDIl3yjrKq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDIl3yjrKq .modal-footer {
    padding: 1rem;
  }
}
.cid-uDIl3yjrKq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDIl3yjrKq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDIl3yjrKq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDIl3yjrKq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDIl3yjrKq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uDIl3yjrKq .modal-lg,
  .cid-uDIl3yjrKq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDIl3yjrKq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDIl3yjrKq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDIl3yjrKq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDIl3yjrKq .form-group {
  margin-bottom: 1rem;
}
.cid-uDIl3yjrKq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDIl3yjrKq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDIl3yjrKq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDIl3yjrKq .mbr-section-btn {
  margin: 0;
}
.cid-uDIl3yjrKq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDIl3yjrKq label[for="agree"],
.cid-uDIl3yjrKq label:has(a[href*="terms"]),
.cid-uDIl3yjrKq label:has(a[href*="privacy"]),
.cid-uDIl3yjrKq .form-group:last-child {
  display: none !important;
}
.cid-uKjTkDGq10 {
  z-index: 1000;
  width: 100%;
}
.cid-uKjTkDGq10 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uKjTkDGq10 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKjTkDGq10 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uKjTkDGq10 .menu_box .navbar.opened,
  .cid-uKjTkDGq10 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKjTkDGq10 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uKjTkDGq10 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKjTkDGq10 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKjTkDGq10 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKjTkDGq10 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKjTkDGq10 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKjTkDGq10 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uKjTkDGq10 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKjTkDGq10 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKjTkDGq10 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKjTkDGq10 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKjTkDGq10 .offcanvas-body .mbr-text,
  .cid-uKjTkDGq10 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uKjTkDGq10 .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uKjTkDGq10 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKjTkDGq10 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uKjTkDGq10 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKjTkDGq10 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKjTkDGq10 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKjTkDGq10 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKjTkDGq10 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKjTkDGq10 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKjTkDGq10 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKjTkDGq10 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKjTkDGq10 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKjTkDGq10 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uKjTkDGq10 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKjTkDGq10 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKjTkDGq10 .nav-item {
    margin: 0 !important;
  }
}
.cid-uKjTkDGq10 .nav-item .nav-link {
  position: relative;
}
.cid-uKjTkDGq10 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uKjTkDGq10 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uKjTkDGq10 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKjTkDGq10 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKjTkDGq10 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKjTkDGq10 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKjTkDGq10 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKjTkDGq10 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKjTkDGq10 .offcanvas_box {
    display: none;
  }
}
.cid-uKjTkDGq10 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKjTkDGq10 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKjTkDGq10 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKjTkDGq10 .container {
  display: flex;
  margin: auto;
}
.cid-uKjTkDGq10 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKjTkDGq10 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKjTkDGq10 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKjTkDGq10 .navbar-caption {
  color: #000000;
}
.cid-uKjTkDGq10 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKjTkDGq10 .navbar-nav {
    margin: 0;
  }
}
.cid-uKjTkDGq10 .dropdown-menu,
.cid-uKjTkDGq10 .navbar.opened {
  background-color: false !important;
}
.cid-uKjTkDGq10 .nav-item:focus,
.cid-uKjTkDGq10 .nav-link:focus {
  outline: none;
}
.cid-uKjTkDGq10 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKjTkDGq10 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKjTkDGq10 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKjTkDGq10 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKjTkDGq10 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKjTkDGq10 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKjTkDGq10 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKjTkDGq10 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKjTkDGq10 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKjTkDGq10 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKjTkDGq10 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uKjTkDGq10 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uKjTkDGq10 .navbar.collapsed {
  justify-content: center;
}
.cid-uKjTkDGq10 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKjTkDGq10 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKjTkDGq10 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKjTkDGq10 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKjTkDGq10 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKjTkDGq10 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKjTkDGq10 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKjTkDGq10 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKjTkDGq10 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKjTkDGq10 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKjTkDGq10 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKjTkDGq10 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKjTkDGq10 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKjTkDGq10 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKjTkDGq10 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKjTkDGq10 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKjTkDGq10 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKjTkDGq10 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKjTkDGq10 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKjTkDGq10 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKjTkDGq10 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKjTkDGq10 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKjTkDGq10 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKjTkDGq10 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKjTkDGq10 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKjTkDGq10 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKjTkDGq10 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKjTkDGq10 .dropdown-item.active,
.cid-uKjTkDGq10 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKjTkDGq10 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKjTkDGq10 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKjTkDGq10 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKjTkDGq10 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKjTkDGq10 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKjTkDGq10 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKjTkDGq10 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uKjTkDGq10 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKjTkDGq10 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKjTkDGq10 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKjTkDGq10 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKjTkDGq10 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKjTkDGq10 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKjTkDGq10 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKjTkDGq10 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKjTkDGq10 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKjTkDGq10 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKjTkDGq10 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKjTkDGq10 .navbar {
    height: 70px;
  }
  .cid-uKjTkDGq10 .navbar.opened {
    height: auto;
  }
  .cid-uKjTkDGq10 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKjTkDGq10 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKjTkDGq10 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uKjTkDGq10 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uKjTkDGq10 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uKjTkDGq10 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uKjTkDGq10 .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uKjTkDGq10 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKjTkDGq10 .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uKjTkDGq10 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKjTkDGq10 .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uKjTkDGq10 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uKjTkDGq10 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uKjTkDGq10 .mbr-section-subtitle,
.cid-uKjTkDGq10 .text_widget,
.cid-uKjTkDGq10 .mbr-section-btn {
  text-align: left;
}
.cid-uKjTkDGq10 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKjTkEkUqi {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/1-11.webp");
}
.cid-uKjTkEkUqi .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uKjTkEkUqi {
    align-items: flex-end;
  }
  .cid-uKjTkEkUqi .row {
    justify-content: flex-start;
  }
  .cid-uKjTkEkUqi .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKjTkEkUqi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKjTkEkUqi {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uKjTkEkUqi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKjTkEkUqi .content-wrap {
    width: 100%;
  }
}
.cid-uKjTkEkUqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjTkEkUqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjTkEkUqi .mbr-section-title,
.cid-uKjTkEkUqi .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uKjTkEkUqi .mbr-text,
.cid-uKjTkEkUqi .mbr-section-btn {
  text-align: left;
}
.cid-uKjTkEkUqi .mbr-section-title {
  color: #ffffff;
}
.cid-uKjTkEIE3Q {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-uKjTkEIE3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjTkEIE3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKjTkEIE3Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKjTkEIE3Q .row {
  flex-direction: row-reverse;
}
.cid-uKjTkEIE3Q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKjTkEIE3Q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKjTkEIE3Q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKjTkEIE3Q .mbr-section-title {
  color: #216640;
}
.cid-uKjTkEIE3Q .mbr-text,
.cid-uKjTkEIE3Q .mbr-section-btn {
  color: #000000;
}
.cid-uKjTkF5KM2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uKjTkF5KM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjTkF5KM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjTkF5KM2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKjTkF5KM2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKjTkF5KM2 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uKjTkF5KM2 .card-text {
  color: #232323;
}
.cid-uKjTkF5KM2 .card-title {
  color: #ffffff;
}
.cid-uKjTkFxaJq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #216640;
}
.cid-uKjTkFxaJq .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uKjTkFxaJq .panel-group {
  border: none;
}
.cid-uKjTkFxaJq .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKjTkFxaJq .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uKjTkFxaJq .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKjTkFxaJq .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uKjTkFxaJq .img-col {
  padding: 0;
}
.cid-uKjTkFxaJq .img-item {
  height: 100%;
}
.cid-uKjTkFxaJq img {
  height: 100%;
  object-fit: cover;
}
.cid-uKjTkFxaJq .collapsed span {
  transform: rotate(0deg);
}
.cid-uKjTkFxaJq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKjTkFxaJq p {
  margin-bottom: 0.3rem;
}
.cid-uKjTkFxaJq .panel-title-edit {
  color: #e9c0e9;
}
.cid-uKjTkFxaJq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKjTkFxaJq .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uKjTkFxaJq .card {
    padding: 1.5rem;
  }
}
.cid-uKjTkFxaJq .panel-text {
  color: #320707;
}
.cid-uKjTkFxaJq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uKjTkFxaJq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKjTkFxaJq .panel-title-edit,
.cid-uKjTkFxaJq .mbr-iconfont {
  color: #216640;
}
.cid-uKjTkG4M1w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKjTkG4M1w .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uKjTkG4M1w .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uKjTkG4M1w .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uKjTkG4M1w .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uKjTkG4M1w .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uKjTkG4M1w .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uKjTkG4M1w .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uKjTkG4M1w .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uKjTkG4M1w .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uKjTkG4M1w .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKjTkG4M1w .col-text {
    text-align: center;
  }
}
.cid-uKjTkG4M1w .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uKjTkG4M1w .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uKjTkG4M1w .label-text {
    text-align: center !important;
  }
}
.cid-uKjTkG4M1w .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uKjTkG4M1w .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uKjTkG4M1w .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uKjTkG4M1w .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKjTkG4M1w .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uKjTkG4M1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjTkG4M1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjTkG4M1w .mbr-section-title,
.cid-uKjTkG4M1w .mbr-section-btn {
  color: #216640;
}
.cid-uKjTkG4M1w .img-label-text {
  color: #222222;
}
.cid-uKjTkG4M1w .img-text {
  color: #222222;
}
.cid-uKjTkGyZom {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-uKjTkGyZom .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjTkGyZom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjTkGyZom .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjTkGyZom .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKjTkGyZom .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKjTkGyZom .container {
    padding: 0 20px;
  }
}
.cid-uKjTkGyZom .mbr-section-title {
  margin-bottom: 64px;
  color: #216640;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKjTkGyZom .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uKjTkGyZom .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uKjTkGyZom .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uKjTkGyZom .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uKjTkGyZom .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uKjTkGyZom .embla__button--next,
.cid-uKjTkGyZom .embla__button--prev {
  display: flex;
}
.cid-uKjTkGyZom .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uKjTkGyZom .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjTkGyZom .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uKjTkGyZom .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uKjTkGyZom .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uKjTkGyZom .embla__button {
    top: 7rem;
  }
}
.cid-uKjTkGyZom .embla {
  position: relative;
  width: 100%;
}
.cid-uKjTkGyZom .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKjTkGyZom .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjTkGyZom .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjTkGyZom .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjTkHshdA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uKjTkHshdA .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uKjTkHshdA .mbr-section-title {
  color: #216640;
}
.cid-uKjTkHshdA .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uKjTkHshdA .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uKjTkHshdA .card {
    padding: 1rem !important;
  }
}
.cid-uKjTkHshdA .card:hover {
  transform: translateY(-1rem);
}
.cid-uKjTkHshdA .card img {
  max-width: 120px;
  height: auto;
}
.cid-uKjTkIclmt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uKjTkIclmt .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uKjTkIclmt .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uKjTkIclmt .card-title,
.cid-uKjTkIclmt .iconfont-wrapper {
  color: #000000;
}
.cid-uKjTkIclmt .card-text {
  color: #000000;
  text-align: center;
}
.cid-uKjTkIclmt .content-head {
  max-width: 800px;
}
.cid-uKjTkIclmt .mbr-section-title {
  color: #216640;
}
.cid-uKjTkIclmt .card-title,
.cid-uKjTkIclmt .img-wrapper {
  text-align: center;
}
.cid-uKjTkIclmt .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRlwUPzk1o.popup-builder {
  background-color: #ffffff;
}
.cid-uRlwUPzk1o.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRlwUPzk1o.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRlwUPzk1o .modal-content,
.cid-uRlwUPzk1o .modal-dialog {
  height: auto;
}
.cid-uRlwUPzk1o .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRlwUPzk1o .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRlwUPzk1o .form-wrapper .mbr-form .form-group,
  .cid-uRlwUPzk1o .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRlwUPzk1o .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRlwUPzk1o .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRlwUPzk1o .mbr-text {
  text-align: center;
}
.cid-uRlwUPzk1o .pt-0 {
  padding-top: 0 !important;
}
.cid-uRlwUPzk1o .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRlwUPzk1o .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRlwUPzk1o .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRlwUPzk1o .modal-open {
  overflow: hidden;
}
.cid-uRlwUPzk1o .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRlwUPzk1o .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRlwUPzk1o .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRlwUPzk1o .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uRlwUPzk1o .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRlwUPzk1o .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRlwUPzk1o .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRlwUPzk1o .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uRlwUPzk1o .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRlwUPzk1o .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRlwUPzk1o .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRlwUPzk1o .modal-backdrop.show {
  opacity: .5;
}
.cid-uRlwUPzk1o .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uRlwUPzk1o .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRlwUPzk1o .modal-header {
    padding: 1rem;
  }
}
.cid-uRlwUPzk1o .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRlwUPzk1o .modal-header .close svg {
  fill: #353535;
}
.cid-uRlwUPzk1o .modal-header .close:hover {
  opacity: 1;
}
.cid-uRlwUPzk1o .modal-header .close:focus {
  outline: none;
}
.cid-uRlwUPzk1o .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRlwUPzk1o .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRlwUPzk1o .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRlwUPzk1o .modal-body {
    padding: 1rem;
  }
}
.cid-uRlwUPzk1o .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uRlwUPzk1o .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRlwUPzk1o .modal-footer {
    padding: 1rem;
  }
}
.cid-uRlwUPzk1o .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRlwUPzk1o .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRlwUPzk1o .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRlwUPzk1o .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRlwUPzk1o .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uRlwUPzk1o .modal-lg,
  .cid-uRlwUPzk1o .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRlwUPzk1o .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRlwUPzk1o .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRlwUPzk1o .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uRlwUPzk1o .form-group {
  margin-bottom: 1rem;
}
.cid-uRlwUPzk1o .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRlwUPzk1o .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRlwUPzk1o .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uRlwUPzk1o .mbr-section-btn {
  margin: 0;
}
.cid-uRlwUPzk1o .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRlwUPzk1o label[for="agree"],
.cid-uRlwUPzk1o label:has(a[href*="terms"]),
.cid-uRlwUPzk1o label:has(a[href*="privacy"]),
.cid-uRlwUPzk1o .form-group:last-child {
  display: none !important;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uKjTqjZimS {
  z-index: 1000;
  width: 100%;
}
.cid-uKjTqjZimS .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uKjTqjZimS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKjTqjZimS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uKjTqjZimS .menu_box .navbar.opened,
  .cid-uKjTqjZimS .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKjTqjZimS nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uKjTqjZimS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKjTqjZimS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKjTqjZimS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKjTqjZimS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKjTqjZimS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKjTqjZimS .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uKjTqjZimS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKjTqjZimS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKjTqjZimS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKjTqjZimS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKjTqjZimS .offcanvas-body .mbr-text,
  .cid-uKjTqjZimS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uKjTqjZimS .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uKjTqjZimS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKjTqjZimS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uKjTqjZimS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKjTqjZimS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKjTqjZimS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKjTqjZimS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKjTqjZimS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKjTqjZimS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKjTqjZimS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKjTqjZimS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKjTqjZimS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKjTqjZimS .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uKjTqjZimS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKjTqjZimS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKjTqjZimS .nav-item {
    margin: 0 !important;
  }
}
.cid-uKjTqjZimS .nav-item .nav-link {
  position: relative;
}
.cid-uKjTqjZimS .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uKjTqjZimS .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uKjTqjZimS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKjTqjZimS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKjTqjZimS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKjTqjZimS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKjTqjZimS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKjTqjZimS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKjTqjZimS .offcanvas_box {
    display: none;
  }
}
.cid-uKjTqjZimS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKjTqjZimS .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKjTqjZimS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKjTqjZimS .container {
  display: flex;
  margin: auto;
}
.cid-uKjTqjZimS .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKjTqjZimS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKjTqjZimS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKjTqjZimS .navbar-caption {
  color: #000000;
}
.cid-uKjTqjZimS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKjTqjZimS .navbar-nav {
    margin: 0;
  }
}
.cid-uKjTqjZimS .dropdown-menu,
.cid-uKjTqjZimS .navbar.opened {
  background-color: false !important;
}
.cid-uKjTqjZimS .nav-item:focus,
.cid-uKjTqjZimS .nav-link:focus {
  outline: none;
}
.cid-uKjTqjZimS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKjTqjZimS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKjTqjZimS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKjTqjZimS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKjTqjZimS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKjTqjZimS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKjTqjZimS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKjTqjZimS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKjTqjZimS .navbar.opened {
  transition: all 0.3s;
}
.cid-uKjTqjZimS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKjTqjZimS .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uKjTqjZimS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uKjTqjZimS .navbar.collapsed {
  justify-content: center;
}
.cid-uKjTqjZimS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKjTqjZimS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKjTqjZimS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKjTqjZimS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKjTqjZimS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKjTqjZimS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKjTqjZimS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKjTqjZimS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKjTqjZimS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKjTqjZimS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKjTqjZimS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKjTqjZimS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKjTqjZimS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKjTqjZimS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKjTqjZimS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKjTqjZimS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKjTqjZimS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKjTqjZimS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKjTqjZimS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKjTqjZimS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKjTqjZimS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKjTqjZimS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKjTqjZimS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKjTqjZimS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKjTqjZimS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKjTqjZimS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKjTqjZimS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKjTqjZimS .dropdown-item.active,
.cid-uKjTqjZimS .dropdown-item:active {
  background-color: transparent;
}
.cid-uKjTqjZimS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKjTqjZimS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKjTqjZimS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKjTqjZimS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKjTqjZimS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKjTqjZimS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKjTqjZimS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uKjTqjZimS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKjTqjZimS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKjTqjZimS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKjTqjZimS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKjTqjZimS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKjTqjZimS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKjTqjZimS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKjTqjZimS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKjTqjZimS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKjTqjZimS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKjTqjZimS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKjTqjZimS .navbar {
    height: 70px;
  }
  .cid-uKjTqjZimS .navbar.opened {
    height: auto;
  }
  .cid-uKjTqjZimS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKjTqjZimS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKjTqjZimS .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uKjTqjZimS .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uKjTqjZimS .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uKjTqjZimS .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uKjTqjZimS .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uKjTqjZimS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKjTqjZimS .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uKjTqjZimS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKjTqjZimS .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uKjTqjZimS .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uKjTqjZimS .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uKjTqjZimS .mbr-section-subtitle,
.cid-uKjTqjZimS .text_widget,
.cid-uKjTqjZimS .mbr-section-btn {
  text-align: left;
}
.cid-uKjTqjZimS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKjTqkDgfE {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/1-11.webp");
}
.cid-uKjTqkDgfE .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uKjTqkDgfE {
    align-items: flex-end;
  }
  .cid-uKjTqkDgfE .row {
    justify-content: flex-start;
  }
  .cid-uKjTqkDgfE .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKjTqkDgfE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKjTqkDgfE {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uKjTqkDgfE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKjTqkDgfE .content-wrap {
    width: 100%;
  }
}
.cid-uKjTqkDgfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjTqkDgfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjTqkDgfE .mbr-section-title,
.cid-uKjTqkDgfE .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uKjTqkDgfE .mbr-text,
.cid-uKjTqkDgfE .mbr-section-btn {
  text-align: left;
}
.cid-uKjTqkDgfE .mbr-section-title {
  color: #216640;
}
.cid-uKjTql5ay5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-uKjTql5ay5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjTql5ay5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKjTql5ay5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKjTql5ay5 .row {
  flex-direction: row-reverse;
}
.cid-uKjTql5ay5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKjTql5ay5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKjTql5ay5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKjTql5ay5 .mbr-section-title {
  color: #216640;
}
.cid-uKjTql5ay5 .mbr-text,
.cid-uKjTql5ay5 .mbr-section-btn {
  color: #000000;
}
.cid-uKjTqlvGM8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #216640;
}
.cid-uKjTqlvGM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjTqlvGM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjTqlvGM8 .mbr-section-title {
  color: #216640;
}
.cid-uKjTqlvGM8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKjTqlVkSP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #216640;
}
.cid-uKjTqlVkSP .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uKjTqlVkSP .panel-group {
  border: none;
}
.cid-uKjTqlVkSP .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKjTqlVkSP .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uKjTqlVkSP .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKjTqlVkSP .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uKjTqlVkSP .img-col {
  padding: 0;
}
.cid-uKjTqlVkSP .img-item {
  height: 100%;
}
.cid-uKjTqlVkSP img {
  height: 100%;
  object-fit: cover;
}
.cid-uKjTqlVkSP .collapsed span {
  transform: rotate(0deg);
}
.cid-uKjTqlVkSP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKjTqlVkSP p {
  margin-bottom: 0.3rem;
}
.cid-uKjTqlVkSP .panel-title-edit {
  color: #e9c0e9;
}
.cid-uKjTqlVkSP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKjTqlVkSP .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uKjTqlVkSP .card {
    padding: 1.5rem;
  }
}
.cid-uKjTqlVkSP .panel-text {
  color: #320707;
}
.cid-uKjTqlVkSP .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uKjTqlVkSP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKjTqlVkSP .panel-title-edit,
.cid-uKjTqlVkSP .mbr-iconfont {
  color: #216640;
}
.cid-uKjTqmtZzK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKjTqmtZzK .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uKjTqmtZzK .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uKjTqmtZzK .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uKjTqmtZzK .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uKjTqmtZzK .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uKjTqmtZzK .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uKjTqmtZzK .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uKjTqmtZzK .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uKjTqmtZzK .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uKjTqmtZzK .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKjTqmtZzK .col-text {
    text-align: center;
  }
}
.cid-uKjTqmtZzK .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uKjTqmtZzK .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uKjTqmtZzK .label-text {
    text-align: center !important;
  }
}
.cid-uKjTqmtZzK .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uKjTqmtZzK .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uKjTqmtZzK .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uKjTqmtZzK .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKjTqmtZzK .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uKjTqmtZzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjTqmtZzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjTqmtZzK .mbr-section-title,
.cid-uKjTqmtZzK .mbr-section-btn {
  color: #216640;
}
.cid-uKjTqmtZzK .img-label-text {
  color: #222222;
}
.cid-uKjTqmtZzK .img-text {
  color: #222222;
}
.cid-uKjTqn0okM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-uKjTqn0okM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjTqn0okM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjTqn0okM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjTqn0okM .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKjTqn0okM .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKjTqn0okM .container {
    padding: 0 20px;
  }
}
.cid-uKjTqn0okM .mbr-section-title {
  margin-bottom: 64px;
  color: #216640;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKjTqn0okM .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uKjTqn0okM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uKjTqn0okM .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uKjTqn0okM .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uKjTqn0okM .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uKjTqn0okM .embla__button--next,
.cid-uKjTqn0okM .embla__button--prev {
  display: flex;
}
.cid-uKjTqn0okM .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uKjTqn0okM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjTqn0okM .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uKjTqn0okM .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uKjTqn0okM .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uKjTqn0okM .embla__button {
    top: 7rem;
  }
}
.cid-uKjTqn0okM .embla {
  position: relative;
  width: 100%;
}
.cid-uKjTqn0okM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKjTqn0okM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjTqn0okM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjTqn0okM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjTqnY1mM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uKjTqnY1mM .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uKjTqnY1mM .mbr-section-title {
  color: #216640;
}
.cid-uKjTqnY1mM .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uKjTqnY1mM .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uKjTqnY1mM .card {
    padding: 1rem !important;
  }
}
.cid-uKjTqnY1mM .card:hover {
  transform: translateY(-1rem);
}
.cid-uKjTqnY1mM .card img {
  max-width: 120px;
  height: auto;
}
.cid-uKjTqoFnV1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uKjTqoFnV1 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uKjTqoFnV1 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uKjTqoFnV1 .card-title,
.cid-uKjTqoFnV1 .iconfont-wrapper {
  color: #000000;
}
.cid-uKjTqoFnV1 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uKjTqoFnV1 .content-head {
  max-width: 800px;
}
.cid-uKjTqoFnV1 .mbr-section-title {
  color: #216640;
}
.cid-uKjTqoFnV1 .card-title,
.cid-uKjTqoFnV1 .img-wrapper {
  text-align: center;
}
.cid-uKjTqoFnV1 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ubxaMf8SkK {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/finance-4858797.webp");
}
.cid-ubxaMf8SkK .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-ubxaMf8SkK {
    align-items: flex-end;
  }
  .cid-ubxaMf8SkK .row {
    justify-content: flex-start;
  }
  .cid-ubxaMf8SkK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxaMf8SkK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxaMf8SkK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxaMf8SkK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxaMf8SkK .content-wrap {
    width: 100%;
  }
}
.cid-ubxaMf8SkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxaMf8SkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxaMf8SkK .mbr-section-title,
.cid-ubxaMf8SkK .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxaMf8SkK .mbr-text,
.cid-ubxaMf8SkK .mbr-section-btn {
  text-align: left;
}
.cid-ubxaMf8SkK .mbr-section-title {
  color: #ffffff;
}
.cid-ubxcBadmCQ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubxcBadmCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxcBadmCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubxcBadmCQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubxcBadmCQ .row {
  flex-direction: row-reverse;
}
.cid-ubxcBadmCQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubxcBadmCQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubxcBadmCQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubxcBadmCQ .mbr-section-title {
  color: #000000;
}
.cid-ubxcBadmCQ .mbr-text,
.cid-ubxcBadmCQ .mbr-section-btn {
  color: #000000;
}
.cid-ubxdBMAk7h {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubxdBMAk7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxdBMAk7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubxdBMAk7h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubxdBMAk7h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubxdBMAk7h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubxdBMAk7h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubxdBMAk7h .mbr-section-title {
  color: #000000;
}
.cid-ubxdBMAk7h .mbr-text,
.cid-ubxdBMAk7h .mbr-section-btn {
  color: #000000;
}
.cid-ufkO2AYo27 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufkO2AYo27 .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ufkO2AYo27 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ufkO2AYo27 .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-ufkO2AYo27 .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-ufkO2AYo27 .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ufkO2AYo27 .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-ufkO2AYo27 .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-ufkO2AYo27 .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-ufkO2AYo27 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ufkO2AYo27 .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ufkO2AYo27 .col-text {
    text-align: center;
  }
}
.cid-ufkO2AYo27 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ufkO2AYo27 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-ufkO2AYo27 .label-text {
    text-align: center !important;
  }
}
.cid-ufkO2AYo27 .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-ufkO2AYo27 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-ufkO2AYo27 .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-ufkO2AYo27 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ufkO2AYo27 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ufkO2AYo27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufkO2AYo27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufkO2AYo27 .mbr-section-title,
.cid-ufkO2AYo27 .mbr-section-btn {
  color: #ff6200;
}
.cid-ufkO2AYo27 .img-label-text {
  color: #222222;
}
.cid-ufkO2AYo27 .img-text {
  color: #222222;
}
.cid-ubxaMhkckP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-ubxaMhkckP .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ubxaMhkckP .item-wrapper {
  margin-bottom: 2rem;
}
.cid-ubxaMhkckP .card-title,
.cid-ubxaMhkckP .iconfont-wrapper {
  color: #000000;
}
.cid-ubxaMhkckP .card-text {
  color: #000000;
  text-align: center;
}
.cid-ubxaMhkckP .content-head {
  max-width: 800px;
}
.cid-ubxaMhkckP .mbr-section-title {
  color: #ff6200;
}
.cid-ubxaMhkckP .card-title,
.cid-ubxaMhkckP .img-wrapper {
  text-align: center;
}
.cid-ubxaMhkckP .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ubx68jV4Hu {
  display: flex;
  background-image: url("../../../assets/images/1-20.webp");
}
.cid-ubx68jV4Hu .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubx68jV4Hu {
    align-items: flex-end;
  }
  .cid-ubx68jV4Hu .row {
    justify-content: flex-start;
  }
  .cid-ubx68jV4Hu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubx68jV4Hu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubx68jV4Hu {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubx68jV4Hu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubx68jV4Hu .content-wrap {
    width: 100%;
  }
}
.cid-ubx68jV4Hu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubx68jV4Hu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubx68jV4Hu .mbr-section-title,
.cid-ubx68jV4Hu .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubx68jV4Hu .mbr-text,
.cid-ubx68jV4Hu .mbr-section-btn {
  text-align: left;
}
.cid-ubx68jV4Hu .mbr-section-title {
  color: #ffffff;
}
.cid-ubx68jV4Hu .mbr-section-subtitle {
  color: #ffc091;
}
.cid-uW1mfhOxzh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uW1mfhOxzh .mbr-text {
  color: #767676;
}
.cid-uW1mfhOxzh .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uW1mfhOxzh .card-box {
    flex-direction: column;
  }
}
.cid-uW1mfhOxzh .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uW1mfhOxzh .mbr-section-subtitle {
  color: #767676;
}
.cid-uW1mfhOxzh .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uW1mfhOxzh .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uW1mfhOxzh .title .card-title {
  z-index: 1;
}
.cid-uW1mfhOxzh h4 {
  margin: 0;
}
.cid-uW1mfhOxzh .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uW1mfhOxzh .card {
    margin-bottom: 1.5rem;
  }
}
.cid-uW1mfhOxzh .card-title,
.cid-uW1mfhOxzh .card-img {
  color: #666666;
}
.cid-uW1mfhOxzh .num,
.cid-uW1mfhOxzh .line {
  color: #000000;
}
.cid-uW1mfhOxzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1mfhOxzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuSn6ywSHs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uuSn6ywSHs img,
.cid-uuSn6ywSHs .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uuSn6ywSHs .item:focus,
.cid-uuSn6ywSHs span:focus {
  outline: none;
}
.cid-uuSn6ywSHs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uuSn6ywSHs .item {
    margin-bottom: 1rem;
  }
}
.cid-uuSn6ywSHs .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uuSn6ywSHs .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uuSn6ywSHs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uuSn6ywSHs .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uuSn6ywSHs .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuSn6ywSHs .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uuSn6ywSHs .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uuSn6ywSHs .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uuSn6ywSHs .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uuSn6ywSHs .mbr-section-title {
  color: #232323;
}
.cid-uuSn6ywSHs .mbr-text,
.cid-uuSn6ywSHs .mbr-section-btn {
  text-align: center;
}
.cid-uuSn6ywSHs .item-title {
  text-align: left;
  color: #ff6200;
}
.cid-uuSn6ywSHs .content-head {
  max-width: 800px;
}
.cid-uuSn6ywSHs .mbr-text,
.cid-uuSn6ywSHs .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uuSn6ywSHs .mbr-section-title,
.cid-uuSn6ywSHs .mbr-section-head .mbr-section-btn {
  color: #ff6200;
  text-align: left;
}
.cid-uW1ovvalE5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uW1ovvalE5 .justify-content-center {
  align-items: center;
}
.cid-uW1ovvalE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1ovvalE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1ovvalE5 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uW1ovvalE5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW1ovvalE5 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uW1ovvalE5 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uW1ovvalE5 .row {
  align-items: center;
}
.cid-uW1ovvalE5 .card-text {
  color: #ff6200;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uW1ovvalE5 .card-text {
    text-align: center;
  }
}
.cid-uW1CoexOhV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uW1CoexOhV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uW1CoexOhV .item {
    margin-bottom: 1rem;
  }
}
.cid-uW1CoexOhV .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uW1CoexOhV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uW1CoexOhV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uW1CoexOhV .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uW1CoexOhV .carousel-control,
.cid-uW1CoexOhV .close {
  background: #1b1b1b;
}
.cid-uW1CoexOhV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uW1CoexOhV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uW1CoexOhV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uW1CoexOhV .carousel-control-next span {
  margin-left: 5px;
}
.cid-uW1CoexOhV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uW1CoexOhV .close::before {
  content: '\e91a';
}
.cid-uW1CoexOhV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uW1CoexOhV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uW1CoexOhV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW1CoexOhV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uW1CoexOhV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uW1CoexOhV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uW1CoexOhV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uW1CoexOhV .carousel-indicators li.active,
.cid-uW1CoexOhV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uW1CoexOhV .carousel-indicators li::after,
.cid-uW1CoexOhV .carousel-indicators li::before {
  content: none;
}
.cid-uW1CoexOhV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uW1CoexOhV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uW1CoexOhV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uW1CoexOhV .carousel-indicators {
    display: none;
  }
}
.cid-uW1CoexOhV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uW1CoexOhV .carousel-inner > .active {
  display: block;
}
.cid-uW1CoexOhV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW1CoexOhV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uW1CoexOhV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uW1CoexOhV .carousel-control,
  .cid-uW1CoexOhV .carousel-indicators,
  .cid-uW1CoexOhV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uW1CoexOhV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uW1CoexOhV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uW1CoexOhV .carousel-indicators .active,
.cid-uW1CoexOhV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uW1CoexOhV .carousel-indicators .active {
  background: #fff;
}
.cid-uW1CoexOhV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uW1CoexOhV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uW1CoexOhV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uW1CoexOhV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uW1CoexOhV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uW1CoexOhV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uW1CoexOhV .carousel {
  width: 100%;
}
.cid-uW1CoexOhV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uW1CoexOhV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uW1CoexOhV .modal.fade .modal-dialog,
.cid-uW1CoexOhV .modal.in .modal-dialog {
  transform: none;
}
.cid-uW1CoexOhV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uW1CoexOhV .content-head {
  max-width: 800px;
}
.cid-uW1oothmyx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uW1oothmyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1oothmyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1oothmyx .content-wrap {
  padding: 60px 0;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uW1oothmyx .content-wrap {
    padding: 20px;
  }
}
.cid-uW1oothmyx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uW1oothmyx .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uW1oothmyx .embla__slide .slide-content {
  width: 100%;
}
.cid-uW1oothmyx .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uW1oothmyx .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uW1oothmyx .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-uW1oothmyx .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-uW1oothmyx .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uW1oothmyx .embla__button--next,
.cid-uW1oothmyx .embla__button--prev {
  display: flex;
}
.cid-uW1oothmyx .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uW1oothmyx .embla__button {
    bottom: 0;
  }
}
.cid-uW1oothmyx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW1oothmyx .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uW1oothmyx .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-uW1oothmyx .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-uW1oothmyx .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-uW1oothmyx .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uW1oothmyx .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uW1oothmyx .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uW1oothmyx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW1oothmyx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW1oothmyx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW1oothmyx .item-text {
  color: #404349;
}
.cid-uW1oothmyx .item-name {
  color: #ff6200;
}
.cid-uW1oothmyx .item-role {
  color: #000000;
}
.cid-uW1pubuLHi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-uW1pubuLHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1pubuLHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1pubuLHi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uW1pubuLHi .container-fluid {
    padding: 0 20px;
  }
}
.cid-uW1pubuLHi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uW1pubuLHi .container {
    padding: 0 20px;
  }
}
.cid-uW1pubuLHi .mbr-section-title {
  margin-bottom: 64px;
  color: #ff6200;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uW1pubuLHi .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uW1pubuLHi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uW1pubuLHi .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uW1pubuLHi .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uW1pubuLHi .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uW1pubuLHi .embla__button--next,
.cid-uW1pubuLHi .embla__button--prev {
  display: flex;
}
.cid-uW1pubuLHi .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uW1pubuLHi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW1pubuLHi .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uW1pubuLHi .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uW1pubuLHi .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uW1pubuLHi .embla__button {
    top: 7rem;
  }
}
.cid-uW1pubuLHi .embla {
  position: relative;
  width: 100%;
}
.cid-uW1pubuLHi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uW1pubuLHi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW1pubuLHi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW1pubuLHi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW1px23Y9C {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uW1px23Y9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1px23Y9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1px23Y9C .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uW1px23Y9C .container-fluid {
    padding: 0 20px;
  }
}
.cid-uW1px23Y9C .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uW1px23Y9C .container {
    padding: 0 20px;
  }
}
.cid-uW1px23Y9C .mbr-section-title {
  margin-bottom: 64px;
  color: #ff6200;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uW1px23Y9C .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uW1px23Y9C .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uW1px23Y9C .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uW1px23Y9C .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uW1px23Y9C .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uW1px23Y9C .embla__button--next,
.cid-uW1px23Y9C .embla__button--prev {
  display: flex;
}
.cid-uW1px23Y9C .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uW1px23Y9C .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW1px23Y9C .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uW1px23Y9C .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uW1px23Y9C .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uW1px23Y9C .embla__button {
    top: 7rem;
  }
}
.cid-uW1px23Y9C .embla {
  position: relative;
  width: 100%;
}
.cid-uW1px23Y9C .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uW1px23Y9C .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW1px23Y9C .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW1px23Y9C .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW1qamw7pP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW1qamw7pP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1qamw7pP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1qamw7pP .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uW1qamw7pP .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uW1qamw7pP .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uW1qamw7pP .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uW1qamw7pP .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uW1qamw7pP .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #232323;
}
.cid-uW1qamw7pP .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uW1qamw7pP .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uW1qamw7pP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uW1qamw7pP .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uW1qamw7pP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uW1qamw7pP .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uW1qamw7pP .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uW1qamw7pP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uW1qamw7pP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uW1qamw7pP .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uW1qamw7pP .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uW1qamw7pP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uW1qamw7pP .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uW1qamw7pP .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uW1qamw7pP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uW1qamw7pP .mbr-section-title,
.cid-uW1qamw7pP .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uW1qamw7pP .panel-title-edit {
  color: #ffffff;
}
.cid-uW1qamw7pP .panel-text {
  color: #323432;
}
.cid-uW1qamw7pP .panel-text,
.cid-uW1qamw7pP .panel-body {
  color: #ff6200;
}
.cid-uW1q9jhuSy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ff6200;
}
.cid-uW1q9jhuSy .justify-content-center {
  align-items: center;
}
.cid-uW1q9jhuSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1q9jhuSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1q9jhuSy .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uW1q9jhuSy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW1q9jhuSy .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uW1q9jhuSy .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uW1q9jhuSy .row {
  align-items: center;
}
.cid-uW1q9jhuSy .card-text {
  color: #fafafa;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uW1q9jhuSy .card-text {
    text-align: center;
  }
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uVz542ZN0n {
  z-index: 1000;
  width: 100%;
}
.cid-uVz542ZN0n .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uVz542ZN0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVz542ZN0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVz542ZN0n .menu_box .navbar.opened,
  .cid-uVz542ZN0n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVz542ZN0n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVz542ZN0n .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uVz542ZN0n .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVz542ZN0n .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVz542ZN0n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVz542ZN0n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVz542ZN0n .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uVz542ZN0n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVz542ZN0n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVz542ZN0n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVz542ZN0n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVz542ZN0n .offcanvas-body .mbr-text,
  .cid-uVz542ZN0n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uVz542ZN0n .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uVz542ZN0n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVz542ZN0n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uVz542ZN0n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVz542ZN0n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVz542ZN0n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVz542ZN0n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVz542ZN0n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVz542ZN0n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVz542ZN0n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVz542ZN0n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVz542ZN0n li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVz542ZN0n .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVz542ZN0n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVz542ZN0n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVz542ZN0n .nav-item {
    margin: 0 !important;
  }
}
.cid-uVz542ZN0n .nav-item .nav-link {
  position: relative;
}
.cid-uVz542ZN0n .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uVz542ZN0n .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uVz542ZN0n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVz542ZN0n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVz542ZN0n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVz542ZN0n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVz542ZN0n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uVz542ZN0n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVz542ZN0n .offcanvas_box {
    display: none;
  }
}
.cid-uVz542ZN0n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVz542ZN0n .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVz542ZN0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVz542ZN0n .container {
  display: flex;
  margin: auto;
}
.cid-uVz542ZN0n .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uVz542ZN0n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVz542ZN0n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVz542ZN0n .navbar-caption {
  color: #000000;
}
.cid-uVz542ZN0n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVz542ZN0n .navbar-nav {
    margin: 0;
  }
}
.cid-uVz542ZN0n .dropdown-menu,
.cid-uVz542ZN0n .navbar.opened {
  background-color: false !important;
}
.cid-uVz542ZN0n .nav-item:focus,
.cid-uVz542ZN0n .nav-link:focus {
  outline: none;
}
.cid-uVz542ZN0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVz542ZN0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVz542ZN0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVz542ZN0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVz542ZN0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVz542ZN0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVz542ZN0n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVz542ZN0n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVz542ZN0n .navbar.opened {
  transition: all 0.3s;
}
.cid-uVz542ZN0n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVz542ZN0n .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uVz542ZN0n .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVz542ZN0n .navbar.collapsed {
  justify-content: center;
}
.cid-uVz542ZN0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVz542ZN0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVz542ZN0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVz542ZN0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVz542ZN0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVz542ZN0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVz542ZN0n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVz542ZN0n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVz542ZN0n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVz542ZN0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVz542ZN0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVz542ZN0n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVz542ZN0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVz542ZN0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVz542ZN0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVz542ZN0n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVz542ZN0n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVz542ZN0n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVz542ZN0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVz542ZN0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVz542ZN0n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVz542ZN0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVz542ZN0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVz542ZN0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVz542ZN0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVz542ZN0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVz542ZN0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVz542ZN0n .dropdown-item.active,
.cid-uVz542ZN0n .dropdown-item:active {
  background-color: transparent;
}
.cid-uVz542ZN0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVz542ZN0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVz542ZN0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVz542ZN0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVz542ZN0n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVz542ZN0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVz542ZN0n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uVz542ZN0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVz542ZN0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVz542ZN0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVz542ZN0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVz542ZN0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVz542ZN0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVz542ZN0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVz542ZN0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVz542ZN0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVz542ZN0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVz542ZN0n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVz542ZN0n .navbar {
    height: 70px;
  }
  .cid-uVz542ZN0n .navbar.opened {
    height: auto;
  }
  .cid-uVz542ZN0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVz542ZN0n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVz542ZN0n .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVz542ZN0n .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVz542ZN0n .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVz542ZN0n .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVz542ZN0n .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uVz542ZN0n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVz542ZN0n .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uVz542ZN0n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVz542ZN0n .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uVz542ZN0n .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVz542ZN0n .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uVz542ZN0n .mbr-section-subtitle,
.cid-uVz542ZN0n .text_widget,
.cid-uVz542ZN0n .mbr-section-btn {
  text-align: left;
}
.cid-uVz542ZN0n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVz543MNNC {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/finance-4858797.webp");
}
.cid-uVz543MNNC .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uVz543MNNC {
    align-items: flex-end;
  }
  .cid-uVz543MNNC .row {
    justify-content: flex-start;
  }
  .cid-uVz543MNNC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVz543MNNC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVz543MNNC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uVz543MNNC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVz543MNNC .content-wrap {
    width: 100%;
  }
}
.cid-uVz543MNNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz543MNNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz543MNNC .mbr-section-title,
.cid-uVz543MNNC .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uVz543MNNC .mbr-text,
.cid-uVz543MNNC .mbr-section-btn {
  text-align: left;
}
.cid-uVz543MNNC .mbr-section-title {
  color: #ffffff;
}
.cid-uVz544lwsQ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uVz544lwsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz544lwsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVz544lwsQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVz544lwsQ .row {
  flex-direction: row-reverse;
}
.cid-uVz544lwsQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVz544lwsQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVz544lwsQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVz544lwsQ .mbr-section-title {
  color: #000000;
}
.cid-uVz544lwsQ .mbr-text,
.cid-uVz544lwsQ .mbr-section-btn {
  color: #000000;
}
.cid-uVz544Rumi {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uVz544Rumi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz544Rumi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVz544Rumi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVz544Rumi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVz544Rumi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVz544Rumi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVz544Rumi .mbr-section-title {
  color: #000000;
}
.cid-uVz544Rumi .mbr-text,
.cid-uVz544Rumi .mbr-section-btn {
  color: #000000;
}
.cid-uVz545q5Nm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVz545q5Nm .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVz545q5Nm .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVz545q5Nm .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uVz545q5Nm .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uVz545q5Nm .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uVz545q5Nm .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uVz545q5Nm .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uVz545q5Nm .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uVz545q5Nm .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVz545q5Nm .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVz545q5Nm .col-text {
    text-align: center;
  }
}
.cid-uVz545q5Nm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uVz545q5Nm .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uVz545q5Nm .label-text {
    text-align: center !important;
  }
}
.cid-uVz545q5Nm .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uVz545q5Nm .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uVz545q5Nm .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uVz545q5Nm .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uVz545q5Nm .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uVz545q5Nm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz545q5Nm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz545q5Nm .mbr-section-title,
.cid-uVz545q5Nm .mbr-section-btn {
  color: #ff6200;
}
.cid-uVz545q5Nm .img-label-text {
  color: #222222;
}
.cid-uVz545q5Nm .img-text {
  color: #222222;
}
.cid-uVz5467axI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uVz5467axI .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uVz5467axI .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uVz5467axI .card-title,
.cid-uVz5467axI .iconfont-wrapper {
  color: #000000;
}
.cid-uVz5467axI .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVz5467axI .content-head {
  max-width: 800px;
}
.cid-uVz5467axI .mbr-section-title {
  color: #ff6200;
}
.cid-uVz5467axI .card-title,
.cid-uVz5467axI .img-wrapper {
  text-align: center;
}
.cid-uVz5467axI .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uVz547b99d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uVz547b99d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz547b99d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz547b99d .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVz547b99d .container {
    padding: 0 15px;
  }
}
.cid-uVz547b99d .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uVz547b99d .title-wrapper {
    text-align: center;
  }
}
.cid-uVz547b99d .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVz547b99d .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uVz547b99d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVz547b99d .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVz547b99d .list {
    justify-content: center;
  }
}
.cid-uVz547b99d .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVz547b99d .list .item-wrap:hover,
.cid-uVz547b99d .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uVz547b99d .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uVz547b99d .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uVz547b99d .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVz547b99d .copy-wrapper {
    height: auto;
  }
}
.cid-uVz547b99d .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVz547b99d .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uVz547b99d .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uVz547b99d .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVz547b99d .social-wrapper {
    text-align: center;
  }
}
.cid-uVz547b99d .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uVz547b99d .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uVz547b99d .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uVz547b99d .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uVz547b99d .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uVz547b99d .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVz547b99d .mbr-section-title {
  color: #f2ac2b;
}
.cid-uVz547b99d .mbr-copy {
  color: #d2d2df;
}
.cid-uVz547b99d .mbr-copy,
.cid-uVz547b99d .social-wrapper {
  color: #ffffff;
}
.cid-uVz547b99d .mbr-section-title,
.cid-uVz547b99d .title-wrapper {
  color: #ff6200;
}
.cid-uVz5myqae8 {
  z-index: 1000;
  width: 100%;
}
.cid-uVz5myqae8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uVz5myqae8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVz5myqae8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVz5myqae8 .menu_box .navbar.opened,
  .cid-uVz5myqae8 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVz5myqae8 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVz5myqae8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uVz5myqae8 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVz5myqae8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVz5myqae8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVz5myqae8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVz5myqae8 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uVz5myqae8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVz5myqae8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVz5myqae8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVz5myqae8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVz5myqae8 .offcanvas-body .mbr-text,
  .cid-uVz5myqae8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uVz5myqae8 .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uVz5myqae8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVz5myqae8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uVz5myqae8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVz5myqae8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVz5myqae8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVz5myqae8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVz5myqae8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVz5myqae8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVz5myqae8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVz5myqae8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVz5myqae8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVz5myqae8 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVz5myqae8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVz5myqae8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVz5myqae8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uVz5myqae8 .nav-item .nav-link {
  position: relative;
}
.cid-uVz5myqae8 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uVz5myqae8 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uVz5myqae8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVz5myqae8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVz5myqae8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVz5myqae8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVz5myqae8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uVz5myqae8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVz5myqae8 .offcanvas_box {
    display: none;
  }
}
.cid-uVz5myqae8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVz5myqae8 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVz5myqae8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVz5myqae8 .container {
  display: flex;
  margin: auto;
}
.cid-uVz5myqae8 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uVz5myqae8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVz5myqae8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVz5myqae8 .navbar-caption {
  color: #000000;
}
.cid-uVz5myqae8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVz5myqae8 .navbar-nav {
    margin: 0;
  }
}
.cid-uVz5myqae8 .dropdown-menu,
.cid-uVz5myqae8 .navbar.opened {
  background-color: false !important;
}
.cid-uVz5myqae8 .nav-item:focus,
.cid-uVz5myqae8 .nav-link:focus {
  outline: none;
}
.cid-uVz5myqae8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVz5myqae8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVz5myqae8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVz5myqae8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVz5myqae8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVz5myqae8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVz5myqae8 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVz5myqae8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVz5myqae8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVz5myqae8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVz5myqae8 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uVz5myqae8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVz5myqae8 .navbar.collapsed {
  justify-content: center;
}
.cid-uVz5myqae8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVz5myqae8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVz5myqae8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVz5myqae8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVz5myqae8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVz5myqae8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVz5myqae8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVz5myqae8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVz5myqae8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVz5myqae8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVz5myqae8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVz5myqae8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVz5myqae8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVz5myqae8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVz5myqae8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVz5myqae8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVz5myqae8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVz5myqae8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVz5myqae8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVz5myqae8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVz5myqae8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVz5myqae8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVz5myqae8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVz5myqae8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVz5myqae8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVz5myqae8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVz5myqae8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVz5myqae8 .dropdown-item.active,
.cid-uVz5myqae8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVz5myqae8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVz5myqae8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVz5myqae8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVz5myqae8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVz5myqae8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVz5myqae8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVz5myqae8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uVz5myqae8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVz5myqae8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVz5myqae8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVz5myqae8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVz5myqae8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVz5myqae8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVz5myqae8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVz5myqae8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVz5myqae8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVz5myqae8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVz5myqae8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVz5myqae8 .navbar {
    height: 70px;
  }
  .cid-uVz5myqae8 .navbar.opened {
    height: auto;
  }
  .cid-uVz5myqae8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVz5myqae8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVz5myqae8 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVz5myqae8 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVz5myqae8 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVz5myqae8 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVz5myqae8 .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uVz5myqae8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVz5myqae8 .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uVz5myqae8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVz5myqae8 .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uVz5myqae8 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVz5myqae8 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uVz5myqae8 .mbr-section-subtitle,
.cid-uVz5myqae8 .text_widget,
.cid-uVz5myqae8 .mbr-section-btn {
  text-align: left;
}
.cid-uVz5myqae8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVz5mzz3rF {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/entrepreneur-593358.webp");
}
.cid-uVz5mzz3rF .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uVz5mzz3rF {
    align-items: flex-end;
  }
  .cid-uVz5mzz3rF .row {
    justify-content: flex-start;
  }
  .cid-uVz5mzz3rF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVz5mzz3rF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVz5mzz3rF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uVz5mzz3rF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVz5mzz3rF .content-wrap {
    width: 100%;
  }
}
.cid-uVz5mzz3rF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5mzz3rF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz5mzz3rF .mbr-section-title,
.cid-uVz5mzz3rF .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uVz5mzz3rF .mbr-text,
.cid-uVz5mzz3rF .mbr-section-btn {
  text-align: left;
}
.cid-uVz5mzz3rF .mbr-section-title {
  color: #ffffff;
}
.cid-uVz5mAJPL3 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uVz5mAJPL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5mAJPL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVz5mAJPL3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVz5mAJPL3 .row {
  flex-direction: row-reverse;
}
.cid-uVz5mAJPL3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVz5mAJPL3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVz5mAJPL3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVz5mAJPL3 .mbr-section-title {
  color: #000000;
}
.cid-uVz5mAJPL3 .mbr-text,
.cid-uVz5mAJPL3 .mbr-section-btn {
  color: #000000;
}
.cid-uVz5mBXndE {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uVz5mBXndE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5mBXndE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVz5mBXndE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVz5mBXndE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVz5mBXndE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVz5mBXndE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVz5mBXndE .mbr-section-title {
  color: #000000;
}
.cid-uVz5mBXndE .mbr-text,
.cid-uVz5mBXndE .mbr-section-btn {
  color: #000000;
}
.cid-uVz5mDtPKS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVz5mDtPKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5mDtPKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz5mDtPKS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVz5mDtPKS .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uVz5mDtPKS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVz5mDtPKS .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVz5mDtPKS .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVz5mDtPKS .header-menu li p {
  margin: 0;
}
.cid-uVz5mDtPKS .content-head {
  max-width: 800px;
}
.cid-uVz5mF8bs3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVz5mF8bs3 .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVz5mF8bs3 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVz5mF8bs3 .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uVz5mF8bs3 .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uVz5mF8bs3 .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uVz5mF8bs3 .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uVz5mF8bs3 .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uVz5mF8bs3 .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uVz5mF8bs3 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVz5mF8bs3 .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVz5mF8bs3 .col-text {
    text-align: center;
  }
}
.cid-uVz5mF8bs3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uVz5mF8bs3 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uVz5mF8bs3 .label-text {
    text-align: center !important;
  }
}
.cid-uVz5mF8bs3 .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uVz5mF8bs3 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uVz5mF8bs3 .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uVz5mF8bs3 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uVz5mF8bs3 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uVz5mF8bs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5mF8bs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz5mF8bs3 .mbr-section-title,
.cid-uVz5mF8bs3 .mbr-section-btn {
  color: #ff6200;
}
.cid-uVz5mF8bs3 .img-label-text {
  color: #222222;
}
.cid-uVz5mF8bs3 .img-text {
  color: #222222;
}
.cid-uVz5mGrCyS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uVz5mGrCyS .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uVz5mGrCyS .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uVz5mGrCyS .card-title,
.cid-uVz5mGrCyS .iconfont-wrapper {
  color: #000000;
}
.cid-uVz5mGrCyS .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVz5mGrCyS .content-head {
  max-width: 800px;
}
.cid-uVz5mGrCyS .mbr-section-title {
  color: #ff6200;
}
.cid-uVz5mGrCyS .card-title,
.cid-uVz5mGrCyS .img-wrapper {
  text-align: center;
}
.cid-uVz5mGrCyS .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uVz5mJevq7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uVz5mJevq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5mJevq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz5mJevq7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVz5mJevq7 .container {
    padding: 0 15px;
  }
}
.cid-uVz5mJevq7 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uVz5mJevq7 .title-wrapper {
    text-align: center;
  }
}
.cid-uVz5mJevq7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVz5mJevq7 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uVz5mJevq7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVz5mJevq7 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVz5mJevq7 .list {
    justify-content: center;
  }
}
.cid-uVz5mJevq7 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVz5mJevq7 .list .item-wrap:hover,
.cid-uVz5mJevq7 .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uVz5mJevq7 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uVz5mJevq7 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uVz5mJevq7 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVz5mJevq7 .copy-wrapper {
    height: auto;
  }
}
.cid-uVz5mJevq7 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVz5mJevq7 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uVz5mJevq7 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uVz5mJevq7 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVz5mJevq7 .social-wrapper {
    text-align: center;
  }
}
.cid-uVz5mJevq7 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uVz5mJevq7 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uVz5mJevq7 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uVz5mJevq7 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uVz5mJevq7 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uVz5mJevq7 .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVz5mJevq7 .mbr-section-title {
  color: #f2ac2b;
}
.cid-uVz5mJevq7 .mbr-copy {
  color: #d2d2df;
}
.cid-uVz5mJevq7 .mbr-copy,
.cid-uVz5mJevq7 .social-wrapper {
  color: #ffffff;
}
.cid-uVz5mJevq7 .mbr-section-title,
.cid-uVz5mJevq7 .title-wrapper {
  color: #ff6200;
}
.cid-uVz5xdAWdx {
  z-index: 1000;
  width: 100%;
}
.cid-uVz5xdAWdx .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uVz5xdAWdx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVz5xdAWdx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVz5xdAWdx .menu_box .navbar.opened,
  .cid-uVz5xdAWdx .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVz5xdAWdx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVz5xdAWdx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uVz5xdAWdx .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVz5xdAWdx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVz5xdAWdx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVz5xdAWdx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVz5xdAWdx .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uVz5xdAWdx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVz5xdAWdx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVz5xdAWdx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVz5xdAWdx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVz5xdAWdx .offcanvas-body .mbr-text,
  .cid-uVz5xdAWdx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uVz5xdAWdx .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uVz5xdAWdx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVz5xdAWdx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uVz5xdAWdx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVz5xdAWdx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVz5xdAWdx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVz5xdAWdx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVz5xdAWdx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVz5xdAWdx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVz5xdAWdx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVz5xdAWdx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVz5xdAWdx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVz5xdAWdx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVz5xdAWdx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVz5xdAWdx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVz5xdAWdx .nav-item {
    margin: 0 !important;
  }
}
.cid-uVz5xdAWdx .nav-item .nav-link {
  position: relative;
}
.cid-uVz5xdAWdx .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uVz5xdAWdx .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uVz5xdAWdx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVz5xdAWdx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVz5xdAWdx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVz5xdAWdx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVz5xdAWdx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uVz5xdAWdx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVz5xdAWdx .offcanvas_box {
    display: none;
  }
}
.cid-uVz5xdAWdx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVz5xdAWdx .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVz5xdAWdx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVz5xdAWdx .container {
  display: flex;
  margin: auto;
}
.cid-uVz5xdAWdx .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uVz5xdAWdx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVz5xdAWdx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVz5xdAWdx .navbar-caption {
  color: #000000;
}
.cid-uVz5xdAWdx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVz5xdAWdx .navbar-nav {
    margin: 0;
  }
}
.cid-uVz5xdAWdx .dropdown-menu,
.cid-uVz5xdAWdx .navbar.opened {
  background-color: false !important;
}
.cid-uVz5xdAWdx .nav-item:focus,
.cid-uVz5xdAWdx .nav-link:focus {
  outline: none;
}
.cid-uVz5xdAWdx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVz5xdAWdx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVz5xdAWdx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVz5xdAWdx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVz5xdAWdx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVz5xdAWdx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVz5xdAWdx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVz5xdAWdx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVz5xdAWdx .navbar.opened {
  transition: all 0.3s;
}
.cid-uVz5xdAWdx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVz5xdAWdx .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uVz5xdAWdx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVz5xdAWdx .navbar.collapsed {
  justify-content: center;
}
.cid-uVz5xdAWdx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVz5xdAWdx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVz5xdAWdx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVz5xdAWdx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVz5xdAWdx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVz5xdAWdx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVz5xdAWdx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVz5xdAWdx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVz5xdAWdx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVz5xdAWdx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVz5xdAWdx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVz5xdAWdx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVz5xdAWdx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVz5xdAWdx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVz5xdAWdx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVz5xdAWdx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVz5xdAWdx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVz5xdAWdx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVz5xdAWdx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVz5xdAWdx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVz5xdAWdx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVz5xdAWdx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVz5xdAWdx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVz5xdAWdx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVz5xdAWdx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVz5xdAWdx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVz5xdAWdx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVz5xdAWdx .dropdown-item.active,
.cid-uVz5xdAWdx .dropdown-item:active {
  background-color: transparent;
}
.cid-uVz5xdAWdx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVz5xdAWdx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVz5xdAWdx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVz5xdAWdx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVz5xdAWdx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVz5xdAWdx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVz5xdAWdx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uVz5xdAWdx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVz5xdAWdx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVz5xdAWdx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVz5xdAWdx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVz5xdAWdx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVz5xdAWdx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVz5xdAWdx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVz5xdAWdx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVz5xdAWdx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVz5xdAWdx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVz5xdAWdx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVz5xdAWdx .navbar {
    height: 70px;
  }
  .cid-uVz5xdAWdx .navbar.opened {
    height: auto;
  }
  .cid-uVz5xdAWdx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVz5xdAWdx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVz5xdAWdx .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVz5xdAWdx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVz5xdAWdx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVz5xdAWdx .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVz5xdAWdx .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uVz5xdAWdx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVz5xdAWdx .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uVz5xdAWdx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVz5xdAWdx .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uVz5xdAWdx .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVz5xdAWdx .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uVz5xdAWdx .mbr-section-subtitle,
.cid-uVz5xdAWdx .text_widget,
.cid-uVz5xdAWdx .mbr-section-btn {
  text-align: left;
}
.cid-uVz5xdAWdx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVz5xeDszl {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/2-10.webp");
}
.cid-uVz5xeDszl .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uVz5xeDszl {
    align-items: flex-end;
  }
  .cid-uVz5xeDszl .row {
    justify-content: flex-start;
  }
  .cid-uVz5xeDszl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVz5xeDszl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVz5xeDszl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uVz5xeDszl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVz5xeDszl .content-wrap {
    width: 100%;
  }
}
.cid-uVz5xeDszl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5xeDszl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz5xeDszl .mbr-section-title,
.cid-uVz5xeDszl .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uVz5xeDszl .mbr-text,
.cid-uVz5xeDszl .mbr-section-btn {
  text-align: left;
}
.cid-uVz5xeDszl .mbr-section-title {
  color: #ffffff;
}
.cid-uVz5xfjymH {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uVz5xfjymH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5xfjymH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVz5xfjymH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVz5xfjymH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVz5xfjymH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVz5xfjymH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVz5xfjymH .mbr-section-title {
  color: #216640;
}
.cid-uVz5xfjymH .mbr-text,
.cid-uVz5xfjymH .mbr-section-btn {
  color: #000000;
}
.cid-uVz5xg01hO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #216640;
}
.cid-uVz5xg01hO .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uVz5xg01hO .panel-group {
  border: none;
}
.cid-uVz5xg01hO .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVz5xg01hO .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uVz5xg01hO .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uVz5xg01hO .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uVz5xg01hO .img-col {
  padding: 0;
}
.cid-uVz5xg01hO .img-item {
  height: 100%;
}
.cid-uVz5xg01hO img {
  height: 100%;
  object-fit: cover;
}
.cid-uVz5xg01hO .collapsed span {
  transform: rotate(0deg);
}
.cid-uVz5xg01hO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVz5xg01hO p {
  margin-bottom: 0.3rem;
}
.cid-uVz5xg01hO .panel-title-edit {
  color: #e9c0e9;
}
.cid-uVz5xg01hO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uVz5xg01hO .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uVz5xg01hO .card {
    padding: 1.5rem;
  }
}
.cid-uVz5xg01hO .panel-text {
  color: #320707;
}
.cid-uVz5xg01hO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uVz5xg01hO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVz5xg01hO .panel-title-edit,
.cid-uVz5xg01hO .mbr-iconfont {
  color: #216640;
}
.cid-uVz5xhk2yE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVz5xhk2yE .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVz5xhk2yE .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVz5xhk2yE .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uVz5xhk2yE .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uVz5xhk2yE .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uVz5xhk2yE .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uVz5xhk2yE .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uVz5xhk2yE .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uVz5xhk2yE .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVz5xhk2yE .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVz5xhk2yE .col-text {
    text-align: center;
  }
}
.cid-uVz5xhk2yE .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uVz5xhk2yE .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uVz5xhk2yE .label-text {
    text-align: center !important;
  }
}
.cid-uVz5xhk2yE .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uVz5xhk2yE .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uVz5xhk2yE .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uVz5xhk2yE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uVz5xhk2yE .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uVz5xhk2yE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5xhk2yE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz5xhk2yE .mbr-section-title,
.cid-uVz5xhk2yE .mbr-section-btn {
  color: #216640;
}
.cid-uVz5xhk2yE .img-label-text {
  color: #222222;
}
.cid-uVz5xhk2yE .img-text {
  color: #222222;
}
.cid-uVz5xiVoFE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-uVz5xiVoFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5xiVoFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz5xiVoFE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVz5xiVoFE .container-fluid {
    padding: 0 20px;
  }
}
.cid-uVz5xiVoFE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVz5xiVoFE .container {
    padding: 0 20px;
  }
}
.cid-uVz5xiVoFE .mbr-section-title {
  margin-bottom: 64px;
  color: #216640;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVz5xiVoFE .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uVz5xiVoFE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uVz5xiVoFE .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVz5xiVoFE .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uVz5xiVoFE .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uVz5xiVoFE .embla__button--next,
.cid-uVz5xiVoFE .embla__button--prev {
  display: flex;
}
.cid-uVz5xiVoFE .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uVz5xiVoFE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVz5xiVoFE .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uVz5xiVoFE .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uVz5xiVoFE .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uVz5xiVoFE .embla__button {
    top: 7rem;
  }
}
.cid-uVz5xiVoFE .embla {
  position: relative;
  width: 100%;
}
.cid-uVz5xiVoFE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVz5xiVoFE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVz5xiVoFE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVz5xiVoFE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVz5xmZrNz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uVz5xmZrNz .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uVz5xmZrNz .mbr-section-title {
  color: #216640;
}
.cid-uVz5xmZrNz .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uVz5xmZrNz .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uVz5xmZrNz .card {
    padding: 1rem !important;
  }
}
.cid-uVz5xmZrNz .card:hover {
  transform: translateY(-1rem);
}
.cid-uVz5xmZrNz .card img {
  max-width: 120px;
  height: auto;
}
.cid-uVz5xoTJSS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uVz5xoTJSS .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uVz5xoTJSS .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uVz5xoTJSS .card-title,
.cid-uVz5xoTJSS .iconfont-wrapper {
  color: #000000;
}
.cid-uVz5xoTJSS .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVz5xoTJSS .content-head {
  max-width: 800px;
}
.cid-uVz5xoTJSS .mbr-section-title {
  color: #216640;
}
.cid-uVz5xoTJSS .card-title,
.cid-uVz5xoTJSS .img-wrapper {
  text-align: center;
}
.cid-uVz5xoTJSS .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uVz5xrb96I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uVz5xrb96I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5xrb96I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz5xrb96I .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVz5xrb96I .container {
    padding: 0 15px;
  }
}
.cid-uVz5xrb96I .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uVz5xrb96I .title-wrapper {
    text-align: center;
  }
}
.cid-uVz5xrb96I .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVz5xrb96I .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uVz5xrb96I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVz5xrb96I .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVz5xrb96I .list {
    justify-content: center;
  }
}
.cid-uVz5xrb96I .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVz5xrb96I .list .item-wrap:hover,
.cid-uVz5xrb96I .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uVz5xrb96I .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uVz5xrb96I .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uVz5xrb96I .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVz5xrb96I .copy-wrapper {
    height: auto;
  }
}
.cid-uVz5xrb96I .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVz5xrb96I .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uVz5xrb96I .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uVz5xrb96I .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVz5xrb96I .social-wrapper {
    text-align: center;
  }
}
.cid-uVz5xrb96I .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uVz5xrb96I .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uVz5xrb96I .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uVz5xrb96I .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uVz5xrb96I .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uVz5xrb96I .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVz5xrb96I .mbr-section-title {
  color: #f2ac2b;
}
.cid-uVz5xrb96I .mbr-copy {
  color: #d2d2df;
}
.cid-uVz5xrb96I .mbr-copy,
.cid-uVz5xrb96I .social-wrapper {
  color: #ffffff;
}
.cid-uVz5xrb96I .mbr-section-title,
.cid-uVz5xrb96I .title-wrapper {
  color: #ff6200;
}
.cid-uVz5J16QWE {
  z-index: 1000;
  width: 100%;
}
.cid-uVz5J16QWE .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uVz5J16QWE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVz5J16QWE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVz5J16QWE .menu_box .navbar.opened,
  .cid-uVz5J16QWE .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVz5J16QWE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVz5J16QWE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uVz5J16QWE .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVz5J16QWE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVz5J16QWE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVz5J16QWE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVz5J16QWE .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uVz5J16QWE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVz5J16QWE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVz5J16QWE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVz5J16QWE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVz5J16QWE .offcanvas-body .mbr-text,
  .cid-uVz5J16QWE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uVz5J16QWE .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uVz5J16QWE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVz5J16QWE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uVz5J16QWE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVz5J16QWE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVz5J16QWE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVz5J16QWE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVz5J16QWE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVz5J16QWE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVz5J16QWE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVz5J16QWE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVz5J16QWE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVz5J16QWE .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVz5J16QWE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVz5J16QWE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVz5J16QWE .nav-item {
    margin: 0 !important;
  }
}
.cid-uVz5J16QWE .nav-item .nav-link {
  position: relative;
}
.cid-uVz5J16QWE .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uVz5J16QWE .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uVz5J16QWE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVz5J16QWE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVz5J16QWE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVz5J16QWE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVz5J16QWE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uVz5J16QWE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVz5J16QWE .offcanvas_box {
    display: none;
  }
}
.cid-uVz5J16QWE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVz5J16QWE .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVz5J16QWE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVz5J16QWE .container {
  display: flex;
  margin: auto;
}
.cid-uVz5J16QWE .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uVz5J16QWE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVz5J16QWE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVz5J16QWE .navbar-caption {
  color: #000000;
}
.cid-uVz5J16QWE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVz5J16QWE .navbar-nav {
    margin: 0;
  }
}
.cid-uVz5J16QWE .dropdown-menu,
.cid-uVz5J16QWE .navbar.opened {
  background-color: false !important;
}
.cid-uVz5J16QWE .nav-item:focus,
.cid-uVz5J16QWE .nav-link:focus {
  outline: none;
}
.cid-uVz5J16QWE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVz5J16QWE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVz5J16QWE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVz5J16QWE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVz5J16QWE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVz5J16QWE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVz5J16QWE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVz5J16QWE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVz5J16QWE .navbar.opened {
  transition: all 0.3s;
}
.cid-uVz5J16QWE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVz5J16QWE .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uVz5J16QWE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVz5J16QWE .navbar.collapsed {
  justify-content: center;
}
.cid-uVz5J16QWE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVz5J16QWE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVz5J16QWE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVz5J16QWE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVz5J16QWE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVz5J16QWE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVz5J16QWE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVz5J16QWE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVz5J16QWE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVz5J16QWE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVz5J16QWE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVz5J16QWE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVz5J16QWE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVz5J16QWE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVz5J16QWE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVz5J16QWE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVz5J16QWE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVz5J16QWE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVz5J16QWE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVz5J16QWE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVz5J16QWE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVz5J16QWE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVz5J16QWE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVz5J16QWE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVz5J16QWE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVz5J16QWE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVz5J16QWE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVz5J16QWE .dropdown-item.active,
.cid-uVz5J16QWE .dropdown-item:active {
  background-color: transparent;
}
.cid-uVz5J16QWE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVz5J16QWE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVz5J16QWE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVz5J16QWE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVz5J16QWE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVz5J16QWE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVz5J16QWE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uVz5J16QWE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVz5J16QWE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVz5J16QWE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVz5J16QWE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVz5J16QWE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVz5J16QWE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVz5J16QWE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVz5J16QWE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVz5J16QWE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVz5J16QWE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVz5J16QWE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVz5J16QWE .navbar {
    height: 70px;
  }
  .cid-uVz5J16QWE .navbar.opened {
    height: auto;
  }
  .cid-uVz5J16QWE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVz5J16QWE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVz5J16QWE .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVz5J16QWE .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVz5J16QWE .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVz5J16QWE .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVz5J16QWE .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uVz5J16QWE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVz5J16QWE .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uVz5J16QWE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVz5J16QWE .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uVz5J16QWE .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVz5J16QWE .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uVz5J16QWE .mbr-section-subtitle,
.cid-uVz5J16QWE .text_widget,
.cid-uVz5J16QWE .mbr-section-btn {
  text-align: left;
}
.cid-uVz5J16QWE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVz5J2tUTY {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-596x422.webp");
}
.cid-uVz5J2tUTY .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uVz5J2tUTY {
    align-items: flex-end;
  }
  .cid-uVz5J2tUTY .row {
    justify-content: flex-start;
  }
  .cid-uVz5J2tUTY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVz5J2tUTY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVz5J2tUTY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uVz5J2tUTY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVz5J2tUTY .content-wrap {
    width: 100%;
  }
}
.cid-uVz5J2tUTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5J2tUTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz5J2tUTY .mbr-section-title,
.cid-uVz5J2tUTY .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uVz5J2tUTY .mbr-text,
.cid-uVz5J2tUTY .mbr-section-btn {
  text-align: left;
  color: #ffc091;
}
.cid-uVz5J2tUTY .mbr-section-title {
  color: #ffffff;
}
.cid-uVz5J3a9HN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uVz5J3a9HN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5J3a9HN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVz5J3a9HN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVz5J3a9HN .row {
  flex-direction: row-reverse;
}
.cid-uVz5J3a9HN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVz5J3a9HN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVz5J3a9HN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVz5J3a9HN .mbr-section-title {
  color: #000000;
}
.cid-uVz5J3a9HN .mbr-text,
.cid-uVz5J3a9HN .mbr-section-btn {
  color: #000000;
}
.cid-uVz5J3Je5h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uVz5J3Je5h .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uVz5J3Je5h .panel-group {
  border: none;
}
.cid-uVz5J3Je5h .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVz5J3Je5h .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uVz5J3Je5h .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uVz5J3Je5h .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uVz5J3Je5h .img-col {
  padding: 0;
}
.cid-uVz5J3Je5h .img-item {
  height: 100%;
}
.cid-uVz5J3Je5h img {
  height: 100%;
  object-fit: cover;
}
.cid-uVz5J3Je5h .collapsed span {
  transform: rotate(0deg);
}
.cid-uVz5J3Je5h .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVz5J3Je5h p {
  margin-bottom: 0.3rem;
}
.cid-uVz5J3Je5h .panel-title-edit {
  color: #e9c0e9;
}
.cid-uVz5J3Je5h .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uVz5J3Je5h .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uVz5J3Je5h .card {
    padding: 1.5rem;
  }
}
.cid-uVz5J3Je5h .panel-text {
  color: #000000;
}
.cid-uVz5J3Je5h .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uVz5J3Je5h .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVz5J3Je5h .panel-title-edit,
.cid-uVz5J3Je5h .mbr-iconfont {
  color: #ff6200;
}
.cid-uVz5J4DAbf {
  background-color: #edefeb;
}
.cid-uVz5J4DAbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5J4DAbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz5J4DAbf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVz5J4DAbf .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uVz5J4DAbf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVz5J4DAbf .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVz5J4DAbf .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVz5J4DAbf .header-menu li p {
  margin: 0;
}
.cid-uVz5J4DAbf .content-head {
  max-width: 800px;
}
.cid-uVz5J4DAbf .mbr-section-title {
  text-align: left;
}
.cid-uVz5J5CfLY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uVz5J5CfLY .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uVz5J5CfLY .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uVz5J5CfLY .card-title,
.cid-uVz5J5CfLY .iconfont-wrapper {
  color: #000000;
}
.cid-uVz5J5CfLY .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVz5J5CfLY .content-head {
  max-width: 800px;
}
.cid-uVz5J5CfLY .mbr-section-title {
  color: #ff6200;
}
.cid-uVz5J5CfLY .card-title,
.cid-uVz5J5CfLY .img-wrapper {
  text-align: center;
}
.cid-uVz5J5CfLY .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uVz5J77T12 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uVz5J77T12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz5J77T12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz5J77T12 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVz5J77T12 .container {
    padding: 0 15px;
  }
}
.cid-uVz5J77T12 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uVz5J77T12 .title-wrapper {
    text-align: center;
  }
}
.cid-uVz5J77T12 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVz5J77T12 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uVz5J77T12 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVz5J77T12 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVz5J77T12 .list {
    justify-content: center;
  }
}
.cid-uVz5J77T12 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVz5J77T12 .list .item-wrap:hover,
.cid-uVz5J77T12 .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uVz5J77T12 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uVz5J77T12 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uVz5J77T12 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVz5J77T12 .copy-wrapper {
    height: auto;
  }
}
.cid-uVz5J77T12 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVz5J77T12 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uVz5J77T12 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uVz5J77T12 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVz5J77T12 .social-wrapper {
    text-align: center;
  }
}
.cid-uVz5J77T12 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uVz5J77T12 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uVz5J77T12 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uVz5J77T12 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uVz5J77T12 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uVz5J77T12 .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVz5J77T12 .mbr-section-title {
  color: #f2ac2b;
}
.cid-uVz5J77T12 .mbr-copy {
  color: #d2d2df;
}
.cid-uVz5J77T12 .mbr-copy,
.cid-uVz5J77T12 .social-wrapper {
  color: #ffffff;
}
.cid-uVz5J77T12 .mbr-section-title,
.cid-uVz5J77T12 .title-wrapper {
  color: #ff6200;
}
.cid-uVz6bOpuHU {
  z-index: 1000;
  width: 100%;
}
.cid-uVz6bOpuHU .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uVz6bOpuHU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVz6bOpuHU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVz6bOpuHU .menu_box .navbar.opened,
  .cid-uVz6bOpuHU .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVz6bOpuHU nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uVz6bOpuHU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uVz6bOpuHU .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVz6bOpuHU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVz6bOpuHU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVz6bOpuHU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVz6bOpuHU .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uVz6bOpuHU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVz6bOpuHU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVz6bOpuHU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVz6bOpuHU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVz6bOpuHU .offcanvas-body .mbr-text,
  .cid-uVz6bOpuHU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uVz6bOpuHU .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uVz6bOpuHU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVz6bOpuHU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uVz6bOpuHU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVz6bOpuHU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVz6bOpuHU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVz6bOpuHU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVz6bOpuHU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVz6bOpuHU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVz6bOpuHU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uVz6bOpuHU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVz6bOpuHU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVz6bOpuHU .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVz6bOpuHU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVz6bOpuHU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVz6bOpuHU .nav-item {
    margin: 0 !important;
  }
}
.cid-uVz6bOpuHU .nav-item .nav-link {
  position: relative;
}
.cid-uVz6bOpuHU .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uVz6bOpuHU .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uVz6bOpuHU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVz6bOpuHU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVz6bOpuHU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVz6bOpuHU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVz6bOpuHU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uVz6bOpuHU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVz6bOpuHU .offcanvas_box {
    display: none;
  }
}
.cid-uVz6bOpuHU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVz6bOpuHU .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVz6bOpuHU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVz6bOpuHU .container {
  display: flex;
  margin: auto;
}
.cid-uVz6bOpuHU .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uVz6bOpuHU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVz6bOpuHU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVz6bOpuHU .navbar-caption {
  color: #000000;
}
.cid-uVz6bOpuHU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVz6bOpuHU .navbar-nav {
    margin: 0;
  }
}
.cid-uVz6bOpuHU .dropdown-menu,
.cid-uVz6bOpuHU .navbar.opened {
  background-color: false !important;
}
.cid-uVz6bOpuHU .nav-item:focus,
.cid-uVz6bOpuHU .nav-link:focus {
  outline: none;
}
.cid-uVz6bOpuHU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVz6bOpuHU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVz6bOpuHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVz6bOpuHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVz6bOpuHU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVz6bOpuHU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVz6bOpuHU .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVz6bOpuHU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVz6bOpuHU .navbar.opened {
  transition: all 0.3s;
}
.cid-uVz6bOpuHU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVz6bOpuHU .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uVz6bOpuHU .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVz6bOpuHU .navbar.collapsed {
  justify-content: center;
}
.cid-uVz6bOpuHU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVz6bOpuHU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVz6bOpuHU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVz6bOpuHU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVz6bOpuHU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVz6bOpuHU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVz6bOpuHU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVz6bOpuHU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVz6bOpuHU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVz6bOpuHU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVz6bOpuHU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVz6bOpuHU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVz6bOpuHU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVz6bOpuHU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVz6bOpuHU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVz6bOpuHU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVz6bOpuHU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVz6bOpuHU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVz6bOpuHU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVz6bOpuHU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVz6bOpuHU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVz6bOpuHU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVz6bOpuHU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVz6bOpuHU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVz6bOpuHU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVz6bOpuHU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVz6bOpuHU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVz6bOpuHU .dropdown-item.active,
.cid-uVz6bOpuHU .dropdown-item:active {
  background-color: transparent;
}
.cid-uVz6bOpuHU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVz6bOpuHU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVz6bOpuHU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVz6bOpuHU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVz6bOpuHU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVz6bOpuHU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVz6bOpuHU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uVz6bOpuHU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVz6bOpuHU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVz6bOpuHU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVz6bOpuHU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVz6bOpuHU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVz6bOpuHU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVz6bOpuHU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVz6bOpuHU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVz6bOpuHU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVz6bOpuHU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVz6bOpuHU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVz6bOpuHU .navbar {
    height: 70px;
  }
  .cid-uVz6bOpuHU .navbar.opened {
    height: auto;
  }
  .cid-uVz6bOpuHU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVz6bOpuHU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVz6bOpuHU .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uVz6bOpuHU .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVz6bOpuHU .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVz6bOpuHU .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVz6bOpuHU .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uVz6bOpuHU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVz6bOpuHU .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uVz6bOpuHU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVz6bOpuHU .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uVz6bOpuHU .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVz6bOpuHU .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uVz6bOpuHU .mbr-section-subtitle,
.cid-uVz6bOpuHU .text_widget,
.cid-uVz6bOpuHU .mbr-section-btn {
  text-align: left;
}
.cid-uVz6bOpuHU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVz6bPzSxa {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/2-10.webp");
}
.cid-uVz6bPzSxa .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uVz6bPzSxa {
    align-items: flex-end;
  }
  .cid-uVz6bPzSxa .row {
    justify-content: flex-start;
  }
  .cid-uVz6bPzSxa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVz6bPzSxa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVz6bPzSxa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uVz6bPzSxa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVz6bPzSxa .content-wrap {
    width: 100%;
  }
}
.cid-uVz6bPzSxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz6bPzSxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz6bPzSxa .mbr-section-title,
.cid-uVz6bPzSxa .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uVz6bPzSxa .mbr-text,
.cid-uVz6bPzSxa .mbr-section-btn {
  text-align: left;
}
.cid-uVz6bPzSxa .mbr-section-title {
  color: #ffffff;
}
.cid-uVz6bQcHEA {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uVz6bQcHEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz6bQcHEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVz6bQcHEA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVz6bQcHEA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVz6bQcHEA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVz6bQcHEA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVz6bQcHEA .mbr-section-title {
  color: #216640;
}
.cid-uVz6bQcHEA .mbr-text,
.cid-uVz6bQcHEA .mbr-section-btn {
  color: #000000;
}
.cid-uVz6bQLCAf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #216640;
}
.cid-uVz6bQLCAf .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uVz6bQLCAf .panel-group {
  border: none;
}
.cid-uVz6bQLCAf .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVz6bQLCAf .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uVz6bQLCAf .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uVz6bQLCAf .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uVz6bQLCAf .img-col {
  padding: 0;
}
.cid-uVz6bQLCAf .img-item {
  height: 100%;
}
.cid-uVz6bQLCAf img {
  height: 100%;
  object-fit: cover;
}
.cid-uVz6bQLCAf .collapsed span {
  transform: rotate(0deg);
}
.cid-uVz6bQLCAf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVz6bQLCAf p {
  margin-bottom: 0.3rem;
}
.cid-uVz6bQLCAf .panel-title-edit {
  color: #e9c0e9;
}
.cid-uVz6bQLCAf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uVz6bQLCAf .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uVz6bQLCAf .card {
    padding: 1.5rem;
  }
}
.cid-uVz6bQLCAf .panel-text {
  color: #320707;
}
.cid-uVz6bQLCAf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uVz6bQLCAf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVz6bQLCAf .panel-title-edit,
.cid-uVz6bQLCAf .mbr-iconfont {
  color: #216640;
}
.cid-uVz6bRvaDJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVz6bRvaDJ .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVz6bRvaDJ .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVz6bRvaDJ .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uVz6bRvaDJ .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uVz6bRvaDJ .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uVz6bRvaDJ .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uVz6bRvaDJ .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uVz6bRvaDJ .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uVz6bRvaDJ .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVz6bRvaDJ .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVz6bRvaDJ .col-text {
    text-align: center;
  }
}
.cid-uVz6bRvaDJ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uVz6bRvaDJ .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uVz6bRvaDJ .label-text {
    text-align: center !important;
  }
}
.cid-uVz6bRvaDJ .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uVz6bRvaDJ .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uVz6bRvaDJ .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uVz6bRvaDJ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uVz6bRvaDJ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uVz6bRvaDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz6bRvaDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz6bRvaDJ .mbr-section-title,
.cid-uVz6bRvaDJ .mbr-section-btn {
  color: #216640;
}
.cid-uVz6bRvaDJ .img-label-text {
  color: #222222;
}
.cid-uVz6bRvaDJ .img-text {
  color: #222222;
}
.cid-uVz6bSgER1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-uVz6bSgER1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz6bSgER1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz6bSgER1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVz6bSgER1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uVz6bSgER1 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVz6bSgER1 .container {
    padding: 0 20px;
  }
}
.cid-uVz6bSgER1 .mbr-section-title {
  margin-bottom: 64px;
  color: #216640;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVz6bSgER1 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uVz6bSgER1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uVz6bSgER1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVz6bSgER1 .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uVz6bSgER1 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uVz6bSgER1 .embla__button--next,
.cid-uVz6bSgER1 .embla__button--prev {
  display: flex;
}
.cid-uVz6bSgER1 .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uVz6bSgER1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVz6bSgER1 .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uVz6bSgER1 .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uVz6bSgER1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uVz6bSgER1 .embla__button {
    top: 7rem;
  }
}
.cid-uVz6bSgER1 .embla {
  position: relative;
  width: 100%;
}
.cid-uVz6bSgER1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVz6bSgER1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVz6bSgER1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVz6bSgER1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVz6bTPO6n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uVz6bTPO6n .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uVz6bTPO6n .mbr-section-title {
  color: #216640;
}
.cid-uVz6bTPO6n .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uVz6bTPO6n .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uVz6bTPO6n .card {
    padding: 1rem !important;
  }
}
.cid-uVz6bTPO6n .card:hover {
  transform: translateY(-1rem);
}
.cid-uVz6bTPO6n .card img {
  max-width: 120px;
  height: auto;
}
.cid-uVz6bUJuSl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uVz6bUJuSl .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uVz6bUJuSl .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uVz6bUJuSl .card-title,
.cid-uVz6bUJuSl .iconfont-wrapper {
  color: #000000;
}
.cid-uVz6bUJuSl .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVz6bUJuSl .content-head {
  max-width: 800px;
}
.cid-uVz6bUJuSl .mbr-section-title {
  color: #216640;
}
.cid-uVz6bUJuSl .card-title,
.cid-uVz6bUJuSl .img-wrapper {
  text-align: center;
}
.cid-uVz6bUJuSl .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uVz6bVZetR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uVz6bVZetR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz6bVZetR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz6bVZetR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVz6bVZetR .container {
    padding: 0 15px;
  }
}
.cid-uVz6bVZetR .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uVz6bVZetR .title-wrapper {
    text-align: center;
  }
}
.cid-uVz6bVZetR .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVz6bVZetR .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uVz6bVZetR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVz6bVZetR .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVz6bVZetR .list {
    justify-content: center;
  }
}
.cid-uVz6bVZetR .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVz6bVZetR .list .item-wrap:hover,
.cid-uVz6bVZetR .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uVz6bVZetR .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uVz6bVZetR .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uVz6bVZetR .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVz6bVZetR .copy-wrapper {
    height: auto;
  }
}
.cid-uVz6bVZetR .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVz6bVZetR .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uVz6bVZetR .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uVz6bVZetR .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVz6bVZetR .social-wrapper {
    text-align: center;
  }
}
.cid-uVz6bVZetR .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uVz6bVZetR .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uVz6bVZetR .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uVz6bVZetR .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uVz6bVZetR .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uVz6bVZetR .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVz6bVZetR .mbr-section-title {
  color: #f2ac2b;
}
.cid-uVz6bVZetR .mbr-copy {
  color: #d2d2df;
}
.cid-uVz6bVZetR .mbr-copy,
.cid-uVz6bVZetR .social-wrapper {
  color: #ffffff;
}
.cid-uVz6bVZetR .mbr-section-title,
.cid-uVz6bVZetR .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ubxeYeN9uV {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/entrepreneur-593358.webp");
}
.cid-ubxeYeN9uV .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-ubxeYeN9uV {
    align-items: flex-end;
  }
  .cid-ubxeYeN9uV .row {
    justify-content: flex-start;
  }
  .cid-ubxeYeN9uV .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxeYeN9uV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxeYeN9uV {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxeYeN9uV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxeYeN9uV .content-wrap {
    width: 100%;
  }
}
.cid-ubxeYeN9uV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxeYeN9uV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxeYeN9uV .mbr-section-title,
.cid-ubxeYeN9uV .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxeYeN9uV .mbr-text,
.cid-ubxeYeN9uV .mbr-section-btn {
  text-align: left;
}
.cid-ubxeYeN9uV .mbr-section-title {
  color: #ffffff;
}
.cid-ubxeYfiCjX {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubxeYfiCjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxeYfiCjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubxeYfiCjX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubxeYfiCjX .row {
  flex-direction: row-reverse;
}
.cid-ubxeYfiCjX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubxeYfiCjX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubxeYfiCjX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubxeYfiCjX .mbr-section-title {
  color: #000000;
}
.cid-ubxeYfiCjX .mbr-text,
.cid-ubxeYfiCjX .mbr-section-btn {
  color: #000000;
}
.cid-ubxeYfQT1k {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubxeYfQT1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxeYfQT1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubxeYfQT1k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubxeYfQT1k .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubxeYfQT1k .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubxeYfQT1k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubxeYfQT1k .mbr-section-title {
  color: #000000;
}
.cid-ubxeYfQT1k .mbr-text,
.cid-ubxeYfQT1k .mbr-section-btn {
  color: #000000;
}
.cid-ubxeYgn7AV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ubxeYgn7AV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxeYgn7AV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxeYgn7AV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubxeYgn7AV .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-ubxeYgn7AV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubxeYgn7AV .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubxeYgn7AV .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubxeYgn7AV .header-menu li p {
  margin: 0;
}
.cid-ubxeYgn7AV .content-head {
  max-width: 800px;
}
.cid-ubxeYgTpsF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubxeYgTpsF .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ubxeYgTpsF .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ubxeYgTpsF .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-ubxeYgTpsF .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-ubxeYgTpsF .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ubxeYgTpsF .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-ubxeYgTpsF .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-ubxeYgTpsF .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-ubxeYgTpsF .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ubxeYgTpsF .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ubxeYgTpsF .col-text {
    text-align: center;
  }
}
.cid-ubxeYgTpsF .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ubxeYgTpsF .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-ubxeYgTpsF .label-text {
    text-align: center !important;
  }
}
.cid-ubxeYgTpsF .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-ubxeYgTpsF .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-ubxeYgTpsF .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-ubxeYgTpsF .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubxeYgTpsF .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubxeYgTpsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxeYgTpsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxeYgTpsF .mbr-section-title,
.cid-ubxeYgTpsF .mbr-section-btn {
  color: #ff6200;
}
.cid-ubxeYgTpsF .img-label-text {
  color: #222222;
}
.cid-ubxeYgTpsF .img-text {
  color: #222222;
}
.cid-ubxeYicl5g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-ubxeYicl5g .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ubxeYicl5g .item-wrapper {
  margin-bottom: 2rem;
}
.cid-ubxeYicl5g .card-title,
.cid-ubxeYicl5g .iconfont-wrapper {
  color: #000000;
}
.cid-ubxeYicl5g .card-text {
  color: #000000;
  text-align: center;
}
.cid-ubxeYicl5g .content-head {
  max-width: 800px;
}
.cid-ubxeYicl5g .mbr-section-title {
  color: #ff6200;
}
.cid-ubxeYicl5g .card-title,
.cid-ubxeYicl5g .img-wrapper {
  text-align: center;
}
.cid-ubxeYicl5g .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqvJ3TtdQn {
  display: flex;
  background-image: url("../../../assets/images/mbr-1631x1087.webp");
}
.cid-uqvJ3TtdQn .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uqvJ3TtdQn {
    align-items: center;
  }
  .cid-uqvJ3TtdQn .row {
    justify-content: flex-start;
  }
  .cid-uqvJ3TtdQn .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqvJ3TtdQn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqvJ3TtdQn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqvJ3TtdQn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqvJ3TtdQn .content-wrap {
    width: 100%;
  }
}
.cid-uqvJ3TtdQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvJ3TtdQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvJ3TtdQn .mbr-section-title,
.cid-uqvJ3TtdQn .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uqvJ3TtdQn .mbr-text,
.cid-uqvJ3TtdQn .mbr-section-btn {
  text-align: left;
}
.cid-uqvJ3TtdQn .mbr-section-title {
  color: #ffffff;
}
.cid-uqvJ3TThl1 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uqvJ3TThl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvJ3TThl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uqvJ3TThl1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqvJ3TThl1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqvJ3TThl1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqvJ3TThl1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqvJ3TThl1 .mbr-section-title {
  color: #216640;
}
.cid-uqvJ3TThl1 .mbr-text,
.cid-uqvJ3TThl1 .mbr-section-btn {
  color: #000000;
}
.cid-uqvJ3Uibjf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #216640;
}
.cid-uqvJ3Uibjf .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uqvJ3Uibjf .panel-group {
  border: none;
}
.cid-uqvJ3Uibjf .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqvJ3Uibjf .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uqvJ3Uibjf .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqvJ3Uibjf .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uqvJ3Uibjf .img-col {
  padding: 0;
}
.cid-uqvJ3Uibjf .img-item {
  height: 100%;
}
.cid-uqvJ3Uibjf img {
  height: 100%;
  object-fit: cover;
}
.cid-uqvJ3Uibjf .collapsed span {
  transform: rotate(0deg);
}
.cid-uqvJ3Uibjf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqvJ3Uibjf p {
  margin-bottom: 0.3rem;
}
.cid-uqvJ3Uibjf .panel-title-edit {
  color: #e9c0e9;
}
.cid-uqvJ3Uibjf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqvJ3Uibjf .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uqvJ3Uibjf .card {
    padding: 1.5rem;
  }
}
.cid-uqvJ3Uibjf .panel-text {
  color: #320707;
}
.cid-uqvJ3Uibjf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uqvJ3Uibjf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uqvJ3Uibjf .panel-title-edit,
.cid-uqvJ3Uibjf .mbr-iconfont {
  color: #216640;
}
.cid-uqvJ3UHRsb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqvJ3UHRsb .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uqvJ3UHRsb .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uqvJ3UHRsb .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uqvJ3UHRsb .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uqvJ3UHRsb .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uqvJ3UHRsb .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uqvJ3UHRsb .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uqvJ3UHRsb .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uqvJ3UHRsb .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uqvJ3UHRsb .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uqvJ3UHRsb .col-text {
    text-align: center;
  }
}
.cid-uqvJ3UHRsb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uqvJ3UHRsb .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uqvJ3UHRsb .label-text {
    text-align: center !important;
  }
}
.cid-uqvJ3UHRsb .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uqvJ3UHRsb .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uqvJ3UHRsb .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uqvJ3UHRsb .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uqvJ3UHRsb .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uqvJ3UHRsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvJ3UHRsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvJ3UHRsb .mbr-section-title,
.cid-uqvJ3UHRsb .mbr-section-btn {
  color: #216640;
}
.cid-uqvJ3UHRsb .img-label-text {
  color: #222222;
}
.cid-uqvJ3UHRsb .img-text {
  color: #222222;
}
.cid-uqvJ3V9ZWJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-uqvJ3V9ZWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvJ3V9ZWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvJ3V9ZWJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uqvJ3V9ZWJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uqvJ3V9ZWJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uqvJ3V9ZWJ .container {
    padding: 0 20px;
  }
}
.cid-uqvJ3V9ZWJ .mbr-section-title {
  margin-bottom: 64px;
  color: #216640;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uqvJ3V9ZWJ .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uqvJ3V9ZWJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uqvJ3V9ZWJ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqvJ3V9ZWJ .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uqvJ3V9ZWJ .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uqvJ3V9ZWJ .embla__button--next,
.cid-uqvJ3V9ZWJ .embla__button--prev {
  display: flex;
}
.cid-uqvJ3V9ZWJ .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uqvJ3V9ZWJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqvJ3V9ZWJ .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uqvJ3V9ZWJ .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uqvJ3V9ZWJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uqvJ3V9ZWJ .embla__button {
    top: 7rem;
  }
}
.cid-uqvJ3V9ZWJ .embla {
  position: relative;
  width: 100%;
}
.cid-uqvJ3V9ZWJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqvJ3V9ZWJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqvJ3V9ZWJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqvJ3V9ZWJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqvJ3W0fGo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uqvJ3W0fGo .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uqvJ3W0fGo .mbr-section-title {
  color: #216640;
}
.cid-uqvJ3W0fGo .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uqvJ3W0fGo .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uqvJ3W0fGo .card {
    padding: 1rem !important;
  }
}
.cid-uqvJ3W0fGo .card:hover {
  transform: translateY(-1rem);
}
.cid-uqvJ3W0fGo .card img {
  max-width: 120px;
  height: auto;
}
.cid-uqvJ3WxBQL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uqvJ3WxBQL .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uqvJ3WxBQL .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uqvJ3WxBQL .card-title,
.cid-uqvJ3WxBQL .iconfont-wrapper {
  color: #000000;
}
.cid-uqvJ3WxBQL .card-text {
  color: #000000;
  text-align: center;
}
.cid-uqvJ3WxBQL .content-head {
  max-width: 800px;
}
.cid-uqvJ3WxBQL .mbr-section-title {
  color: #216640;
}
.cid-uqvJ3WxBQL .card-title,
.cid-uqvJ3WxBQL .img-wrapper {
  text-align: center;
}
.cid-uqvJ3WxBQL .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uW7kyj2aah {
  z-index: 1000;
  width: 100%;
}
.cid-uW7kyj2aah .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uW7kyj2aah .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uW7kyj2aah .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uW7kyj2aah .menu_box .navbar.opened,
  .cid-uW7kyj2aah .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uW7kyj2aah nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uW7kyj2aah .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uW7kyj2aah .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uW7kyj2aah .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uW7kyj2aah .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uW7kyj2aah .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uW7kyj2aah .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uW7kyj2aah .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uW7kyj2aah .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uW7kyj2aah .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uW7kyj2aah .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uW7kyj2aah .offcanvas-body .mbr-text,
  .cid-uW7kyj2aah .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uW7kyj2aah .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uW7kyj2aah .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uW7kyj2aah .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uW7kyj2aah .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uW7kyj2aah .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uW7kyj2aah .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uW7kyj2aah .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uW7kyj2aah ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uW7kyj2aah .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uW7kyj2aah .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uW7kyj2aah .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uW7kyj2aah li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uW7kyj2aah .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uW7kyj2aah .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uW7kyj2aah .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uW7kyj2aah .nav-item {
    margin: 0 !important;
  }
}
.cid-uW7kyj2aah .nav-item .nav-link {
  position: relative;
}
.cid-uW7kyj2aah .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uW7kyj2aah .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uW7kyj2aah .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uW7kyj2aah .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uW7kyj2aah .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uW7kyj2aah .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uW7kyj2aah .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uW7kyj2aah .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uW7kyj2aah .offcanvas_box {
    display: none;
  }
}
.cid-uW7kyj2aah .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uW7kyj2aah .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uW7kyj2aah .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uW7kyj2aah .container {
  display: flex;
  margin: auto;
}
.cid-uW7kyj2aah .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uW7kyj2aah .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uW7kyj2aah .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uW7kyj2aah .navbar-caption {
  color: #000000;
}
.cid-uW7kyj2aah .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uW7kyj2aah .navbar-nav {
    margin: 0;
  }
}
.cid-uW7kyj2aah .dropdown-menu,
.cid-uW7kyj2aah .navbar.opened {
  background-color: false !important;
}
.cid-uW7kyj2aah .nav-item:focus,
.cid-uW7kyj2aah .nav-link:focus {
  outline: none;
}
.cid-uW7kyj2aah .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW7kyj2aah .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW7kyj2aah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW7kyj2aah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW7kyj2aah .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW7kyj2aah .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW7kyj2aah .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uW7kyj2aah .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uW7kyj2aah .navbar.opened {
  transition: all 0.3s;
}
.cid-uW7kyj2aah .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uW7kyj2aah .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uW7kyj2aah .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uW7kyj2aah .navbar.collapsed {
  justify-content: center;
}
.cid-uW7kyj2aah .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW7kyj2aah .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uW7kyj2aah .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW7kyj2aah .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW7kyj2aah .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW7kyj2aah .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uW7kyj2aah .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uW7kyj2aah .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uW7kyj2aah .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uW7kyj2aah .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW7kyj2aah .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW7kyj2aah .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uW7kyj2aah .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW7kyj2aah .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uW7kyj2aah .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW7kyj2aah .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uW7kyj2aah .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uW7kyj2aah .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uW7kyj2aah .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uW7kyj2aah .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW7kyj2aah .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uW7kyj2aah .navbar.navbar-short {
  min-height: 60px;
}
.cid-uW7kyj2aah .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uW7kyj2aah .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uW7kyj2aah .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uW7kyj2aah .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uW7kyj2aah .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW7kyj2aah .dropdown-item.active,
.cid-uW7kyj2aah .dropdown-item:active {
  background-color: transparent;
}
.cid-uW7kyj2aah .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW7kyj2aah .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW7kyj2aah .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW7kyj2aah .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW7kyj2aah ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uW7kyj2aah .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uW7kyj2aah button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uW7kyj2aah button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uW7kyj2aah button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW7kyj2aah button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW7kyj2aah button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW7kyj2aah button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW7kyj2aah nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW7kyj2aah nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW7kyj2aah nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW7kyj2aah nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW7kyj2aah a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uW7kyj2aah .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW7kyj2aah .navbar {
    height: 70px;
  }
  .cid-uW7kyj2aah .navbar.opened {
    height: auto;
  }
  .cid-uW7kyj2aah .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW7kyj2aah .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uW7kyj2aah .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uW7kyj2aah .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uW7kyj2aah .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uW7kyj2aah .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uW7kyj2aah .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uW7kyj2aah .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uW7kyj2aah .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uW7kyj2aah .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uW7kyj2aah .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uW7kyj2aah .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW7kyj2aah .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uW7kyj2aah .mbr-section-subtitle,
.cid-uW7kyj2aah .text_widget,
.cid-uW7kyj2aah .mbr-section-btn {
  text-align: left;
}
.cid-uW7kyj2aah a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uW7kyjMRL2 {
  display: flex;
  background-image: url("../../../assets/images/features2.webp");
}
.cid-uW7kyjMRL2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uW7kyjMRL2 {
    align-items: center;
  }
  .cid-uW7kyjMRL2 .row {
    justify-content: flex-start;
  }
  .cid-uW7kyjMRL2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uW7kyjMRL2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uW7kyjMRL2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uW7kyjMRL2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uW7kyjMRL2 .content-wrap {
    width: 100%;
  }
}
.cid-uW7kyjMRL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW7kyjMRL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW7kyjMRL2 .mbr-section-title,
.cid-uW7kyjMRL2 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uW7kyjMRL2 .mbr-text,
.cid-uW7kyjMRL2 .mbr-section-btn {
  text-align: left;
}
.cid-uW7kyjMRL2 .mbr-section-title {
  color: #ffffff;
}
.cid-uWfkrbEgwo {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uWfkrbEgwo .mbr-text {
  color: #767676;
}
.cid-uWfkrbEgwo .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uWfkrbEgwo .card-box {
    flex-direction: column;
  }
}
.cid-uWfkrbEgwo .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uWfkrbEgwo .mbr-section-subtitle {
  color: #767676;
}
.cid-uWfkrbEgwo .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uWfkrbEgwo .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uWfkrbEgwo .title .card-title {
  z-index: 1;
}
.cid-uWfkrbEgwo h4 {
  margin: 0;
}
.cid-uWfkrbEgwo .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uWfkrbEgwo .card {
    margin-bottom: 1.5rem;
  }
}
.cid-uWfkrbEgwo .card-title,
.cid-uWfkrbEgwo .card-img {
  color: #ff6200;
}
.cid-uWfkrbEgwo .num,
.cid-uWfkrbEgwo .line {
  color: #000000;
}
.cid-uWfkrbEgwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWfkrbEgwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWfkrbEgwo .mbr-section-title,
.cid-uWfkrbEgwo .card-box {
  color: #232323;
}
.cid-uW7kykRRqX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
  background-image: linear-gradient(45deg, #3a341c -20%, #edefeb 40%, #ffffff 200%);
}
@media (max-width: 768px) {
  .cid-uW7kykRRqX {
    background-image: linear-gradient(45deg, #3a341c -60%, #edefeb 40%, #ffffff 200%);
  }
}
.cid-uW7kykRRqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW7kykRRqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW7kykRRqX .row {
  justify-content: space-between;
}
.cid-uW7kykRRqX .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW7kykRRqX .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uW7kykRRqX .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW7kykRRqX .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uW7kykRRqX .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uW7kykRRqX .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uW7kykRRqX .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uW7kykRRqX .mbr-section-title {
  color: #ffffff;
}
.cid-uW7kykRRqX .item-title {
  color: #ffffff;
}
.cid-uW7kykRRqX .item-text {
  color: #ffffff;
}
.cid-uW7kykRRqX .item-title,
.cid-uW7kykRRqX .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uW7kykRRqX .mbr-section-title,
.cid-uW7kykRRqX .title-wrapper {
  color: #000000;
}
.cid-uWqntnEgul {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWqntnEgul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWqntnEgul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWqntnEgul .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uWBXkzx5Va {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-uWBXkzx5Va .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBXkzx5Va .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWBXkzx5Va .container {
    padding: 0 15px;
  }
}
.cid-uWBXkzx5Va .row {
  justify-content: center;
}
.cid-uWBXkzx5Va .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWBXkzx5Va .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uWBXkzx5Va .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uWBXkzx5Va .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uWBXkzx5Va .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWBXkzx5Va .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uWBXkzx5Va .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uWBXkzx5Va .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uWBXkzx5Va .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uWBXkzx5Va .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWBXkzx5Va .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ff6200;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uWBXkzx5Va .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uWBXkzx5Va .mbr-section-title {
  color: #ff6200;
  text-align: center;
}
.cid-uWBXkzx5Va .mbr-section-subtitle {
  color: #ff6200;
}
.cid-uWBXkzx5Va .list {
  color: #ffffff;
}
.cid-uWBXkzx5Va .list,
.cid-uWBXkzx5Va .item-wrap {
  color: #000000;
}
.cid-uWBYJLbVxo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWBYJLbVxo .justify-content-center {
  align-items: center;
}
.cid-uWBYJLbVxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBYJLbVxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWBYJLbVxo .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uWBYJLbVxo .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWBYJLbVxo .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uWBYJLbVxo .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uWBYJLbVxo .row {
  align-items: center;
}
.cid-uWBYJLbVxo .card-text {
  color: #232323;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWBYJLbVxo .card-text {
    text-align: center;
  }
}
.cid-uWqqxGNfhA {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-uWqqxGNfhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWqqxGNfhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWqqxGNfhA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWqqxGNfhA .container {
    padding: 0 15px;
  }
}
.cid-uWqqxGNfhA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWqqxGNfhA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uWqqxGNfhA .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-uWqqxGNfhA .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uWqqxGNfhA .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uWqqxGNfhA .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uWqqxGNfhA .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uWqqxGNfhA .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uWqqxGNfhA .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWqqxGNfhA .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uWqqxGNfhA .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-uWqqxGNfhA .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-uWqqxGNfhA .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-uWqqxGNfhA .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uWqqxGNfhA .mbr-section-title {
  color: #ff6200;
  text-align: center;
}
.cid-uWqqxGNfhA .panel-title {
  color: #ffffff;
}
.cid-uWqqxGNfhA .panel-text {
  color: #d2d2df;
}
.cid-uWC3jL6MNE {
  padding-top: 30px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uWC3jL6MNE .mbr-section-title {
  color: #06182d;
}
.cid-uWC3jL6MNE .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uWC3jL6MNE .mbr-section-subtitle {
  color: #06182d;
}
.cid-uWC3jL6MNE .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uWC3jL6MNE .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-uWC3jL6MNE .title-text {
  margin-bottom: 70px;
}
.cid-uWC3jL6MNE .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uWC3jL6MNE .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uWC3jL6MNE .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uWC3jL6MNE .title-text .mbr-section-title {
  color: #ffffff;
}
.cid-uWC3jL6MNE .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uWC3jL6MNE .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uWC3jL6MNE .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uWC3jL6MNE .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-uWC3jL6MNE .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uWC3jL6MNE .p-4 {
  padding: 1rem 0 !important;
}
.cid-uWC3jL6MNE .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uWC3jL6MNE .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uWC3jL6MNE .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uWC3jL6MNE .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uWC3jL6MNE .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uWC3jL6MNE .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uWC3jL6MNE .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uWC3jL6MNE .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uWC3jL6MNE .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uWC3jL6MNE .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uWC3jL6MNE .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-uWC3jL6MNE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uWC3jL6MNE .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uWC3jL6MNE .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uWC3jL6MNE .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uWC3jL6MNE .card .card-header a.panel-title .toggle-icon:before,
.cid-uWC3jL6MNE .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uWC3jL6MNE .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uWC3jL6MNE .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uWC3jL6MNE .card .panel-body {
  padding: 14px 20px;
}
.cid-uWC3jL6MNE .card .panel-body p {
  color: #000000;
  line-height: 1.5;
}
.cid-uWC3jL6MNE .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uWC3jL6MNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC3jL6MNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC3jL6MNE .title-text .mbr-section-subtitle {
  color: #000000;
}
.cid-uWC3jL6MNE .card .card-header a.panel-title h4 {
  color: #000000;
}
.cid-uWGjtzYVS9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uWGjtzYVS9 .justify-content-center {
  align-items: center;
}
.cid-uWGjtzYVS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWGjtzYVS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWGjtzYVS9 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uWGjtzYVS9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWGjtzYVS9 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uWGjtzYVS9 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uWGjtzYVS9 .row {
  align-items: center;
}
.cid-uWGjtzYVS9 .card-text {
  color: #ff6200;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWGjtzYVS9 .card-text {
    text-align: center;
  }
}
.cid-uWqyRcdQL9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uWqyRcdQL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWqyRcdQL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uWqyRcdQL9 {
    align-items: flex-start;
  }
  .cid-uWqyRcdQL9 .row {
    justify-content: flex-start;
  }
}
.cid-uWqyRcdQL9 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uWqyRcdQL9 .mbr-text,
.cid-uWqyRcdQL9 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uWqyRcdQL9 .mbr-section-title,
.cid-uWqyRcdQL9 .line {
  color: #000000;
}
.cid-uWqyRcdQL9 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uWqyRcdQL9 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uWqyRcdQL9 .mbr-section-subtitle,
.cid-uWqyRcdQL9 .align {
  text-align: left;
  color: #232323;
}
.cid-uWqvvcB8p0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWqvvcB8p0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWqvvcB8p0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWqvvcB8p0 .content-wrap {
  padding: 60px 0;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uWqvvcB8p0 .content-wrap {
    padding: 20px;
  }
}
.cid-uWqvvcB8p0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uWqvvcB8p0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWqvvcB8p0 .embla__slide .slide-content {
  width: 100%;
}
.cid-uWqvvcB8p0 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uWqvvcB8p0 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uWqvvcB8p0 .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-uWqvvcB8p0 .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-uWqvvcB8p0 .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uWqvvcB8p0 .embla__button--next,
.cid-uWqvvcB8p0 .embla__button--prev {
  display: flex;
}
.cid-uWqvvcB8p0 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uWqvvcB8p0 .embla__button {
    bottom: 0;
  }
}
.cid-uWqvvcB8p0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uWqvvcB8p0 .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uWqvvcB8p0 .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-uWqvvcB8p0 .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-uWqvvcB8p0 .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-uWqvvcB8p0 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uWqvvcB8p0 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uWqvvcB8p0 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uWqvvcB8p0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWqvvcB8p0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWqvvcB8p0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWqvvcB8p0 .item-text {
  color: #404349;
}
.cid-uWqvvcB8p0 .item-name {
  color: #ff6200;
}
.cid-uWqvvcB8p0 .item-role {
  color: #000000;
}
.cid-uW7kypmMSe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-uW7kypmMSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW7kypmMSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW7kypmMSe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uW7kypmMSe .container-fluid {
    padding: 0 20px;
  }
}
.cid-uW7kypmMSe .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uW7kypmMSe .container {
    padding: 0 20px;
  }
}
.cid-uW7kypmMSe .mbr-section-title {
  margin-bottom: 64px;
  color: #ff6200;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uW7kypmMSe .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uW7kypmMSe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uW7kypmMSe .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uW7kypmMSe .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uW7kypmMSe .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uW7kypmMSe .embla__button--next,
.cid-uW7kypmMSe .embla__button--prev {
  display: flex;
}
.cid-uW7kypmMSe .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uW7kypmMSe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW7kypmMSe .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uW7kypmMSe .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uW7kypmMSe .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uW7kypmMSe .embla__button {
    top: 7rem;
  }
}
.cid-uW7kypmMSe .embla {
  position: relative;
  width: 100%;
}
.cid-uW7kypmMSe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uW7kypmMSe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW7kypmMSe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW7kypmMSe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW7kyra9Hf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uW7kyra9Hf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW7kyra9Hf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW7kyra9Hf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uW7kyra9Hf .container-fluid {
    padding: 0 20px;
  }
}
.cid-uW7kyra9Hf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uW7kyra9Hf .container {
    padding: 0 20px;
  }
}
.cid-uW7kyra9Hf .mbr-section-title {
  margin-bottom: 64px;
  color: #ff6200;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uW7kyra9Hf .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uW7kyra9Hf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uW7kyra9Hf .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uW7kyra9Hf .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uW7kyra9Hf .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uW7kyra9Hf .embla__button--next,
.cid-uW7kyra9Hf .embla__button--prev {
  display: flex;
}
.cid-uW7kyra9Hf .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uW7kyra9Hf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW7kyra9Hf .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uW7kyra9Hf .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uW7kyra9Hf .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uW7kyra9Hf .embla__button {
    top: 7rem;
  }
}
.cid-uW7kyra9Hf .embla {
  position: relative;
  width: 100%;
}
.cid-uW7kyra9Hf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uW7kyra9Hf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW7kyra9Hf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW7kyra9Hf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW7kysIoxS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW7kysIoxS .item:focus,
.cid-uW7kysIoxS span:focus {
  outline: none;
}
.cid-uW7kysIoxS .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uW7kysIoxS .content-head {
  max-width: 800px;
}
.cid-uW7kysIoxS .item {
  font-weight: 700;
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uW7kysIoxS .item {
    min-height: 45px;
  }
}
.cid-uW7kywlH69 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uW7kywlH69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW7kywlH69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW7kywlH69 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uW7kywlH69 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uW7kywlH69 .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uW7kywlH69 .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uW7kywlH69 .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uW7kywlH69 .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #232323;
}
.cid-uW7kywlH69 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uW7kywlH69 .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uW7kywlH69 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uW7kywlH69 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uW7kywlH69 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uW7kywlH69 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uW7kywlH69 .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uW7kywlH69 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uW7kywlH69 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uW7kywlH69 .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uW7kywlH69 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uW7kywlH69 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uW7kywlH69 .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uW7kywlH69 .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uW7kywlH69 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uW7kywlH69 .mbr-section-title,
.cid-uW7kywlH69 .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uW7kywlH69 .panel-title-edit {
  color: #ffffff;
}
.cid-uW7kywlH69 .panel-text {
  color: #323432;
}
.cid-uW7kywlH69 .panel-text,
.cid-uW7kywlH69 .panel-body {
  color: #ff6200;
}
.cid-uWqvGjjjBC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ff6200;
}
.cid-uWqvGjjjBC .justify-content-center {
  align-items: center;
}
.cid-uWqvGjjjBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWqvGjjjBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWqvGjjjBC .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uWqvGjjjBC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWqvGjjjBC .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uWqvGjjjBC .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uWqvGjjjBC .row {
  align-items: center;
}
.cid-uWqvGjjjBC .card-text {
  color: #fafafa;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWqvGjjjBC .card-text {
    text-align: center;
  }
}
.cid-uW7kyxv2T8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uW7kyxv2T8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW7kyxv2T8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW7kyxv2T8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uW7kyxv2T8 .container {
    padding: 0 15px;
  }
}
.cid-uW7kyxv2T8 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uW7kyxv2T8 .title-wrapper {
    text-align: center;
  }
}
.cid-uW7kyxv2T8 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uW7kyxv2T8 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uW7kyxv2T8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uW7kyxv2T8 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uW7kyxv2T8 .list {
    justify-content: center;
  }
}
.cid-uW7kyxv2T8 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW7kyxv2T8 .list .item-wrap:hover,
.cid-uW7kyxv2T8 .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uW7kyxv2T8 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uW7kyxv2T8 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uW7kyxv2T8 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uW7kyxv2T8 .copy-wrapper {
    height: auto;
  }
}
.cid-uW7kyxv2T8 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW7kyxv2T8 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uW7kyxv2T8 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uW7kyxv2T8 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uW7kyxv2T8 .social-wrapper {
    text-align: center;
  }
}
.cid-uW7kyxv2T8 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uW7kyxv2T8 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uW7kyxv2T8 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uW7kyxv2T8 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uW7kyxv2T8 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uW7kyxv2T8 .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW7kyxv2T8 .mbr-section-title {
  color: #f2ac2b;
}
.cid-uW7kyxv2T8 .mbr-copy {
  color: #d2d2df;
}
.cid-uW7kyxv2T8 .mbr-copy,
.cid-uW7kyxv2T8 .social-wrapper {
  color: #ffffff;
}
.cid-uW7kyxv2T8 .mbr-section-title,
.cid-uW7kyxv2T8 .title-wrapper {
  color: #ff6200;
}
.cid-uF4Gu1O1zv {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Gu1O1zv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uF4Gu1O1zv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .menu_box .navbar.opened,
  .cid-uF4Gu1O1zv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF4Gu1O1zv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uF4Gu1O1zv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF4Gu1O1zv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uF4Gu1O1zv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF4Gu1O1zv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-text,
  .cid-uF4Gu1O1zv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uF4Gu1O1zv .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF4Gu1O1zv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF4Gu1O1zv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF4Gu1O1zv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF4Gu1O1zv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .nav-item {
    margin: 0 !important;
  }
}
.cid-uF4Gu1O1zv .nav-item .nav-link {
  position: relative;
}
.cid-uF4Gu1O1zv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uF4Gu1O1zv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF4Gu1O1zv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF4Gu1O1zv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF4Gu1O1zv .offcanvas_box {
    display: none;
  }
}
.cid-uF4Gu1O1zv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF4Gu1O1zv .container {
  display: flex;
  margin: auto;
}
.cid-uF4Gu1O1zv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF4Gu1O1zv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF4Gu1O1zv .navbar-caption {
  color: #000000;
}
.cid-uF4Gu1O1zv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .navbar-nav {
    margin: 0;
  }
}
.cid-uF4Gu1O1zv .dropdown-menu,
.cid-uF4Gu1O1zv .navbar.opened {
  background-color: false !important;
}
.cid-uF4Gu1O1zv .nav-item:focus,
.cid-uF4Gu1O1zv .nav-link:focus {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Gu1O1zv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Gu1O1zv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Gu1O1zv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Gu1O1zv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF4Gu1O1zv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Gu1O1zv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF4Gu1O1zv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uF4Gu1O1zv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Gu1O1zv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Gu1O1zv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Gu1O1zv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF4Gu1O1zv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF4Gu1O1zv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF4Gu1O1zv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Gu1O1zv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF4Gu1O1zv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF4Gu1O1zv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Gu1O1zv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Gu1O1zv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF4Gu1O1zv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Gu1O1zv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uF4Gu1O1zv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Gu1O1zv .dropdown-item.active,
.cid-uF4Gu1O1zv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Gu1O1zv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Gu1O1zv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Gu1O1zv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Gu1O1zv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF4Gu1O1zv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Gu1O1zv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Gu1O1zv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Gu1O1zv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Gu1O1zv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF4Gu1O1zv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4Gu1O1zv .navbar {
    height: 70px;
  }
  .cid-uF4Gu1O1zv .navbar.opened {
    height: auto;
  }
  .cid-uF4Gu1O1zv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Gu1O1zv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uF4Gu1O1zv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uF4Gu1O1zv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF4Gu1O1zv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF4Gu1O1zv .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uF4Gu1O1zv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF4Gu1O1zv .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uF4Gu1O1zv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF4Gu1O1zv .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF4Gu1O1zv .mbr-section-subtitle,
.cid-uF4Gu1O1zv .text_widget,
.cid-uF4Gu1O1zv .mbr-section-btn {
  text-align: left;
}
.cid-uF4Gu1O1zv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqvIlgH2Fp {
  display: flex;
  background-image: url("../../../assets/images/adobestock-259366086-2000x1333.webp");
}
.cid-uqvIlgH2Fp .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uqvIlgH2Fp {
    align-items: center;
  }
  .cid-uqvIlgH2Fp .row {
    justify-content: flex-start;
  }
  .cid-uqvIlgH2Fp .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqvIlgH2Fp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqvIlgH2Fp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqvIlgH2Fp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqvIlgH2Fp .content-wrap {
    width: 100%;
  }
}
.cid-uqvIlgH2Fp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvIlgH2Fp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvIlgH2Fp .mbr-section-title,
.cid-uqvIlgH2Fp .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uqvIlgH2Fp .mbr-text,
.cid-uqvIlgH2Fp .mbr-section-btn {
  text-align: left;
}
.cid-uqvIlgH2Fp .mbr-section-title {
  color: #ffffff;
}
.cid-uVzcWFNauc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVzcWFNauc .justify-content-center {
  align-items: center;
}
.cid-uVzcWFNauc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzcWFNauc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzcWFNauc .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVzcWFNauc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVzcWFNauc .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVzcWFNauc .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVzcWFNauc .row {
  align-items: center;
}
.cid-uVzcWFNauc .card-text {
  color: #000000;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uVzcWFNauc .card-text {
    text-align: center;
  }
}
.cid-uVzgYuwc5h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
  background-image: linear-gradient(45deg, #232323 -20%, #232323 40%, #ffffff 200%);
}
@media (max-width: 768px) {
  .cid-uVzgYuwc5h {
    background-image: linear-gradient(45deg, #232323 -60%, #232323 40%, #ffffff 200%);
  }
}
.cid-uVzgYuwc5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzgYuwc5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzgYuwc5h .row {
  justify-content: space-between;
}
.cid-uVzgYuwc5h .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uVzgYuwc5h .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uVzgYuwc5h .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVzgYuwc5h .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uVzgYuwc5h .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uVzgYuwc5h .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uVzgYuwc5h .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uVzgYuwc5h .mbr-section-title {
  color: #ffffff;
}
.cid-uVzgYuwc5h .item-title {
  color: #ffffff;
}
.cid-uVzgYuwc5h .item-text {
  color: #ffffff;
}
.cid-uVzgYuwc5h .item-title,
.cid-uVzgYuwc5h .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-uVziJpIpGT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVziJpIpGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVziJpIpGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVziJpIpGT .title .num {
  width: 100%;
  display: block;
}
.cid-uVziJpIpGT .title .card-title {
  z-index: 1;
}
.cid-uVziJpIpGT .count {
  color: #ff6200;
  font-weight: 700;
  text-align: left;
}
.cid-uVziJpIpGT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVziJpIpGT .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uVziJpIpGT * {
    text-align: center !important;
  }
  .cid-uVziJpIpGT .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uVziJpIpGT .content-head {
  max-width: 800px;
}
.cid-uVziJpIpGT H3 {
  color: #a6a99c;
  text-align: left;
}
.cid-uVziJpIpGT .card-text {
  text-align: left;
  color: #000000;
}
.cid-uVziJpIpGT .card-title,
.cid-uVziJpIpGT .card-img {
  text-align: left;
  color: #ff6200;
}
.cid-uRkoXREJAJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.cid-uRkoXREJAJ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uRkoXREJAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkoXREJAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uRkoXREJAJ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uRkoXREJAJ .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRkoXREJAJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRkoXREJAJ .card-title,
.cid-uRkoXREJAJ .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRkoXREJAJ .content-head {
  max-width: 800px;
}
.cid-uRkoXREJAJ .mbr-section-title {
  color: #ffffff;
}
.cid-uRkoXREJAJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uRkoXREJAJ .card-text {
  color: #000000;
}
.cid-uRkoXREJAJ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRkoXREJAJ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRkzEPB9wA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-uRkzEPB9wA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkzEPB9wA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkzEPB9wA .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRkzEPB9wA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRkzEPB9wA .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRkzEPB9wA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRkzEPB9wA .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uRkzEPB9wA .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRkzEPB9wA .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uRkzEPB9wA .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uRkzEPB9wA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ff6200;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #ffffff;
  border: none;
}
.cid-uRkzEPB9wA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f96e47;
}
.cid-uRkzEPB9wA .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRkzEPB9wA .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uRkzEPB9wA .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uRkzEPB9wA .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRkzEPB9wA .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uRkzEPB9wA .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uRkzEPB9wA .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uRkzEPB9wA .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRkzEPB9wA .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uRkzEPB9wA .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uRkzEPB9wA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRkzEPB9wA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uRkzEPB9wA .item-title {
  color: #ff6200;
}
.cid-uRkzEPB9wA .item-text {
  color: #ffffff;
}
.cid-uqvIlimglI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-uqvIlimglI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvIlimglI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvIlimglI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uqvIlimglI .container-fluid {
    padding: 0 20px;
  }
}
.cid-uqvIlimglI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uqvIlimglI .container {
    padding: 0 20px;
  }
}
.cid-uqvIlimglI .mbr-section-title {
  margin-bottom: 64px;
  color: #216640;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uqvIlimglI .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uqvIlimglI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uqvIlimglI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqvIlimglI .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uqvIlimglI .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uqvIlimglI .embla__button--next,
.cid-uqvIlimglI .embla__button--prev {
  display: flex;
}
.cid-uqvIlimglI .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uqvIlimglI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqvIlimglI .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uqvIlimglI .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uqvIlimglI .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uqvIlimglI .embla__button {
    top: 7rem;
  }
}
.cid-uqvIlimglI .embla {
  position: relative;
  width: 100%;
}
.cid-uqvIlimglI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqvIlimglI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqvIlimglI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqvIlimglI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRjNtQa7mE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uRjNtQa7mE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjNtQa7mE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjNtQa7mE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRjNtQa7mE .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRjNtQa7mE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRjNtQa7mE .container {
    padding: 0 20px;
  }
}
.cid-uRjNtQa7mE .mbr-section-title {
  margin-bottom: 64px;
  color: #216640;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uRjNtQa7mE .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uRjNtQa7mE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uRjNtQa7mE .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uRjNtQa7mE .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uRjNtQa7mE .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uRjNtQa7mE .embla__button--next,
.cid-uRjNtQa7mE .embla__button--prev {
  display: flex;
}
.cid-uRjNtQa7mE .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uRjNtQa7mE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRjNtQa7mE .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uRjNtQa7mE .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uRjNtQa7mE .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uRjNtQa7mE .embla__button {
    top: 7rem;
  }
}
.cid-uRjNtQa7mE .embla {
  position: relative;
  width: 100%;
}
.cid-uRjNtQa7mE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uRjNtQa7mE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRjNtQa7mE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRjNtQa7mE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRkGw8NsLK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRkGw8NsLK .item:focus,
.cid-uRkGw8NsLK span:focus {
  outline: none;
}
.cid-uRkGw8NsLK .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uRkGw8NsLK .content-head {
  max-width: 800px;
}
.cid-uRkGw8NsLK .item {
  font-weight: 700;
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uRkGw8NsLK .item {
    min-height: 45px;
  }
}
.cid-uqvIljH5a5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uqvIljH5a5 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uqvIljH5a5 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uqvIljH5a5 .card-title,
.cid-uqvIljH5a5 .iconfont-wrapper {
  color: #000000;
}
.cid-uqvIljH5a5 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uqvIljH5a5 .content-head {
  max-width: 800px;
}
.cid-uqvIljH5a5 .mbr-section-title {
  color: #216640;
}
.cid-uqvIljH5a5 .card-title,
.cid-uqvIljH5a5 .img-wrapper {
  text-align: center;
}
.cid-uqvIljH5a5 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uVzlWxQrId {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff6200;
}
.cid-uVzlWxQrId .justify-content-center {
  align-items: center;
}
.cid-uVzlWxQrId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzlWxQrId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzlWxQrId .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uVzlWxQrId .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVzlWxQrId .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uVzlWxQrId .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uVzlWxQrId .row {
  align-items: center;
}
.cid-uVzlWxQrId .card-text {
  color: #000000;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uVzlWxQrId .card-text {
    text-align: center;
  }
}
.cid-uVxwVJ2xFZ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVxwVJ2xFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxwVJ2xFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxwVJ2xFZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVxwVJ2xFZ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uVxwVJ2xFZ .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uVxwVJ2xFZ .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVxwVJ2xFZ .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uVxwVJ2xFZ .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #232323;
}
.cid-uVxwVJ2xFZ .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uVxwVJ2xFZ .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uVxwVJ2xFZ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVxwVJ2xFZ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVxwVJ2xFZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVxwVJ2xFZ .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uVxwVJ2xFZ .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uVxwVJ2xFZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uVxwVJ2xFZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uVxwVJ2xFZ .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uVxwVJ2xFZ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uVxwVJ2xFZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uVxwVJ2xFZ .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uVxwVJ2xFZ .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uVxwVJ2xFZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVxwVJ2xFZ .mbr-section-title,
.cid-uVxwVJ2xFZ .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uVxwVJ2xFZ .panel-title-edit {
  color: #ffffff;
}
.cid-uVxwVJ2xFZ .panel-text {
  color: #323432;
}
.cid-uVxwVJ2xFZ .panel-text,
.cid-uVxwVJ2xFZ .panel-body {
  color: #ff6200;
}
.cid-uT2QVCyhAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uT2QVCyhAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2QVCyhAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2QVCyhAL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .container {
    padding: 0 15px;
  }
}
.cid-uT2QVCyhAL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .title-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uT2QVCyhAL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uT2QVCyhAL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT2QVCyhAL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .list {
    justify-content: center;
  }
}
.cid-uT2QVCyhAL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT2QVCyhAL .list .item-wrap:hover,
.cid-uT2QVCyhAL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uT2QVCyhAL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uT2QVCyhAL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper {
    height: auto;
  }
}
.cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uT2QVCyhAL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uT2QVCyhAL .social-wrapper {
    text-align: center;
  }
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uT2QVCyhAL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT2QVCyhAL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uT2QVCyhAL .mbr-copy {
  color: #d2d2df;
}
.cid-uT2QVCyhAL .mbr-copy,
.cid-uT2QVCyhAL .social-wrapper {
  color: #ffffff;
}
.cid-uT2QVCyhAL .mbr-section-title,
.cid-uT2QVCyhAL .title-wrapper {
  color: #ff6200;
}
.cid-uX0fSZIVOR {
  z-index: 1000;
  width: 100%;
}
.cid-uX0fSZIVOR .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uX0fSZIVOR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uX0fSZIVOR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uX0fSZIVOR .menu_box .navbar.opened,
  .cid-uX0fSZIVOR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uX0fSZIVOR nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uX0fSZIVOR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uX0fSZIVOR .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uX0fSZIVOR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uX0fSZIVOR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uX0fSZIVOR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uX0fSZIVOR .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uX0fSZIVOR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uX0fSZIVOR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uX0fSZIVOR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uX0fSZIVOR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uX0fSZIVOR .offcanvas-body .mbr-text,
  .cid-uX0fSZIVOR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uX0fSZIVOR .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uX0fSZIVOR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uX0fSZIVOR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uX0fSZIVOR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uX0fSZIVOR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uX0fSZIVOR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uX0fSZIVOR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uX0fSZIVOR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uX0fSZIVOR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uX0fSZIVOR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uX0fSZIVOR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uX0fSZIVOR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uX0fSZIVOR .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uX0fSZIVOR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uX0fSZIVOR .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uX0fSZIVOR .nav-item {
    margin: 0 !important;
  }
}
.cid-uX0fSZIVOR .nav-item .nav-link {
  position: relative;
}
.cid-uX0fSZIVOR .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uX0fSZIVOR .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uX0fSZIVOR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uX0fSZIVOR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uX0fSZIVOR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uX0fSZIVOR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uX0fSZIVOR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uX0fSZIVOR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uX0fSZIVOR .offcanvas_box {
    display: none;
  }
}
.cid-uX0fSZIVOR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uX0fSZIVOR .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uX0fSZIVOR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uX0fSZIVOR .container {
  display: flex;
  margin: auto;
}
.cid-uX0fSZIVOR .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uX0fSZIVOR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uX0fSZIVOR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uX0fSZIVOR .navbar-caption {
  color: #000000;
}
.cid-uX0fSZIVOR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uX0fSZIVOR .navbar-nav {
    margin: 0;
  }
}
.cid-uX0fSZIVOR .dropdown-menu,
.cid-uX0fSZIVOR .navbar.opened {
  background-color: false !important;
}
.cid-uX0fSZIVOR .nav-item:focus,
.cid-uX0fSZIVOR .nav-link:focus {
  outline: none;
}
.cid-uX0fSZIVOR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX0fSZIVOR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX0fSZIVOR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX0fSZIVOR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX0fSZIVOR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX0fSZIVOR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX0fSZIVOR .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uX0fSZIVOR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uX0fSZIVOR .navbar.opened {
  transition: all 0.3s;
}
.cid-uX0fSZIVOR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uX0fSZIVOR .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uX0fSZIVOR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uX0fSZIVOR .navbar.collapsed {
  justify-content: center;
}
.cid-uX0fSZIVOR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX0fSZIVOR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uX0fSZIVOR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX0fSZIVOR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX0fSZIVOR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX0fSZIVOR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uX0fSZIVOR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX0fSZIVOR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uX0fSZIVOR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uX0fSZIVOR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX0fSZIVOR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX0fSZIVOR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uX0fSZIVOR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX0fSZIVOR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uX0fSZIVOR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX0fSZIVOR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uX0fSZIVOR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uX0fSZIVOR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uX0fSZIVOR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX0fSZIVOR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX0fSZIVOR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uX0fSZIVOR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX0fSZIVOR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX0fSZIVOR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX0fSZIVOR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX0fSZIVOR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uX0fSZIVOR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX0fSZIVOR .dropdown-item.active,
.cid-uX0fSZIVOR .dropdown-item:active {
  background-color: transparent;
}
.cid-uX0fSZIVOR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX0fSZIVOR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX0fSZIVOR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX0fSZIVOR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX0fSZIVOR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uX0fSZIVOR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX0fSZIVOR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uX0fSZIVOR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX0fSZIVOR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX0fSZIVOR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX0fSZIVOR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX0fSZIVOR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX0fSZIVOR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX0fSZIVOR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX0fSZIVOR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX0fSZIVOR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX0fSZIVOR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uX0fSZIVOR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX0fSZIVOR .navbar {
    height: 70px;
  }
  .cid-uX0fSZIVOR .navbar.opened {
    height: auto;
  }
  .cid-uX0fSZIVOR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX0fSZIVOR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uX0fSZIVOR .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uX0fSZIVOR .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uX0fSZIVOR .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uX0fSZIVOR .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uX0fSZIVOR .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uX0fSZIVOR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uX0fSZIVOR .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uX0fSZIVOR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uX0fSZIVOR .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uX0fSZIVOR .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uX0fSZIVOR .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uX0fSZIVOR .mbr-section-subtitle,
.cid-uX0fSZIVOR .text_widget,
.cid-uX0fSZIVOR .mbr-section-btn {
  text-align: left;
}
.cid-uX0fSZIVOR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uX0fT0Om5d {
  display: flex;
  background-image: url("../../../assets/images/2-16.webp");
}
.cid-uX0fT0Om5d .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uX0fT0Om5d {
    align-items: center;
  }
  .cid-uX0fT0Om5d .row {
    justify-content: flex-start;
  }
  .cid-uX0fT0Om5d .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uX0fT0Om5d .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uX0fT0Om5d {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uX0fT0Om5d .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX0fT0Om5d .content-wrap {
    width: 100%;
  }
}
.cid-uX0fT0Om5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fT0Om5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0fT0Om5d .mbr-section-title,
.cid-uX0fT0Om5d .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uX0fT0Om5d .mbr-text,
.cid-uX0fT0Om5d .mbr-section-btn {
  text-align: left;
}
.cid-uX0fT0Om5d .mbr-section-title {
  color: #ffffff;
}
.cid-uX0fT1mS27 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uX0fT1mS27 .mbr-text {
  color: #767676;
}
.cid-uX0fT1mS27 .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uX0fT1mS27 .card-box {
    flex-direction: column;
  }
}
.cid-uX0fT1mS27 .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uX0fT1mS27 .mbr-section-subtitle {
  color: #767676;
}
.cid-uX0fT1mS27 .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uX0fT1mS27 .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uX0fT1mS27 .title .card-title {
  z-index: 1;
}
.cid-uX0fT1mS27 h4 {
  margin: 0;
}
.cid-uX0fT1mS27 .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uX0fT1mS27 .card {
    margin-bottom: 1.5rem;
  }
}
.cid-uX0fT1mS27 .card-title,
.cid-uX0fT1mS27 .card-img {
  color: #ff6200;
}
.cid-uX0fT1mS27 .num,
.cid-uX0fT1mS27 .line {
  color: #000000;
}
.cid-uX0fT1mS27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fT1mS27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0fT1mS27 .mbr-section-title,
.cid-uX0fT1mS27 .card-box {
  color: #232323;
}
.cid-uX0fT22jy3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
  background-image: linear-gradient(45deg, #3a341c -20%, #edefeb 40%, #ffffff 200%);
}
@media (max-width: 768px) {
  .cid-uX0fT22jy3 {
    background-image: linear-gradient(45deg, #3a341c -60%, #edefeb 40%, #ffffff 200%);
  }
}
.cid-uX0fT22jy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fT22jy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0fT22jy3 .row {
  justify-content: space-between;
}
.cid-uX0fT22jy3 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uX0fT22jy3 .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uX0fT22jy3 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX0fT22jy3 .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uX0fT22jy3 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uX0fT22jy3 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uX0fT22jy3 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uX0fT22jy3 .mbr-section-title {
  color: #ffffff;
}
.cid-uX0fT22jy3 .item-title {
  color: #ffffff;
}
.cid-uX0fT22jy3 .item-text {
  color: #ffffff;
}
.cid-uX0fT22jy3 .item-title,
.cid-uX0fT22jy3 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uX0fT22jy3 .mbr-section-title,
.cid-uX0fT22jy3 .title-wrapper {
  color: #000000;
}
.cid-uX0fT2EjPM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uX0fT2EjPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fT2EjPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0fT2EjPM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uX0fT3csKI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-uX0fT3csKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fT3csKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX0fT3csKI .container {
    padding: 0 15px;
  }
}
.cid-uX0fT3csKI .row {
  justify-content: center;
}
.cid-uX0fT3csKI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uX0fT3csKI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uX0fT3csKI .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uX0fT3csKI .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uX0fT3csKI .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX0fT3csKI .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uX0fT3csKI .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uX0fT3csKI .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uX0fT3csKI .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uX0fT3csKI .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uX0fT3csKI .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ff6200;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uX0fT3csKI .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uX0fT3csKI .mbr-section-title {
  color: #ff6200;
  text-align: center;
}
.cid-uX0fT3csKI .mbr-section-subtitle {
  color: #ff6200;
}
.cid-uX0fT3csKI .list {
  color: #ffffff;
}
.cid-uX0fT3csKI .list,
.cid-uX0fT3csKI .item-wrap {
  color: #000000;
}
.cid-uX0fT3Txfq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX0fT3Txfq .justify-content-center {
  align-items: center;
}
.cid-uX0fT3Txfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fT3Txfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0fT3Txfq .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uX0fT3Txfq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX0fT3Txfq .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uX0fT3Txfq .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uX0fT3Txfq .row {
  align-items: center;
}
.cid-uX0fT3Txfq .card-text {
  color: #232323;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uX0fT3Txfq .card-text {
    text-align: center;
  }
}
.cid-uX0fT4l4Ki {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-uX0fT4l4Ki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fT4l4Ki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0fT4l4Ki .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uX0fT4l4Ki .container {
    padding: 0 15px;
  }
}
.cid-uX0fT4l4Ki .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uX0fT4l4Ki .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uX0fT4l4Ki .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-uX0fT4l4Ki .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uX0fT4l4Ki .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uX0fT4l4Ki .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uX0fT4l4Ki .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uX0fT4l4Ki .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uX0fT4l4Ki .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uX0fT4l4Ki .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uX0fT4l4Ki .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-uX0fT4l4Ki .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-uX0fT4l4Ki .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-uX0fT4l4Ki .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uX0fT4l4Ki .mbr-section-title {
  color: #ff6200;
  text-align: center;
}
.cid-uX0fT4l4Ki .panel-title {
  color: #ffffff;
}
.cid-uX0fT4l4Ki .panel-text {
  color: #d2d2df;
}
.cid-uX0fT4ZAbg {
  padding-top: 30px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uX0fT4ZAbg .mbr-section-title {
  color: #06182d;
}
.cid-uX0fT4ZAbg .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uX0fT4ZAbg .mbr-section-subtitle {
  color: #06182d;
}
.cid-uX0fT4ZAbg .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uX0fT4ZAbg .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-uX0fT4ZAbg .title-text {
  margin-bottom: 70px;
}
.cid-uX0fT4ZAbg .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uX0fT4ZAbg .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uX0fT4ZAbg .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uX0fT4ZAbg .title-text .mbr-section-title {
  color: #ffffff;
}
.cid-uX0fT4ZAbg .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uX0fT4ZAbg .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uX0fT4ZAbg .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uX0fT4ZAbg .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-uX0fT4ZAbg .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uX0fT4ZAbg .p-4 {
  padding: 1rem 0 !important;
}
.cid-uX0fT4ZAbg .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uX0fT4ZAbg .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uX0fT4ZAbg .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uX0fT4ZAbg .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uX0fT4ZAbg .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uX0fT4ZAbg .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uX0fT4ZAbg .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uX0fT4ZAbg .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uX0fT4ZAbg .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uX0fT4ZAbg .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uX0fT4ZAbg .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-uX0fT4ZAbg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uX0fT4ZAbg .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uX0fT4ZAbg .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uX0fT4ZAbg .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uX0fT4ZAbg .card .card-header a.panel-title .toggle-icon:before,
.cid-uX0fT4ZAbg .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uX0fT4ZAbg .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uX0fT4ZAbg .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uX0fT4ZAbg .card .panel-body {
  padding: 14px 20px;
}
.cid-uX0fT4ZAbg .card .panel-body p {
  color: #000000;
  line-height: 1.5;
}
.cid-uX0fT4ZAbg .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uX0fT4ZAbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fT4ZAbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0fT4ZAbg .title-text .mbr-section-subtitle {
  color: #000000;
}
.cid-uX0fT4ZAbg .card .card-header a.panel-title h4 {
  color: #000000;
}
.cid-uX0fT5Nbtn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uX0fT5Nbtn .justify-content-center {
  align-items: center;
}
.cid-uX0fT5Nbtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fT5Nbtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0fT5Nbtn .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uX0fT5Nbtn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX0fT5Nbtn .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uX0fT5Nbtn .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uX0fT5Nbtn .row {
  align-items: center;
}
.cid-uX0fT5Nbtn .card-text {
  color: #ff6200;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uX0fT5Nbtn .card-text {
    text-align: center;
  }
}
.cid-uX0fT6ncat {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uX0fT6ncat .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fT6ncat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uX0fT6ncat {
    align-items: flex-start;
  }
  .cid-uX0fT6ncat .row {
    justify-content: flex-start;
  }
}
.cid-uX0fT6ncat .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uX0fT6ncat .mbr-text,
.cid-uX0fT6ncat .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uX0fT6ncat .mbr-section-title,
.cid-uX0fT6ncat .line {
  color: #000000;
}
.cid-uX0fT6ncat h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uX0fT6ncat h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uX0fT6ncat .mbr-section-subtitle,
.cid-uX0fT6ncat .align {
  text-align: left;
  color: #232323;
}
.cid-uX0fT71L3H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uX0fT71L3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fT71L3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0fT71L3H .content-wrap {
  padding: 60px 0;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uX0fT71L3H .content-wrap {
    padding: 20px;
  }
}
.cid-uX0fT71L3H .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uX0fT71L3H .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uX0fT71L3H .embla__slide .slide-content {
  width: 100%;
}
.cid-uX0fT71L3H .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uX0fT71L3H .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uX0fT71L3H .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-uX0fT71L3H .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-uX0fT71L3H .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uX0fT71L3H .embla__button--next,
.cid-uX0fT71L3H .embla__button--prev {
  display: flex;
}
.cid-uX0fT71L3H .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uX0fT71L3H .embla__button {
    bottom: 0;
  }
}
.cid-uX0fT71L3H .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uX0fT71L3H .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uX0fT71L3H .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-uX0fT71L3H .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-uX0fT71L3H .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-uX0fT71L3H .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uX0fT71L3H .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uX0fT71L3H .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uX0fT71L3H .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uX0fT71L3H .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uX0fT71L3H .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uX0fT71L3H .item-text {
  color: #404349;
}
.cid-uX0fT71L3H .item-name {
  color: #ff6200;
}
.cid-uX0fT71L3H .item-role {
  color: #000000;
}
.cid-uX0fT8kjdd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-uX0fT8kjdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fT8kjdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0fT8kjdd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uX0fT8kjdd .container-fluid {
    padding: 0 20px;
  }
}
.cid-uX0fT8kjdd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uX0fT8kjdd .container {
    padding: 0 20px;
  }
}
.cid-uX0fT8kjdd .mbr-section-title {
  margin-bottom: 64px;
  color: #ff6200;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uX0fT8kjdd .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uX0fT8kjdd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uX0fT8kjdd .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uX0fT8kjdd .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uX0fT8kjdd .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uX0fT8kjdd .embla__button--next,
.cid-uX0fT8kjdd .embla__button--prev {
  display: flex;
}
.cid-uX0fT8kjdd .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uX0fT8kjdd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uX0fT8kjdd .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uX0fT8kjdd .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uX0fT8kjdd .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uX0fT8kjdd .embla__button {
    top: 7rem;
  }
}
.cid-uX0fT8kjdd .embla {
  position: relative;
  width: 100%;
}
.cid-uX0fT8kjdd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uX0fT8kjdd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uX0fT8kjdd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uX0fT8kjdd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uX0fT9DUut {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uX0fT9DUut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fT9DUut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0fT9DUut .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uX0fT9DUut .container-fluid {
    padding: 0 20px;
  }
}
.cid-uX0fT9DUut .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uX0fT9DUut .container {
    padding: 0 20px;
  }
}
.cid-uX0fT9DUut .mbr-section-title {
  margin-bottom: 64px;
  color: #ff6200;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uX0fT9DUut .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uX0fT9DUut .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uX0fT9DUut .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uX0fT9DUut .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uX0fT9DUut .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uX0fT9DUut .embla__button--next,
.cid-uX0fT9DUut .embla__button--prev {
  display: flex;
}
.cid-uX0fT9DUut .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uX0fT9DUut .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uX0fT9DUut .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uX0fT9DUut .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uX0fT9DUut .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uX0fT9DUut .embla__button {
    top: 7rem;
  }
}
.cid-uX0fT9DUut .embla {
  position: relative;
  width: 100%;
}
.cid-uX0fT9DUut .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uX0fT9DUut .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uX0fT9DUut .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uX0fT9DUut .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uX0fTaTPj2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX0fTaTPj2 .item:focus,
.cid-uX0fTaTPj2 span:focus {
  outline: none;
}
.cid-uX0fTaTPj2 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uX0fTaTPj2 .content-head {
  max-width: 800px;
}
.cid-uX0fTaTPj2 .item {
  font-weight: 700;
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uX0fTaTPj2 .item {
    min-height: 45px;
  }
}
.cid-uX0fTbKaOD {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uX0fTbKaOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fTbKaOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0fTbKaOD .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uX0fTbKaOD .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uX0fTbKaOD .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uX0fTbKaOD .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uX0fTbKaOD .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uX0fTbKaOD .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #232323;
}
.cid-uX0fTbKaOD .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uX0fTbKaOD .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uX0fTbKaOD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uX0fTbKaOD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uX0fTbKaOD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uX0fTbKaOD .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uX0fTbKaOD .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uX0fTbKaOD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uX0fTbKaOD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uX0fTbKaOD .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uX0fTbKaOD .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uX0fTbKaOD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uX0fTbKaOD .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uX0fTbKaOD .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uX0fTbKaOD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uX0fTbKaOD .mbr-section-title,
.cid-uX0fTbKaOD .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uX0fTbKaOD .panel-title-edit {
  color: #ffffff;
}
.cid-uX0fTbKaOD .panel-text {
  color: #323432;
}
.cid-uX0fTbKaOD .panel-text,
.cid-uX0fTbKaOD .panel-body {
  color: #ff6200;
}
.cid-uX0fTcLeXx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ff6200;
}
.cid-uX0fTcLeXx .justify-content-center {
  align-items: center;
}
.cid-uX0fTcLeXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fTcLeXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0fTcLeXx .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uX0fTcLeXx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX0fTcLeXx .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uX0fTcLeXx .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uX0fTcLeXx .row {
  align-items: center;
}
.cid-uX0fTcLeXx .card-text {
  color: #fafafa;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uX0fTcLeXx .card-text {
    text-align: center;
  }
}
.cid-uX0fTdARSW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uX0fTdARSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0fTdARSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0fTdARSW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uX0fTdARSW .container {
    padding: 0 15px;
  }
}
.cid-uX0fTdARSW .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uX0fTdARSW .title-wrapper {
    text-align: center;
  }
}
.cid-uX0fTdARSW .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uX0fTdARSW .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uX0fTdARSW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX0fTdARSW .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uX0fTdARSW .list {
    justify-content: center;
  }
}
.cid-uX0fTdARSW .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uX0fTdARSW .list .item-wrap:hover,
.cid-uX0fTdARSW .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uX0fTdARSW .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uX0fTdARSW .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uX0fTdARSW .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uX0fTdARSW .copy-wrapper {
    height: auto;
  }
}
.cid-uX0fTdARSW .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX0fTdARSW .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uX0fTdARSW .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uX0fTdARSW .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uX0fTdARSW .social-wrapper {
    text-align: center;
  }
}
.cid-uX0fTdARSW .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uX0fTdARSW .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uX0fTdARSW .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uX0fTdARSW .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uX0fTdARSW .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uX0fTdARSW .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX0fTdARSW .mbr-section-title {
  color: #f2ac2b;
}
.cid-uX0fTdARSW .mbr-copy {
  color: #d2d2df;
}
.cid-uX0fTdARSW .mbr-copy,
.cid-uX0fTdARSW .social-wrapper {
  color: #ffffff;
}
.cid-uX0fTdARSW .mbr-section-title,
.cid-uX0fTdARSW .title-wrapper {
  color: #ff6200;
}
.cid-uX0iMrKz93 {
  z-index: 1000;
  width: 100%;
}
.cid-uX0iMrKz93 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uX0iMrKz93 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uX0iMrKz93 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uX0iMrKz93 .menu_box .navbar.opened,
  .cid-uX0iMrKz93 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uX0iMrKz93 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uX0iMrKz93 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uX0iMrKz93 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uX0iMrKz93 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uX0iMrKz93 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uX0iMrKz93 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uX0iMrKz93 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uX0iMrKz93 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uX0iMrKz93 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uX0iMrKz93 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uX0iMrKz93 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uX0iMrKz93 .offcanvas-body .mbr-text,
  .cid-uX0iMrKz93 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uX0iMrKz93 .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uX0iMrKz93 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uX0iMrKz93 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uX0iMrKz93 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uX0iMrKz93 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uX0iMrKz93 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uX0iMrKz93 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uX0iMrKz93 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uX0iMrKz93 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uX0iMrKz93 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uX0iMrKz93 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uX0iMrKz93 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uX0iMrKz93 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uX0iMrKz93 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uX0iMrKz93 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uX0iMrKz93 .nav-item {
    margin: 0 !important;
  }
}
.cid-uX0iMrKz93 .nav-item .nav-link {
  position: relative;
}
.cid-uX0iMrKz93 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #320707;
  transition: all 0.3s ease-out;
}
.cid-uX0iMrKz93 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uX0iMrKz93 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uX0iMrKz93 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uX0iMrKz93 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uX0iMrKz93 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uX0iMrKz93 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uX0iMrKz93 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uX0iMrKz93 .offcanvas_box {
    display: none;
  }
}
.cid-uX0iMrKz93 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uX0iMrKz93 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uX0iMrKz93 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uX0iMrKz93 .container {
  display: flex;
  margin: auto;
}
.cid-uX0iMrKz93 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uX0iMrKz93 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uX0iMrKz93 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uX0iMrKz93 .navbar-caption {
  color: #000000;
}
.cid-uX0iMrKz93 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uX0iMrKz93 .navbar-nav {
    margin: 0;
  }
}
.cid-uX0iMrKz93 .dropdown-menu,
.cid-uX0iMrKz93 .navbar.opened {
  background-color: false !important;
}
.cid-uX0iMrKz93 .nav-item:focus,
.cid-uX0iMrKz93 .nav-link:focus {
  outline: none;
}
.cid-uX0iMrKz93 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX0iMrKz93 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX0iMrKz93 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX0iMrKz93 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX0iMrKz93 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX0iMrKz93 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX0iMrKz93 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uX0iMrKz93 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uX0iMrKz93 .navbar.opened {
  transition: all 0.3s;
}
.cid-uX0iMrKz93 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uX0iMrKz93 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uX0iMrKz93 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uX0iMrKz93 .navbar.collapsed {
  justify-content: center;
}
.cid-uX0iMrKz93 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX0iMrKz93 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uX0iMrKz93 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX0iMrKz93 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX0iMrKz93 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX0iMrKz93 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uX0iMrKz93 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX0iMrKz93 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uX0iMrKz93 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uX0iMrKz93 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX0iMrKz93 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX0iMrKz93 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uX0iMrKz93 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX0iMrKz93 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uX0iMrKz93 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX0iMrKz93 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uX0iMrKz93 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uX0iMrKz93 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uX0iMrKz93 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX0iMrKz93 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX0iMrKz93 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uX0iMrKz93 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX0iMrKz93 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX0iMrKz93 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX0iMrKz93 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX0iMrKz93 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uX0iMrKz93 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX0iMrKz93 .dropdown-item.active,
.cid-uX0iMrKz93 .dropdown-item:active {
  background-color: transparent;
}
.cid-uX0iMrKz93 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX0iMrKz93 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX0iMrKz93 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX0iMrKz93 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX0iMrKz93 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uX0iMrKz93 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX0iMrKz93 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6200;
}
.cid-uX0iMrKz93 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX0iMrKz93 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX0iMrKz93 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX0iMrKz93 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX0iMrKz93 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX0iMrKz93 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX0iMrKz93 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX0iMrKz93 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX0iMrKz93 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX0iMrKz93 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uX0iMrKz93 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX0iMrKz93 .navbar {
    height: 70px;
  }
  .cid-uX0iMrKz93 .navbar.opened {
    height: auto;
  }
  .cid-uX0iMrKz93 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX0iMrKz93 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uX0iMrKz93 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uX0iMrKz93 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uX0iMrKz93 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uX0iMrKz93 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uX0iMrKz93 .navbar-caption:hover {
  color: #320707;
}
@media (min-width: 992px) {
  .cid-uX0iMrKz93 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uX0iMrKz93 .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uX0iMrKz93 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uX0iMrKz93 .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uX0iMrKz93 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uX0iMrKz93 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uX0iMrKz93 .mbr-section-subtitle,
.cid-uX0iMrKz93 .text_widget,
.cid-uX0iMrKz93 .mbr-section-btn {
  text-align: left;
}
.cid-uX0iMrKz93 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uX0iMsMcy1 {
  display: flex;
  background-image: url("../../../assets/images/mbr-596x422.webp");
}
.cid-uX0iMsMcy1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uX0iMsMcy1 {
    align-items: center;
  }
  .cid-uX0iMsMcy1 .row {
    justify-content: flex-start;
  }
  .cid-uX0iMsMcy1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uX0iMsMcy1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uX0iMsMcy1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uX0iMsMcy1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX0iMsMcy1 .content-wrap {
    width: 100%;
  }
}
.cid-uX0iMsMcy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0iMsMcy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0iMsMcy1 .mbr-section-title,
.cid-uX0iMsMcy1 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uX0iMsMcy1 .mbr-text,
.cid-uX0iMsMcy1 .mbr-section-btn {
  text-align: left;
}
.cid-uX0iMsMcy1 .mbr-section-title {
  color: #ffffff;
}
.cid-uX0iMtjeu5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uX0iMtjeu5 .mbr-text {
  color: #767676;
}
.cid-uX0iMtjeu5 .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uX0iMtjeu5 .card-box {
    flex-direction: column;
  }
}
.cid-uX0iMtjeu5 .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uX0iMtjeu5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uX0iMtjeu5 .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uX0iMtjeu5 .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uX0iMtjeu5 .title .card-title {
  z-index: 1;
}
.cid-uX0iMtjeu5 h4 {
  margin: 0;
}
.cid-uX0iMtjeu5 .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uX0iMtjeu5 .card {
    margin-bottom: 1.5rem;
  }
}
.cid-uX0iMtjeu5 .card-title,
.cid-uX0iMtjeu5 .card-img {
  color: #ff6200;
}
.cid-uX0iMtjeu5 .num,
.cid-uX0iMtjeu5 .line {
  color: #000000;
}
.cid-uX0iMtjeu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0iMtjeu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0iMtjeu5 .mbr-section-title,
.cid-uX0iMtjeu5 .card-box {
  color: #232323;
}
.cid-uX3IXCOhu9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3IXCOhu9 .item:focus,
.cid-uX3IXCOhu9 span:focus {
  outline: none;
}
.cid-uX3IXCOhu9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uX3IXCOhu9 .content-head {
  max-width: 800px;
}
.cid-uX3IXCOhu9 .item {
  font-weight: 700;
  color: #232323;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uX3IXCOhu9 .item {
    min-height: 45px;
  }
}
.cid-uX0iMtXMVk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
  background-image: linear-gradient(45deg, #3a341c -20%, #edefeb 40%, #ffffff 200%);
}
@media (max-width: 768px) {
  .cid-uX0iMtXMVk {
    background-image: linear-gradient(45deg, #3a341c -60%, #edefeb 40%, #ffffff 200%);
  }
}
.cid-uX0iMtXMVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0iMtXMVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0iMtXMVk .row {
  justify-content: space-between;
}
.cid-uX0iMtXMVk .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uX0iMtXMVk .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uX0iMtXMVk .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX0iMtXMVk .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uX0iMtXMVk .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uX0iMtXMVk .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uX0iMtXMVk .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uX0iMtXMVk .mbr-section-title {
  color: #ffffff;
}
.cid-uX0iMtXMVk .item-title {
  color: #ffffff;
}
.cid-uX0iMtXMVk .item-text {
  color: #ffffff;
}
.cid-uX0iMtXMVk .item-title,
.cid-uX0iMtXMVk .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uX0iMtXMVk .mbr-section-title,
.cid-uX0iMtXMVk .title-wrapper {
  color: #000000;
}
.cid-uX0iMuwRW5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uX0iMuwRW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0iMuwRW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0iMuwRW5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uX0iMuwRW5 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-uX3LF77Ez0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uX3LF77Ez0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3LF77Ez0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3LF77Ez0 .mbr-section-subtitle {
  color: #ff6200;
  text-align: center;
}
.cid-uX3LF77Ez0 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-uX0iMv6P1r {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX0iMv6P1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0iMv6P1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX0iMv6P1r .container {
    padding: 0 15px;
  }
}
.cid-uX0iMv6P1r .row {
  justify-content: center;
}
.cid-uX0iMv6P1r .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uX0iMv6P1r .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uX0iMv6P1r .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uX0iMv6P1r .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uX0iMv6P1r .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX0iMv6P1r .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uX0iMv6P1r .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uX0iMv6P1r .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uX0iMv6P1r .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uX0iMv6P1r .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uX0iMv6P1r .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ff6200;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uX0iMv6P1r .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uX0iMv6P1r .mbr-section-title {
  color: #ff6200;
  text-align: center;
}
.cid-uX0iMv6P1r .mbr-section-subtitle {
  color: #ff6200;
}
.cid-uX0iMv6P1r .list {
  color: #ffffff;
}
.cid-uX0iMv6P1r .list,
.cid-uX0iMv6P1r .item-wrap {
  color: #000000;
}
.cid-uX0iMw6qfe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-uX0iMw6qfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0iMw6qfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0iMw6qfe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uX0iMw6qfe .container {
    padding: 0 15px;
  }
}
.cid-uX0iMw6qfe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uX0iMw6qfe .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uX0iMw6qfe .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-uX0iMw6qfe .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uX0iMw6qfe .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uX0iMw6qfe .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uX0iMw6qfe .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uX0iMw6qfe .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uX0iMw6qfe .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uX0iMw6qfe .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uX0iMw6qfe .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-uX0iMw6qfe .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-uX0iMw6qfe .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-uX0iMw6qfe .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uX0iMw6qfe .mbr-section-title {
  color: #ff6200;
  text-align: center;
}
.cid-uX0iMw6qfe .panel-title {
  color: #ffffff;
}
.cid-uX0iMw6qfe .panel-text {
  color: #d2d2df;
}
.cid-uX0iMwKKoQ {
  padding-top: 30px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uX0iMwKKoQ .mbr-section-title {
  color: #06182d;
}
.cid-uX0iMwKKoQ .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uX0iMwKKoQ .mbr-section-subtitle {
  color: #06182d;
}
.cid-uX0iMwKKoQ .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uX0iMwKKoQ .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-uX0iMwKKoQ .title-text {
  margin-bottom: 70px;
}
.cid-uX0iMwKKoQ .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uX0iMwKKoQ .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uX0iMwKKoQ .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uX0iMwKKoQ .title-text .mbr-section-title {
  color: #ffffff;
}
.cid-uX0iMwKKoQ .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uX0iMwKKoQ .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uX0iMwKKoQ .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uX0iMwKKoQ .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-uX0iMwKKoQ .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uX0iMwKKoQ .p-4 {
  padding: 1rem 0 !important;
}
.cid-uX0iMwKKoQ .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uX0iMwKKoQ .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uX0iMwKKoQ .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uX0iMwKKoQ .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uX0iMwKKoQ .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uX0iMwKKoQ .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uX0iMwKKoQ .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uX0iMwKKoQ .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uX0iMwKKoQ .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uX0iMwKKoQ .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uX0iMwKKoQ .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-uX0iMwKKoQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uX0iMwKKoQ .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uX0iMwKKoQ .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uX0iMwKKoQ .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uX0iMwKKoQ .card .card-header a.panel-title .toggle-icon:before,
.cid-uX0iMwKKoQ .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uX0iMwKKoQ .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uX0iMwKKoQ .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uX0iMwKKoQ .card .panel-body {
  padding: 14px 20px;
}
.cid-uX0iMwKKoQ .card .panel-body p {
  color: #000000;
  line-height: 1.5;
}
.cid-uX0iMwKKoQ .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uX0iMwKKoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0iMwKKoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0iMwKKoQ .title-text .mbr-section-subtitle {
  color: #000000;
}
.cid-uX0iMwKKoQ .card .card-header a.panel-title h4 {
  color: #000000;
}
.cid-uX3NvWoct2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #636262;
}
.cid-uX3NvWoct2 .justify-content-center {
  align-items: center;
}
.cid-uX3NvWoct2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3NvWoct2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3NvWoct2 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uX3NvWoct2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX3NvWoct2 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uX3NvWoct2 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uX3NvWoct2 .row {
  align-items: center;
}
.cid-uX3NvWoct2 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-uX3NvWoct2 .card-text {
    text-align: center;
  }
}
.cid-uX0iMykOY9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uX0iMykOY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0iMykOY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uX0iMykOY9 {
    align-items: flex-start;
  }
  .cid-uX0iMykOY9 .row {
    justify-content: flex-start;
  }
}
.cid-uX0iMykOY9 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uX0iMykOY9 .mbr-text,
.cid-uX0iMykOY9 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uX0iMykOY9 .mbr-section-title,
.cid-uX0iMykOY9 .line {
  color: #000000;
}
.cid-uX0iMykOY9 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uX0iMykOY9 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uX0iMykOY9 .mbr-section-subtitle,
.cid-uX0iMykOY9 .align {
  text-align: left;
  color: #232323;
}
.cid-uX0iMyW7Vb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uX0iMyW7Vb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0iMyW7Vb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0iMyW7Vb .content-wrap {
  padding: 60px 0;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uX0iMyW7Vb .content-wrap {
    padding: 20px;
  }
}
.cid-uX0iMyW7Vb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uX0iMyW7Vb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uX0iMyW7Vb .embla__slide .slide-content {
  width: 100%;
}
.cid-uX0iMyW7Vb .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uX0iMyW7Vb .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uX0iMyW7Vb .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-uX0iMyW7Vb .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-uX0iMyW7Vb .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uX0iMyW7Vb .embla__button--next,
.cid-uX0iMyW7Vb .embla__button--prev {
  display: flex;
}
.cid-uX0iMyW7Vb .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uX0iMyW7Vb .embla__button {
    bottom: 0;
  }
}
.cid-uX0iMyW7Vb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uX0iMyW7Vb .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uX0iMyW7Vb .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-uX0iMyW7Vb .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-uX0iMyW7Vb .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-uX0iMyW7Vb .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uX0iMyW7Vb .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uX0iMyW7Vb .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uX0iMyW7Vb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uX0iMyW7Vb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uX0iMyW7Vb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uX0iMyW7Vb .item-text {
  color: #404349;
}
.cid-uX0iMyW7Vb .item-name {
  color: #ff6200;
}
.cid-uX0iMyW7Vb .item-role {
  color: #000000;
}
.cid-uX0iMAasjb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-uX0iMAasjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0iMAasjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0iMAasjb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uX0iMAasjb .container-fluid {
    padding: 0 20px;
  }
}
.cid-uX0iMAasjb .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uX0iMAasjb .container {
    padding: 0 20px;
  }
}
.cid-uX0iMAasjb .mbr-section-title {
  margin-bottom: 64px;
  color: #ff6200;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uX0iMAasjb .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uX0iMAasjb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uX0iMAasjb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uX0iMAasjb .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uX0iMAasjb .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uX0iMAasjb .embla__button--next,
.cid-uX0iMAasjb .embla__button--prev {
  display: flex;
}
.cid-uX0iMAasjb .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uX0iMAasjb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uX0iMAasjb .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uX0iMAasjb .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uX0iMAasjb .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uX0iMAasjb .embla__button {
    top: 7rem;
  }
}
.cid-uX0iMAasjb .embla {
  position: relative;
  width: 100%;
}
.cid-uX0iMAasjb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uX0iMAasjb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uX0iMAasjb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uX0iMAasjb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uX0iMBD71m {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uX0iMBD71m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0iMBD71m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0iMBD71m .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uX0iMBD71m .container-fluid {
    padding: 0 20px;
  }
}
.cid-uX0iMBD71m .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uX0iMBD71m .container {
    padding: 0 20px;
  }
}
.cid-uX0iMBD71m .mbr-section-title {
  margin-bottom: 64px;
  color: #ff6200;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uX0iMBD71m .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uX0iMBD71m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uX0iMBD71m .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uX0iMBD71m .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uX0iMBD71m .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uX0iMBD71m .embla__button--next,
.cid-uX0iMBD71m .embla__button--prev {
  display: flex;
}
.cid-uX0iMBD71m .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uX0iMBD71m .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uX0iMBD71m .embla__button:hover {
  background: transparent;
  color: #320707;
  opacity: .7;
}
.cid-uX0iMBD71m .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uX0iMBD71m .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uX0iMBD71m .embla__button {
    top: 7rem;
  }
}
.cid-uX0iMBD71m .embla {
  position: relative;
  width: 100%;
}
.cid-uX0iMBD71m .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uX0iMBD71m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uX0iMBD71m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uX0iMBD71m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uX0iMCMNHD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX0iMCMNHD .item:focus,
.cid-uX0iMCMNHD span:focus {
  outline: none;
}
.cid-uX0iMCMNHD .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uX0iMCMNHD .content-head {
  max-width: 800px;
}
.cid-uX0iMCMNHD .item {
  font-weight: 700;
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uX0iMCMNHD .item {
    min-height: 45px;
  }
}
.cid-uX0iMDt2ho {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uX0iMDt2ho .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0iMDt2ho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0iMDt2ho .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uX0iMDt2ho .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uX0iMDt2ho .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uX0iMDt2ho .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uX0iMDt2ho .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uX0iMDt2ho .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #232323;
}
.cid-uX0iMDt2ho .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uX0iMDt2ho .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uX0iMDt2ho .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uX0iMDt2ho .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uX0iMDt2ho .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uX0iMDt2ho .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uX0iMDt2ho .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uX0iMDt2ho .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ff6200;
}
@media (max-width: 992px) {
  .cid-uX0iMDt2ho .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uX0iMDt2ho .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff6200;
}
.cid-uX0iMDt2ho .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uX0iMDt2ho .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uX0iMDt2ho .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uX0iMDt2ho .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uX0iMDt2ho .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uX0iMDt2ho .mbr-section-title,
.cid-uX0iMDt2ho .title-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uX0iMDt2ho .panel-title-edit {
  color: #ffffff;
}
.cid-uX0iMDt2ho .panel-text {
  color: #323432;
}
.cid-uX0iMDt2ho .panel-text,
.cid-uX0iMDt2ho .panel-body {
  color: #ff6200;
}
.cid-uX0iMEnCjc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ff6200;
}
.cid-uX0iMEnCjc .justify-content-center {
  align-items: center;
}
.cid-uX0iMEnCjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0iMEnCjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0iMEnCjc .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uX0iMEnCjc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX0iMEnCjc .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uX0iMEnCjc .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uX0iMEnCjc .row {
  align-items: center;
}
.cid-uX0iMEnCjc .card-text {
  color: #fafafa;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uX0iMEnCjc .card-text {
    text-align: center;
  }
}
.cid-uX0iMF96Or {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uX0iMF96Or .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0iMF96Or .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0iMF96Or .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uX0iMF96Or .container {
    padding: 0 15px;
  }
}
.cid-uX0iMF96Or .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uX0iMF96Or .title-wrapper {
    text-align: center;
  }
}
.cid-uX0iMF96Or .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uX0iMF96Or .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uX0iMF96Or .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX0iMF96Or .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uX0iMF96Or .list {
    justify-content: center;
  }
}
.cid-uX0iMF96Or .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uX0iMF96Or .list .item-wrap:hover,
.cid-uX0iMF96Or .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uX0iMF96Or .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uX0iMF96Or .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uX0iMF96Or .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uX0iMF96Or .copy-wrapper {
    height: auto;
  }
}
.cid-uX0iMF96Or .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX0iMF96Or .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uX0iMF96Or .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uX0iMF96Or .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uX0iMF96Or .social-wrapper {
    text-align: center;
  }
}
.cid-uX0iMF96Or .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uX0iMF96Or .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uX0iMF96Or .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uX0iMF96Or .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uX0iMF96Or .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ff6200;
  background-color: #232b45;
}
.cid-uX0iMF96Or .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #ff6200;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX0iMF96Or .mbr-section-title {
  color: #f2ac2b;
}
.cid-uX0iMF96Or .mbr-copy {
  color: #d2d2df;
}
.cid-uX0iMF96Or .mbr-copy,
.cid-uX0iMF96Or .social-wrapper {
  color: #ffffff;
}
.cid-uX0iMF96Or .mbr-section-title,
.cid-uX0iMF96Or .title-wrapper {
  color: #ff6200;
}
