.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #18212d !important;
}
.bg-success {
  background-color: #ea7c24 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #514717 !important;
}
.bg-danger {
  background-color: #454545 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #18212d !important;
  border-color: #18212d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2a394e !important;
  border-color: #2a394e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a394e !important;
  border-color: #2a394e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eba321 !important;
  border-color: #eba321 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #efb650 !important;
  border-color: #efb650 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #efb650 !important;
  border-color: #efb650 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ea7c24 !important;
  border-color: #ea7c24 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ee9853 !important;
  border-color: #ee9853 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ee9853 !important;
  border-color: #ee9853 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #514717 !important;
  border-color: #514717 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #796a22 !important;
  border-color: #796a22 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #796a22 !important;
  border-color: #796a22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #454545 !important;
  border-color: #454545 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #5f5f5f !important;
  border-color: #5f5f5f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5f5f5f !important;
  border-color: #5f5f5f !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: #18212d;
  color: #18212d;
}
.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: #18212d !important;
  border-color: #18212d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #eba321;
  color: #eba321;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a6700f !important;
  background-color: transparent !important;
  border-color: #a6700f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #eba321 !important;
  border-color: #eba321 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ea7c24;
  color: #ea7c24;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a75310 !important;
  background-color: transparent !important;
  border-color: #a75310 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ea7c24 !important;
  border-color: #ea7c24 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #514717;
  color: #514717;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0d0c04 !important;
  background-color: transparent !important;
  border-color: #0d0c04 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #514717 !important;
  border-color: #514717 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #454545;
  color: #454545;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1a1a1a !important;
  background-color: transparent !important;
  border-color: #1a1a1a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #454545 !important;
  border-color: #454545 !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: #18212d !important;
}
.text-secondary {
  color: #eba321 !important;
}
.text-success {
  color: #ea7c24 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #514717 !important;
}
.text-danger {
  color: #454545 !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: #98670e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #994c0f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #020100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #121212 !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: #18212d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #514717;
}
.alert-danger {
  background-color: #454545;
}
.mbr-gallery-filter li.active .btn {
  background-color: #18212d;
  border-color: #18212d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #18212d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8d3e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcebde;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d8c776;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b8b8b8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #18212d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #18212d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #18212d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #18212d;
}
.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: #18212d;
  border-bottom-color: #18212d;
}
.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: #18212d !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: #eba321 !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='%2318212d' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 10px 16px;
  border-radius: 500px !important;
  border: none !important;
  font-weight: 400;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #ffffff !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #18212d !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  color: #18212d !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  padding: 0 2px 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #18212d;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #eba321;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #ea7c24;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #514717;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #454545;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 2rem !important;
}
.cid-uvqD0TQHCF .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uvqD0TQHCF .collapsed {
  flex-direction: row!important;
}
.cid-uvqD0TQHCF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqD0TQHCF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqD0TQHCF .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uvqD0TQHCF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvqD0TQHCF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqD0TQHCF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvqD0TQHCF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvqD0TQHCF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvqD0TQHCF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqD0TQHCF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvqD0TQHCF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvqD0TQHCF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqD0TQHCF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvqD0TQHCF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvqD0TQHCF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvqD0TQHCF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvqD0TQHCF .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uvqD0TQHCF .nav-item:focus,
.cid-uvqD0TQHCF .nav-link:focus {
  outline: none;
}
.cid-uvqD0TQHCF .text-white:hover,
.cid-uvqD0TQHCF .text-white:active,
.cid-uvqD0TQHCF .text-white:focus {
  color: white!important;
}
.cid-uvqD0TQHCF .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-item:hover {
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-menu {
  background-color: white!important;
}
.cid-uvqD0TQHCF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uvqD0TQHCF .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uvqD0TQHCF .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uvqD0TQHCF .nav-item .nav-link {
    position: relative;
  }
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .navbar-caption {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqD0TQHCF .dropdown-item.active,
.cid-uvqD0TQHCF .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqD0TQHCF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqD0TQHCF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvqD0TQHCF .navbar-buttons {
  text-align: center;
}
.cid-uvqD0TQHCF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ea7c24;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF .nav-link {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvqD0TQHCF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvqD0TQHCF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uvqD0TQHCF .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqD0TQHCF .navbar {
    height: 77px;
  }
  .cid-uvqD0TQHCF .navbar.opened {
    height: auto;
  }
  .cid-uvqD0TQHCF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7mkOhCwFu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-home-1-1920x1080.jpg");
}
.cid-u7mkOhCwFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkOhCwFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkOhCwFu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkOhCwFu .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkOhCwFu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkOhCwFu .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkOhCwFu .container {
    padding: 0 24px;
  }
}
.cid-u7mkOhCwFu .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-u7mkOhCwFu .content-wrapper {
    padding: 0;
  }
}
.cid-u7mkOhCwFu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-u7mkOhCwFu .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-u7mkOhCwFu .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-u7mkOhCwFu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7mkOhCwFu .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: 1;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-u7mkOhCwFu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7mkOhCwFu .mbr-section-title {
  color: #ffffff;
}
.cid-u7mkOhCwFu .mbr-desc,
.cid-u7mkOhCwFu .desc-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-u7mkOhCwFu .mbr-text,
.cid-u7mkOhCwFu .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-u7mkOhCwFu .mbr-section-title,
.cid-u7mkOhCwFu .mbr-section-btn {
  text-align: left;
}
.cid-uvqK69uPjU {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvqK69uPjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqK69uPjU .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-uvqK69uPjU .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvqK69uPjU .container {
    padding: 0 24px;
  }
}
.cid-uvqK69uPjU .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
  max-height: 550px;
}
@media (max-width: 992px) {
  .cid-uvqK69uPjU .content-wrapper {
    display: block;
  }
}
.cid-uvqK69uPjU .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uvqK69uPjU .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvqK69uPjU .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uvqK69uPjU .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvqK69uPjU .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvqK69uPjU .content-wrapper .content-wrap .mbr-text {
  opacity: 1;
  margin-bottom: 22px;
}
.cid-uvqK69uPjU .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvqK69uPjU .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uvqK69uPjU .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvqK69uPjU .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uvqK69uPjU .mbr-section-title {
  color: #18212d;
}
.cid-uvqK69uPjU .mbr-desc {
  color: #18212d;
}
.cid-uvqK69uPjU .mbr-text {
  color: #000000;
}
.cid-uvqK69uPjU .mbr-section-title,
.cid-uvqK69uPjU .mbr-section-btn {
  color: #ea7c24;
}
.cid-uvrYFK6D4k {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf5;
}
.cid-uvrYFK6D4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrYFK6D4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvrYFK6D4k .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvrYFK6D4k .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvrYFK6D4k .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvrYFK6D4k .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvrYFK6D4k .container {
    padding: 0 12px;
  }
}
.cid-uvrYFK6D4k .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvrYFK6D4k .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uvrYFK6D4k .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uvrYFK6D4k .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uvrYFK6D4k .mbr-section-title {
  color: #1D1D1F;
}
.cid-uvrYFK6D4k .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uvrYFK6D4k .mbr-section-title,
.cid-uvrYFK6D4k .mbr-section-btn {
  text-align: center;
  color: #ea7c24;
}
.cid-uvrXyHouUH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fffbf5;
}
.cid-uvrXyHouUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrXyHouUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvrXyHouUH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvrXyHouUH .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvrXyHouUH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvrXyHouUH .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvrXyHouUH .container {
    padding: 0 24px;
  }
}
.cid-uvrXyHouUH .row {
  justify-content: center;
}
.cid-uvrXyHouUH .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvrXyHouUH .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uvrXyHouUH .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uvrXyHouUH .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #514717;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uvrXyHouUH .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #eba321;
  border-color: #edeceb;
}
.cid-uvrXyHouUH .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvrXyHouUH .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uvrXyHouUH .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uvrXyHouUH .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvrXyHouUH .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uvrXyHouUH .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uvrXyHouUH .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: 1;
  margin-bottom: 0;
}
.cid-uvrXyHouUH .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvrXyHouUH .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uvrXyHouUH .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvrXyHouUH .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uvrXyHouUH .tabs-wrapper {
  text-align: center;
}
.cid-uvrXyHouUH .item-title {
  color: #18212d;
}
.cid-uvrXyHouUH .item-text {
  color: #000000;
}
.cid-uvrXyHouUH .item-title,
.cid-uvrXyHouUH .tabs-wrapper {
  color: #ea7c24;
}
.cid-uvrCic8hrI {
  background-color: #eba321;
}
.cid-uvrCic8hrI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrCic8hrI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvrCic8hrI .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 550px;
}
.cid-uvrCic8hrI .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uvrCic8hrI .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uvrCic8hrI .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uvrCic8hrI .content-container {
    flex-wrap: wrap;
  }
}
.cid-uvrCic8hrI .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 65%;
}
@media (max-width: 991px) {
  .cid-uvrCic8hrI .img-container {
    width: 100%;
    order: 3;
  }
}
.cid-uvrCic8hrI .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uvrCic8hrI .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvrCic8hrI .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 35%;
  padding: 0 5.6% 0  5.6%;
  min-height: 640px;
  padding-top: 0rem;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .cid-uvrCic8hrI .text-container {
    width: 100%;
    padding: 0 16% 0  16%;
    min-height: 0;
    padding-top: 0rem;
    padding-bottom: 6rem;
  }
}
.cid-uvrCic8hrI .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uvrCic8hrI .mbr-section-title {
    text-align: center !important;
    padding-top: 60px;
  }
}
.cid-uvrCic8hrI .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uvrCic8hrI .mbr-text {
    text-align: center !important;
  }
}
.cid-uvrCic8hrI .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cid-uvrCic8hrI .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uvqVQNduCJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvqVQNduCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqVQNduCJ .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-uvqVQNduCJ .container {
    padding: 0 20px;
  }
}
.cid-uvqVQNduCJ .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #fffbf5;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uvqVQNduCJ .row {
    padding: 46px 4px 46px;
  }
}
.cid-uvqVQNduCJ .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvqVQNduCJ .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uvqVQNduCJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uvqVQNduCJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvqVQNduCJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvqVQNduCJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvqVQNduCJ .item {
  margin-bottom: 40px;
}
.cid-uvqVQNduCJ .item:first-child {
  margin-bottom: 0;
}
.cid-uvqVQNduCJ .item:hover .item-wrapper .item-img img,
.cid-uvqVQNduCJ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uvqVQNduCJ .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uvqVQNduCJ .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uvqVQNduCJ .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uvqVQNduCJ .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uvqVQNduCJ .item a {
  display: block;
}
.cid-uvqVQNduCJ .mbr-section-title {
  color: #ea7c24;
  text-align: center;
}
.cid-uvqVQNduCJ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uvqVQNduCJ .mbr-text,
.cid-uvqVQNduCJ .text-wrapper {
  color: #454545;
  text-align: center;
}
.cid-uvqVQNduCJ .card-title {
  color: #000000;
}
.cid-uvqVQNduCJ .card-desc {
  color: #ea7c24;
  text-align: left;
}
.cid-uvqVQNduCJ .card-title,
.cid-uvqVQNduCJ .icon-wrapper {
  color: #000000;
}
.cid-uvrIJUFmV1 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uvrIJUFmV1 img {
  width: 120px;
  margin: auto;
}
.cid-uvrIJUFmV1 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uvrIJUFmV1 .card {
    max-width: 15%;
  }
}
.cid-uvrIJUFmV1 .mbr-section-title {
  color: #eba321;
}
.cid-uvrIJUFmV1 .mbr-section-subtitle {
  color: #454545;
}
.cid-u7mkVeV8Yd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fbfaf9;
}
.cid-u7mkVeV8Yd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkVeV8Yd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkVeV8Yd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkVeV8Yd .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkVeV8Yd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkVeV8Yd .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkVeV8Yd .container {
    padding: 0 24px;
  }
}
.cid-u7mkVeV8Yd .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u7mkVeV8Yd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7mkVeV8Yd .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-u7mkVeV8Yd .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7mkVeV8Yd .item {
  margin-bottom: 32px;
}
.cid-u7mkVeV8Yd .item .item-wrapper .item-img {
  border: 16px solid #edeceb;
  background-color: #edeceb;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-u7mkVeV8Yd .item .item-wrapper .item-img:hover img,
.cid-u7mkVeV8Yd .item .item-wrapper .item-img:focus img {
  transform: scale(1.1);
}
.cid-u7mkVeV8Yd .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  border-radius: 1rem !important;
  transition: all 0.3s ease-in-out;
}
.cid-u7mkVeV8Yd .mbr-section-title {
  color: #ea7c24;
  text-align: center;
}
.cid-u7mkVeV8Yd .mbr-desc,
.cid-u7mkVeV8Yd .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uvrQJ15kZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbf5;
}
.cid-uvrQJ15kZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrQJ15kZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvrQJ15kZN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uvrQJ15kZN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvrQJ15kZN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uvrQJ15kZN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uvrQJ15kZN .list-box {
  width: 100%;
}
.cid-uvrQJ15kZN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uvrQJ15kZN .list a:hover:before {
  background-position: left !important;
}
.cid-uvrQJ15kZN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uvrQJ15kZN .news-item {
  width: 100%;
}
.cid-uvrQJ15kZN .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uvrQJ15kZN .news-title {
  color: #ea7c24;
}
.cid-uvrQJ15kZN .copyright {
  margin-top: 20px;
  color: #000000;
}
.cid-uvqD0TQHCF .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uvqD0TQHCF .collapsed {
  flex-direction: row!important;
}
.cid-uvqD0TQHCF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqD0TQHCF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqD0TQHCF .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uvqD0TQHCF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvqD0TQHCF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqD0TQHCF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvqD0TQHCF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvqD0TQHCF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvqD0TQHCF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqD0TQHCF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvqD0TQHCF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvqD0TQHCF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqD0TQHCF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvqD0TQHCF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvqD0TQHCF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvqD0TQHCF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvqD0TQHCF .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uvqD0TQHCF .nav-item:focus,
.cid-uvqD0TQHCF .nav-link:focus {
  outline: none;
}
.cid-uvqD0TQHCF .text-white:hover,
.cid-uvqD0TQHCF .text-white:active,
.cid-uvqD0TQHCF .text-white:focus {
  color: white!important;
}
.cid-uvqD0TQHCF .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-item:hover {
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-menu {
  background-color: white!important;
}
.cid-uvqD0TQHCF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uvqD0TQHCF .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uvqD0TQHCF .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uvqD0TQHCF .nav-item .nav-link {
    position: relative;
  }
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .navbar-caption {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqD0TQHCF .dropdown-item.active,
.cid-uvqD0TQHCF .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqD0TQHCF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqD0TQHCF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvqD0TQHCF .navbar-buttons {
  text-align: center;
}
.cid-uvqD0TQHCF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ea7c24;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF .nav-link {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvqD0TQHCF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvqD0TQHCF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uvqD0TQHCF .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqD0TQHCF .navbar {
    height: 77px;
  }
  .cid-uvqD0TQHCF .navbar.opened {
    height: auto;
  }
  .cid-uvqD0TQHCF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvs8IrQ3mh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/462573820-18035114717267978-1397055376168600684-n-1368x1589.jpg");
}
.cid-uvs8IrQ3mh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvs8IrQ3mh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvs8IrQ3mh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvs8IrQ3mh .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvs8IrQ3mh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvs8IrQ3mh .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvs8IrQ3mh .container {
    padding: 0 24px;
  }
}
.cid-uvs8IrQ3mh .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uvs8IrQ3mh .content-wrapper {
    padding: 0;
  }
}
.cid-uvs8IrQ3mh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uvs8IrQ3mh .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uvs8IrQ3mh .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uvs8IrQ3mh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvs8IrQ3mh .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uvs8IrQ3mh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvs8IrQ3mh .mbr-section-title {
  color: #ffffff;
}
.cid-uvs8IrQ3mh .mbr-desc,
.cid-uvs8IrQ3mh .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvs8IrQ3mh .mbr-text,
.cid-uvs8IrQ3mh .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvs8IrQ3mh .mbr-section-title,
.cid-uvs8IrQ3mh .mbr-section-btn {
  text-align: center;
}
.cid-uvs9n1RuZf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-uvs9n1RuZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvs9n1RuZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvs9n1RuZf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uvs9n1RuZf .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uvs9n1RuZf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uvs9n1RuZf .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uvs9n1RuZf .container {
    padding: 0 16px;
  }
}
.cid-uvs9n1RuZf .row {
  justify-content: center;
}
.cid-uvs9n1RuZf .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvs9n1RuZf .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvs9n1RuZf .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvs9n1RuZf .card {
    flex-direction: column;
  }
}
.cid-uvs9n1RuZf .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uvs9n1RuZf .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvs9n1RuZf .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uvs9n1RuZf .image-wrapper img {
    height: 350px;
  }
}
.cid-uvs9n1RuZf .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uvs9n1RuZf .content-wrapper {
    width: 100%;
  }
}
.cid-uvs9n1RuZf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvs9n1RuZf .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uvs9n1RuZf .mbr-section-subtitle {
  color: #000000;
}
.cid-uvs9n1RuZf .mbr-text {
  color: #000000;
}
.cid-uvs9n1RuZf .mbr-section-subtitle,
.cid-uvs9n1RuZf .mbr-section-btn {
  color: #ea7c24;
}
.cid-uvw1AHpGY4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uvw1AHpGY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvw1AHpGY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvw1AHpGY4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uvw1AHpGY4 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uvw1AHpGY4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uvw1AHpGY4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uvw1AHpGY4 .container {
    padding: 0 16px;
  }
}
.cid-uvw1AHpGY4 .row {
  justify-content: center;
}
.cid-uvw1AHpGY4 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvw1AHpGY4 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvw1AHpGY4 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvw1AHpGY4 .card {
    flex-direction: column;
  }
}
.cid-uvw1AHpGY4 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uvw1AHpGY4 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvw1AHpGY4 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uvw1AHpGY4 .image-wrapper img {
    height: 350px;
  }
}
.cid-uvw1AHpGY4 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uvw1AHpGY4 .content-wrapper {
    width: 100%;
  }
}
.cid-uvw1AHpGY4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvw1AHpGY4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uvw1AHpGY4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uvw1AHpGY4 .mbr-text {
  color: #454545;
}
.cid-uvw1AHpGY4 .mbr-section-subtitle,
.cid-uvw1AHpGY4 .mbr-section-btn {
  color: #ea7c24;
}
.cid-uvw6PtnD9k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffaf5;
}
.cid-uvw6PtnD9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvw6PtnD9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvw6PtnD9k .content-wrapper {
  justify-content: center;
}
.cid-uvw6PtnD9k .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvw6PtnD9k .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvw6PtnD9k .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvw6PtnD9k .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvw6PtnD9k .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvw6PtnD9k .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uvw6PtnD9k .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uvw6PtnD9k .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvw6PtnD9k .video-wrapper {
  transition: all 0.3s ease-in-out;
}
.cid-uvw6PtnD9k .video-wrapper:hover,
.cid-uvw6PtnD9k .video-wrapper:focus {
  background-color: #ea7c24;
}
.cid-uvw6PtnD9k .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uvw6PtnD9k .box .mbr-media {
    height: 350px;
  }
}
.cid-uvw6PtnD9k .box .mbr-media:hover img,
.cid-uvw6PtnD9k .box .mbr-media:focus img {
  border: 2px solid #ea7c24;
}
.cid-uvw6PtnD9k .box .mbr-media:hover .icon-wrapper,
.cid-uvw6PtnD9k .box .mbr-media:focus .icon-wrapper {
  height: 85px;
  width: 85px;
}
.cid-uvw6PtnD9k .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvw6PtnD9k .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uvw6PtnD9k .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uvw6PtnD9k .box .mbr-media .mbr-iconfont {
  font-size: 21px;
  color: #252525;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvw6PtnD9k .mbr-media {
  position: relative;
}
.cid-uvw6PtnD9k .mbr-media img {
  object-fit: cover;
}
.cid-uvw6PtnD9k a:hover {
  background-image: none !important;
}
.cid-uvw6PtnD9k .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uvw6PtnD9k .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-uvw6PtnD9k .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvw6PtnD9k .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvw6PtnD9k .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvw6PtnD9k .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvw6PtnD9k .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvw6PtnD9k .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvw6PtnD9k .mbr-section-title {
  color: #ffffff;
}
.cid-uvw6PtnD9k .mbr-text,
.cid-uvw6PtnD9k .text-wrapper {
  color: #454545;
  text-align: center;
}
.cid-uvw6PtnD9k .mbr-desc,
.cid-uvw6PtnD9k .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvw6PtnD9k .mbr-section-title,
.cid-uvw6PtnD9k .mbr-section-btn {
  text-align: center;
  color: #ea7c24;
}
.cid-uvwaS09s3S {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uvwaS09s3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwaS09s3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uvwaS09s3S .container {
    max-width: 1400px;
  }
}
.cid-uvwaS09s3S .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #eba321;
  margin-bottom: 2rem;
}
.cid-uvwaS09s3S .card-wrapper {
  margin-top: 3rem;
  background: #ffedcc;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-uvwaS09s3S .row {
  justify-content: center;
}
.cid-uvrQJ15kZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbf5;
}
.cid-uvrQJ15kZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrQJ15kZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvrQJ15kZN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uvrQJ15kZN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvrQJ15kZN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uvrQJ15kZN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uvrQJ15kZN .list-box {
  width: 100%;
}
.cid-uvrQJ15kZN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uvrQJ15kZN .list a:hover:before {
  background-position: left !important;
}
.cid-uvrQJ15kZN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uvrQJ15kZN .news-item {
  width: 100%;
}
.cid-uvrQJ15kZN .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uvrQJ15kZN .news-title {
  color: #ea7c24;
}
.cid-uvrQJ15kZN .copyright {
  margin-top: 20px;
  color: #000000;
}
.cid-uvqD0TQHCF .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uvqD0TQHCF .collapsed {
  flex-direction: row!important;
}
.cid-uvqD0TQHCF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqD0TQHCF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqD0TQHCF .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uvqD0TQHCF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvqD0TQHCF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqD0TQHCF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvqD0TQHCF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvqD0TQHCF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvqD0TQHCF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqD0TQHCF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvqD0TQHCF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvqD0TQHCF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqD0TQHCF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvqD0TQHCF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvqD0TQHCF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvqD0TQHCF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvqD0TQHCF .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uvqD0TQHCF .nav-item:focus,
.cid-uvqD0TQHCF .nav-link:focus {
  outline: none;
}
.cid-uvqD0TQHCF .text-white:hover,
.cid-uvqD0TQHCF .text-white:active,
.cid-uvqD0TQHCF .text-white:focus {
  color: white!important;
}
.cid-uvqD0TQHCF .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-item:hover {
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-menu {
  background-color: white!important;
}
.cid-uvqD0TQHCF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uvqD0TQHCF .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uvqD0TQHCF .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uvqD0TQHCF .nav-item .nav-link {
    position: relative;
  }
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .navbar-caption {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqD0TQHCF .dropdown-item.active,
.cid-uvqD0TQHCF .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqD0TQHCF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqD0TQHCF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvqD0TQHCF .navbar-buttons {
  text-align: center;
}
.cid-uvqD0TQHCF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ea7c24;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF .nav-link {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvqD0TQHCF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvqD0TQHCF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uvqD0TQHCF .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqD0TQHCF .navbar {
    height: 77px;
  }
  .cid-uvqD0TQHCF .navbar.opened {
    height: auto;
  }
  .cid-uvqD0TQHCF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvwedUlgPS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/462573820-18035114717267978-1397055376168600684-n-1368x1589.jpg");
}
.cid-uvwedUlgPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwedUlgPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwedUlgPS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvwedUlgPS .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvwedUlgPS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvwedUlgPS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvwedUlgPS .container {
    padding: 0 24px;
  }
}
.cid-uvwedUlgPS .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uvwedUlgPS .content-wrapper {
    padding: 0;
  }
}
.cid-uvwedUlgPS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uvwedUlgPS .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uvwedUlgPS .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uvwedUlgPS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvwedUlgPS .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uvwedUlgPS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvwedUlgPS .mbr-section-title {
  color: #ffffff;
}
.cid-uvwedUlgPS .mbr-desc,
.cid-uvwedUlgPS .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvwedUlgPS .mbr-text,
.cid-uvwedUlgPS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvwedUlgPS .mbr-section-title,
.cid-uvwedUlgPS .mbr-section-btn {
  text-align: center;
}
.cid-uvwjzgOf2y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fffbf5;
  overflow: hidden;
}
.cid-uvwjzgOf2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwjzgOf2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwjzgOf2y .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uvwjzgOf2y .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uvwjzgOf2y .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uvwjzgOf2y .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uvwjzgOf2y .container {
    padding: 0 16px;
  }
}
.cid-uvwjzgOf2y .row {
  justify-content: center;
}
.cid-uvwjzgOf2y .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvwjzgOf2y .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvwjzgOf2y .card {
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvwjzgOf2y .card {
    flex-direction: column;
  }
}
.cid-uvwjzgOf2y .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uvwjzgOf2y .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvwjzgOf2y .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uvwjzgOf2y .image-wrapper img {
    height: 350px;
  }
}
.cid-uvwjzgOf2y .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uvwjzgOf2y .content-wrapper {
    width: 100%;
  }
}
.cid-uvwjzgOf2y .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvwjzgOf2y .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uvwjzgOf2y .mbr-section-subtitle {
  color: #000000;
}
.cid-uvwjzgOf2y .mbr-text {
  color: #454545;
}
.cid-uvwjzgOf2y .mbr-section-subtitle,
.cid-uvwjzgOf2y .mbr-section-btn {
  color: #ea7c24;
}
.cid-uvwkXLvTIF {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvwkXLvTIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwkXLvTIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwkXLvTIF .mbr-section-title {
  color: #24262b;
}
.cid-uvwkXLvTIF .mbr-section-subtitle {
  color: #ea7c24;
}
.cid-uvwkXLvTIF .mbr-section-btn {
  margin-top: 16px;
}
.cid-uvwkKla4Ui {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvwkKla4Ui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwkKla4Ui .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-uvwkKla4Ui .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvwkKla4Ui .container {
    padding: 0 24px;
  }
}
.cid-uvwkKla4Ui .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #ffedcc;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uvwkKla4Ui .content-wrapper {
    display: block;
  }
}
.cid-uvwkKla4Ui .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uvwkKla4Ui .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvwkKla4Ui .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uvwkKla4Ui .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvwkKla4Ui .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvwkKla4Ui .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uvwkKla4Ui .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvwkKla4Ui .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uvwkKla4Ui .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvwkKla4Ui .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uvwkKla4Ui .mbr-section-title {
  color: #18212d;
}
.cid-uvwkKla4Ui .mbr-desc {
  color: #18212d;
}
.cid-uvwkKla4Ui .mbr-text {
  color: #000000;
}
.cid-uvwkKla4Ui .mbr-section-title,
.cid-uvwkKla4Ui .mbr-section-btn {
  color: #ea7c24;
}
.cid-uvwlw7LPwK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvwlw7LPwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwlw7LPwK .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-uvwlw7LPwK .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvwlw7LPwK .container {
    padding: 0 24px;
  }
}
.cid-uvwlw7LPwK .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #ffedcc;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uvwlw7LPwK .content-wrapper {
    display: block;
  }
}
.cid-uvwlw7LPwK .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uvwlw7LPwK .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvwlw7LPwK .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uvwlw7LPwK .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvwlw7LPwK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvwlw7LPwK .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uvwlw7LPwK .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvwlw7LPwK .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uvwlw7LPwK .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvwlw7LPwK .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uvwlw7LPwK .mbr-section-title {
  color: #18212d;
}
.cid-uvwlw7LPwK .mbr-desc {
  color: #18212d;
}
.cid-uvwlw7LPwK .mbr-text {
  color: #000000;
}
.cid-uvwlw7LPwK .mbr-section-title,
.cid-uvwlw7LPwK .mbr-section-btn {
  color: #ea7c24;
}
.cid-uvwm5Osmfx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvwm5Osmfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwm5Osmfx .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-uvwm5Osmfx .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvwm5Osmfx .container {
    padding: 0 24px;
  }
}
.cid-uvwm5Osmfx .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #ffedcc;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uvwm5Osmfx .content-wrapper {
    display: block;
  }
}
.cid-uvwm5Osmfx .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uvwm5Osmfx .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvwm5Osmfx .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uvwm5Osmfx .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvwm5Osmfx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvwm5Osmfx .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uvwm5Osmfx .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvwm5Osmfx .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uvwm5Osmfx .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvwm5Osmfx .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uvwm5Osmfx .mbr-section-title {
  color: #18212d;
}
.cid-uvwm5Osmfx .mbr-desc {
  color: #18212d;
}
.cid-uvwm5Osmfx .mbr-text {
  color: #000000;
}
.cid-uvwm5Osmfx .mbr-section-title,
.cid-uvwm5Osmfx .mbr-section-btn {
  color: #ea7c24;
}
.cid-uvwlEHIT1r {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvwlEHIT1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwlEHIT1r .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-uvwlEHIT1r .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvwlEHIT1r .container {
    padding: 0 24px;
  }
}
.cid-uvwlEHIT1r .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #ffedcc;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uvwlEHIT1r .content-wrapper {
    display: block;
  }
}
.cid-uvwlEHIT1r .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uvwlEHIT1r .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvwlEHIT1r .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uvwlEHIT1r .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvwlEHIT1r .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvwlEHIT1r .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uvwlEHIT1r .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvwlEHIT1r .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uvwlEHIT1r .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvwlEHIT1r .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uvwlEHIT1r .mbr-section-title {
  color: #18212d;
}
.cid-uvwlEHIT1r .mbr-desc {
  color: #18212d;
}
.cid-uvwlEHIT1r .mbr-text {
  color: #000000;
}
.cid-uvwlEHIT1r .mbr-section-title,
.cid-uvwlEHIT1r .mbr-section-btn {
  color: #ea7c24;
}
.cid-uvwmzf0Gfi {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uvwmzf0Gfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwmzf0Gfi .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-uvwmzf0Gfi .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvwmzf0Gfi .container {
    padding: 0 24px;
  }
}
.cid-uvwmzf0Gfi .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #ffedcc;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uvwmzf0Gfi .content-wrapper {
    display: block;
  }
}
.cid-uvwmzf0Gfi .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uvwmzf0Gfi .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvwmzf0Gfi .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uvwmzf0Gfi .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvwmzf0Gfi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvwmzf0Gfi .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uvwmzf0Gfi .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvwmzf0Gfi .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uvwmzf0Gfi .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvwmzf0Gfi .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uvwmzf0Gfi .mbr-section-title {
  color: #18212d;
}
.cid-uvwmzf0Gfi .mbr-desc {
  color: #18212d;
}
.cid-uvwmzf0Gfi .mbr-text {
  color: #000000;
}
.cid-uvwmzf0Gfi .mbr-section-title,
.cid-uvwmzf0Gfi .mbr-section-btn {
  color: #ea7c24;
}
.cid-uvrQJ15kZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbf5;
}
.cid-uvrQJ15kZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrQJ15kZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvrQJ15kZN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uvrQJ15kZN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvrQJ15kZN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uvrQJ15kZN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uvrQJ15kZN .list-box {
  width: 100%;
}
.cid-uvrQJ15kZN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uvrQJ15kZN .list a:hover:before {
  background-position: left !important;
}
.cid-uvrQJ15kZN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uvrQJ15kZN .news-item {
  width: 100%;
}
.cid-uvrQJ15kZN .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uvrQJ15kZN .news-title {
  color: #ea7c24;
}
.cid-uvrQJ15kZN .copyright {
  margin-top: 20px;
  color: #000000;
}
.cid-uvqD0TQHCF .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uvqD0TQHCF .collapsed {
  flex-direction: row!important;
}
.cid-uvqD0TQHCF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqD0TQHCF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqD0TQHCF .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uvqD0TQHCF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvqD0TQHCF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqD0TQHCF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvqD0TQHCF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvqD0TQHCF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvqD0TQHCF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqD0TQHCF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvqD0TQHCF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvqD0TQHCF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqD0TQHCF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvqD0TQHCF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvqD0TQHCF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvqD0TQHCF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvqD0TQHCF .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uvqD0TQHCF .nav-item:focus,
.cid-uvqD0TQHCF .nav-link:focus {
  outline: none;
}
.cid-uvqD0TQHCF .text-white:hover,
.cid-uvqD0TQHCF .text-white:active,
.cid-uvqD0TQHCF .text-white:focus {
  color: white!important;
}
.cid-uvqD0TQHCF .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-item:hover {
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-menu {
  background-color: white!important;
}
.cid-uvqD0TQHCF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uvqD0TQHCF .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uvqD0TQHCF .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uvqD0TQHCF .nav-item .nav-link {
    position: relative;
  }
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .navbar-caption {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqD0TQHCF .dropdown-item.active,
.cid-uvqD0TQHCF .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqD0TQHCF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqD0TQHCF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvqD0TQHCF .navbar-buttons {
  text-align: center;
}
.cid-uvqD0TQHCF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ea7c24;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF .nav-link {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvqD0TQHCF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvqD0TQHCF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uvqD0TQHCF .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqD0TQHCF .navbar {
    height: 77px;
  }
  .cid-uvqD0TQHCF .navbar.opened {
    height: auto;
  }
  .cid-uvqD0TQHCF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvwrZcDNiq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/462573820-18035114717267978-1397055376168600684-n-1368x1589.jpg");
}
.cid-uvwrZcDNiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwrZcDNiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwrZcDNiq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvwrZcDNiq .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvwrZcDNiq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvwrZcDNiq .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvwrZcDNiq .container {
    padding: 0 24px;
  }
}
.cid-uvwrZcDNiq .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uvwrZcDNiq .content-wrapper {
    padding: 0;
  }
}
.cid-uvwrZcDNiq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uvwrZcDNiq .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uvwrZcDNiq .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uvwrZcDNiq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvwrZcDNiq .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uvwrZcDNiq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvwrZcDNiq .mbr-section-title {
  color: #ffffff;
}
.cid-uvwrZcDNiq .mbr-desc,
.cid-uvwrZcDNiq .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvwrZcDNiq .mbr-text,
.cid-uvwrZcDNiq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvwrZcDNiq .mbr-section-title,
.cid-uvwrZcDNiq .mbr-section-btn {
  text-align: center;
}
.cid-uvwsPeZGJF {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvwsPeZGJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwsPeZGJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwsPeZGJF .mbr-section-title {
  color: #24262b;
}
.cid-uvwsPeZGJF .mbr-section-subtitle {
  color: #ea7c24;
}
.cid-uvwsPeZGJF .mbr-section-btn {
  margin-top: 16px;
}
.cid-uvwsMv6GAu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvwsMv6GAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwsMv6GAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwsMv6GAu .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvwsMv6GAu .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvwsMv6GAu .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvwsMv6GAu .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvwsMv6GAu .container {
    padding: 0 12px;
  }
}
.cid-uvwsMv6GAu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvwsMv6GAu .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uvwsMv6GAu .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uvwsMv6GAu .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uvwsMv6GAu .mbr-section-title {
  color: #1D1D1F;
}
.cid-uvwsMv6GAu .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uvwsMv6GAu .mbr-section-title,
.cid-uvwsMv6GAu .mbr-section-btn {
  text-align: center;
}
.cid-uvwvqq74y1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fffbf5;
}
.cid-uvwvqq74y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwvqq74y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwvqq74y1 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uvwvqq74y1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uvwvqq74y1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvwvqq74y1 .container {
    padding: 0 20px;
  }
}
.cid-uvwvqq74y1 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uvwvqq74y1 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uvwvqq74y1 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uvwvqq74y1 .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-uvwvqq74y1 .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uvwvqq74y1 .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-uvwvqq74y1 .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-uvwvqq74y1 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uvwvqq74y1 .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uvwvqq74y1 .dragArea.row .form-group .form-control:hover,
.cid-uvwvqq74y1 .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-uvwvqq74y1 .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-uvwvqq74y1 .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uvwvqq74y1 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uvwvqq74y1 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uvwvqq74y1 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uvwvqq74y1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvwvqq74y1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvwvqq74y1 .mbr-text,
.cid-uvwvqq74y1 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvwvqq74y1 label {
  color: #000000;
}
.cid-uvwvqq74y1 .mbr-section-btn {
  text-align: center;
}
.cid-uvwvqq74y1 H2 {
  color: #ea7c24;
}
.cid-uvwy985K5X {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uvwy985K5X img {
  width: 120px;
  margin: auto;
}
.cid-uvwy985K5X .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uvwy985K5X .card {
    max-width: 15%;
  }
}
.cid-uvwy985K5X .mbr-section-title {
  color: #eba321;
}
.cid-uvwy985K5X .mbr-section-subtitle {
  color: #454545;
}
.cid-uvrQJ15kZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbf5;
}
.cid-uvrQJ15kZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrQJ15kZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvrQJ15kZN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uvrQJ15kZN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvrQJ15kZN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uvrQJ15kZN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uvrQJ15kZN .list-box {
  width: 100%;
}
.cid-uvrQJ15kZN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uvrQJ15kZN .list a:hover:before {
  background-position: left !important;
}
.cid-uvrQJ15kZN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uvrQJ15kZN .news-item {
  width: 100%;
}
.cid-uvrQJ15kZN .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uvrQJ15kZN .news-title {
  color: #ea7c24;
}
.cid-uvrQJ15kZN .copyright {
  margin-top: 20px;
  color: #000000;
}
.cid-uvqD0TQHCF .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uvqD0TQHCF .collapsed {
  flex-direction: row!important;
}
.cid-uvqD0TQHCF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqD0TQHCF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqD0TQHCF .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uvqD0TQHCF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvqD0TQHCF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqD0TQHCF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvqD0TQHCF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvqD0TQHCF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvqD0TQHCF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqD0TQHCF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvqD0TQHCF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvqD0TQHCF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqD0TQHCF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvqD0TQHCF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvqD0TQHCF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvqD0TQHCF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvqD0TQHCF .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uvqD0TQHCF .nav-item:focus,
.cid-uvqD0TQHCF .nav-link:focus {
  outline: none;
}
.cid-uvqD0TQHCF .text-white:hover,
.cid-uvqD0TQHCF .text-white:active,
.cid-uvqD0TQHCF .text-white:focus {
  color: white!important;
}
.cid-uvqD0TQHCF .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-item:hover {
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-menu {
  background-color: white!important;
}
.cid-uvqD0TQHCF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uvqD0TQHCF .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uvqD0TQHCF .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uvqD0TQHCF .nav-item .nav-link {
    position: relative;
  }
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .navbar-caption {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqD0TQHCF .dropdown-item.active,
.cid-uvqD0TQHCF .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqD0TQHCF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqD0TQHCF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvqD0TQHCF .navbar-buttons {
  text-align: center;
}
.cid-uvqD0TQHCF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ea7c24;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF .nav-link {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvqD0TQHCF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvqD0TQHCF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uvqD0TQHCF .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqD0TQHCF .navbar {
    height: 77px;
  }
  .cid-uvqD0TQHCF .navbar.opened {
    height: auto;
  }
  .cid-uvqD0TQHCF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvPvCdVmBm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/462573820-18035114717267978-1397055376168600684-n-1368x1589.jpg");
}
.cid-uvPvCdVmBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPvCdVmBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPvCdVmBm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvPvCdVmBm .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvPvCdVmBm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvPvCdVmBm .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvPvCdVmBm .container {
    padding: 0 24px;
  }
}
.cid-uvPvCdVmBm .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uvPvCdVmBm .content-wrapper {
    padding: 0;
  }
}
.cid-uvPvCdVmBm .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uvPvCdVmBm .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uvPvCdVmBm .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uvPvCdVmBm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvPvCdVmBm .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uvPvCdVmBm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvPvCdVmBm .mbr-section-title {
  color: #ffffff;
}
.cid-uvPvCdVmBm .mbr-desc,
.cid-uvPvCdVmBm .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvPvCdVmBm .mbr-text,
.cid-uvPvCdVmBm .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvPvCdVmBm .mbr-section-title,
.cid-uvPvCdVmBm .mbr-section-btn {
  text-align: center;
}
.cid-uvPychMDOH {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvPychMDOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPychMDOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPychMDOH .mbr-section-title {
  color: #24262b;
}
.cid-uvPychMDOH .mbr-section-subtitle {
  color: #ea7c24;
}
.cid-uvPychMDOH .mbr-section-btn {
  margin-top: 16px;
}
.cid-uvPz1dNsSz {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvPz1dNsSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPz1dNsSz .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #fffbf5;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uvPz1dNsSz .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uvPz1dNsSz .item-wrapper:hover {
  background: #ea7c24;
  transform: translateY(-5px);
}
.cid-uvPz1dNsSz .item-wrapper:hover .card-title,
.cid-uvPz1dNsSz .item-wrapper:hover .card-text,
.cid-uvPz1dNsSz .item-wrapper:hover .card-link,
.cid-uvPz1dNsSz .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uvPz1dNsSz .item-wrapper:hover span {
  color: #18212d;
}
.cid-uvPz1dNsSz .card-title,
.cid-uvPz1dNsSz .card-text,
.cid-uvPz1dNsSz .card-link,
.cid-uvPz1dNsSz .card-link a {
  transition: all 0.3s;
}
.cid-uvPz1dNsSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPz1dNsSz .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uvPz1dNsSz .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uvPz1dNsSz .link-wrapper:hover {
  cursor: pointer;
}
.cid-uvPz1dNsSz .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ea7c24;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uvPz1dNsSz .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uvPz1dNsSz .card-title,
.cid-uvPz1dNsSz .iconfont-wrapper {
  color: #000000;
}
.cid-uvPz1dNsSz .card-text {
  color: #232323;
}
.cid-uvPz1dNsSz .content-head {
  max-width: 800px;
}
.cid-uvPz1dNsSz .mbr-section-title {
  color: #000000;
}
.cid-uvPz1dNsSz .card-link,
.cid-uvPz1dNsSz .link-icon,
.cid-uvPz1dNsSz .link-align {
  color: #232323;
}
.cid-uvPEeqtkHO {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #fffbf5;
}
.cid-uvPEeqtkHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPEeqtkHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPEeqtkHO .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uvPEeqtkHO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvPEeqtkHO .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uvPEeqtkHO .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uvPEeqtkHO .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uvPEeqtkHO .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uvPEeqtkHO .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uvPEeqtkHO .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uvPEeqtkHO .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uvPEeqtkHO .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uvPEeqtkHO .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #ea7c24;
  background-color: #fff1e2;
  border-radius: 100%;
}
.cid-uvPEeqtkHO .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-uvPEeqtkHO .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-uvPEeqtkHO .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-uvPEeqtkHO .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvPEeqtkHO .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  padding: 10px 15px;
  margin-bottom: 0;
  width: auto !important;
}
.cid-uvPEeqtkHO .mbr-section-title {
  color: #404349;
}
.cid-uvPEeqtkHO .item-desc {
  color: #b19a7c;
}
.cid-uvPEeqtkHO .item-name {
  color: #404349;
}
.cid-uvPEeqtkHO .item-role {
  color: #404349;
}
.cid-uvPEeqtkHO .mbr-section-title,
.cid-uvPEeqtkHO .title-wrap {
  text-align: center;
  color: #ea7c24;
}
.cid-uvPFgC9v2y {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvPFgC9v2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPFgC9v2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPFgC9v2y .mbr-section-title {
  color: #24262b;
}
.cid-uvPFgC9v2y .mbr-section-subtitle {
  color: #ea7c24;
}
.cid-uvPFgC9v2y .mbr-section-btn {
  margin-top: 16px;
}
.cid-uvPFchEac3 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvPFchEac3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPFchEac3 .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #fffbf5;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uvPFchEac3 .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uvPFchEac3 .item-wrapper:hover {
  background: #ea7c24;
  transform: translateY(-5px);
}
.cid-uvPFchEac3 .item-wrapper:hover .card-title,
.cid-uvPFchEac3 .item-wrapper:hover .card-text,
.cid-uvPFchEac3 .item-wrapper:hover .card-link,
.cid-uvPFchEac3 .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uvPFchEac3 .item-wrapper:hover span {
  color: #18212d;
}
.cid-uvPFchEac3 .card-title,
.cid-uvPFchEac3 .card-text,
.cid-uvPFchEac3 .card-link,
.cid-uvPFchEac3 .card-link a {
  transition: all 0.3s;
}
.cid-uvPFchEac3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPFchEac3 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uvPFchEac3 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uvPFchEac3 .link-wrapper:hover {
  cursor: pointer;
}
.cid-uvPFchEac3 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ea7c24;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uvPFchEac3 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uvPFchEac3 .card-title,
.cid-uvPFchEac3 .iconfont-wrapper {
  color: #000000;
}
.cid-uvPFchEac3 .card-text {
  color: #232323;
}
.cid-uvPFchEac3 .content-head {
  max-width: 800px;
}
.cid-uvPFchEac3 .mbr-section-title {
  color: #000000;
}
.cid-uvPFchEac3 .card-link,
.cid-uvPFchEac3 .link-icon,
.cid-uvPFchEac3 .link-align {
  color: #232323;
}
.cid-uvrQJ15kZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbf5;
}
.cid-uvrQJ15kZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrQJ15kZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvrQJ15kZN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uvrQJ15kZN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvrQJ15kZN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uvrQJ15kZN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uvrQJ15kZN .list-box {
  width: 100%;
}
.cid-uvrQJ15kZN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uvrQJ15kZN .list a:hover:before {
  background-position: left !important;
}
.cid-uvrQJ15kZN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uvrQJ15kZN .news-item {
  width: 100%;
}
.cid-uvrQJ15kZN .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uvrQJ15kZN .news-title {
  color: #ea7c24;
}
.cid-uvrQJ15kZN .copyright {
  margin-top: 20px;
  color: #000000;
}
.cid-uvqD0TQHCF .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uvqD0TQHCF .collapsed {
  flex-direction: row!important;
}
.cid-uvqD0TQHCF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqD0TQHCF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqD0TQHCF .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uvqD0TQHCF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvqD0TQHCF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqD0TQHCF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvqD0TQHCF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvqD0TQHCF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvqD0TQHCF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqD0TQHCF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvqD0TQHCF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvqD0TQHCF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqD0TQHCF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvqD0TQHCF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvqD0TQHCF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvqD0TQHCF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvqD0TQHCF .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uvqD0TQHCF .nav-item:focus,
.cid-uvqD0TQHCF .nav-link:focus {
  outline: none;
}
.cid-uvqD0TQHCF .text-white:hover,
.cid-uvqD0TQHCF .text-white:active,
.cid-uvqD0TQHCF .text-white:focus {
  color: white!important;
}
.cid-uvqD0TQHCF .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-item:hover {
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-menu {
  background-color: white!important;
}
.cid-uvqD0TQHCF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uvqD0TQHCF .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uvqD0TQHCF .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uvqD0TQHCF .nav-item .nav-link {
    position: relative;
  }
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .navbar-caption {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqD0TQHCF .dropdown-item.active,
.cid-uvqD0TQHCF .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqD0TQHCF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqD0TQHCF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvqD0TQHCF .navbar-buttons {
  text-align: center;
}
.cid-uvqD0TQHCF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ea7c24;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF .nav-link {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvqD0TQHCF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvqD0TQHCF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uvqD0TQHCF .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqD0TQHCF .navbar {
    height: 77px;
  }
  .cid-uvqD0TQHCF .navbar.opened {
    height: auto;
  }
  .cid-uvqD0TQHCF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvPHFKcz9y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/462573820-18035114717267978-1397055376168600684-n-1368x1589.jpg");
}
.cid-uvPHFKcz9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPHFKcz9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPHFKcz9y .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvPHFKcz9y .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvPHFKcz9y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvPHFKcz9y .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvPHFKcz9y .container {
    padding: 0 24px;
  }
}
.cid-uvPHFKcz9y .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uvPHFKcz9y .content-wrapper {
    padding: 0;
  }
}
.cid-uvPHFKcz9y .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uvPHFKcz9y .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uvPHFKcz9y .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uvPHFKcz9y .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvPHFKcz9y .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uvPHFKcz9y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvPHFKcz9y .mbr-section-title {
  color: #ffffff;
}
.cid-uvPHFKcz9y .mbr-desc,
.cid-uvPHFKcz9y .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvPHFKcz9y .mbr-text,
.cid-uvPHFKcz9y .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvPHFKcz9y .mbr-section-title,
.cid-uvPHFKcz9y .mbr-section-btn {
  text-align: center;
}
.cid-uvTrNNQWaZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvTrNNQWaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTrNNQWaZ .container {
  max-width: 1300px;
}
.cid-uvTrNNQWaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvTrNNQWaZ .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvTrNNQWaZ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvTrNNQWaZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvTrNNQWaZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvTrNNQWaZ .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uvTrNNQWaZ .mbr-section-title {
  color: #ea7c24;
}
.cid-uvTrNNQWaZ .mbr-text,
.cid-uvTrNNQWaZ .mbr-section-btn {
  color: #000000;
}
.cid-uvTrNNQWaZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uvTurfIoUg {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fffbf5;
}
.cid-uvTurfIoUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTurfIoUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvTurfIoUg .mbr-section-title {
  color: #24262b;
}
.cid-uvTurfIoUg .mbr-section-subtitle {
  color: #ea7c24;
}
.cid-uvTurfIoUg .mbr-section-btn {
  margin-top: 16px;
}
.cid-uvTuKUf3f9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbf5;
}
.cid-uvTuKUf3f9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTuKUf3f9 .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-uvTuKUf3f9 .container {
    padding: 0 16px;
  }
}
.cid-uvTuKUf3f9 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uvTuKUf3f9 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uvTuKUf3f9 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #ffedcc;
}
.cid-uvTuKUf3f9 .item .item-wrapper {
  height: 100%;
}
.cid-uvTuKUf3f9 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ffedcc;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uvTuKUf3f9 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uvTuKUf3f9 .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uvTuKUf3f9 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uvTuKUf3f9 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uvTuKUf3f9 .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uvTuKUf3f9 .item-emoji {
  color: #ea7c24;
}
.cid-uvTuKUf3f9 .item-title {
  color: #000000;
}
.cid-uvTuKUf3f9 .item-text {
  color: #000000;
}
.cid-uvTvFLq6XA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvTvFLq6XA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTvFLq6XA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvTvFLq6XA .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uvTvFLq6XA .container-fluid {
    padding: 0 20px;
  }
}
.cid-uvTvFLq6XA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvTvFLq6XA .container {
    padding: 0 20px;
  }
}
.cid-uvTvFLq6XA .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uvTvFLq6XA .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uvTvFLq6XA .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uvTvFLq6XA .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-uvTvFLq6XA .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uvTvFLq6XA .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-uvTvFLq6XA .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-uvTvFLq6XA .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uvTvFLq6XA .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uvTvFLq6XA .dragArea.row .form-group .form-control:hover,
.cid-uvTvFLq6XA .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-uvTvFLq6XA .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-uvTvFLq6XA .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uvTvFLq6XA .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uvTvFLq6XA .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uvTvFLq6XA .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uvTvFLq6XA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvTvFLq6XA .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvTvFLq6XA .mbr-text,
.cid-uvTvFLq6XA .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvTvFLq6XA label {
  color: #000000;
}
.cid-uvTvFLq6XA .mbr-section-btn {
  text-align: center;
}
.cid-uvTvFLq6XA H2 {
  color: #ea7c24;
}
.cid-uvrQJ15kZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbf5;
}
.cid-uvrQJ15kZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrQJ15kZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvrQJ15kZN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uvrQJ15kZN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvrQJ15kZN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uvrQJ15kZN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uvrQJ15kZN .list-box {
  width: 100%;
}
.cid-uvrQJ15kZN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uvrQJ15kZN .list a:hover:before {
  background-position: left !important;
}
.cid-uvrQJ15kZN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uvrQJ15kZN .news-item {
  width: 100%;
}
.cid-uvrQJ15kZN .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uvrQJ15kZN .news-title {
  color: #ea7c24;
}
.cid-uvrQJ15kZN .copyright {
  margin-top: 20px;
  color: #000000;
}
.cid-uvqD0TQHCF .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uvqD0TQHCF .collapsed {
  flex-direction: row!important;
}
.cid-uvqD0TQHCF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqD0TQHCF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqD0TQHCF .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uvqD0TQHCF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvqD0TQHCF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqD0TQHCF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvqD0TQHCF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvqD0TQHCF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvqD0TQHCF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqD0TQHCF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvqD0TQHCF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvqD0TQHCF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqD0TQHCF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvqD0TQHCF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvqD0TQHCF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvqD0TQHCF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvqD0TQHCF .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uvqD0TQHCF .nav-item:focus,
.cid-uvqD0TQHCF .nav-link:focus {
  outline: none;
}
.cid-uvqD0TQHCF .text-white:hover,
.cid-uvqD0TQHCF .text-white:active,
.cid-uvqD0TQHCF .text-white:focus {
  color: white!important;
}
.cid-uvqD0TQHCF .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-item:hover {
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-menu {
  background-color: white!important;
}
.cid-uvqD0TQHCF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uvqD0TQHCF .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uvqD0TQHCF .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uvqD0TQHCF .nav-item .nav-link {
    position: relative;
  }
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .navbar-caption {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqD0TQHCF .dropdown-item.active,
.cid-uvqD0TQHCF .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqD0TQHCF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqD0TQHCF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvqD0TQHCF .navbar-buttons {
  text-align: center;
}
.cid-uvqD0TQHCF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ea7c24;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF .nav-link {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvqD0TQHCF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvqD0TQHCF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uvqD0TQHCF .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqD0TQHCF .navbar {
    height: 77px;
  }
  .cid-uvqD0TQHCF .navbar.opened {
    height: auto;
  }
  .cid-uvqD0TQHCF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvUjUiiFUU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/462573820-18035114717267978-1397055376168600684-n-1368x1589.jpg");
}
.cid-uvUjUiiFUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUjUiiFUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUjUiiFUU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvUjUiiFUU .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvUjUiiFUU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvUjUiiFUU .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvUjUiiFUU .container {
    padding: 0 24px;
  }
}
.cid-uvUjUiiFUU .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uvUjUiiFUU .content-wrapper {
    padding: 0;
  }
}
.cid-uvUjUiiFUU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uvUjUiiFUU .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uvUjUiiFUU .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uvUjUiiFUU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvUjUiiFUU .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uvUjUiiFUU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvUjUiiFUU .mbr-section-title {
  color: #ffffff;
}
.cid-uvUjUiiFUU .mbr-desc,
.cid-uvUjUiiFUU .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvUjUiiFUU .mbr-text,
.cid-uvUjUiiFUU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvUjUiiFUU .mbr-section-title,
.cid-uvUjUiiFUU .mbr-section-btn {
  text-align: center;
}
.cid-uvUklblIcc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvUklblIcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUklblIcc .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-uvUklblIcc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvUklblIcc .container {
    padding: 0 24px;
  }
}
.cid-uvUklblIcc .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uvUklblIcc .content-wrapper {
    display: block;
  }
}
.cid-uvUklblIcc .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uvUklblIcc .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvUklblIcc .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uvUklblIcc .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvUklblIcc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvUklblIcc .content-wrapper .content-wrap .mbr-text {
  opacity: 1;
  margin-bottom: 22px;
}
.cid-uvUklblIcc .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvUklblIcc .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uvUklblIcc .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvUklblIcc .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uvUklblIcc .mbr-section-title {
  color: #18212d;
}
.cid-uvUklblIcc .mbr-desc {
  color: #18212d;
}
.cid-uvUklblIcc .mbr-text {
  color: #000000;
}
.cid-uvUklblIcc .mbr-section-title,
.cid-uvUklblIcc .mbr-section-btn {
  color: #ea7c24;
}
.cid-uvUlzT51Lx {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fffbf5;
}
.cid-uvUlzT51Lx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUlzT51Lx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUlzT51Lx .mbr-section-title {
  color: #24262b;
}
.cid-uvUlzT51Lx .mbr-section-subtitle {
  color: #ea7c24;
}
.cid-uvUlzT51Lx .mbr-section-btn {
  margin-top: 16px;
}
.cid-uvUlqUmAFz {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fffbf5;
}
.cid-uvUlqUmAFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUlqUmAFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uvUlqUmAFz .container {
    max-width: 1400px;
  }
}
.cid-uvUlqUmAFz .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #eba321;
  margin-bottom: 2rem;
}
.cid-uvUlqUmAFz .card-wrapper {
  margin-top: 3rem;
  background: #ffedcc;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-uvUlqUmAFz .row {
  justify-content: center;
}
.cid-uvUlqUmAFz .card-text {
  text-align: center;
}
.cid-uvUlqUmAFz .card-title,
.cid-uvUlqUmAFz .iconfont-wrapper {
  text-align: center;
}
.cid-uvUo2p59gY {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvUo2p59gY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUo2p59gY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUo2p59gY .mbr-section-title {
  color: #24262b;
}
.cid-uvUo2p59gY .mbr-section-subtitle {
  color: #ea7c24;
}
.cid-uvUo2p59gY .mbr-section-btn {
  margin-top: 16px;
}
.cid-uvUnUiZar5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvUnUiZar5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUnUiZar5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUnUiZar5 .container,
.cid-uvUnUiZar5 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvUnUiZar5 .container,
  .cid-uvUnUiZar5 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uvUnUiZar5 .row {
  position: relative;
  justify-content: center;
  padding: 0px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvUnUiZar5 .row {
    padding: 0px 0;
    margin: 0;
  }
}
.cid-uvUnUiZar5 .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uvUnUiZar5 .card {
    margin-bottom: 20px;
  }
}
.cid-uvUnUiZar5 .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fff1e2;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uvUnUiZar5 .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uvUnUiZar5 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvUnUiZar5 .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvUnUiZar5 .mbr-card-title {
  color: #3d4045;
}
.cid-uvUnUiZar5 .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uvUnUiZar5 .mbr-card-title,
.cid-uvUnUiZar5 .mbr-section-btn {
  text-align: center;
}
.cid-uvULkIpSc9 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvULkIpSc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvULkIpSc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvULkIpSc9 .container,
.cid-uvULkIpSc9 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvULkIpSc9 .container,
  .cid-uvULkIpSc9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uvULkIpSc9 .row {
  position: relative;
  justify-content: center;
  padding: 0px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvULkIpSc9 .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uvULkIpSc9 .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uvULkIpSc9 .card {
    margin-bottom: 20px;
  }
}
.cid-uvULkIpSc9 .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fff1e2;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uvULkIpSc9 .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uvULkIpSc9 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvULkIpSc9 .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvULkIpSc9 .mbr-card-title {
  color: #3d4045;
}
.cid-uvULkIpSc9 .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uvULkIpSc9 .mbr-card-title,
.cid-uvULkIpSc9 .mbr-section-btn {
  text-align: center;
}
.cid-uvrQJ15kZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbf5;
}
.cid-uvrQJ15kZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrQJ15kZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvrQJ15kZN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uvrQJ15kZN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvrQJ15kZN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uvrQJ15kZN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uvrQJ15kZN .list-box {
  width: 100%;
}
.cid-uvrQJ15kZN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uvrQJ15kZN .list a:hover:before {
  background-position: left !important;
}
.cid-uvrQJ15kZN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uvrQJ15kZN .news-item {
  width: 100%;
}
.cid-uvrQJ15kZN .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uvrQJ15kZN .news-title {
  color: #ea7c24;
}
.cid-uvrQJ15kZN .copyright {
  margin-top: 20px;
  color: #000000;
}
.cid-uvqD0TQHCF .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uvqD0TQHCF .collapsed {
  flex-direction: row!important;
}
.cid-uvqD0TQHCF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqD0TQHCF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqD0TQHCF .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uvqD0TQHCF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvqD0TQHCF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqD0TQHCF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvqD0TQHCF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvqD0TQHCF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvqD0TQHCF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqD0TQHCF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvqD0TQHCF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvqD0TQHCF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqD0TQHCF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvqD0TQHCF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvqD0TQHCF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvqD0TQHCF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvqD0TQHCF .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uvqD0TQHCF .nav-item:focus,
.cid-uvqD0TQHCF .nav-link:focus {
  outline: none;
}
.cid-uvqD0TQHCF .text-white:hover,
.cid-uvqD0TQHCF .text-white:active,
.cid-uvqD0TQHCF .text-white:focus {
  color: white!important;
}
.cid-uvqD0TQHCF .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-item:hover {
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-menu {
  background-color: white!important;
}
.cid-uvqD0TQHCF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uvqD0TQHCF .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uvqD0TQHCF .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uvqD0TQHCF .nav-item .nav-link {
    position: relative;
  }
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .navbar-caption {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqD0TQHCF .dropdown-item.active,
.cid-uvqD0TQHCF .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqD0TQHCF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqD0TQHCF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvqD0TQHCF .navbar-buttons {
  text-align: center;
}
.cid-uvqD0TQHCF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ea7c24;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF .nav-link {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvqD0TQHCF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvqD0TQHCF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uvqD0TQHCF .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqD0TQHCF .navbar {
    height: 77px;
  }
  .cid-uvqD0TQHCF .navbar.opened {
    height: auto;
  }
  .cid-uvqD0TQHCF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvUSgBIUBn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/462573820-18035114717267978-1397055376168600684-n-1368x1589.jpg");
}
.cid-uvUSgBIUBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUSgBIUBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUSgBIUBn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvUSgBIUBn .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvUSgBIUBn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvUSgBIUBn .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvUSgBIUBn .container {
    padding: 0 24px;
  }
}
.cid-uvUSgBIUBn .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uvUSgBIUBn .content-wrapper {
    padding: 0;
  }
}
.cid-uvUSgBIUBn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uvUSgBIUBn .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uvUSgBIUBn .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uvUSgBIUBn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvUSgBIUBn .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uvUSgBIUBn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvUSgBIUBn .mbr-section-title {
  color: #ffffff;
}
.cid-uvUSgBIUBn .mbr-desc,
.cid-uvUSgBIUBn .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvUSgBIUBn .mbr-text,
.cid-uvUSgBIUBn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvUSgBIUBn .mbr-section-title,
.cid-uvUSgBIUBn .mbr-section-btn {
  text-align: center;
}
.cid-uvUShPR9pj {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvUShPR9pj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUShPR9pj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUShPR9pj .mbr-section-title {
  color: #24262b;
}
.cid-uvUShPR9pj .mbr-section-subtitle {
  color: #ea7c24;
}
.cid-uvUShPR9pj .mbr-section-btn {
  margin-top: 16px;
}
.cid-uvUSiiMHi7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvUSiiMHi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUSiiMHi7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUSiiMHi7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvUSiiMHi7 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvUSiiMHi7 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvUSiiMHi7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvUSiiMHi7 .container {
    padding: 0 12px;
  }
}
.cid-uvUSiiMHi7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvUSiiMHi7 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uvUSiiMHi7 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uvUSiiMHi7 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uvUSiiMHi7 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uvUSiiMHi7 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uvUSiiMHi7 .mbr-section-title,
.cid-uvUSiiMHi7 .mbr-section-btn {
  text-align: center;
}
.cid-uvrQJ15kZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbf5;
}
.cid-uvrQJ15kZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrQJ15kZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvrQJ15kZN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uvrQJ15kZN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvrQJ15kZN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uvrQJ15kZN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uvrQJ15kZN .list-box {
  width: 100%;
}
.cid-uvrQJ15kZN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uvrQJ15kZN .list a:hover:before {
  background-position: left !important;
}
.cid-uvrQJ15kZN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uvrQJ15kZN .news-item {
  width: 100%;
}
.cid-uvrQJ15kZN .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uvrQJ15kZN .news-title {
  color: #ea7c24;
}
.cid-uvrQJ15kZN .copyright {
  margin-top: 20px;
  color: #000000;
}
.cid-uvqD0TQHCF .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uvqD0TQHCF .collapsed {
  flex-direction: row!important;
}
.cid-uvqD0TQHCF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqD0TQHCF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqD0TQHCF .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uvqD0TQHCF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvqD0TQHCF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqD0TQHCF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvqD0TQHCF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvqD0TQHCF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvqD0TQHCF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqD0TQHCF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvqD0TQHCF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvqD0TQHCF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqD0TQHCF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvqD0TQHCF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvqD0TQHCF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvqD0TQHCF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvqD0TQHCF .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uvqD0TQHCF .nav-item:focus,
.cid-uvqD0TQHCF .nav-link:focus {
  outline: none;
}
.cid-uvqD0TQHCF .text-white:hover,
.cid-uvqD0TQHCF .text-white:active,
.cid-uvqD0TQHCF .text-white:focus {
  color: white!important;
}
.cid-uvqD0TQHCF .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-item:hover {
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-menu {
  background-color: white!important;
}
.cid-uvqD0TQHCF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uvqD0TQHCF .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uvqD0TQHCF .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uvqD0TQHCF .nav-item .nav-link {
    position: relative;
  }
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .navbar-caption {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqD0TQHCF .dropdown-item.active,
.cid-uvqD0TQHCF .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqD0TQHCF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqD0TQHCF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvqD0TQHCF .navbar-buttons {
  text-align: center;
}
.cid-uvqD0TQHCF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ea7c24;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF .nav-link {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvqD0TQHCF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvqD0TQHCF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uvqD0TQHCF .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqD0TQHCF .navbar {
    height: 77px;
  }
  .cid-uvqD0TQHCF .navbar.opened {
    height: auto;
  }
  .cid-uvqD0TQHCF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwuqyhl9kI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/462573820-18035114717267978-1397055376168600684-n-1368x1589.jpg");
}
.cid-uwuqyhl9kI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwuqyhl9kI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwuqyhl9kI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uwuqyhl9kI .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uwuqyhl9kI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uwuqyhl9kI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uwuqyhl9kI .container {
    padding: 0 24px;
  }
}
.cid-uwuqyhl9kI .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uwuqyhl9kI .content-wrapper {
    padding: 0;
  }
}
.cid-uwuqyhl9kI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uwuqyhl9kI .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uwuqyhl9kI .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uwuqyhl9kI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwuqyhl9kI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uwuqyhl9kI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uwuqyhl9kI .mbr-section-title {
  color: #ffffff;
}
.cid-uwuqyhl9kI .mbr-desc,
.cid-uwuqyhl9kI .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uwuqyhl9kI .mbr-text,
.cid-uwuqyhl9kI .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uwuqyhl9kI .mbr-section-title,
.cid-uwuqyhl9kI .mbr-section-btn {
  text-align: center;
}
.cid-uwuquZHqpl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwuquZHqpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwuquZHqpl .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-uwuquZHqpl .container {
    padding: 0 0px;
  }
}
.cid-uwuquZHqpl .row {
  margin: 0;
  justify-content: center;
  padding: 10px 16px;
  background-color: #ffffff;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uwuquZHqpl .row {
    padding: 46px 4px 46px;
  }
}
.cid-uwuquZHqpl .content-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uwuquZHqpl .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwuquZHqpl .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uwuquZHqpl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uwuquZHqpl .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwuquZHqpl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uwuquZHqpl .item {
  margin-bottom: 40px;
}
.cid-uwuquZHqpl .item:first-child {
  margin-bottom: 0;
}
.cid-uwuquZHqpl .item:hover .item-wrapper .item-img img,
.cid-uwuquZHqpl .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uwuquZHqpl .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uwuquZHqpl .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uwuquZHqpl .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uwuquZHqpl .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uwuquZHqpl .item a {
  display: block;
}
.cid-uwuquZHqpl .mbr-section-title {
  color: #ea7c24;
  text-align: center;
}
.cid-uwuquZHqpl .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uwuquZHqpl .mbr-text,
.cid-uwuquZHqpl .text-wrapper {
  color: #454545;
  text-align: center;
}
.cid-uwuquZHqpl .card-title {
  color: #000000;
}
.cid-uwuquZHqpl .card-desc {
  color: #ea7c24;
  text-align: left;
}
.cid-uwuquZHqpl .card-title,
.cid-uwuquZHqpl .icon-wrapper {
  color: #000000;
}
.cid-uwykZbMtPW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwykZbMtPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwykZbMtPW .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-uwykZbMtPW .container {
    padding: 0 0px;
  }
}
.cid-uwykZbMtPW .row {
  margin: 0;
  justify-content: center;
  padding: 10px 16px;
  background-color: #ffffff;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uwykZbMtPW .row {
    padding: 46px 4px 46px;
  }
}
.cid-uwykZbMtPW .content-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uwykZbMtPW .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwykZbMtPW .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uwykZbMtPW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uwykZbMtPW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwykZbMtPW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uwykZbMtPW .item {
  margin-bottom: 40px;
}
.cid-uwykZbMtPW .item:first-child {
  margin-bottom: 0;
}
.cid-uwykZbMtPW .item:hover .item-wrapper .item-img img,
.cid-uwykZbMtPW .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uwykZbMtPW .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uwykZbMtPW .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uwykZbMtPW .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uwykZbMtPW .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uwykZbMtPW .item a {
  display: block;
}
.cid-uwykZbMtPW .mbr-section-title {
  color: #ea7c24;
  text-align: center;
}
.cid-uwykZbMtPW .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uwykZbMtPW .mbr-text,
.cid-uwykZbMtPW .text-wrapper {
  color: #454545;
  text-align: center;
}
.cid-uwykZbMtPW .card-title {
  color: #000000;
}
.cid-uwykZbMtPW .card-desc {
  color: #ea7c24;
  text-align: left;
}
.cid-uwykZbMtPW .card-title,
.cid-uwykZbMtPW .icon-wrapper {
  color: #000000;
}
.cid-uwyl1YuDPD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwyl1YuDPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwyl1YuDPD .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-uwyl1YuDPD .container {
    padding: 0 0px;
  }
}
.cid-uwyl1YuDPD .row {
  margin: 0;
  justify-content: center;
  padding: 10px 16px;
  background-color: #ffffff;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uwyl1YuDPD .row {
    padding: 46px 4px 46px;
  }
}
.cid-uwyl1YuDPD .content-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uwyl1YuDPD .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwyl1YuDPD .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uwyl1YuDPD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uwyl1YuDPD .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwyl1YuDPD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uwyl1YuDPD .item {
  margin-bottom: 40px;
}
.cid-uwyl1YuDPD .item:first-child {
  margin-bottom: 0;
}
.cid-uwyl1YuDPD .item:hover .item-wrapper .item-img img,
.cid-uwyl1YuDPD .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uwyl1YuDPD .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uwyl1YuDPD .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uwyl1YuDPD .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uwyl1YuDPD .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uwyl1YuDPD .item a {
  display: block;
}
.cid-uwyl1YuDPD .mbr-section-title {
  color: #ea7c24;
  text-align: center;
}
.cid-uwyl1YuDPD .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uwyl1YuDPD .mbr-text,
.cid-uwyl1YuDPD .text-wrapper {
  color: #454545;
  text-align: center;
}
.cid-uwyl1YuDPD .card-title {
  color: #000000;
}
.cid-uwyl1YuDPD .card-desc {
  color: #ea7c24;
  text-align: left;
}
.cid-uwyl1YuDPD .card-title,
.cid-uwyl1YuDPD .icon-wrapper {
  color: #000000;
}
.cid-uwuzemQtRL {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uwuzemQtRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwuzemQtRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwuzemQtRL .mbr-section-title {
  color: #24262b;
}
.cid-uwuzemQtRL .mbr-section-subtitle {
  color: #ea7c24;
}
.cid-uwuzemQtRL .mbr-section-btn {
  margin-top: 16px;
}
.cid-uvrQJ15kZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbf5;
}
.cid-uvrQJ15kZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrQJ15kZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvrQJ15kZN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uvrQJ15kZN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvrQJ15kZN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uvrQJ15kZN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uvrQJ15kZN .list-box {
  width: 100%;
}
.cid-uvrQJ15kZN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uvrQJ15kZN .list a:hover:before {
  background-position: left !important;
}
.cid-uvrQJ15kZN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uvrQJ15kZN .news-item {
  width: 100%;
}
.cid-uvrQJ15kZN .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uvrQJ15kZN .news-title {
  color: #ea7c24;
}
.cid-uvrQJ15kZN .copyright {
  margin-top: 20px;
  color: #000000;
}
.cid-uvqD0TQHCF .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uvqD0TQHCF .collapsed {
  flex-direction: row!important;
}
.cid-uvqD0TQHCF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqD0TQHCF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqD0TQHCF .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uvqD0TQHCF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvqD0TQHCF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqD0TQHCF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvqD0TQHCF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqD0TQHCF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvqD0TQHCF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvqD0TQHCF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqD0TQHCF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvqD0TQHCF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvqD0TQHCF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqD0TQHCF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqD0TQHCF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvqD0TQHCF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvqD0TQHCF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvqD0TQHCF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvqD0TQHCF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvqD0TQHCF .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uvqD0TQHCF .nav-item:focus,
.cid-uvqD0TQHCF .nav-link:focus {
  outline: none;
}
.cid-uvqD0TQHCF .text-white:hover,
.cid-uvqD0TQHCF .text-white:active,
.cid-uvqD0TQHCF .text-white:focus {
  color: white!important;
}
.cid-uvqD0TQHCF .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-item:hover {
  color: black!important;
}
.cid-uvqD0TQHCF .dropdown-menu {
  background-color: white!important;
}
.cid-uvqD0TQHCF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uvqD0TQHCF .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #eba321;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvqD0TQHCF .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uvqD0TQHCF .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uvqD0TQHCF .nav-item .nav-link {
    position: relative;
  }
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvqD0TQHCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvqD0TQHCF .navbar-caption {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqD0TQHCF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqD0TQHCF .dropdown-item.active,
.cid-uvqD0TQHCF .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqD0TQHCF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqD0TQHCF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvqD0TQHCF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqD0TQHCF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvqD0TQHCF .navbar-buttons {
  text-align: center;
}
.cid-uvqD0TQHCF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ea7c24;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqD0TQHCF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvqD0TQHCF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqD0TQHCF .nav-link {
  font-weight: 600!important;
}
.cid-uvqD0TQHCF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvqD0TQHCF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvqD0TQHCF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uvqD0TQHCF .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqD0TQHCF .navbar {
    height: 77px;
  }
  .cid-uvqD0TQHCF .navbar.opened {
    height: auto;
  }
  .cid-uvqD0TQHCF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwuBmfEAln {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uwuBmfEAln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwuBmfEAln .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-uwuBmfEAln .container {
    padding: 0 24px;
  }
}
.cid-uwuBmfEAln .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  border: 1px solid #eeeeee;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uwuBmfEAln .content-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uwuBmfEAln .content-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uwuBmfEAln .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uwuBmfEAln .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwuBmfEAln .content-wrapper .date-wrapper .date-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 16px;
  color: #ea7c24;
}
.cid-uwuBmfEAln .content-wrapper .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uwuBmfEAln .mbr-desc {
  color: #202020;
}
.cid-uwuBmfEAln .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uwuBmfEAln .mbr-date {
  color: #202020;
}
.cid-uwuBmfEAln .mbr-date,
.cid-uwuBmfEAln .date-wrapper {
  text-align: center;
}
.cid-uwuCyfppKX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.blog_content{
  padding-inline: 20px;
}
.cid-uwuCyfppKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwuCyfppKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwuCyfppKX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uwuCyfppKX .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uwuCyfppKX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uwuCyfppKX .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uwuCyfppKX .container {
    padding: 0 24px;
  }
}
.cid-uwuCyfppKX .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uwuCyfppKX .image-wrapper img {
    height: 400px;
  }
}
.cid-uwuCsei3h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uwuCsei3h2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwuCsei3h2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwuCsei3h2 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uwuCsei3h2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uwuCsei3h2 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uwuCsei3h2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uwuCsei3h2 .container {
    padding: 0 14px;
  }
}
.cid-uwuCsei3h2 .row {
  justify-content: center;
}
.cid-uwuCsei3h2 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uwuCsei3h2 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uwuCsei3h2 .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uwuCsei3h2 .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uwuCsei3h2 .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uwuCsei3h2 .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uwuCsei3h2 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uwuCsei3h2 .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uwuCsei3h2 .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uwuCsei3h2 .mbr-section-title {
  color: #ea7c24;
  text-align: left;
}
.cid-uwuCsei3h2 .mbr-text_1 {
  color: #000000;
}
.cid-uwuCsei3h2 .list {
  color: #01004c;
}
.cid-uwuCsei3h2 .mbr-text_2 {
  color: #01004c;
}
.cid-uwuE1bZjbJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwuE1bZjbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwuE1bZjbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwuE1bZjbJ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uwuE1bZjbJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uwuE1bZjbJ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uwuE1bZjbJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uwuE1bZjbJ .container {
    padding: 0 14px;
  }
}
.cid-uwuE1bZjbJ .row {
  justify-content: center;
}
.cid-uwuE1bZjbJ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwuE1bZjbJ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uwuE1bZjbJ .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uwuE1bZjbJ .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uwuE1bZjbJ .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uwuE1bZjbJ .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uwuE1bZjbJ .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uwuE1bZjbJ .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uwuE1bZjbJ .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uwuE1bZjbJ .mbr-section-title {
  color: #ea7c24;
  text-align: left;
}
.cid-uwuE1bZjbJ .mbr-text_1 {
  color: #000000;
}
.cid-uwuE1bZjbJ .list {
  color: #01004c;
}
.cid-uwuE1bZjbJ .mbr-text_2 {
  color: #01004c;
}
.cid-uwynudgnV8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwynudgnV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwynudgnV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwynudgnV8 .container-fluid {
  padding: 0 320px;
}
@media (max-width: 992px) {
  .cid-uwynudgnV8 .container-fluid {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uwynudgnV8 .container-fluid {
    padding: 80 80px;
  }
}
@media (max-width: 992px) {
  .cid-uwynudgnV8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uwynudgnV8 .container {
    padding: 0 24px;
  }
}
.cid-uwynudgnV8 .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 60vh;
}
@media (max-width: 992px) {
  .cid-uwynudgnV8 .image-wrapper img {
    height: 400px;
  }
}
.cid-uwuFXTud1E {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwuFXTud1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwuFXTud1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwuFXTud1E .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uwuFXTud1E .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uwuFXTud1E .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uwuFXTud1E .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uwuFXTud1E .container {
    padding: 0 14px;
  }
}
.cid-uwuFXTud1E .row {
  justify-content: center;
}
.cid-uwuFXTud1E .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwuFXTud1E .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uwuFXTud1E .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uwuFXTud1E .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uwuFXTud1E .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uwuFXTud1E .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uwuFXTud1E .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uwuFXTud1E .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uwuFXTud1E .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uwuFXTud1E .mbr-section-title {
  color: #ea7c24;
  text-align: left;
}
.cid-uwuFXTud1E .mbr-text_1 {
  color: #000000;
}
.cid-uwuFXTud1E .list {
  color: #01004c;
}
.cid-uwuFXTud1E .mbr-text_2 {
  color: #01004c;
}
.cid-uwymo0yu81 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwymo0yu81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwymo0yu81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwymo0yu81 .container-fluid {
  padding: 0 320px;
}
@media (max-width: 992px) {
  .cid-uwymo0yu81 .container-fluid {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uwymo0yu81 .container-fluid {
    padding: 80 80px;
  }
}
@media (max-width: 992px) {
  .cid-uwymo0yu81 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uwymo0yu81 .container {
    padding: 0 24px;
  }
}
.cid-uwymo0yu81 .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 60vh;
}
@media (max-width: 992px) {
  .cid-uwymo0yu81 .image-wrapper img {
    height: 400px;
  }
}
.cid-uwuGvSiwwW {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwuGvSiwwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwuGvSiwwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwuGvSiwwW .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uwuGvSiwwW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uwuGvSiwwW .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uwuGvSiwwW .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uwuGvSiwwW .container {
    padding: 0 14px;
  }
}
.cid-uwuGvSiwwW .row {
  justify-content: center;
}
.cid-uwuGvSiwwW .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwuGvSiwwW .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uwuGvSiwwW .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uwuGvSiwwW .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uwuGvSiwwW .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uwuGvSiwwW .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uwuGvSiwwW .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uwuGvSiwwW .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uwuGvSiwwW .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uwuGvSiwwW .mbr-section-title {
  color: #ea7c24;
  text-align: left;
}
.cid-uwuGvSiwwW .mbr-text_1 {
  color: #000000;
}
.cid-uwuGvSiwwW .list {
  color: #01004c;
}
.cid-uwuGvSiwwW .mbr-text_2 {
  color: #01004c;
}
.cid-uwyool31om {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwyool31om .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwyool31om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwyool31om .container-fluid {
  padding: 0 320px;
}
@media (max-width: 992px) {
  .cid-uwyool31om .container-fluid {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uwyool31om .container-fluid {
    padding: 80 80px;
  }
}
@media (max-width: 992px) {
  .cid-uwyool31om .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uwyool31om .container {
    padding: 0 24px;
  }
}
.cid-uwyool31om .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 60vh;
}
@media (max-width: 992px) {
  .cid-uwyool31om .image-wrapper img {
    height: 400px;
  }
}
.cid-uwuHb5dHeT {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwuHb5dHeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwuHb5dHeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwuHb5dHeT .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uwuHb5dHeT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uwuHb5dHeT .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uwuHb5dHeT .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uwuHb5dHeT .container {
    padding: 0 14px;
  }
}
.cid-uwuHb5dHeT .row {
  justify-content: center;
}
.cid-uwuHb5dHeT .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwuHb5dHeT .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uwuHb5dHeT .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uwuHb5dHeT .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uwuHb5dHeT .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uwuHb5dHeT .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uwuHb5dHeT .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uwuHb5dHeT .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uwuHb5dHeT .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uwuHb5dHeT .mbr-section-title {
  color: #ea7c24;
  text-align: left;
}
.cid-uwuHb5dHeT .mbr-text_1 {
  color: #000000;
}
.cid-uwuHb5dHeT .list {
  color: #01004c;
}
.cid-uwuHb5dHeT .mbr-text_2 {
  color: #01004c;
}
.cid-uwuIgJUKJc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedcc;
  position: relative;
}
.cid-uwuIgJUKJc::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #ffffff;
}
.cid-uwuIgJUKJc .container-fluid {
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uwuIgJUKJc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uwuIgJUKJc .container {
    padding: 0 25px;
  }
}
.cid-uwuIgJUKJc .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwuIgJUKJc .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uwuIgJUKJc .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uwuIgJUKJc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwuIgJUKJc .item:focus,
.cid-uwuIgJUKJc span:focus {
  outline: none;
}
.cid-uwuIgJUKJc .item-wrapper {
  position: relative;
}
.cid-uwuIgJUKJc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}
@media (max-width: 992px) {
  .cid-uwuIgJUKJc .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .cid-uwuIgJUKJc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uwuIgJUKJc .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-uwuIgJUKJc .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uwuIgJUKJc .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uwuIgJUKJc .embla__button--next,
.cid-uwuIgJUKJc .embla__button--prev {
  display: flex;
}
.cid-uwuIgJUKJc .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ea7c24 !important;
  color: #ffedcc !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uwuIgJUKJc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uwuIgJUKJc .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uwuIgJUKJc .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uwuIgJUKJc .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #ffedcc !important;
  color: #ea7c24 !important;
}
.cid-uwuIgJUKJc .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uwuIgJUKJc .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uwuIgJUKJc .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #ffedcc !important;
  color: #ea7c24 !important;
}
.cid-uwuIgJUKJc .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uwuIgJUKJc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uwuIgJUKJc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uwuIgJUKJc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uwuIgJUKJc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uwuIgJUKJc .mbr-section-title {
  color: #ea7c24;
  text-align: center;
}
.cid-uwuIgJUKJc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvrQJ15kZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbf5;
}
.cid-uvrQJ15kZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrQJ15kZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvrQJ15kZN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uvrQJ15kZN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvrQJ15kZN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uvrQJ15kZN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uvrQJ15kZN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uvrQJ15kZN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uvrQJ15kZN .list-box {
  width: 100%;
}
.cid-uvrQJ15kZN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uvrQJ15kZN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uvrQJ15kZN .list a:hover:before {
  background-position: left !important;
}
.cid-uvrQJ15kZN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uvrQJ15kZN .news-item {
  width: 100%;
}
.cid-uvrQJ15kZN .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uvrQJ15kZN .news-title {
  color: #ea7c24;
}
.cid-uvrQJ15kZN .copyright {
  margin-top: 20px;
  color: #000000;
}
