.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.625rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.75rem;
  line-height: 110%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 170%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.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))));
  }
}
/* 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: #f2f021 !important;
}
.bg-success {
  background-color: #ededed !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e59e4d !important;
}
.bg-danger {
  background-color: #af2311 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2f021 !important;
  border-color: #f2f021 !important;
  color: #131301 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5f351 !important;
  border-color: #f5f351 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #131301 !important;
  background-color: #f5f351 !important;
  border-color: #f5f351 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #898989 !important;
  border-color: #898989 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #898989 !important;
  border-color: #898989 !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: #ededed !important;
  border-color: #ededed !important;
  color: #6e6e6e !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6e6e6e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e59e4d !important;
  border-color: #e59e4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ecb679 !important;
  border-color: #ecb679 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ecb679 !important;
  border-color: #ecb679 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #af2311 !important;
  border-color: #af2311 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd2c16 !important;
  border-color: #dd2c16 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd2c16 !important;
  border-color: #dd2c16 !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: #f2f021;
  color: #f2f021;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b2b00a !important;
  background-color: transparent !important;
  border-color: #b2b00a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #131301 !important;
  background-color: #f2f021 !important;
  border-color: #f2f021 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #444444 !important;
  background-color: transparent !important;
  border-color: #444444 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !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: #ededed;
  color: #ededed;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2c2c2 !important;
  background-color: transparent !important;
  border-color: #c2c2c2 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e59e4d;
  color: #e59e4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bf731c !important;
  background-color: transparent !important;
  border-color: #bf731c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e59e4d !important;
  border-color: #e59e4d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #af2311;
  color: #af2311;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #601309 !important;
  background-color: transparent !important;
  border-color: #601309 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #af2311 !important;
  border-color: #af2311 !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: #f2f021 !important;
}
.text-secondary {
  color: #6f6f6f !important;
}
.text-success {
  color: #ededed !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e59e4d !important;
}
.text-danger {
  color: #af2311 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a3a20a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c3c3c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bababa !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: #b26b1a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #521008 !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: #f2f021;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e59e4d;
}
.alert-danger {
  background-color: #af2311;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2f021;
  border-color: #f2f021;
  color: #2b2b03;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f2f021;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdfde2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ee6351;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #f2f021 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #f2f021;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f2f021;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2f021;
}
.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: #f2f021;
  border-bottom-color: #f2f021;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f2f021 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6f6f6f !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='%23f2f021' %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: 9px 30px;
  border-radius: 25px !important;
  border-width: 1px !important;
  font-weight: 400;
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 20px;
  margin: 0 0 0 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #f2f021 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #ededed !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #e59e4d !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #af2311 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #f2f021 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #6f6f6f !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #ededed !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #e59e4d !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #af2311 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000  !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 14px !important;
}
.cid-u2KQSuSEaL {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2KQSuSEaL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2KQSuSEaL .menu_box .navbar.opened,
  .cid-u2KQSuSEaL .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown {
  position: relative !important;
}
.cid-u2KQSuSEaL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2KQSuSEaL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2KQSuSEaL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u2KQSuSEaL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2KQSuSEaL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2KQSuSEaL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-body .mbr-text,
  .cid-u2KQSuSEaL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2KQSuSEaL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2KQSuSEaL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2KQSuSEaL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2KQSuSEaL .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2KQSuSEaL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u2KQSuSEaL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 0 !important;
  }
}
.cid-u2KQSuSEaL .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2KQSuSEaL .nav-item .nav-link:hover,
.cid-u2KQSuSEaL .nav-item .nav-link:focus {
  color: #f2f021 !important;
}
.cid-u2KQSuSEaL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u2KQSuSEaL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2KQSuSEaL .offcanvas_box {
    display: none;
  }
}
.cid-u2KQSuSEaL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2KQSuSEaL .container {
  display: flex;
  margin: auto;
}
.cid-u2KQSuSEaL .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u2KQSuSEaL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2KQSuSEaL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2KQSuSEaL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .navbar-nav {
    margin: 0;
  }
}
.cid-u2KQSuSEaL .dropdown-menu,
.cid-u2KQSuSEaL .navbar.opened {
  background-color: false !important;
}
.cid-u2KQSuSEaL .nav-item:focus,
.cid-u2KQSuSEaL .nav-link:focus {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2KQSuSEaL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2KQSuSEaL .navbar.opened {
  transition: all 0.3s;
}
.cid-u2KQSuSEaL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2KQSuSEaL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2KQSuSEaL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2KQSuSEaL .navbar.collapsed {
  justify-content: center;
}
.cid-u2KQSuSEaL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2KQSuSEaL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2KQSuSEaL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2KQSuSEaL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2KQSuSEaL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2KQSuSEaL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2KQSuSEaL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2KQSuSEaL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2KQSuSEaL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2KQSuSEaL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2KQSuSEaL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2KQSuSEaL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u2KQSuSEaL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown-item.active,
.cid-u2KQSuSEaL .dropdown-item:active {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2KQSuSEaL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2KQSuSEaL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2KQSuSEaL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fafafa;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2KQSuSEaL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2KQSuSEaL .navbar {
    height: 70px;
  }
  .cid-u2KQSuSEaL .navbar.opened {
    height: auto;
  }
  .cid-u2KQSuSEaL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2KQSuSEaL .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u2KQSuSEaL .navbar-caption:hover {
  color: #f2f021;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2KQSuSEaL .text_widget {
  margin-bottom: 32px;
}
.cid-u2KQSuSEaL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2KQSuSEaL .text_widget a:hover,
.cid-u2KQSuSEaL .text_widget a:focus {
  opacity: .8;
}
.cid-u2KQSuSEaL .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u2KQSuSEaL .navbar-caption {
  color: #000000;
}
.cid-u2KQSuSEaL .mbr-text {
  color: #6f6f6f;
}
.cid-u2KQSuSEaL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2KQSEGIaI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u2KQSEGIaI::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ffffff -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2KQSEGIaI::before {
    opacity: .4;
  }
}
.cid-u2KQSEGIaI::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f2f021 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-u2KQSEGIaI::after {
    opacity: .4;
  }
}
.cid-u2KQSEGIaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KQSEGIaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KQSEGIaI .container {
    padding: 0 16px;
  }
}
.cid-u2KQSEGIaI .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-u2KQSEGIaI .row .card {
  justify-content: flex-end;
}
.cid-u2KQSEGIaI .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-u2KQSEGIaI .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-u2KQSEGIaI .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-u2KQSEGIaI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2KQSEGIaI .title-wrapper .mbr-section-title span {
  color: #f2f021;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2KQSEGIaI .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u2KQSEGIaI .mbr-section-title {
  color: #000000;
}
.cid-u2KQSEGIaI .mbr-text {
  color: #000000;
}
.cid-uP99z5FwUA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP99z5FwUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP99z5FwUA .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-uP99z5FwUA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uP99z5FwUA .container {
    padding: 0 12px;
  }
}
.cid-uP99z5FwUA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP99z5FwUA .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-uP99z5FwUA .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uP99z5FwUA .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f2f021;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uP99z5FwUA .mbr-section-title {
  color: #ffffff;
}
.cid-u2KRDoH9Fa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2KRDoH9Fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KRDoH9Fa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KRDoH9Fa .container {
    padding: 0 16px;
  }
}
.cid-u2KRDoH9Fa .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u2KRDoH9Fa .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u2KRDoH9Fa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2KRDoH9Fa .mbr-section-title {
  color: #f1634f;
}
.cid-u2KRDoH9Fa .mbr-text {
  color: #000000;
}
.cid-uP3DfsglWW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uP3DfsglWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3DfsglWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP3DfsglWW .container {
    padding: 0 16px;
  }
}
.cid-uP3DfsglWW .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uP3DfsglWW .row {
    height: 200px;
  }
}
.cid-uP3tT34Yr6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uP3tT34Yr6 .container {
    padding: 0 16px;
  }
}
.cid-uP3tT34Yr6 .row {
  position: relative;
  z-index: 1;
}
.cid-uP3tT34Yr6 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uP3tT34Yr6 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP3tT34Yr6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3tT34Yr6 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uP3tT34Yr6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uP3tT34Yr6 .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uP3tT34Yr6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uP3tT34Yr6 .embla__slide .slide-content {
  width: 100%;
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper {
  background-color: #f2f021;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP3tT34Yr6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP3tT34Yr6 .embla__button--next,
.cid-uP3tT34Yr6 .embla__button--prev {
  display: flex;
}
.cid-uP3tT34Yr6 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f2f021 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uP3tT34Yr6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uP3tT34Yr6 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uP3tT34Yr6 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uP3tT34Yr6 .embla__button.embla__button--next {
  right: 0;
}
.cid-uP3tT34Yr6 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uP3tT34Yr6 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uP3tT34Yr6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uP3tT34Yr6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uP3tT34Yr6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uP3tT34Yr6 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uP3tT34Yr6 .mbr-section-title {
  color: #000000;
}
.cid-uP3tT34Yr6 .mbr-desc {
  color: #000000;
}
.cid-uP3tT34Yr6 .item-title {
  color: #000000;
}
.cid-uP3tT34Yr6 .item-text {
  color: #6f6f6f;
}
.cid-uP3tT34Yr6 .item-text,
.cid-uP3tT34Yr6 .mbr-section-btn {
  color: #454545;
}
.cid-uP3tRObyui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uP3tRObyui .container {
    padding: 0 16px;
  }
}
.cid-uP3tRObyui .row {
  position: relative;
  z-index: 1;
}
.cid-uP3tRObyui .title-wrapper {
  margin-bottom: 80px;
}
.cid-uP3tRObyui .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP3tRObyui .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3tRObyui .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uP3tRObyui .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uP3tRObyui .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uP3tRObyui .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uP3tRObyui .embla__slide .slide-content {
  width: 100%;
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper {
  background-color: #f2f021;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uP3tRObyui .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP3tRObyui .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP3tRObyui .embla__button--next,
.cid-uP3tRObyui .embla__button--prev {
  display: flex;
}
.cid-uP3tRObyui .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f2f021 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uP3tRObyui .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uP3tRObyui .embla__button:hover {
  opacity: .7 !important;
}
.cid-uP3tRObyui .embla__button.embla__button--prev {
  left: 0;
}
.cid-uP3tRObyui .embla__button.embla__button--next {
  right: 0;
}
.cid-uP3tRObyui .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uP3tRObyui .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uP3tRObyui .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uP3tRObyui .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uP3tRObyui .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uP3tRObyui .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uP3tRObyui .mbr-section-title {
  color: #000000;
}
.cid-uP3tRObyui .mbr-desc {
  color: #000000;
}
.cid-uP3tRObyui .item-title {
  color: #000000;
}
.cid-uP3tRObyui .item-text {
  color: #6f6f6f;
}
.cid-uP3tRObyui .item-text,
.cid-uP3tRObyui .mbr-section-btn {
  color: #454545;
}
.cid-u2KS1JFong {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u2KS1JFong .container {
    padding: 0 16px;
  }
}
.cid-u2KS1JFong .row {
  position: relative;
  z-index: 1;
}
.cid-u2KS1JFong .title-wrapper {
  margin-bottom: 80px;
}
.cid-u2KS1JFong .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u2KS1JFong .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2KS1JFong .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u2KS1JFong .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-u2KS1JFong .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-u2KS1JFong .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-u2KS1JFong .embla__slide .slide-content {
  width: 100%;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper {
  background-color: #f2f021;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-u2KS1JFong .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u2KS1JFong .embla__button--next,
.cid-u2KS1JFong .embla__button--prev {
  display: flex;
}
.cid-u2KS1JFong .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f2f021 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u2KS1JFong .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2KS1JFong .embla__button:hover {
  opacity: .7 !important;
}
.cid-u2KS1JFong .embla__button.embla__button--prev {
  left: 0;
}
.cid-u2KS1JFong .embla__button.embla__button--next {
  right: 0;
}
.cid-u2KS1JFong .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-u2KS1JFong .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2KS1JFong .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2KS1JFong .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2KS1JFong .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2KS1JFong .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-u2KS1JFong .mbr-section-title {
  color: #000000;
}
.cid-u2KS1JFong .mbr-desc {
  color: #000000;
}
.cid-u2KS1JFong .item-title {
  color: #000000;
}
.cid-u2KS1JFong .item-text {
  color: #6f6f6f;
}
.cid-uP3BIW8S3L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP3BIW8S3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3BIW8S3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP3BIW8S3L .container {
    padding: 0 16px;
  }
}
.cid-uP3BIW8S3L .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uP3BIW8S3L .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uP3BIW8S3L .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP3BIW8S3L .mbr-section-title {
  color: #000000;
}
.cid-uP3BIW8S3L .mbr-text {
  color: #000000;
}
.cid-uP3CI9DdF8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uP3CI9DdF8::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uP3CI9DdF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3CI9DdF8 .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-uP3CI9DdF8 .container {
    padding: 0 22px;
  }
}
.cid-uP3CI9DdF8 .row {
  justify-content: center;
}
.cid-uP3CI9DdF8 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uP3CI9DdF8 .content-wrapper {
    padding: 0;
  }
}
.cid-uP3CI9DdF8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3CI9DdF8 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uP3CI9DdF8 .mbr-section-title {
  color: #ffffff;
}
.cid-uP3CI9DdF8 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uP3CI9DdF8 .mbr-section-title,
.cid-uP3CI9DdF8 .mbr-section-btn {
  text-align: center;
}
.cid-uP3w8dTigh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP3w8dTigh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3w8dTigh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3w8dTigh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uP3w8dTigh .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uP3w8dTigh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uP3w8dTigh .container {
    padding: 0 16px;
  }
}
.cid-uP3w8dTigh .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uP3w8dTigh .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uP3w8dTigh .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #f2f021;
}
.cid-uP3w8dTigh .panel-group .card:first-child {
  border-top: 1px solid #f2f021;
}
.cid-uP3w8dTigh .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uP3w8dTigh .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uP3w8dTigh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uP3w8dTigh .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uP3w8dTigh .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uP3w8dTigh .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP3w8dTigh .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uP3w8dTigh .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uP3w8dTigh .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uP3w8dTigh .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uP3w8dTigh .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uP3w8dTigh .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uP3w8dTigh .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uP3w8dTigh .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uP3w8dTigh .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uP3w8dTigh .mbr-section-title {
  color: #1c1c1c;
}
.cid-uP3w8dTigh .panel-number {
  color: #1c1c1c;
}
.cid-uP3w8dTigh .panel-title-edit {
  color: #1c1c1c;
}
.cid-uP3w8dTigh .panel-text {
  color: #1c1c1c;
}
.cid-uP3C0QnUnW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP3C0QnUnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3C0QnUnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP3C0QnUnW .container {
    padding: 0 16px;
  }
}
.cid-uP3C0QnUnW .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uP3C0QnUnW .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uP3C0QnUnW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP3C0QnUnW .mbr-section-title {
  color: #000000;
}
.cid-uP3C0QnUnW .mbr-text {
  color: #000000;
}
.cid-uP3D20WDI1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP3D20WDI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3D20WDI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3D20WDI1 .card-wrapper {
  padding: 80px;
  background-color: #f2f021;
}
@media (max-width: 1440px) {
  .cid-uP3D20WDI1 .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uP3D20WDI1 .card-wrapper {
    padding: 0;
  }
}
.cid-uP3D20WDI1 .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uP3D20WDI1 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uP3D20WDI1 .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uP3xgsPsiF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-uP3xgsPsiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3xgsPsiF .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uP3xgsPsiF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP3xgsPsiF .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uP3xgsPsiF a {
  font-weight: 600;
}
.cid-uP3xgsPsiF a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uP3xgsPsiF .col-lg-3,
  .cid-uP3xgsPsiF .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uP3xgsPsiF .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uP3xgsPsiF .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uP3xgsPsiF h5 {
  margin: 0;
}
.cid-uP3xgsPsiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3xgsPsiF .iconfont-wrapper {
  position: relative;
}
.cid-uP3xgsPsiF .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uP3xgsPsiF .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uP3xgsPsiF .sociconfont-wrapper {
  display: flex;
}
.cid-uP3xgsPsiF .card-title,
.cid-uP3xgsPsiF .iconfont-wrapper {
  color: #ffffff;
}
.cid-uP3xgsPsiF .card-text {
  color: #ffffff;
}
.cid-uP3xgsPsiF .mbr-section-title {
  color: #000000;
}
.cid-uP3xgsPsiF .main-title,
.cid-uP3xgsPsiF .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uP3yq0nvwp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP3yq0nvwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3yq0nvwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3yq0nvwp .card-wrapper {
  padding: 32px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uP3yq0nvwp .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP3yq0nvwp .card-wrapper {
    padding: 24px;
  }
}
.cid-uP3yq0nvwp .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP3yq0nvwp .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP3yq0nvwp .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uP3yq0nvwp .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uP3yq0nvwp .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.cid-uP3yq0nvwp .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-uP3yq0nvwp .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #f2f021;
  border: 1px solid #f2f021;
  color: #ffffff;
}
.cid-uP3yq0nvwp .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uP3yq0nvwp .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uP3yq0nvwp .list,
.cid-uP3yq0nvwp .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uP3yq0nvwp .mbr-copy {
  color: #63635d;
  text-align: center;
}
.cid-uP9cVxmc9X {
  background-color: transparent;
}
.cid-uP9cVxmc9X .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uP9cVxmc9X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uP9cVxmc9X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP9cVxmc9X .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uP9cVxmc9X .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uP9cVxmc9X .menu_box .navbar.opened,
  .cid-uP9cVxmc9X .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uP9cVxmc9X .navbar-dropdown {
  position: relative !important;
}
.cid-uP9cVxmc9X .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uP9cVxmc9X .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uP9cVxmc9X .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uP9cVxmc9X .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uP9cVxmc9X .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uP9cVxmc9X .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uP9cVxmc9X .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uP9cVxmc9X .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uP9cVxmc9X .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uP9cVxmc9X .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uP9cVxmc9X .offcanvas-body .mbr-text,
  .cid-uP9cVxmc9X .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uP9cVxmc9X .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uP9cVxmc9X .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uP9cVxmc9X .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uP9cVxmc9X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uP9cVxmc9X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uP9cVxmc9X .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uP9cVxmc9X .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uP9cVxmc9X ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uP9cVxmc9X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP9cVxmc9X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uP9cVxmc9X .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uP9cVxmc9X li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uP9cVxmc9X .lg_brand {
    margin: 0 1rem;
  }
  .cid-uP9cVxmc9X .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uP9cVxmc9X .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uP9cVxmc9X .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uP9cVxmc9X .nav-item {
    margin: 0 !important;
  }
}
.cid-uP9cVxmc9X .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uP9cVxmc9X .nav-item .nav-link:hover,
.cid-uP9cVxmc9X .nav-item .nav-link:focus {
  color: #f2f021 !important;
}
.cid-uP9cVxmc9X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uP9cVxmc9X .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uP9cVxmc9X .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uP9cVxmc9X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP9cVxmc9X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uP9cVxmc9X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uP9cVxmc9X .offcanvas_box {
    display: none;
  }
}
.cid-uP9cVxmc9X .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uP9cVxmc9X .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uP9cVxmc9X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uP9cVxmc9X .container {
  display: flex;
  margin: auto;
}
.cid-uP9cVxmc9X .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uP9cVxmc9X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uP9cVxmc9X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uP9cVxmc9X .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uP9cVxmc9X .navbar-nav {
    margin: 0;
  }
}
.cid-uP9cVxmc9X .dropdown-menu,
.cid-uP9cVxmc9X .navbar.opened {
  background-color: false !important;
}
.cid-uP9cVxmc9X .nav-item:focus,
.cid-uP9cVxmc9X .nav-link:focus {
  outline: none;
}
.cid-uP9cVxmc9X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP9cVxmc9X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP9cVxmc9X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP9cVxmc9X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP9cVxmc9X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP9cVxmc9X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP9cVxmc9X .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uP9cVxmc9X .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uP9cVxmc9X .navbar.opened {
  transition: all 0.3s;
}
.cid-uP9cVxmc9X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uP9cVxmc9X .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uP9cVxmc9X .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uP9cVxmc9X .navbar.collapsed {
  justify-content: center;
}
.cid-uP9cVxmc9X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP9cVxmc9X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uP9cVxmc9X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP9cVxmc9X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP9cVxmc9X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP9cVxmc9X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uP9cVxmc9X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uP9cVxmc9X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uP9cVxmc9X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uP9cVxmc9X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP9cVxmc9X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP9cVxmc9X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uP9cVxmc9X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP9cVxmc9X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uP9cVxmc9X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP9cVxmc9X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uP9cVxmc9X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uP9cVxmc9X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uP9cVxmc9X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uP9cVxmc9X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP9cVxmc9X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uP9cVxmc9X .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP9cVxmc9X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uP9cVxmc9X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uP9cVxmc9X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP9cVxmc9X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uP9cVxmc9X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP9cVxmc9X .dropdown-item.active,
.cid-uP9cVxmc9X .dropdown-item:active {
  background-color: transparent;
}
.cid-uP9cVxmc9X .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uP9cVxmc9X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP9cVxmc9X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP9cVxmc9X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP9cVxmc9X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uP9cVxmc9X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP9cVxmc9X button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fafafa;
}
.cid-uP9cVxmc9X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uP9cVxmc9X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP9cVxmc9X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP9cVxmc9X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP9cVxmc9X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP9cVxmc9X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP9cVxmc9X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP9cVxmc9X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP9cVxmc9X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP9cVxmc9X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uP9cVxmc9X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP9cVxmc9X .navbar {
    height: 70px;
  }
  .cid-uP9cVxmc9X .navbar.opened {
    height: auto;
  }
  .cid-uP9cVxmc9X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP9cVxmc9X .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uP9cVxmc9X .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uP9cVxmc9X .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uP9cVxmc9X .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uP9cVxmc9X .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uP9cVxmc9X .navbar-caption:hover {
  color: #f2f021;
}
@media (min-width: 992px) {
  .cid-uP9cVxmc9X .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uP9cVxmc9X .text_widget {
  margin-bottom: 32px;
}
.cid-uP9cVxmc9X .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uP9cVxmc9X .text_widget a:hover,
.cid-uP9cVxmc9X .text_widget a:focus {
  opacity: .8;
}
.cid-uP9cVxmc9X .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uP9cVxmc9X .navbar-caption {
  color: #000000;
}
.cid-uP9cVxmc9X .mbr-text {
  color: #6f6f6f;
}
.cid-uP9cVxmc9X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uP9cVyrMuh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uP9cVyrMuh::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ffffff -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uP9cVyrMuh::before {
    opacity: .4;
  }
}
.cid-uP9cVyrMuh::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f2f021 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uP9cVyrMuh::after {
    opacity: .4;
  }
}
.cid-uP9cVyrMuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9cVyrMuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP9cVyrMuh .container {
    padding: 0 16px;
  }
}
.cid-uP9cVyrMuh .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uP9cVyrMuh .row .card {
  justify-content: flex-end;
}
.cid-uP9cVyrMuh .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uP9cVyrMuh .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uP9cVyrMuh .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uP9cVyrMuh .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP9cVyrMuh .title-wrapper .mbr-section-title span {
  color: #f2f021;
}
.cid-uP9cVyrMuh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP9cVyrMuh .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uP9cVyrMuh .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP9cVyrMuh .mbr-section-title {
  color: #000000;
}
.cid-uP9cVyrMuh .mbr-text {
  color: #000000;
}
.cid-uP9cVAd2Vh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP9cVAd2Vh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9cVAd2Vh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP9cVAd2Vh .container {
    padding: 0 16px;
  }
}
.cid-uP9cVAd2Vh .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uP9cVAd2Vh .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uP9cVAd2Vh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP9cVAd2Vh .mbr-section-title {
  color: #f1634f;
}
.cid-uP9cVAd2Vh .mbr-text {
  color: #000000;
}
.cid-uP9cVHS9CG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP9cVHS9CG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9cVHS9CG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9cVHS9CG .card-wrapper {
  padding: 80px;
  background-color: #f2f021;
}
@media (max-width: 1440px) {
  .cid-uP9cVHS9CG .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uP9cVHS9CG .card-wrapper {
    padding: 0;
  }
}
.cid-uP9cVHS9CG .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uP9cVHS9CG .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uP9cVHS9CG .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uP9cVIz0wd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-uP9cVIz0wd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9cVIz0wd .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uP9cVIz0wd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP9cVIz0wd .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uP9cVIz0wd a {
  font-weight: 600;
}
.cid-uP9cVIz0wd a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uP9cVIz0wd .col-lg-3,
  .cid-uP9cVIz0wd .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uP9cVIz0wd .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uP9cVIz0wd .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uP9cVIz0wd h5 {
  margin: 0;
}
.cid-uP9cVIz0wd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9cVIz0wd .iconfont-wrapper {
  position: relative;
}
.cid-uP9cVIz0wd .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uP9cVIz0wd .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uP9cVIz0wd .sociconfont-wrapper {
  display: flex;
}
.cid-uP9cVIz0wd .card-title,
.cid-uP9cVIz0wd .iconfont-wrapper {
  color: #ffffff;
}
.cid-uP9cVIz0wd .card-text {
  color: #ffffff;
}
.cid-uP9cVIz0wd .mbr-section-title {
  color: #000000;
}
.cid-uP9cVIz0wd .main-title,
.cid-uP9cVIz0wd .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uP9cVJcZpE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP9cVJcZpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9cVJcZpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9cVJcZpE .card-wrapper {
  padding: 32px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uP9cVJcZpE .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP9cVJcZpE .card-wrapper {
    padding: 24px;
  }
}
.cid-uP9cVJcZpE .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP9cVJcZpE .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP9cVJcZpE .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uP9cVJcZpE .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uP9cVJcZpE .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.cid-uP9cVJcZpE .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-uP9cVJcZpE .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #f2f021;
  border: 1px solid #f2f021;
  color: #ffffff;
}
.cid-uP9cVJcZpE .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uP9cVJcZpE .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uP9cVJcZpE .list,
.cid-uP9cVJcZpE .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uP9cVJcZpE .mbr-copy {
  color: #63635d;
  text-align: center;
}
.cid-uP9dqd6tRi {
  background-color: transparent;
}
.cid-uP9dqd6tRi .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uP9dqd6tRi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uP9dqd6tRi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP9dqd6tRi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uP9dqd6tRi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uP9dqd6tRi .menu_box .navbar.opened,
  .cid-uP9dqd6tRi .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uP9dqd6tRi .navbar-dropdown {
  position: relative !important;
}
.cid-uP9dqd6tRi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uP9dqd6tRi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uP9dqd6tRi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uP9dqd6tRi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uP9dqd6tRi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uP9dqd6tRi .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uP9dqd6tRi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uP9dqd6tRi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uP9dqd6tRi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uP9dqd6tRi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uP9dqd6tRi .offcanvas-body .mbr-text,
  .cid-uP9dqd6tRi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uP9dqd6tRi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uP9dqd6tRi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uP9dqd6tRi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uP9dqd6tRi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uP9dqd6tRi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uP9dqd6tRi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uP9dqd6tRi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uP9dqd6tRi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uP9dqd6tRi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP9dqd6tRi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uP9dqd6tRi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uP9dqd6tRi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uP9dqd6tRi .lg_brand {
    margin: 0 1rem;
  }
  .cid-uP9dqd6tRi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uP9dqd6tRi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uP9dqd6tRi .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uP9dqd6tRi .nav-item {
    margin: 0 !important;
  }
}
.cid-uP9dqd6tRi .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uP9dqd6tRi .nav-item .nav-link:hover,
.cid-uP9dqd6tRi .nav-item .nav-link:focus {
  color: #f2f021 !important;
}
.cid-uP9dqd6tRi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uP9dqd6tRi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uP9dqd6tRi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uP9dqd6tRi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP9dqd6tRi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uP9dqd6tRi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uP9dqd6tRi .offcanvas_box {
    display: none;
  }
}
.cid-uP9dqd6tRi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uP9dqd6tRi .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uP9dqd6tRi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uP9dqd6tRi .container {
  display: flex;
  margin: auto;
}
.cid-uP9dqd6tRi .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uP9dqd6tRi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uP9dqd6tRi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uP9dqd6tRi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uP9dqd6tRi .navbar-nav {
    margin: 0;
  }
}
.cid-uP9dqd6tRi .dropdown-menu,
.cid-uP9dqd6tRi .navbar.opened {
  background-color: false !important;
}
.cid-uP9dqd6tRi .nav-item:focus,
.cid-uP9dqd6tRi .nav-link:focus {
  outline: none;
}
.cid-uP9dqd6tRi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP9dqd6tRi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP9dqd6tRi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP9dqd6tRi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP9dqd6tRi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP9dqd6tRi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP9dqd6tRi .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uP9dqd6tRi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uP9dqd6tRi .navbar.opened {
  transition: all 0.3s;
}
.cid-uP9dqd6tRi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uP9dqd6tRi .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uP9dqd6tRi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uP9dqd6tRi .navbar.collapsed {
  justify-content: center;
}
.cid-uP9dqd6tRi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP9dqd6tRi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uP9dqd6tRi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP9dqd6tRi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP9dqd6tRi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP9dqd6tRi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uP9dqd6tRi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uP9dqd6tRi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uP9dqd6tRi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uP9dqd6tRi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP9dqd6tRi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP9dqd6tRi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uP9dqd6tRi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP9dqd6tRi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uP9dqd6tRi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP9dqd6tRi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uP9dqd6tRi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uP9dqd6tRi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uP9dqd6tRi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uP9dqd6tRi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP9dqd6tRi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uP9dqd6tRi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP9dqd6tRi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uP9dqd6tRi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uP9dqd6tRi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP9dqd6tRi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uP9dqd6tRi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP9dqd6tRi .dropdown-item.active,
.cid-uP9dqd6tRi .dropdown-item:active {
  background-color: transparent;
}
.cid-uP9dqd6tRi .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uP9dqd6tRi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP9dqd6tRi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP9dqd6tRi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP9dqd6tRi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uP9dqd6tRi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP9dqd6tRi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fafafa;
}
.cid-uP9dqd6tRi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uP9dqd6tRi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP9dqd6tRi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP9dqd6tRi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP9dqd6tRi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP9dqd6tRi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP9dqd6tRi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP9dqd6tRi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP9dqd6tRi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP9dqd6tRi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uP9dqd6tRi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP9dqd6tRi .navbar {
    height: 70px;
  }
  .cid-uP9dqd6tRi .navbar.opened {
    height: auto;
  }
  .cid-uP9dqd6tRi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP9dqd6tRi .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uP9dqd6tRi .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uP9dqd6tRi .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uP9dqd6tRi .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uP9dqd6tRi .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uP9dqd6tRi .navbar-caption:hover {
  color: #f2f021;
}
@media (min-width: 992px) {
  .cid-uP9dqd6tRi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uP9dqd6tRi .text_widget {
  margin-bottom: 32px;
}
.cid-uP9dqd6tRi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uP9dqd6tRi .text_widget a:hover,
.cid-uP9dqd6tRi .text_widget a:focus {
  opacity: .8;
}
.cid-uP9dqd6tRi .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uP9dqd6tRi .navbar-caption {
  color: #000000;
}
.cid-uP9dqd6tRi .mbr-text {
  color: #6f6f6f;
}
.cid-uP9dqd6tRi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uP9dqdD0UW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uP9dqdD0UW::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ffffff -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uP9dqdD0UW::before {
    opacity: .4;
  }
}
.cid-uP9dqdD0UW::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f2f021 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uP9dqdD0UW::after {
    opacity: .4;
  }
}
.cid-uP9dqdD0UW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9dqdD0UW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP9dqdD0UW .container {
    padding: 0 16px;
  }
}
.cid-uP9dqdD0UW .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uP9dqdD0UW .row .card {
  justify-content: flex-end;
}
.cid-uP9dqdD0UW .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uP9dqdD0UW .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uP9dqdD0UW .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uP9dqdD0UW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP9dqdD0UW .title-wrapper .mbr-section-title span {
  color: #f2f021;
}
.cid-uP9dqdD0UW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP9dqdD0UW .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uP9dqdD0UW .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP9dqdD0UW .mbr-section-title {
  color: #000000;
}
.cid-uP9dqdD0UW .mbr-text {
  color: #000000;
}
.cid-uP9dqdYMIz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP9dqdYMIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9dqdYMIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP9dqdYMIz .container {
    padding: 0 16px;
  }
}
.cid-uP9dqdYMIz .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uP9dqdYMIz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uP9dqdYMIz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP9dqdYMIz .mbr-section-title {
  color: #f1634f;
}
.cid-uP9dqdYMIz .mbr-text {
  color: #000000;
}
.cid-uP9dqehaiB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP9dqehaiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9dqehaiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9dqehaiB .card-wrapper {
  padding: 80px;
  background-color: #f2f021;
}
@media (max-width: 1440px) {
  .cid-uP9dqehaiB .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uP9dqehaiB .card-wrapper {
    padding: 0;
  }
}
.cid-uP9dqehaiB .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uP9dqehaiB .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uP9dqehaiB .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uP9dqeMrga {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-uP9dqeMrga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9dqeMrga .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uP9dqeMrga .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP9dqeMrga .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uP9dqeMrga a {
  font-weight: 600;
}
.cid-uP9dqeMrga a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uP9dqeMrga .col-lg-3,
  .cid-uP9dqeMrga .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uP9dqeMrga .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uP9dqeMrga .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uP9dqeMrga h5 {
  margin: 0;
}
.cid-uP9dqeMrga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9dqeMrga .iconfont-wrapper {
  position: relative;
}
.cid-uP9dqeMrga .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uP9dqeMrga .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uP9dqeMrga .sociconfont-wrapper {
  display: flex;
}
.cid-uP9dqeMrga .card-title,
.cid-uP9dqeMrga .iconfont-wrapper {
  color: #ffffff;
}
.cid-uP9dqeMrga .card-text {
  color: #ffffff;
}
.cid-uP9dqeMrga .mbr-section-title {
  color: #000000;
}
.cid-uP9dqeMrga .main-title,
.cid-uP9dqeMrga .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uP9dqfckbU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP9dqfckbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9dqfckbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9dqfckbU .card-wrapper {
  padding: 32px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uP9dqfckbU .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP9dqfckbU .card-wrapper {
    padding: 24px;
  }
}
.cid-uP9dqfckbU .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP9dqfckbU .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP9dqfckbU .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uP9dqfckbU .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uP9dqfckbU .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.cid-uP9dqfckbU .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-uP9dqfckbU .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #f2f021;
  border: 1px solid #f2f021;
  color: #ffffff;
}
.cid-uP9dqfckbU .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uP9dqfckbU .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uP9dqfckbU .list,
.cid-uP9dqfckbU .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uP9dqfckbU .mbr-copy {
  color: #63635d;
  text-align: center;
}
.cid-uP96SBODjj {
  background-color: transparent;
}
.cid-uP96SBODjj .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uP96SBODjj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uP96SBODjj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP96SBODjj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uP96SBODjj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uP96SBODjj .menu_box .navbar.opened,
  .cid-uP96SBODjj .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uP96SBODjj .navbar-dropdown {
  position: relative !important;
}
.cid-uP96SBODjj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uP96SBODjj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uP96SBODjj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uP96SBODjj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uP96SBODjj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uP96SBODjj .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uP96SBODjj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uP96SBODjj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uP96SBODjj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uP96SBODjj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uP96SBODjj .offcanvas-body .mbr-text,
  .cid-uP96SBODjj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uP96SBODjj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uP96SBODjj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uP96SBODjj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uP96SBODjj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uP96SBODjj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uP96SBODjj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uP96SBODjj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uP96SBODjj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uP96SBODjj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP96SBODjj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uP96SBODjj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uP96SBODjj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uP96SBODjj .lg_brand {
    margin: 0 1rem;
  }
  .cid-uP96SBODjj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uP96SBODjj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uP96SBODjj .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uP96SBODjj .nav-item {
    margin: 0 !important;
  }
}
.cid-uP96SBODjj .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uP96SBODjj .nav-item .nav-link:hover,
.cid-uP96SBODjj .nav-item .nav-link:focus {
  color: #f2f021 !important;
}
.cid-uP96SBODjj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uP96SBODjj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uP96SBODjj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uP96SBODjj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP96SBODjj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uP96SBODjj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uP96SBODjj .offcanvas_box {
    display: none;
  }
}
.cid-uP96SBODjj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uP96SBODjj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uP96SBODjj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uP96SBODjj .container {
  display: flex;
  margin: auto;
}
.cid-uP96SBODjj .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uP96SBODjj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uP96SBODjj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uP96SBODjj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uP96SBODjj .navbar-nav {
    margin: 0;
  }
}
.cid-uP96SBODjj .dropdown-menu,
.cid-uP96SBODjj .navbar.opened {
  background-color: false !important;
}
.cid-uP96SBODjj .nav-item:focus,
.cid-uP96SBODjj .nav-link:focus {
  outline: none;
}
.cid-uP96SBODjj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP96SBODjj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP96SBODjj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP96SBODjj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP96SBODjj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP96SBODjj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP96SBODjj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uP96SBODjj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uP96SBODjj .navbar.opened {
  transition: all 0.3s;
}
.cid-uP96SBODjj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uP96SBODjj .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uP96SBODjj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uP96SBODjj .navbar.collapsed {
  justify-content: center;
}
.cid-uP96SBODjj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP96SBODjj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uP96SBODjj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP96SBODjj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP96SBODjj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP96SBODjj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uP96SBODjj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uP96SBODjj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uP96SBODjj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uP96SBODjj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP96SBODjj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP96SBODjj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uP96SBODjj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP96SBODjj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uP96SBODjj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP96SBODjj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uP96SBODjj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uP96SBODjj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uP96SBODjj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uP96SBODjj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP96SBODjj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uP96SBODjj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP96SBODjj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uP96SBODjj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uP96SBODjj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP96SBODjj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uP96SBODjj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP96SBODjj .dropdown-item.active,
.cid-uP96SBODjj .dropdown-item:active {
  background-color: transparent;
}
.cid-uP96SBODjj .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uP96SBODjj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP96SBODjj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP96SBODjj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP96SBODjj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uP96SBODjj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP96SBODjj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fafafa;
}
.cid-uP96SBODjj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uP96SBODjj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP96SBODjj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP96SBODjj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP96SBODjj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP96SBODjj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP96SBODjj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP96SBODjj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP96SBODjj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP96SBODjj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uP96SBODjj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP96SBODjj .navbar {
    height: 70px;
  }
  .cid-uP96SBODjj .navbar.opened {
    height: auto;
  }
  .cid-uP96SBODjj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP96SBODjj .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uP96SBODjj .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uP96SBODjj .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uP96SBODjj .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uP96SBODjj .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uP96SBODjj .navbar-caption:hover {
  color: #f2f021;
}
@media (min-width: 992px) {
  .cid-uP96SBODjj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uP96SBODjj .text_widget {
  margin-bottom: 32px;
}
.cid-uP96SBODjj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uP96SBODjj .text_widget a:hover,
.cid-uP96SBODjj .text_widget a:focus {
  opacity: .8;
}
.cid-uP96SBODjj .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uP96SBODjj .navbar-caption {
  color: #000000;
}
.cid-uP96SBODjj .mbr-text {
  color: #6f6f6f;
}
.cid-uP96SBODjj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uP96SDokX9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uP96SDokX9::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ffffff -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uP96SDokX9::before {
    opacity: .4;
  }
}
.cid-uP96SDokX9::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f2f021 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uP96SDokX9::after {
    opacity: .4;
  }
}
.cid-uP96SDokX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP96SDokX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP96SDokX9 .container {
    padding: 0 16px;
  }
}
.cid-uP96SDokX9 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uP96SDokX9 .row .card {
  justify-content: flex-end;
}
.cid-uP96SDokX9 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uP96SDokX9 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uP96SDokX9 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uP96SDokX9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP96SDokX9 .title-wrapper .mbr-section-title span {
  color: #f2f021;
}
.cid-uP96SDokX9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP96SDokX9 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uP96SDokX9 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP96SDokX9 .mbr-section-title {
  color: #000000;
}
.cid-uP96SDokX9 .mbr-text {
  color: #000000;
}
.cid-uP9aoHHKdD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP9aoHHKdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9aoHHKdD .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-uP9aoHHKdD .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uP9aoHHKdD .container {
    padding: 0 12px;
  }
}
.cid-uP9aoHHKdD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP9aoHHKdD .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-uP9aoHHKdD .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uP9aoHHKdD .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f2f021;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uP9aoHHKdD .mbr-section-title {
  color: #ffffff;
}
.cid-uP96SEEdly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP96SEEdly .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP96SEEdly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP96SEEdly .container {
    padding: 0 16px;
  }
}
.cid-uP96SEEdly .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uP96SEEdly .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uP96SEEdly .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP96SEEdly .mbr-section-title {
  color: #f1634f;
}
.cid-uP96SEEdly .mbr-text {
  color: #000000;
}
.cid-uP96SFiArT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1181.jpg");
}
.cid-uP96SFiArT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP96SFiArT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP96SFiArT .container {
    padding: 0 16px;
  }
}
.cid-uP96SFiArT .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uP96SFiArT .row {
    height: 200px;
  }
}
.cid-uP96SGie3g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uP96SGie3g .container {
    padding: 0 16px;
  }
}
.cid-uP96SGie3g .row {
  position: relative;
  z-index: 1;
}
.cid-uP96SGie3g .title-wrapper {
  margin-bottom: 80px;
}
.cid-uP96SGie3g .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP96SGie3g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP96SGie3g .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uP96SGie3g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uP96SGie3g .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uP96SGie3g .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uP96SGie3g .embla__slide .slide-content {
  width: 100%;
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper {
  background-color: #f2f021;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uP96SGie3g .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP96SGie3g .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP96SGie3g .embla__button--next,
.cid-uP96SGie3g .embla__button--prev {
  display: flex;
}
.cid-uP96SGie3g .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f2f021 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uP96SGie3g .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uP96SGie3g .embla__button:hover {
  opacity: .7 !important;
}
.cid-uP96SGie3g .embla__button.embla__button--prev {
  left: 0;
}
.cid-uP96SGie3g .embla__button.embla__button--next {
  right: 0;
}
.cid-uP96SGie3g .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uP96SGie3g .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uP96SGie3g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uP96SGie3g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uP96SGie3g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uP96SGie3g .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uP96SGie3g .mbr-section-title {
  color: #000000;
}
.cid-uP96SGie3g .mbr-desc {
  color: #000000;
}
.cid-uP96SGie3g .item-title {
  color: #000000;
}
.cid-uP96SGie3g .item-text {
  color: #6f6f6f;
}
.cid-uP96SGie3g .item-text,
.cid-uP96SGie3g .mbr-section-btn {
  color: #454545;
}
.cid-uP96SIB9Da {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uP96SIB9Da .container {
    padding: 0 16px;
  }
}
.cid-uP96SIB9Da .row {
  position: relative;
  z-index: 1;
}
.cid-uP96SIB9Da .title-wrapper {
  margin-bottom: 80px;
}
.cid-uP96SIB9Da .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP96SIB9Da .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP96SIB9Da .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uP96SIB9Da .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uP96SIB9Da .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uP96SIB9Da .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uP96SIB9Da .embla__slide .slide-content {
  width: 100%;
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper {
  background-color: #f2f021;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP96SIB9Da .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP96SIB9Da .embla__button--next,
.cid-uP96SIB9Da .embla__button--prev {
  display: flex;
}
.cid-uP96SIB9Da .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f2f021 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uP96SIB9Da .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uP96SIB9Da .embla__button:hover {
  opacity: .7 !important;
}
.cid-uP96SIB9Da .embla__button.embla__button--prev {
  left: 0;
}
.cid-uP96SIB9Da .embla__button.embla__button--next {
  right: 0;
}
.cid-uP96SIB9Da .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uP96SIB9Da .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uP96SIB9Da .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uP96SIB9Da .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uP96SIB9Da .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uP96SIB9Da .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uP96SIB9Da .mbr-section-title {
  color: #000000;
}
.cid-uP96SIB9Da .mbr-desc {
  color: #000000;
}
.cid-uP96SIB9Da .item-title {
  color: #000000;
}
.cid-uP96SIB9Da .item-text {
  color: #6f6f6f;
}
.cid-uP96SIB9Da .item-text,
.cid-uP96SIB9Da .mbr-section-btn {
  color: #454545;
}
.cid-uP96SKHCW0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uP96SKHCW0 .container {
    padding: 0 16px;
  }
}
.cid-uP96SKHCW0 .row {
  position: relative;
  z-index: 1;
}
.cid-uP96SKHCW0 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uP96SKHCW0 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP96SKHCW0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP96SKHCW0 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uP96SKHCW0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uP96SKHCW0 .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uP96SKHCW0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uP96SKHCW0 .embla__slide .slide-content {
  width: 100%;
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper {
  background-color: #f2f021;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP96SKHCW0 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP96SKHCW0 .embla__button--next,
.cid-uP96SKHCW0 .embla__button--prev {
  display: flex;
}
.cid-uP96SKHCW0 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f2f021 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uP96SKHCW0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uP96SKHCW0 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uP96SKHCW0 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uP96SKHCW0 .embla__button.embla__button--next {
  right: 0;
}
.cid-uP96SKHCW0 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uP96SKHCW0 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uP96SKHCW0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uP96SKHCW0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uP96SKHCW0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uP96SKHCW0 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uP96SKHCW0 .mbr-section-title {
  color: #000000;
}
.cid-uP96SKHCW0 .mbr-desc {
  color: #000000;
}
.cid-uP96SKHCW0 .item-title {
  color: #000000;
}
.cid-uP96SKHCW0 .item-text {
  color: #6f6f6f;
}
.cid-uP96SM8QDg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP96SM8QDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP96SM8QDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP96SM8QDg .container {
    padding: 0 16px;
  }
}
.cid-uP96SM8QDg .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uP96SM8QDg .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uP96SM8QDg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP96SM8QDg .mbr-section-title {
  color: #000000;
}
.cid-uP96SM8QDg .mbr-text {
  color: #000000;
}
.cid-uP96SNlrIj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1066.png");
}
.cid-uP96SNlrIj::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uP96SNlrIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP96SNlrIj .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-uP96SNlrIj .container {
    padding: 0 22px;
  }
}
.cid-uP96SNlrIj .row {
  justify-content: center;
}
.cid-uP96SNlrIj .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uP96SNlrIj .content-wrapper {
    padding: 0;
  }
}
.cid-uP96SNlrIj .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP96SNlrIj .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uP96SNlrIj .mbr-section-title {
  color: #ffffff;
}
.cid-uP96SNlrIj .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uP96SNlrIj .mbr-section-title,
.cid-uP96SNlrIj .mbr-section-btn {
  text-align: center;
}
.cid-uP96SOzKyB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP96SOzKyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP96SOzKyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP96SOzKyB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uP96SOzKyB .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uP96SOzKyB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uP96SOzKyB .container {
    padding: 0 16px;
  }
}
.cid-uP96SOzKyB .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uP96SOzKyB .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uP96SOzKyB .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #f2f021;
}
.cid-uP96SOzKyB .panel-group .card:first-child {
  border-top: 1px solid #f2f021;
}
.cid-uP96SOzKyB .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uP96SOzKyB .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uP96SOzKyB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uP96SOzKyB .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uP96SOzKyB .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uP96SOzKyB .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP96SOzKyB .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uP96SOzKyB .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uP96SOzKyB .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uP96SOzKyB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uP96SOzKyB .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uP96SOzKyB .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uP96SOzKyB .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uP96SOzKyB .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uP96SOzKyB .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uP96SOzKyB .mbr-section-title {
  color: #1c1c1c;
}
.cid-uP96SOzKyB .panel-number {
  color: #1c1c1c;
}
.cid-uP96SOzKyB .panel-title-edit {
  color: #1c1c1c;
}
.cid-uP96SOzKyB .panel-text {
  color: #1c1c1c;
}
.cid-uP96SPKbi1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP96SPKbi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP96SPKbi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP96SPKbi1 .container {
    padding: 0 16px;
  }
}
.cid-uP96SPKbi1 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uP96SPKbi1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uP96SPKbi1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP96SPKbi1 .mbr-section-title {
  color: #000000;
}
.cid-uP96SPKbi1 .mbr-text {
  color: #000000;
}
.cid-uP9ezmlDY2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP9ezmlDY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9ezmlDY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP9ezmlDY2 .container {
    padding: 0 16px;
  }
}
.cid-uP9ezmlDY2 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uP9ezmlDY2 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uP9ezmlDY2 .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uP9ezmlDY2 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP9ezmlDY2 .content-wrapper .mbr-section-title span {
  color: #1c1c1c;
}
.cid-uP9ezmlDY2 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uP9ezmlDY2 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uP9ezmlDY2 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f2f021 -10%, transparent 80%);
}
.cid-uP9ezmlDY2 .panel-group .card {
  border-radius: 20px !important;
  background-color: #f2f021;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uP9ezmlDY2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP9ezmlDY2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uP9ezmlDY2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP9ezmlDY2 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uP9ezmlDY2 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uP9ezmlDY2 .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uP9ezmlDY2 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uP9ezmlDY2 .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uP9ezmlDY2 .mbr-section-title {
  color: #000000;
}
.cid-uP9ezmlDY2 .mbr-text {
  color: #6f6f6f;
}
.cid-uP9ezmlDY2 .panel-title-edit {
  color: #000000;
}
.cid-uP9ezmlDY2 .panel-text {
  color: #000000;
}
.cid-uP96SQCy9v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP96SQCy9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP96SQCy9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP96SQCy9v .card-wrapper {
  padding: 80px;
  background-color: #f2f021;
}
@media (max-width: 1440px) {
  .cid-uP96SQCy9v .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uP96SQCy9v .card-wrapper {
    padding: 0;
  }
}
.cid-uP96SQCy9v .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uP96SQCy9v .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uP96SQCy9v .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uP96SRytm2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-uP96SRytm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP96SRytm2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uP96SRytm2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP96SRytm2 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uP96SRytm2 a {
  font-weight: 600;
}
.cid-uP96SRytm2 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uP96SRytm2 .col-lg-3,
  .cid-uP96SRytm2 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uP96SRytm2 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uP96SRytm2 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uP96SRytm2 h5 {
  margin: 0;
}
.cid-uP96SRytm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP96SRytm2 .iconfont-wrapper {
  position: relative;
}
.cid-uP96SRytm2 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uP96SRytm2 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uP96SRytm2 .sociconfont-wrapper {
  display: flex;
}
.cid-uP96SRytm2 .card-title,
.cid-uP96SRytm2 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uP96SRytm2 .card-text {
  color: #ffffff;
}
.cid-uP96SRytm2 .mbr-section-title {
  color: #000000;
}
.cid-uP96SRytm2 .main-title,
.cid-uP96SRytm2 .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uP96SSKJWb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP96SSKJWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP96SSKJWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP96SSKJWb .card-wrapper {
  padding: 32px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uP96SSKJWb .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP96SSKJWb .card-wrapper {
    padding: 24px;
  }
}
.cid-uP96SSKJWb .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP96SSKJWb .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP96SSKJWb .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uP96SSKJWb .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uP96SSKJWb .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.cid-uP96SSKJWb .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-uP96SSKJWb .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #f2f021;
  border: 1px solid #f2f021;
  color: #ffffff;
}
.cid-uP96SSKJWb .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uP96SSKJWb .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uP96SSKJWb .list,
.cid-uP96SSKJWb .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uP96SSKJWb .mbr-copy {
  color: #63635d;
  text-align: center;
}
.cid-uP97CjSMoR {
  background-color: transparent;
}
.cid-uP97CjSMoR .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uP97CjSMoR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uP97CjSMoR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP97CjSMoR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uP97CjSMoR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uP97CjSMoR .menu_box .navbar.opened,
  .cid-uP97CjSMoR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uP97CjSMoR .navbar-dropdown {
  position: relative !important;
}
.cid-uP97CjSMoR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uP97CjSMoR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uP97CjSMoR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uP97CjSMoR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uP97CjSMoR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uP97CjSMoR .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uP97CjSMoR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uP97CjSMoR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uP97CjSMoR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uP97CjSMoR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uP97CjSMoR .offcanvas-body .mbr-text,
  .cid-uP97CjSMoR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uP97CjSMoR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uP97CjSMoR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uP97CjSMoR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uP97CjSMoR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uP97CjSMoR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uP97CjSMoR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uP97CjSMoR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uP97CjSMoR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uP97CjSMoR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP97CjSMoR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uP97CjSMoR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uP97CjSMoR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uP97CjSMoR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uP97CjSMoR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uP97CjSMoR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uP97CjSMoR .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uP97CjSMoR .nav-item {
    margin: 0 !important;
  }
}
.cid-uP97CjSMoR .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uP97CjSMoR .nav-item .nav-link:hover,
.cid-uP97CjSMoR .nav-item .nav-link:focus {
  color: #f2f021 !important;
}
.cid-uP97CjSMoR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uP97CjSMoR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uP97CjSMoR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uP97CjSMoR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP97CjSMoR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uP97CjSMoR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uP97CjSMoR .offcanvas_box {
    display: none;
  }
}
.cid-uP97CjSMoR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uP97CjSMoR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uP97CjSMoR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uP97CjSMoR .container {
  display: flex;
  margin: auto;
}
.cid-uP97CjSMoR .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uP97CjSMoR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uP97CjSMoR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uP97CjSMoR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uP97CjSMoR .navbar-nav {
    margin: 0;
  }
}
.cid-uP97CjSMoR .dropdown-menu,
.cid-uP97CjSMoR .navbar.opened {
  background-color: false !important;
}
.cid-uP97CjSMoR .nav-item:focus,
.cid-uP97CjSMoR .nav-link:focus {
  outline: none;
}
.cid-uP97CjSMoR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP97CjSMoR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP97CjSMoR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP97CjSMoR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP97CjSMoR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP97CjSMoR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP97CjSMoR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uP97CjSMoR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uP97CjSMoR .navbar.opened {
  transition: all 0.3s;
}
.cid-uP97CjSMoR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uP97CjSMoR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uP97CjSMoR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uP97CjSMoR .navbar.collapsed {
  justify-content: center;
}
.cid-uP97CjSMoR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP97CjSMoR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uP97CjSMoR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP97CjSMoR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP97CjSMoR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP97CjSMoR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uP97CjSMoR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uP97CjSMoR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uP97CjSMoR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uP97CjSMoR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP97CjSMoR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP97CjSMoR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uP97CjSMoR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP97CjSMoR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uP97CjSMoR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP97CjSMoR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uP97CjSMoR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uP97CjSMoR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uP97CjSMoR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uP97CjSMoR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP97CjSMoR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uP97CjSMoR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP97CjSMoR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uP97CjSMoR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uP97CjSMoR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP97CjSMoR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uP97CjSMoR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP97CjSMoR .dropdown-item.active,
.cid-uP97CjSMoR .dropdown-item:active {
  background-color: transparent;
}
.cid-uP97CjSMoR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uP97CjSMoR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP97CjSMoR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP97CjSMoR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP97CjSMoR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uP97CjSMoR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP97CjSMoR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fafafa;
}
.cid-uP97CjSMoR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uP97CjSMoR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP97CjSMoR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP97CjSMoR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP97CjSMoR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP97CjSMoR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP97CjSMoR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP97CjSMoR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP97CjSMoR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP97CjSMoR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uP97CjSMoR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP97CjSMoR .navbar {
    height: 70px;
  }
  .cid-uP97CjSMoR .navbar.opened {
    height: auto;
  }
  .cid-uP97CjSMoR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP97CjSMoR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uP97CjSMoR .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uP97CjSMoR .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uP97CjSMoR .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uP97CjSMoR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uP97CjSMoR .navbar-caption:hover {
  color: #f2f021;
}
@media (min-width: 992px) {
  .cid-uP97CjSMoR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uP97CjSMoR .text_widget {
  margin-bottom: 32px;
}
.cid-uP97CjSMoR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uP97CjSMoR .text_widget a:hover,
.cid-uP97CjSMoR .text_widget a:focus {
  opacity: .8;
}
.cid-uP97CjSMoR .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uP97CjSMoR .navbar-caption {
  color: #000000;
}
.cid-uP97CjSMoR .mbr-text {
  color: #6f6f6f;
}
.cid-uP97CjSMoR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uP97Cl5Sef {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uP97Cl5Sef::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ffffff -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uP97Cl5Sef::before {
    opacity: .4;
  }
}
.cid-uP97Cl5Sef::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f2f021 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uP97Cl5Sef::after {
    opacity: .4;
  }
}
.cid-uP97Cl5Sef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP97Cl5Sef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP97Cl5Sef .container {
    padding: 0 16px;
  }
}
.cid-uP97Cl5Sef .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uP97Cl5Sef .row .card {
  justify-content: flex-end;
}
.cid-uP97Cl5Sef .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uP97Cl5Sef .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uP97Cl5Sef .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uP97Cl5Sef .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP97Cl5Sef .title-wrapper .mbr-section-title span {
  color: #f2f021;
}
.cid-uP97Cl5Sef .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP97Cl5Sef .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uP97Cl5Sef .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP97Cl5Sef .mbr-section-title {
  color: #000000;
}
.cid-uP97Cl5Sef .mbr-text {
  color: #000000;
}
.cid-uP9aKFdGoy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP9aKFdGoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9aKFdGoy .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-uP9aKFdGoy .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uP9aKFdGoy .container {
    padding: 0 12px;
  }
}
.cid-uP9aKFdGoy .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP9aKFdGoy .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-uP9aKFdGoy .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uP9aKFdGoy .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f2f021;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uP9aKFdGoy .mbr-section-title {
  color: #ffffff;
}
.cid-uP97ClIFib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP97ClIFib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP97ClIFib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP97ClIFib .container {
    padding: 0 16px;
  }
}
.cid-uP97ClIFib .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uP97ClIFib .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uP97ClIFib .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP97ClIFib .mbr-section-title {
  color: #f1634f;
}
.cid-uP97ClIFib .mbr-text {
  color: #000000;
}
.cid-uP97CmhqfP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uP97CmhqfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP97CmhqfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP97CmhqfP .container {
    padding: 0 16px;
  }
}
.cid-uP97CmhqfP .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uP97CmhqfP .row {
    height: 200px;
  }
}
.cid-uP97CmFnYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uP97CmFnYX .container {
    padding: 0 16px;
  }
}
.cid-uP97CmFnYX .row {
  position: relative;
  z-index: 1;
}
.cid-uP97CmFnYX .title-wrapper {
  margin-bottom: 80px;
}
.cid-uP97CmFnYX .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP97CmFnYX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP97CmFnYX .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uP97CmFnYX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uP97CmFnYX .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uP97CmFnYX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uP97CmFnYX .embla__slide .slide-content {
  width: 100%;
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper {
  background-color: #f2f021;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP97CmFnYX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP97CmFnYX .embla__button--next,
.cid-uP97CmFnYX .embla__button--prev {
  display: flex;
}
.cid-uP97CmFnYX .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f2f021 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uP97CmFnYX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uP97CmFnYX .embla__button:hover {
  opacity: .7 !important;
}
.cid-uP97CmFnYX .embla__button.embla__button--prev {
  left: 0;
}
.cid-uP97CmFnYX .embla__button.embla__button--next {
  right: 0;
}
.cid-uP97CmFnYX .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uP97CmFnYX .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uP97CmFnYX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uP97CmFnYX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uP97CmFnYX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uP97CmFnYX .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uP97CmFnYX .mbr-section-title {
  color: #000000;
}
.cid-uP97CmFnYX .mbr-desc {
  color: #000000;
}
.cid-uP97CmFnYX .item-title {
  color: #000000;
}
.cid-uP97CmFnYX .item-text {
  color: #6f6f6f;
}
.cid-uP97CmFnYX .item-text,
.cid-uP97CmFnYX .mbr-section-btn {
  color: #454545;
}
.cid-uP97CnNEpO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uP97CnNEpO .container {
    padding: 0 16px;
  }
}
.cid-uP97CnNEpO .row {
  position: relative;
  z-index: 1;
}
.cid-uP97CnNEpO .title-wrapper {
  margin-bottom: 80px;
}
.cid-uP97CnNEpO .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP97CnNEpO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP97CnNEpO .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uP97CnNEpO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uP97CnNEpO .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uP97CnNEpO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uP97CnNEpO .embla__slide .slide-content {
  width: 100%;
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper {
  background-color: #f2f021;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP97CnNEpO .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP97CnNEpO .embla__button--next,
.cid-uP97CnNEpO .embla__button--prev {
  display: flex;
}
.cid-uP97CnNEpO .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f2f021 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uP97CnNEpO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uP97CnNEpO .embla__button:hover {
  opacity: .7 !important;
}
.cid-uP97CnNEpO .embla__button.embla__button--prev {
  left: 0;
}
.cid-uP97CnNEpO .embla__button.embla__button--next {
  right: 0;
}
.cid-uP97CnNEpO .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uP97CnNEpO .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uP97CnNEpO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uP97CnNEpO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uP97CnNEpO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uP97CnNEpO .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uP97CnNEpO .mbr-section-title {
  color: #000000;
}
.cid-uP97CnNEpO .mbr-desc {
  color: #000000;
}
.cid-uP97CnNEpO .item-title {
  color: #000000;
}
.cid-uP97CnNEpO .item-text {
  color: #6f6f6f;
}
.cid-uP97CnNEpO .item-text,
.cid-uP97CnNEpO .mbr-section-btn {
  color: #454545;
}
.cid-uP97CoNubw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uP97CoNubw .container {
    padding: 0 16px;
  }
}
.cid-uP97CoNubw .row {
  position: relative;
  z-index: 1;
}
.cid-uP97CoNubw .title-wrapper {
  margin-bottom: 80px;
}
.cid-uP97CoNubw .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP97CoNubw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP97CoNubw .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uP97CoNubw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uP97CoNubw .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uP97CoNubw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uP97CoNubw .embla__slide .slide-content {
  width: 100%;
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper {
  background-color: #f2f021;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uP97CoNubw .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP97CoNubw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP97CoNubw .embla__button--next,
.cid-uP97CoNubw .embla__button--prev {
  display: flex;
}
.cid-uP97CoNubw .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f2f021 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uP97CoNubw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uP97CoNubw .embla__button:hover {
  opacity: .7 !important;
}
.cid-uP97CoNubw .embla__button.embla__button--prev {
  left: 0;
}
.cid-uP97CoNubw .embla__button.embla__button--next {
  right: 0;
}
.cid-uP97CoNubw .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uP97CoNubw .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uP97CoNubw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uP97CoNubw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uP97CoNubw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uP97CoNubw .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uP97CoNubw .mbr-section-title {
  color: #000000;
}
.cid-uP97CoNubw .mbr-desc {
  color: #000000;
}
.cid-uP97CoNubw .item-title {
  color: #000000;
}
.cid-uP97CoNubw .item-text {
  color: #6f6f6f;
}
.cid-uP97CrDdkN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP97CrDdkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP97CrDdkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP97CrDdkN .container {
    padding: 0 16px;
  }
}
.cid-uP97CrDdkN .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uP97CrDdkN .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uP97CrDdkN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP97CrDdkN .mbr-section-title {
  color: #000000;
}
.cid-uP97CrDdkN .mbr-text {
  color: #000000;
}
.cid-uP97Cu1Hle {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x644.png");
}
.cid-uP97Cu1Hle::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uP97Cu1Hle .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP97Cu1Hle .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-uP97Cu1Hle .container {
    padding: 0 22px;
  }
}
.cid-uP97Cu1Hle .row {
  justify-content: center;
}
.cid-uP97Cu1Hle .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uP97Cu1Hle .content-wrapper {
    padding: 0;
  }
}
.cid-uP97Cu1Hle .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP97Cu1Hle .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uP97Cu1Hle .mbr-section-title {
  color: #ffffff;
}
.cid-uP97Cu1Hle .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uP97Cu1Hle .mbr-section-title,
.cid-uP97Cu1Hle .mbr-section-btn {
  text-align: center;
}
.cid-uP97CuXCQr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP97CuXCQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP97CuXCQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP97CuXCQr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uP97CuXCQr .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uP97CuXCQr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uP97CuXCQr .container {
    padding: 0 16px;
  }
}
.cid-uP97CuXCQr .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uP97CuXCQr .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uP97CuXCQr .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #f2f021;
}
.cid-uP97CuXCQr .panel-group .card:first-child {
  border-top: 1px solid #f2f021;
}
.cid-uP97CuXCQr .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uP97CuXCQr .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uP97CuXCQr .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uP97CuXCQr .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uP97CuXCQr .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uP97CuXCQr .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP97CuXCQr .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uP97CuXCQr .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uP97CuXCQr .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uP97CuXCQr .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uP97CuXCQr .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uP97CuXCQr .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uP97CuXCQr .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uP97CuXCQr .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uP97CuXCQr .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uP97CuXCQr .mbr-section-title {
  color: #1c1c1c;
}
.cid-uP97CuXCQr .panel-number {
  color: #1c1c1c;
}
.cid-uP97CuXCQr .panel-title-edit {
  color: #1c1c1c;
}
.cid-uP97CuXCQr .panel-text {
  color: #1c1c1c;
}
.cid-uP97CwRIhL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP97CwRIhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP97CwRIhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP97CwRIhL .container {
    padding: 0 16px;
  }
}
.cid-uP97CwRIhL .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uP97CwRIhL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uP97CwRIhL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP97CwRIhL .mbr-section-title {
  color: #000000;
}
.cid-uP97CwRIhL .mbr-text {
  color: #000000;
}
.cid-uP9h6RECh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uP9h6RECh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9h6RECh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9h6RECh5 .row {
  justify-content: center;
}
.cid-uP9h6RECh5 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uP9h6RECh5 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uP9h6RECh5 .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uP9h6RECh5 .mbr-section-title {
  color: #f2f021;
  text-align: center;
}
.cid-uP9f1nVC1W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP9f1nVC1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9f1nVC1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP9f1nVC1W .container {
    padding: 0 16px;
  }
}
.cid-uP9f1nVC1W .row {
  position: relative;
  justify-content: space-between;
}
.cid-uP9f1nVC1W .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uP9f1nVC1W .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uP9f1nVC1W .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP9f1nVC1W .content-wrapper .mbr-section-title span {
  color: #1c1c1c;
}
.cid-uP9f1nVC1W .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uP9f1nVC1W .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uP9f1nVC1W .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f2f021 -10%, transparent 80%);
}
.cid-uP9f1nVC1W .panel-group .card {
  border-radius: 20px !important;
  background-color: #f2f021;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uP9f1nVC1W .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP9f1nVC1W .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uP9f1nVC1W .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP9f1nVC1W .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uP9f1nVC1W .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uP9f1nVC1W .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uP9f1nVC1W .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uP9f1nVC1W .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uP9f1nVC1W .mbr-section-title {
  color: #000000;
}
.cid-uP9f1nVC1W .mbr-text {
  color: #6f6f6f;
}
.cid-uP9f1nVC1W .panel-title-edit {
  color: #000000;
}
.cid-uP9f1nVC1W .panel-text {
  color: #000000;
}
.cid-uP97CyA4Pf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP97CyA4Pf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP97CyA4Pf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP97CyA4Pf .card-wrapper {
  padding: 80px;
  background-color: #f2f021;
}
@media (max-width: 1440px) {
  .cid-uP97CyA4Pf .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uP97CyA4Pf .card-wrapper {
    padding: 0;
  }
}
.cid-uP97CyA4Pf .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uP97CyA4Pf .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uP97CyA4Pf .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uP97Czr2Jh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-uP97Czr2Jh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP97Czr2Jh .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uP97Czr2Jh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP97Czr2Jh .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uP97Czr2Jh a {
  font-weight: 600;
}
.cid-uP97Czr2Jh a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uP97Czr2Jh .col-lg-3,
  .cid-uP97Czr2Jh .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uP97Czr2Jh .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uP97Czr2Jh .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uP97Czr2Jh h5 {
  margin: 0;
}
.cid-uP97Czr2Jh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP97Czr2Jh .iconfont-wrapper {
  position: relative;
}
.cid-uP97Czr2Jh .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uP97Czr2Jh .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uP97Czr2Jh .sociconfont-wrapper {
  display: flex;
}
.cid-uP97Czr2Jh .card-title,
.cid-uP97Czr2Jh .iconfont-wrapper {
  color: #ffffff;
}
.cid-uP97Czr2Jh .card-text {
  color: #ffffff;
}
.cid-uP97Czr2Jh .mbr-section-title {
  color: #000000;
}
.cid-uP97Czr2Jh .main-title,
.cid-uP97Czr2Jh .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uP97CAsX04 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP97CAsX04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP97CAsX04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP97CAsX04 .card-wrapper {
  padding: 32px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uP97CAsX04 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP97CAsX04 .card-wrapper {
    padding: 24px;
  }
}
.cid-uP97CAsX04 .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP97CAsX04 .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP97CAsX04 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uP97CAsX04 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uP97CAsX04 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.cid-uP97CAsX04 .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-uP97CAsX04 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #f2f021;
  border: 1px solid #f2f021;
  color: #ffffff;
}
.cid-uP97CAsX04 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uP97CAsX04 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uP97CAsX04 .list,
.cid-uP97CAsX04 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uP97CAsX04 .mbr-copy {
  color: #63635d;
  text-align: center;
}
.cid-uP98lXcCOm {
  background-color: transparent;
}
.cid-uP98lXcCOm .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uP98lXcCOm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uP98lXcCOm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP98lXcCOm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uP98lXcCOm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uP98lXcCOm .menu_box .navbar.opened,
  .cid-uP98lXcCOm .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uP98lXcCOm .navbar-dropdown {
  position: relative !important;
}
.cid-uP98lXcCOm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uP98lXcCOm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uP98lXcCOm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uP98lXcCOm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uP98lXcCOm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uP98lXcCOm .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uP98lXcCOm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uP98lXcCOm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uP98lXcCOm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uP98lXcCOm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uP98lXcCOm .offcanvas-body .mbr-text,
  .cid-uP98lXcCOm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uP98lXcCOm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uP98lXcCOm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uP98lXcCOm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uP98lXcCOm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uP98lXcCOm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uP98lXcCOm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uP98lXcCOm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uP98lXcCOm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uP98lXcCOm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP98lXcCOm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uP98lXcCOm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uP98lXcCOm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uP98lXcCOm .lg_brand {
    margin: 0 1rem;
  }
  .cid-uP98lXcCOm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uP98lXcCOm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uP98lXcCOm .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uP98lXcCOm .nav-item {
    margin: 0 !important;
  }
}
.cid-uP98lXcCOm .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uP98lXcCOm .nav-item .nav-link:hover,
.cid-uP98lXcCOm .nav-item .nav-link:focus {
  color: #f2f021 !important;
}
.cid-uP98lXcCOm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uP98lXcCOm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uP98lXcCOm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uP98lXcCOm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP98lXcCOm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uP98lXcCOm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uP98lXcCOm .offcanvas_box {
    display: none;
  }
}
.cid-uP98lXcCOm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uP98lXcCOm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uP98lXcCOm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uP98lXcCOm .container {
  display: flex;
  margin: auto;
}
.cid-uP98lXcCOm .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uP98lXcCOm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uP98lXcCOm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uP98lXcCOm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uP98lXcCOm .navbar-nav {
    margin: 0;
  }
}
.cid-uP98lXcCOm .dropdown-menu,
.cid-uP98lXcCOm .navbar.opened {
  background-color: false !important;
}
.cid-uP98lXcCOm .nav-item:focus,
.cid-uP98lXcCOm .nav-link:focus {
  outline: none;
}
.cid-uP98lXcCOm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP98lXcCOm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP98lXcCOm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP98lXcCOm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP98lXcCOm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP98lXcCOm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP98lXcCOm .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uP98lXcCOm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uP98lXcCOm .navbar.opened {
  transition: all 0.3s;
}
.cid-uP98lXcCOm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uP98lXcCOm .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uP98lXcCOm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uP98lXcCOm .navbar.collapsed {
  justify-content: center;
}
.cid-uP98lXcCOm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP98lXcCOm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uP98lXcCOm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP98lXcCOm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP98lXcCOm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP98lXcCOm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uP98lXcCOm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uP98lXcCOm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uP98lXcCOm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uP98lXcCOm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP98lXcCOm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP98lXcCOm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uP98lXcCOm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP98lXcCOm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uP98lXcCOm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP98lXcCOm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uP98lXcCOm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uP98lXcCOm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uP98lXcCOm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uP98lXcCOm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP98lXcCOm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uP98lXcCOm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP98lXcCOm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uP98lXcCOm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uP98lXcCOm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP98lXcCOm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uP98lXcCOm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP98lXcCOm .dropdown-item.active,
.cid-uP98lXcCOm .dropdown-item:active {
  background-color: transparent;
}
.cid-uP98lXcCOm .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uP98lXcCOm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP98lXcCOm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP98lXcCOm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP98lXcCOm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uP98lXcCOm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP98lXcCOm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fafafa;
}
.cid-uP98lXcCOm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uP98lXcCOm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP98lXcCOm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP98lXcCOm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP98lXcCOm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP98lXcCOm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP98lXcCOm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP98lXcCOm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP98lXcCOm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP98lXcCOm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uP98lXcCOm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP98lXcCOm .navbar {
    height: 70px;
  }
  .cid-uP98lXcCOm .navbar.opened {
    height: auto;
  }
  .cid-uP98lXcCOm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP98lXcCOm .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uP98lXcCOm .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uP98lXcCOm .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uP98lXcCOm .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uP98lXcCOm .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uP98lXcCOm .navbar-caption:hover {
  color: #f2f021;
}
@media (min-width: 992px) {
  .cid-uP98lXcCOm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uP98lXcCOm .text_widget {
  margin-bottom: 32px;
}
.cid-uP98lXcCOm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uP98lXcCOm .text_widget a:hover,
.cid-uP98lXcCOm .text_widget a:focus {
  opacity: .8;
}
.cid-uP98lXcCOm .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uP98lXcCOm .navbar-caption {
  color: #000000;
}
.cid-uP98lXcCOm .mbr-text {
  color: #6f6f6f;
}
.cid-uP98lXcCOm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uP98lXYtHq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uP98lXYtHq::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ffffff -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uP98lXYtHq::before {
    opacity: .4;
  }
}
.cid-uP98lXYtHq::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f2f021 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uP98lXYtHq::after {
    opacity: .4;
  }
}
.cid-uP98lXYtHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP98lXYtHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP98lXYtHq .container {
    padding: 0 16px;
  }
}
.cid-uP98lXYtHq .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uP98lXYtHq .row .card {
  justify-content: flex-end;
}
.cid-uP98lXYtHq .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uP98lXYtHq .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uP98lXYtHq .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uP98lXYtHq .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP98lXYtHq .title-wrapper .mbr-section-title span {
  color: #f2f021;
}
.cid-uP98lXYtHq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP98lXYtHq .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uP98lXYtHq .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP98lXYtHq .mbr-section-title {
  color: #000000;
}
.cid-uP98lXYtHq .mbr-text {
  color: #000000;
}
.cid-uP9b6HhMyC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP9b6HhMyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9b6HhMyC .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-uP9b6HhMyC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uP9b6HhMyC .container {
    padding: 0 12px;
  }
}
.cid-uP9b6HhMyC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP9b6HhMyC .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-uP9b6HhMyC .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uP9b6HhMyC .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f2f021;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uP9b6HhMyC .mbr-section-title {
  color: #ffffff;
}
.cid-uP98lYsqzi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP98lYsqzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP98lYsqzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP98lYsqzi .container {
    padding: 0 16px;
  }
}
.cid-uP98lYsqzi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uP98lYsqzi .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uP98lYsqzi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP98lYsqzi .mbr-section-title {
  color: #f1634f;
}
.cid-uP98lYsqzi .mbr-text {
  color: #000000;
}
.cid-uP98lYOwOL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-uP98lYOwOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP98lYOwOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP98lYOwOL .container {
    padding: 0 16px;
  }
}
.cid-uP98lYOwOL .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uP98lYOwOL .row {
    height: 200px;
  }
}
.cid-uP98lZ9TTV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uP98lZ9TTV .container {
    padding: 0 16px;
  }
}
.cid-uP98lZ9TTV .row {
  position: relative;
  z-index: 1;
}
.cid-uP98lZ9TTV .title-wrapper {
  margin-bottom: 80px;
}
.cid-uP98lZ9TTV .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP98lZ9TTV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP98lZ9TTV .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uP98lZ9TTV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uP98lZ9TTV .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uP98lZ9TTV .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uP98lZ9TTV .embla__slide .slide-content {
  width: 100%;
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper {
  background-color: #f2f021;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP98lZ9TTV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP98lZ9TTV .embla__button--next,
.cid-uP98lZ9TTV .embla__button--prev {
  display: flex;
}
.cid-uP98lZ9TTV .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f2f021 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uP98lZ9TTV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uP98lZ9TTV .embla__button:hover {
  opacity: .7 !important;
}
.cid-uP98lZ9TTV .embla__button.embla__button--prev {
  left: 0;
}
.cid-uP98lZ9TTV .embla__button.embla__button--next {
  right: 0;
}
.cid-uP98lZ9TTV .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uP98lZ9TTV .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uP98lZ9TTV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uP98lZ9TTV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uP98lZ9TTV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uP98lZ9TTV .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uP98lZ9TTV .mbr-section-title {
  color: #000000;
}
.cid-uP98lZ9TTV .mbr-desc {
  color: #000000;
}
.cid-uP98lZ9TTV .item-title {
  color: #000000;
}
.cid-uP98lZ9TTV .item-text {
  color: #6f6f6f;
}
.cid-uP98lZ9TTV .item-text,
.cid-uP98lZ9TTV .mbr-section-btn {
  color: #454545;
}
.cid-uP98lZVkW9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uP98lZVkW9 .container {
    padding: 0 16px;
  }
}
.cid-uP98lZVkW9 .row {
  position: relative;
  z-index: 1;
}
.cid-uP98lZVkW9 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uP98lZVkW9 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP98lZVkW9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP98lZVkW9 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uP98lZVkW9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uP98lZVkW9 .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uP98lZVkW9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uP98lZVkW9 .embla__slide .slide-content {
  width: 100%;
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper {
  background-color: #f2f021;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP98lZVkW9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP98lZVkW9 .embla__button--next,
.cid-uP98lZVkW9 .embla__button--prev {
  display: flex;
}
.cid-uP98lZVkW9 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f2f021 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uP98lZVkW9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uP98lZVkW9 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uP98lZVkW9 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uP98lZVkW9 .embla__button.embla__button--next {
  right: 0;
}
.cid-uP98lZVkW9 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uP98lZVkW9 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uP98lZVkW9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uP98lZVkW9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uP98lZVkW9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uP98lZVkW9 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uP98lZVkW9 .mbr-section-title {
  color: #000000;
}
.cid-uP98lZVkW9 .mbr-desc {
  color: #000000;
}
.cid-uP98lZVkW9 .item-title {
  color: #000000;
}
.cid-uP98lZVkW9 .item-text {
  color: #6f6f6f;
}
.cid-uP98lZVkW9 .item-text,
.cid-uP98lZVkW9 .mbr-section-btn {
  color: #454545;
}
.cid-uP98m0zeMp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uP98m0zeMp .container {
    padding: 0 16px;
  }
}
.cid-uP98m0zeMp .row {
  position: relative;
  z-index: 1;
}
.cid-uP98m0zeMp .title-wrapper {
  margin-bottom: 80px;
}
.cid-uP98m0zeMp .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP98m0zeMp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP98m0zeMp .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uP98m0zeMp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uP98m0zeMp .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uP98m0zeMp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uP98m0zeMp .embla__slide .slide-content {
  width: 100%;
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper {
  background-color: #f2f021;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f2f021 !important;
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uP98m0zeMp .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uP98m0zeMp .embla__button--next,
.cid-uP98m0zeMp .embla__button--prev {
  display: flex;
}
.cid-uP98m0zeMp .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f2f021 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uP98m0zeMp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uP98m0zeMp .embla__button:hover {
  opacity: .7 !important;
}
.cid-uP98m0zeMp .embla__button.embla__button--prev {
  left: 0;
}
.cid-uP98m0zeMp .embla__button.embla__button--next {
  right: 0;
}
.cid-uP98m0zeMp .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uP98m0zeMp .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uP98m0zeMp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uP98m0zeMp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uP98m0zeMp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uP98m0zeMp .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uP98m0zeMp .mbr-section-title {
  color: #000000;
}
.cid-uP98m0zeMp .mbr-desc {
  color: #000000;
}
.cid-uP98m0zeMp .item-title {
  color: #000000;
}
.cid-uP98m0zeMp .item-text {
  color: #6f6f6f;
}
.cid-uP98m1qWN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP98m1qWN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP98m1qWN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP98m1qWN5 .container {
    padding: 0 16px;
  }
}
.cid-uP98m1qWN5 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uP98m1qWN5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uP98m1qWN5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP98m1qWN5 .mbr-section-title {
  color: #000000;
}
.cid-uP98m1qWN5 .mbr-text {
  color: #000000;
}
.cid-uP98m1PvFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-uP98m1PvFP::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uP98m1PvFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP98m1PvFP .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-uP98m1PvFP .container {
    padding: 0 22px;
  }
}
.cid-uP98m1PvFP .row {
  justify-content: center;
}
.cid-uP98m1PvFP .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uP98m1PvFP .content-wrapper {
    padding: 0;
  }
}
.cid-uP98m1PvFP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP98m1PvFP .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uP98m1PvFP .mbr-section-title {
  color: #ffffff;
}
.cid-uP98m1PvFP .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uP98m1PvFP .mbr-section-title,
.cid-uP98m1PvFP .mbr-section-btn {
  text-align: center;
}
.cid-uP98m2hMEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP98m2hMEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP98m2hMEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP98m2hMEh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uP98m2hMEh .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uP98m2hMEh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uP98m2hMEh .container {
    padding: 0 16px;
  }
}
.cid-uP98m2hMEh .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uP98m2hMEh .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uP98m2hMEh .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #f2f021;
}
.cid-uP98m2hMEh .panel-group .card:first-child {
  border-top: 1px solid #f2f021;
}
.cid-uP98m2hMEh .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uP98m2hMEh .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uP98m2hMEh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uP98m2hMEh .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uP98m2hMEh .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uP98m2hMEh .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP98m2hMEh .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uP98m2hMEh .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uP98m2hMEh .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uP98m2hMEh .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uP98m2hMEh .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uP98m2hMEh .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uP98m2hMEh .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uP98m2hMEh .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uP98m2hMEh .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uP98m2hMEh .mbr-section-title {
  color: #1c1c1c;
}
.cid-uP98m2hMEh .panel-number {
  color: #1c1c1c;
}
.cid-uP98m2hMEh .panel-title-edit {
  color: #1c1c1c;
}
.cid-uP98m2hMEh .panel-text {
  color: #1c1c1c;
}
.cid-uP98m3Q0Ed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP98m3Q0Ed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP98m3Q0Ed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP98m3Q0Ed .container {
    padding: 0 16px;
  }
}
.cid-uP98m3Q0Ed .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uP98m3Q0Ed .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uP98m3Q0Ed .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP98m3Q0Ed .mbr-section-title {
  color: #000000;
}
.cid-uP98m3Q0Ed .mbr-text {
  color: #000000;
}
.cid-uP9gLckE7u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP9gLckE7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9gLckE7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uP9gLckE7u .container {
    padding: 0 16px;
  }
}
.cid-uP9gLckE7u .row {
  position: relative;
  justify-content: space-between;
}
.cid-uP9gLckE7u .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uP9gLckE7u .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uP9gLckE7u .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP9gLckE7u .content-wrapper .mbr-section-title span {
  color: #1c1c1c;
}
.cid-uP9gLckE7u .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uP9gLckE7u .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uP9gLckE7u .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f2f021 -10%, transparent 80%);
}
.cid-uP9gLckE7u .panel-group .card {
  border-radius: 20px !important;
  background-color: #f2f021;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uP9gLckE7u .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP9gLckE7u .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uP9gLckE7u .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP9gLckE7u .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uP9gLckE7u .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uP9gLckE7u .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uP9gLckE7u .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uP9gLckE7u .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uP9gLckE7u .mbr-section-title {
  color: #000000;
}
.cid-uP9gLckE7u .mbr-text {
  color: #6f6f6f;
}
.cid-uP9gLckE7u .panel-title-edit {
  color: #000000;
}
.cid-uP9gLckE7u .panel-text {
  color: #000000;
}
.cid-uP98m4PHgP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP98m4PHgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP98m4PHgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP98m4PHgP .card-wrapper {
  padding: 80px;
  background-color: #f2f021;
}
@media (max-width: 1440px) {
  .cid-uP98m4PHgP .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uP98m4PHgP .card-wrapper {
    padding: 0;
  }
}
.cid-uP98m4PHgP .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uP98m4PHgP .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uP98m4PHgP .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uP98m5Ugay {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-uP98m5Ugay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP98m5Ugay .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uP98m5Ugay .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP98m5Ugay .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uP98m5Ugay a {
  font-weight: 600;
}
.cid-uP98m5Ugay a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uP98m5Ugay .col-lg-3,
  .cid-uP98m5Ugay .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uP98m5Ugay .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uP98m5Ugay .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uP98m5Ugay h5 {
  margin: 0;
}
.cid-uP98m5Ugay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP98m5Ugay .iconfont-wrapper {
  position: relative;
}
.cid-uP98m5Ugay .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uP98m5Ugay .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uP98m5Ugay .sociconfont-wrapper {
  display: flex;
}
.cid-uP98m5Ugay .card-title,
.cid-uP98m5Ugay .iconfont-wrapper {
  color: #ffffff;
}
.cid-uP98m5Ugay .card-text {
  color: #ffffff;
}
.cid-uP98m5Ugay .mbr-section-title {
  color: #000000;
}
.cid-uP98m5Ugay .main-title,
.cid-uP98m5Ugay .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uP98m6CvFg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-uP98m6CvFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP98m6CvFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP98m6CvFg .card-wrapper {
  padding: 32px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uP98m6CvFg .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP98m6CvFg .card-wrapper {
    padding: 24px;
  }
}
.cid-uP98m6CvFg .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP98m6CvFg .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP98m6CvFg .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uP98m6CvFg .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uP98m6CvFg .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.cid-uP98m6CvFg .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-uP98m6CvFg .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #f2f021;
  border: 1px solid #f2f021;
  color: #ffffff;
}
.cid-uP98m6CvFg .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uP98m6CvFg .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uP98m6CvFg .list,
.cid-uP98m6CvFg .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uP98m6CvFg .mbr-copy {
  color: #63635d;
  text-align: center;
}
