body {
  font-family: Orbit;
}
.display-1 {
  font-family: 'Orbit', sans-serif;
  font-size: 9.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.5625rem;
}
.display-2 {
  font-family: 'Orbit', sans-serif;
  font-size: 3.125rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Orbit', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Orbit', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Orbit', sans-serif;
  font-size: 1.28rem;
  line-height: 140%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 7.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.475rem;
    font-size: calc( 3.8875rem + (9.25 - 3.8875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.8875rem + (9.25 - 3.8875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.024rem;
    font-size: calc( 1.098rem + (1.28 - 1.098) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.098rem + (1.28 - 1.098) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 25px;
}
.bg-primary {
  background-color: #fe5115 !important;
}
.bg-success {
  background-color: #fafafa !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #fec615 !important;
}
.bg-danger {
  background-color: #8713a8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fe5115 !important;
  border-color: #fe5115 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #bb3101 !important;
  border-color: #bb3101 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bb3101 !important;
  border-color: #bb3101 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fec615 !important;
  border-color: #fec615 !important;
  color: #140f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #bb8f01 !important;
  border-color: #bb8f01 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #140f00 !important;
  background-color: #bb8f01 !important;
  border-color: #bb8f01 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8713a8 !important;
  border-color: #8713a8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #480a5a !important;
  border-color: #480a5a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #480a5a !important;
  border-color: #480a5a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fe5115;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bb3101 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5115 !important;
  border-color: #fe5115 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #181818;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #fafafa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fec615;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bb8f01 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #140f00 !important;
  background-color: #fec615 !important;
  border-color: #fec615 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8713a8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #480a5a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8713a8 !important;
  border-color: #8713a8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fe5115 !important;
}
.text-secondary {
  color: #181818 !important;
}
.text-success {
  color: #fafafa !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #fec615 !important;
}
.text-danger {
  color: #8713a8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ac2d01 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c7c7c7 !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: #ac8301 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3d094c !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: #fe5115;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #fec615;
}
.alert-danger {
  background-color: #8713a8;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fe5115;
  border-color: #fe5115;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fe5115;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe8e0;
}
.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: #fff7e0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c94feb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Orbit', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #fe5115 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Orbit', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #fe5115;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fe5115;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fe5115;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fe5115;
  border-bottom-color: #fe5115;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #fe5115 !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: #181818 !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='%23fe5115' %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 {
  position: relative;
  padding: 30px 40px;
  box-shadow: none;
  border: none !important;
  font-weight: 700;
  min-width: 140px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 30px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  border: none !important;
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0 0 10px 0;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline,
  .mbr-section-btn-main .btn-primary-outline,
  .mbr-section-btn .btn-secondary-outline,
  .mbr-section-btn-main .btn-secondary-outline,
  .mbr-section-btn .btn-success-outline,
  .mbr-section-btn-main .btn-success-outline,
  .mbr-section-btn .btn-info-outline,
  .mbr-section-btn-main .btn-info-outline,
  .mbr-section-btn .btn-warning-outline,
  .mbr-section-btn-main .btn-warning-outline,
  .mbr-section-btn .btn-danger-outline,
  .mbr-section-btn-main .btn-danger-outline,
  .mbr-section-btn .btn-black-outline,
  .mbr-section-btn-main .btn-black-outline,
  .mbr-section-btn .btn-white-outline,
  .mbr-section-btn-main .btn-white-outline {
    padding: 0 0 10px 0;
  }
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: transparent;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 100%;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fe5115;
  height: 4px;
  width: 18%;
  transition: all 0.3s ease-in-out;
}
.cid-tHVgdjkY6L .navbar-dropdown {
  background-color: #f0f0f0 !important;
  padding: 0;
}
.cid-tHVgdjkY6L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f0f0f0 !important;
  background: #f0f0f0;
}
.cid-tHVgdjkY6L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHVgdjkY6L .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHVgdjkY6L .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tHVgdjkY6L .menu_box .navbar.opened,
  .cid-tHVgdjkY6L .menu_box .navbar-collapse {
    background-color: #f0f0f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tHVgdjkY6L .navbar-dropdown {
  position: relative !important;
}
.cid-tHVgdjkY6L .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tHVgdjkY6L .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tHVgdjkY6L .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tHVgdjkY6L .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHVgdjkY6L .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tHVgdjkY6L .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-tHVgdjkY6L .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tHVgdjkY6L .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tHVgdjkY6L .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tHVgdjkY6L .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tHVgdjkY6L .offcanvas-body .mbr-text,
  .cid-tHVgdjkY6L .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tHVgdjkY6L .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tHVgdjkY6L .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tHVgdjkY6L .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-tHVgdjkY6L .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tHVgdjkY6L .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tHVgdjkY6L .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tHVgdjkY6L .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tHVgdjkY6L ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tHVgdjkY6L .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tHVgdjkY6L .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-tHVgdjkY6L .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tHVgdjkY6L li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tHVgdjkY6L .lg_brand {
    margin: 0 1rem;
  }
  .cid-tHVgdjkY6L .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tHVgdjkY6L .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tHVgdjkY6L .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tHVgdjkY6L .nav-item {
    margin: 0 !important;
  }
}
.cid-tHVgdjkY6L .nav-item .nav-link:hover,
.cid-tHVgdjkY6L .nav-item .nav-link:focus {
  opacity: 1;
  color: #fe5115 !important;
}
.cid-tHVgdjkY6L .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tHVgdjkY6L .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tHVgdjkY6L .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tHVgdjkY6L .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tHVgdjkY6L .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-tHVgdjkY6L .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tHVgdjkY6L .offcanvas_box {
    display: none;
  }
}
.cid-tHVgdjkY6L .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tHVgdjkY6L .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tHVgdjkY6L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tHVgdjkY6L .container {
  display: flex;
  margin: auto;
}
.cid-tHVgdjkY6L .iconfont-wrapper {
  color: #2b2b2b;
  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-tHVgdjkY6L .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tHVgdjkY6L .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tHVgdjkY6L .navbar-caption {
  color: #2b2b2b;
}
.cid-tHVgdjkY6L .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tHVgdjkY6L .navbar-nav {
    margin: 0;
  }
}
.cid-tHVgdjkY6L .dropdown-menu,
.cid-tHVgdjkY6L .navbar.opened {
  background-color: false !important;
}
.cid-tHVgdjkY6L .nav-item:focus,
.cid-tHVgdjkY6L .nav-link:focus {
  outline: none;
}
.cid-tHVgdjkY6L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHVgdjkY6L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHVgdjkY6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHVgdjkY6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHVgdjkY6L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHVgdjkY6L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHVgdjkY6L .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tHVgdjkY6L .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tHVgdjkY6L .navbar.opened {
  transition: all 0.3s;
}
.cid-tHVgdjkY6L .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tHVgdjkY6L .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-tHVgdjkY6L .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tHVgdjkY6L .navbar.collapsed {
  justify-content: center;
}
.cid-tHVgdjkY6L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHVgdjkY6L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tHVgdjkY6L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHVgdjkY6L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHVgdjkY6L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHVgdjkY6L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tHVgdjkY6L .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tHVgdjkY6L .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tHVgdjkY6L .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tHVgdjkY6L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHVgdjkY6L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHVgdjkY6L .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tHVgdjkY6L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHVgdjkY6L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tHVgdjkY6L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHVgdjkY6L .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tHVgdjkY6L .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tHVgdjkY6L .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tHVgdjkY6L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tHVgdjkY6L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHVgdjkY6L .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tHVgdjkY6L .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHVgdjkY6L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHVgdjkY6L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHVgdjkY6L .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-tHVgdjkY6L .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tHVgdjkY6L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHVgdjkY6L .dropdown-item.active,
.cid-tHVgdjkY6L .dropdown-item:active {
  background-color: transparent;
}
.cid-tHVgdjkY6L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHVgdjkY6L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHVgdjkY6L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHVgdjkY6L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHVgdjkY6L ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tHVgdjkY6L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHVgdjkY6L button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f0f0;
  background: #ffffff;
}
.cid-tHVgdjkY6L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-tHVgdjkY6L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHVgdjkY6L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHVgdjkY6L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHVgdjkY6L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHVgdjkY6L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHVgdjkY6L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHVgdjkY6L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHVgdjkY6L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHVgdjkY6L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tHVgdjkY6L .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-tHVgdjkY6L .navbar {
    height: 70px;
  }
  .cid-tHVgdjkY6L .navbar.opened {
    height: auto;
  }
  .cid-tHVgdjkY6L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHVgdjkY6L .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tHVgdjkY6L .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-tHVgdjkY6L .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tHVgdjkY6L .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tHVgdjkY6L .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tHVgdjkY6L .navbar-caption:hover {
  color: #fe5115;
}
@media (min-width: 992px) {
  .cid-tHVgdjkY6L .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tHVgdjkY6L .text_widget {
  margin-bottom: 32px;
}
.cid-tHVgdjkY6L .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tHVgdjkY6L .text_widget a:hover {
  opacity: .5;
}
.cid-tHVgdjkY6L .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-tHVgdjkY6L .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-tHVgdjkY6L .mbr-section-subtitle,
.cid-tHVgdjkY6L .text_widget,
.cid-tHVgdjkY6L .mbr-section-btn {
  text-align: center;
}
.cid-tHVgdjkY6L a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tHVge8iGOM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVge8iGOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVge8iGOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVge8iGOM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHVge8iGOM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tHVge8iGOM .container {
    padding: 0 30px;
  }
}
.cid-tHVge8iGOM .image-wrapper {
  padding-right: 18px;
}
@media (max-width: 992px) {
  .cid-tHVge8iGOM .image-wrapper {
    padding: 0;
    margin-bottom: 50px;
  }
}
.cid-tHVge8iGOM .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-bottom-right-radius: 3em;
}
@media (max-width: 992px) {
  .cid-tHVge8iGOM .image-wrapper img {
    height: 350px;
  }
}
.cid-tHVge8iGOM .title-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-tHVge8iGOM .title-wrapper {
    padding: 0 30px;
  }
}
.cid-tHVge8iGOM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tHVge8iGOM .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tHVge8iGOM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHVge8iGOM .mbr-section-title {
  color: #ffffff;
}
.cid-tHVge8iGOM .mbr-text {
  color: #ffffff;
}
.cid-tHVge8iGOM .mbr-section-btn {
  text-align: right;
}
.cid-tHVge8iGOM .mbr-section-title,
.cid-tHVge8iGOM .mbr-section-btn {
  text-align: left;
}
#custom-html-c9 img {
  width: 100%;
  height: 100%;
}
.cid-tHVgm1L1Bm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHVgm1L1Bm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVgm1L1Bm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVgm1L1Bm .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVgm1L1Bm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVgm1L1Bm .container {
    padding: 0 30px;
  }
}
.cid-tHVgm1L1Bm .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tHVgm1L1Bm .item {
    margin-bottom: 30px;
  }
}
.cid-tHVgm1L1Bm .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-tHVgm1L1Bm .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-tHVgm1L1Bm .item .item-wrapper:hover .item-img img {
  transform: scale(1.02);
}
@media (max-width: 992px) {
  .cid-tHVgm1L1Bm .item .item-wrapper {
    margin: 0;
  }
}
.cid-tHVgm1L1Bm .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 2em;
  margin-bottom: 30px;
}
.cid-tHVgm1L1Bm .item .item-wrapper .item-img img {
  height: 650px;
  object-fit: contain;
  border-radius: 2em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tHVgm1L1Bm .item .item-wrapper .item-img img {
    height: 450px;
  }
}
.cid-tHVgm1L1Bm .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tHVgm1L1Bm .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tHVgm1L1Bm .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-tHVgm1L1Bm .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tHVgm1L1Bm .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tHVgm1L1Bm .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tHVgm1L1Bm .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tHVgm1L1Bm .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-tHVgm1L1Bm .mbr-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tHVgm1L1Bm .mbr-title {
    margin-bottom: 30px;
  }
}
.cid-tHVgm1L1Bm .mbr-section-title {
  color: #2b2b2b;
}
.cid-tHVgm1L1Bm .mbr-desc {
  color: #ffffff;
}
.cid-tHVgm1L1Bm .mbr-date {
  color: #4e4e4e;
}
.cid-tHVgm1L1Bm .mbr-text {
  color: #4e4e4e;
}
.cid-tHVgm1L1Bm .mbr-section-title,
.cid-tHVgm1L1Bm .mbr-section-btn {
  text-align: center;
}
.cid-tHVgpwMAZg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b2b2b;
}
.cid-tHVgpwMAZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVgpwMAZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVgpwMAZg .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVgpwMAZg .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVgpwMAZg .container {
    padding: 0 30px;
  }
}
.cid-tHVgpwMAZg .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tHVgpwMAZg .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tHVgpwMAZg .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-tHVgpwMAZg .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-tHVgpwMAZg .video-block .video-wrapper .app-video-wrapper::before {
  color: #fe5115;
  text-shadow: none;
}
.cid-tHVgpwMAZg .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-tHVgpwMAZg .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-tHVlZdbzsu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVlZdbzsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVlZdbzsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVlZdbzsu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVlZdbzsu .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVlZdbzsu .container {
    padding: 0 30px;
  }
}
.cid-tHVlZdbzsu .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tHVlZdbzsu .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tHVlZdbzsu .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-tHVlZdbzsu .image-wrapper img {
    height: 450px;
  }
}
.cid-tHVlZdbzsu .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tHVlZdbzsu .text-wrapper {
    margin: 0;
  }
}
.cid-tHVlZdbzsu .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tHVlZdbzsu .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tHVlZdbzsu .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tHVlZdbzsu .mbr-section-title {
  color: #ffffff;
}
.cid-tHVlZdbzsu .mbr-text {
  color: #ffffff;
}
.cid-tHVlZdbzsu .mbr-section-title,
.cid-tHVlZdbzsu .mbr-section-btn {
  text-align: left;
}
.cid-tHVgsoeeLc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b2b2b;
}
.cid-tHVgsoeeLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVgsoeeLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVgsoeeLc .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVgsoeeLc .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVgsoeeLc .container {
    padding: 0 30px;
  }
}
.cid-tHVgsoeeLc .title-wrapper {
  margin-bottom: 20px;
}
.cid-tHVgsoeeLc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tHVgsoeeLc .title-wrapper .title-wrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.cid-tHVgsoeeLc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tHVgsoeeLc .mbr-desc {
  margin-bottom: 0;
  color: #FE5115;
}
.cid-tHVgsoeeLc .link-wrap:hover .mbr-link {
  color: #fe5115;
}
.cid-tHVgsoeeLc .link-wrap .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tHVgsoeeLc .link-wrap .mbr-link {
    margin-bottom: 20px;
  }
}
.cid-tHVgsoeeLc .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tHVgsoeeLc .list {
    text-align: left;
  }
}
.cid-tHVgsoeeLc .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-tHVgsoeeLc .list .item-wrap:hover {
  color: #fe5115;
}
.cid-tHVgsoeeLc .copyright {
  margin: 50px 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tHVgsoeeLc .copyright {
    margin: 30px 0;
  }
}
.cid-tHVgsoeeLc .mbr-section-title {
  color: #ffffff;
}
.cid-tHVgsoeeLc .mbr-link {
  color: #ffffff;
}
.cid-tHVgdjkY6L .navbar-dropdown {
  background-color: #f0f0f0 !important;
  padding: 0;
}
.cid-tHVgdjkY6L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f0f0f0 !important;
  background: #f0f0f0;
}
.cid-tHVgdjkY6L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHVgdjkY6L .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHVgdjkY6L .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tHVgdjkY6L .menu_box .navbar.opened,
  .cid-tHVgdjkY6L .menu_box .navbar-collapse {
    background-color: #f0f0f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tHVgdjkY6L .navbar-dropdown {
  position: relative !important;
}
.cid-tHVgdjkY6L .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tHVgdjkY6L .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tHVgdjkY6L .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tHVgdjkY6L .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHVgdjkY6L .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tHVgdjkY6L .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-tHVgdjkY6L .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tHVgdjkY6L .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tHVgdjkY6L .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tHVgdjkY6L .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tHVgdjkY6L .offcanvas-body .mbr-text,
  .cid-tHVgdjkY6L .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tHVgdjkY6L .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tHVgdjkY6L .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tHVgdjkY6L .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-tHVgdjkY6L .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tHVgdjkY6L .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tHVgdjkY6L .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tHVgdjkY6L .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tHVgdjkY6L ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tHVgdjkY6L .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tHVgdjkY6L .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-tHVgdjkY6L .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tHVgdjkY6L li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tHVgdjkY6L .lg_brand {
    margin: 0 1rem;
  }
  .cid-tHVgdjkY6L .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tHVgdjkY6L .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tHVgdjkY6L .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tHVgdjkY6L .nav-item {
    margin: 0 !important;
  }
}
.cid-tHVgdjkY6L .nav-item .nav-link:hover,
.cid-tHVgdjkY6L .nav-item .nav-link:focus {
  opacity: 1;
  color: #fe5115 !important;
}
.cid-tHVgdjkY6L .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tHVgdjkY6L .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tHVgdjkY6L .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tHVgdjkY6L .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tHVgdjkY6L .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-tHVgdjkY6L .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tHVgdjkY6L .offcanvas_box {
    display: none;
  }
}
.cid-tHVgdjkY6L .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tHVgdjkY6L .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tHVgdjkY6L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tHVgdjkY6L .container {
  display: flex;
  margin: auto;
}
.cid-tHVgdjkY6L .iconfont-wrapper {
  color: #2b2b2b;
  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-tHVgdjkY6L .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tHVgdjkY6L .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tHVgdjkY6L .navbar-caption {
  color: #2b2b2b;
}
.cid-tHVgdjkY6L .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tHVgdjkY6L .navbar-nav {
    margin: 0;
  }
}
.cid-tHVgdjkY6L .dropdown-menu,
.cid-tHVgdjkY6L .navbar.opened {
  background-color: false !important;
}
.cid-tHVgdjkY6L .nav-item:focus,
.cid-tHVgdjkY6L .nav-link:focus {
  outline: none;
}
.cid-tHVgdjkY6L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHVgdjkY6L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHVgdjkY6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHVgdjkY6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHVgdjkY6L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHVgdjkY6L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHVgdjkY6L .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tHVgdjkY6L .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tHVgdjkY6L .navbar.opened {
  transition: all 0.3s;
}
.cid-tHVgdjkY6L .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tHVgdjkY6L .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-tHVgdjkY6L .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tHVgdjkY6L .navbar.collapsed {
  justify-content: center;
}
.cid-tHVgdjkY6L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHVgdjkY6L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tHVgdjkY6L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHVgdjkY6L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHVgdjkY6L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHVgdjkY6L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tHVgdjkY6L .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tHVgdjkY6L .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tHVgdjkY6L .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tHVgdjkY6L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHVgdjkY6L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHVgdjkY6L .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tHVgdjkY6L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHVgdjkY6L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tHVgdjkY6L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHVgdjkY6L .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tHVgdjkY6L .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tHVgdjkY6L .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tHVgdjkY6L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tHVgdjkY6L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHVgdjkY6L .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tHVgdjkY6L .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHVgdjkY6L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHVgdjkY6L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHVgdjkY6L .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-tHVgdjkY6L .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tHVgdjkY6L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHVgdjkY6L .dropdown-item.active,
.cid-tHVgdjkY6L .dropdown-item:active {
  background-color: transparent;
}
.cid-tHVgdjkY6L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHVgdjkY6L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHVgdjkY6L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHVgdjkY6L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHVgdjkY6L ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tHVgdjkY6L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHVgdjkY6L button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f0f0;
  background: #ffffff;
}
.cid-tHVgdjkY6L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-tHVgdjkY6L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHVgdjkY6L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHVgdjkY6L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHVgdjkY6L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHVgdjkY6L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHVgdjkY6L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHVgdjkY6L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHVgdjkY6L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHVgdjkY6L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tHVgdjkY6L .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-tHVgdjkY6L .navbar {
    height: 70px;
  }
  .cid-tHVgdjkY6L .navbar.opened {
    height: auto;
  }
  .cid-tHVgdjkY6L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHVgdjkY6L .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tHVgdjkY6L .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-tHVgdjkY6L .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tHVgdjkY6L .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tHVgdjkY6L .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tHVgdjkY6L .navbar-caption:hover {
  color: #fe5115;
}
@media (min-width: 992px) {
  .cid-tHVgdjkY6L .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tHVgdjkY6L .text_widget {
  margin-bottom: 32px;
}
.cid-tHVgdjkY6L .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tHVgdjkY6L .text_widget a:hover {
  opacity: .5;
}
.cid-tHVgdjkY6L .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-tHVgdjkY6L .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-tHVgdjkY6L .mbr-section-subtitle,
.cid-tHVgdjkY6L .text_widget,
.cid-tHVgdjkY6L .mbr-section-btn {
  text-align: center;
}
.cid-tHVgdjkY6L a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tHVqIF0A7Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqIF0A7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqIF0A7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqIF0A7Q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHVqIF0A7Q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tHVqIF0A7Q .container {
    padding: 0 30px;
  }
}
.cid-tHVqIF0A7Q .image-wrapper {
  padding-right: 18px;
}
@media (max-width: 992px) {
  .cid-tHVqIF0A7Q .image-wrapper {
    padding: 0;
    margin-bottom: 50px;
  }
}
.cid-tHVqIF0A7Q .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-bottom-right-radius: 3em;
}
@media (max-width: 992px) {
  .cid-tHVqIF0A7Q .image-wrapper img {
    height: 350px;
  }
}
.cid-tHVqIF0A7Q .title-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-tHVqIF0A7Q .title-wrapper {
    padding: 0 30px;
  }
}
.cid-tHVqIF0A7Q .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tHVqIF0A7Q .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tHVqIF0A7Q .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHVqIF0A7Q .mbr-section-title {
  color: #ffffff;
}
.cid-tHVqIF0A7Q .mbr-text {
  color: #ffffff;
}
.cid-tHVqIF0A7Q .mbr-section-btn {
  text-align: right;
}
.cid-tHVqIOQMts {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/visualm5/assets/images/background2.jpg");
}
.cid-tHVqIOQMts .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqIOQMts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqIOQMts .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHVqIOQMts .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tHVqIOQMts .container {
    padding: 0 30px;
  }
}
.cid-tHVqIOQMts .title-wrapper {
  border-radius: 2em;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.cid-tHVqIOQMts .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 1440px) {
  .cid-tHVqIOQMts .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tHVqIOQMts .title-wrapper {
    width: 100%;
  }
}
.cid-tHVqIOQMts .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tHVqIOQMts .title-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tHVqIOQMts .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tHVqIOQMts .mbr-section-title {
  color: #ffffff;
}
.cid-tHVqIOQMts .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-tHVqIOQMts .mbr-section-title,
.cid-tHVqIOQMts .mbr-section-btn {
  text-align: center;
}
.cid-tHVqJ13Bmm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqJ13Bmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqJ13Bmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqJ13Bmm .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqJ13Bmm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqJ13Bmm .container {
    padding: 0 30px;
  }
}
.cid-tHVqJ13Bmm .card-wrapper {
  overflow: hidden;
  padding: 50px;
  border-radius: 3.75em;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tHVqJ13Bmm .card-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-tHVqJ13Bmm .card-wrapper .card-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-tHVqJ13Bmm .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tHVqJ13Bmm .card-wrapper .card-wrap:last-child {
  width: 40%;
  margin-left: 70px;
}
@media (max-width: 992px) {
  .cid-tHVqJ13Bmm .card-wrapper .card-wrap:last-child {
    margin: 0;
    width: 100%;
  }
}
.cid-tHVqJ13Bmm .card-wrapper .card-wrap .number-wrapper {
  margin-bottom: 20px;
}
.cid-tHVqJ13Bmm .card-wrapper .card-wrap .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tHVqJ13Bmm .card-wrapper .card-wrap .number-wrapper .number-wrap .mbr-iconfont {
  display: block;
  font-size: 32px;
  color: #fe5115;
  margin-right: 16px;
}
.cid-tHVqJ13Bmm .card-wrapper .card-wrap .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-tHVqJ13Bmm .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tHVqJ13Bmm .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tHVqJ13Bmm .card-wrapper .card-wrap .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tHVqJ13Bmm .card-wrapper .card-wrap .image-wrapper .decor-wrap {
  border: 5px solid #fe5115;
  width: 100%;
  height: 160px;
  border-radius: 100%;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-tHVqJ13Bmm .card-wrapper .card-wrap .image-wrapper .decor-wrap {
    display: none;
  }
}
.cid-tHVqJ13Bmm .card-wrapper .card-wrap .image-wrapper img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin-right: -30%;
}
.cid-tHVqJ13Bmm .mbr-card-title {
  color: #2B2B2B;
}
.cid-tHVqJ13Bmm .mbr-number {
  color: #2B2B2B;
}
.cid-tHVqJ13Bmm .mbr-text {
  color: #4E4E4E;
}
.cid-tHVqJjOsyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqJjOsyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqJjOsyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqJjOsyH .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqJjOsyH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqJjOsyH .container {
    padding: 0 30px;
  }
}
.cid-tHVqJjOsyH .card-wrapper {
  overflow: hidden;
  padding: 50px;
  border-radius: 3.75em;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tHVqJjOsyH .card-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-tHVqJjOsyH .card-wrapper .card-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tHVqJjOsyH .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tHVqJjOsyH .card-wrapper .card-wrap:last-child {
  margin-left: 70px;
}
@media (max-width: 992px) {
  .cid-tHVqJjOsyH .card-wrapper .card-wrap:last-child {
    margin: 0;
    width: 100%;
  }
}
.cid-tHVqJjOsyH .card-wrapper .card-wrap .number-wrapper {
  margin-bottom: 20px;
}
.cid-tHVqJjOsyH .card-wrapper .card-wrap .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tHVqJjOsyH .card-wrapper .card-wrap .number-wrapper .number-wrap .mbr-iconfont {
  display: block;
  font-size: 32px;
  color: #fe5115;
  margin-right: 16px;
}
.cid-tHVqJjOsyH .card-wrapper .card-wrap .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-tHVqJjOsyH .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tHVqJjOsyH .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tHVqJjOsyH .card-wrapper .card-wrap .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tHVqJjOsyH .card-wrapper .card-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
  margin-right: -30%;
  border-radius: 25px;
}
.cid-tHVqJjOsyH .mbr-card-title {
  color: #2B2B2B;
}
.cid-tHVqJjOsyH .mbr-number {
  color: #2B2B2B;
}
.cid-tHVqJjOsyH .mbr-text {
  color: #4E4E4E;
}
.cid-tHVqJAGVxE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHVqJAGVxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqJAGVxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqJAGVxE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHVqJAGVxE .container-fluid {
    padding: 0;
  }
}
.cid-tHVqJAGVxE .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tHVqJAGVxE .container {
    padding: 0 30px;
  }
}
.cid-tHVqJAGVxE .container-wrap {
  padding: 0;
  position: relative;
}
.cid-tHVqJAGVxE .container-wrap .title-wrapper {
  position: sticky;
  top: 0;
  padding: 32px 50px;
  background-color: #fe5115;
}
@media (max-width: 992px) {
  .cid-tHVqJAGVxE .container-wrap .title-wrapper {
    padding: 30px;
  }
}
.cid-tHVqJAGVxE .container-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tHVqJAGVxE .container-wrap .title-wrapper .image-wrapper {
  margin: 50px 0;
}
@media (max-width: 992px) {
  .cid-tHVqJAGVxE .container-wrap .title-wrapper .image-wrapper {
    margin: 30px 0;
  }
}
.cid-tHVqJAGVxE .container-wrap .title-wrapper .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-tHVqJAGVxE .container-wrap .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-tHVqJAGVxE .container-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHVqJAGVxE .card {
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-tHVqJAGVxE .card {
    padding: 30px;
  }
}
.cid-tHVqJAGVxE .card .card-wrapper {
  padding: 30px 50px;
  background-color: #f0f0f0;
  border-radius: 3em;
  margin-bottom: 30px;
}
.cid-tHVqJAGVxE .card .card-wrapper:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tHVqJAGVxE .card .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-tHVqJAGVxE .card .card-wrapper .number-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tHVqJAGVxE .card .card-wrapper .number-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tHVqJAGVxE .card .card-wrapper .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tHVqJAGVxE .card .card-wrapper .number-wrapper .number-wrap .mbr-iconfont {
  font-size: 64px;
  display: block;
  margin-right: 16px;
  color: #2b2b2b;
}
.cid-tHVqJAGVxE .card .card-wrapper .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-tHVqJAGVxE .card .card-wrapper .mbr-card-title {
  margin-bottom: 12px;
}
.cid-tHVqJAGVxE .card .card-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-tHVqJAGVxE .card .card-wrapper .list {
  padding: 0 2rem;
  margin: 0 0 25px 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tHVqJAGVxE .card .card-wrapper .list {
    padding: 0;
  }
}
.cid-tHVqJAGVxE .card .card-wrapper .list .item-wrap {
  padding: 20px 25px;
  border: 3px solid #2b2b2b;
  margin: 0 8px 16px 0;
  border-radius: 40px;
}
.cid-tHVqJAGVxE .card .card-wrapper .list .item-wrap:first-child,
.cid-tHVqJAGVxE .card .card-wrapper .list .item-wrap:last-child {
  background-color: #fe5115;
  border: 3px solid #fe5115;
}
.cid-tHVqJAGVxE .card .card-wrapper .mbr-card-text {
  margin-bottom: 30px;
}
.cid-tHVqJAGVxE .card .card-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-tHVqJAGVxE .card .card-wrapper .mbr-section-btn .btn:first-child {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 25px;
}
.cid-tHVqJAGVxE .mbr-section-title {
  color: #ffffff;
}
.cid-tHVqJAGVxE .mbr-text {
  color: #ffffff;
}
.cid-tHVqJAGVxE .mbr-number {
  color: #FE5115;
}
.cid-tHVqJAGVxE .mbr-card-title {
  color: #2b2b2b;
}
.cid-tHVqJAGVxE .mbr-desc {
  color: #2b2b2b;
}
.cid-tHVqJAGVxE .list {
  color: #2b2b2b;
}
.cid-tHVqJAGVxE .mbr-card-text {
  color: #4E4E4E;
}
.cid-tHVqJZAT8A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqJZAT8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqJZAT8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqJZAT8A .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqJZAT8A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqJZAT8A .container {
    padding: 0 30px;
  }
}
.cid-tHVqJZAT8A .card-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tHVqJZAT8A .card-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tHVqJZAT8A .card-wrapper:hover .content-wrap::before {
  height: 100%;
}
.cid-tHVqJZAT8A .card-wrapper:hover .image-wrapper img {
  opacity: 1;
  transform: translateY(0);
}
.cid-tHVqJZAT8A .card-wrapper .image-wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tHVqJZAT8A .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-tHVqJZAT8A .card-wrapper .image-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: cover;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-tHVqJZAT8A .card-wrapper .content-wrap {
  position: relative;
  width: 50%;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-tHVqJZAT8A .card-wrapper .content-wrap {
    padding: 45px 0;
    width: 100%;
  }
}
.cid-tHVqJZAT8A .card-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fe5115;
  transition: all 0.3s ease-in-out;
}
.cid-tHVqJZAT8A .card-wrapper .content-wrap a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-tHVqJZAT8A .card-wrapper .content-wrap a {
    display: block;
  }
}
.cid-tHVqJZAT8A .card-wrapper .content-wrap a .mbr-section-title {
  margin: 0 75px 0 0;
}
@media (max-width: 1400px) {
  .cid-tHVqJZAT8A .card-wrapper .content-wrap a .mbr-section-title {
    margin: 0 16px 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tHVqJZAT8A .card-wrapper .content-wrap a .mbr-section-title {
    margin: 0 0 20px 0;
  }
}
.cid-tHVqJZAT8A .card-wrapper .content-wrap a .mbr-text {
  margin-bottom: 0;
  width: 90%;
}
@media (max-width: 768px) {
  .cid-tHVqJZAT8A .card-wrapper .content-wrap a .mbr-text {
    width: 100%;
  }
}
.cid-tHVqJZAT8A .mbr-section-title {
  color: #ffffff;
}
.cid-tHVqJZAT8A .mbr-text {
  color: #ffffff;
}
.cid-tHVqKoVU7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqKoVU7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqKoVU7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqKoVU7m .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqKoVU7m .container-fluid {
    padding: 0 30px;
  }
}
.cid-tHVqKoVU7m .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tHVqKoVU7m .container {
    padding: 0 30px;
  }
}
.cid-tHVqKoVU7m .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tHVqKoVU7m .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tHVqKoVU7m .card {
  padding: 0;
}
.cid-tHVqKoVU7m .card-wrapper {
  position: relative;
  padding: 30px 30px 30px 0;
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-tHVqKoVU7m .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: -4px;
  width: 8px;
  height: 100%;
  background-color: #ffffff;
}
.cid-tHVqKoVU7m .card-wrapper::after {
  content: '';
  position: absolute;
  top: -2px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fe5115;
  border: 6px solid #ffffff;
}
.cid-tHVqKoVU7m .card-wrapper .mbr-number {
  margin: 0 32px 0 0;
}
.cid-tHVqKoVU7m .card-wrapper .text-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tHVqKoVU7m .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHVqKoVU7m .mbr-section-title {
  color: #ffffff;
}
.cid-tHVqKoVU7m .mbr-number {
  color: #FE5115;
}
.cid-tHVqKoVU7m .mbr-card-title {
  color: #ffffff;
}
.cid-tHVqKoVU7m .mbr-text {
  color: #ffffff;
}
.cid-tHVqKMALt2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqKMALt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqKMALt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqKMALt2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqKMALt2 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tHVqKMALt2 .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tHVqKMALt2 .container {
    padding: 0 30px;
  }
}
.cid-tHVqKMALt2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tHVqKMALt2 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tHVqKMALt2 .item {
  padding: 0;
}
.cid-tHVqKMALt2 .item:first-child .item-wrapper .image-wrap {
  border-top: none;
}
.cid-tHVqKMALt2 .item:last-child .item-wrapper .item-content {
  border-bottom: 5px solid #ffffff;
}
.cid-tHVqKMALt2 .item .item-wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tHVqKMALt2 .item .item-wrapper {
    display: block;
  }
  .cid-tHVqKMALt2 .item .item-wrapper .card_2 {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
.cid-tHVqKMALt2 .item .item-wrapper .number-wrap {
  margin-right: 16px;
  min-width: 145px;
}
.cid-tHVqKMALt2 .item .item-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tHVqKMALt2 .item .item-wrapper .number-wrap .mbr-number {
    margin-bottom: 20px;
  }
}
.cid-tHVqKMALt2 .item .item-wrapper .item-content {
  padding: 70px 0;
  border-top: 5px solid #ffffff;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tHVqKMALt2 .item .item-wrapper .item-content {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-tHVqKMALt2 .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tHVqKMALt2 .item .item-wrapper .item-content .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tHVqKMALt2 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tHVqKMALt2 .item .item-wrapper .image-wrap {
  padding: 70px 0 20px;
  border-top: 5px solid #ffffff;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tHVqKMALt2 .item .item-wrapper .image-wrap {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-tHVqKMALt2 .item .item-wrapper .image-wrap .item-img img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  margin: 0 auto 70px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tHVqKMALt2 .item .item-wrapper .image-wrap .item-img img {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
  }
}
.cid-tHVqKMALt2 .mbr-section-title {
  color: #FE5115;
}
.cid-tHVqKMALt2 .mbr-number {
  color: #ffffff;
}
.cid-tHVqKMALt2 .mbr-text {
  color: #ffffff;
}
.cid-tHVqLaHmHT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqLaHmHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqLaHmHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqLaHmHT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqLaHmHT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqLaHmHT .container {
    padding: 0 30px;
  }
}
.cid-tHVqLaHmHT .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tHVqLaHmHT .item {
    margin-bottom: 30px;
  }
}
.cid-tHVqLaHmHT .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-tHVqLaHmHT .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-tHVqLaHmHT .item .item-wrapper {
  margin-right: 16px;
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tHVqLaHmHT .item .item-wrapper {
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-tHVqLaHmHT .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-tHVqLaHmHT .item .item-wrapper .item-img img {
  height: 365px;
  object-fit: cover;
  border-radius: 1.5em;
}
.cid-tHVqLaHmHT .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tHVqLaHmHT .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tHVqLaHmHT .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-tHVqLaHmHT .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tHVqLaHmHT .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tHVqLaHmHT .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tHVqLaHmHT .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tHVqLaHmHT .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-tHVqLaHmHT .mbr-section-title {
  color: #2b2b2b;
}
.cid-tHVqLaHmHT .mbr-desc {
  color: #ffffff;
}
.cid-tHVqLaHmHT .mbr-date {
  color: #4e4e4e;
}
.cid-tHVqLaHmHT .mbr-text {
  color: #4e4e4e;
}
.cid-tHVqLzi6xw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqLzi6xw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqLzi6xw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqLzi6xw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqLzi6xw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqLzi6xw .container {
    padding: 0 30px;
  }
}
.cid-tHVqLzi6xw .item {
  margin-bottom: 30px;
}
.cid-tHVqLzi6xw .item .item-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tHVqLzi6xw .item .item-wrapper {
    display: block;
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-tHVqLzi6xw .item .item-wrapper .image-wrap {
  margin-right: 3rem;
}
@media (max-width: 992px) {
  .cid-tHVqLzi6xw .item .item-wrapper .image-wrap {
    margin: 0;
  }
}
.cid-tHVqLzi6xw .item .item-wrapper .image-wrap .item-img img {
  height: 265px;
  width: 400px;
  object-fit: cover;
  border-radius: 1.5em;
}
@media (max-width: 992px) {
  .cid-tHVqLzi6xw .item .item-wrapper .image-wrap .item-img img {
    width: 265px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .cid-tHVqLzi6xw .item .item-wrapper .image-wrap .item-img img {
    width: 180px;
  }
}
.cid-tHVqLzi6xw .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-tHVqLzi6xw .item .item-wrapper .item-content {
  width: 100%;
}
.cid-tHVqLzi6xw .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tHVqLzi6xw .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tHVqLzi6xw .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-tHVqLzi6xw .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tHVqLzi6xw .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tHVqLzi6xw .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tHVqLzi6xw .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tHVqLzi6xw .mbr-section-title {
  color: #2b2b2b;
}
.cid-tHVqLzi6xw .mbr-desc {
  color: #ffffff;
}
.cid-tHVqLzi6xw .mbr-date {
  color: #4e4e4e;
}
.cid-tHVqLzi6xw .mbr-text {
  color: #4e4e4e;
}
.cid-tHVqMae8OZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHVqMae8OZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqMae8OZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqMae8OZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqMae8OZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqMae8OZ .container {
    padding: 0 30px;
  }
}
.cid-tHVqMae8OZ .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tHVqMae8OZ .item {
    margin-bottom: 30px;
  }
}
.cid-tHVqMae8OZ .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-tHVqMae8OZ .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-tHVqMae8OZ .item .item-wrapper:hover .item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .cid-tHVqMae8OZ .item .item-wrapper {
    margin: 0;
  }
}
.cid-tHVqMae8OZ .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 2em;
  margin-bottom: 30px;
}
.cid-tHVqMae8OZ .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border-radius: 2em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tHVqMae8OZ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tHVqMae8OZ .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tHVqMae8OZ .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tHVqMae8OZ .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-tHVqMae8OZ .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tHVqMae8OZ .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tHVqMae8OZ .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tHVqMae8OZ .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tHVqMae8OZ .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-tHVqMae8OZ .mbr-section-title {
  color: #2b2b2b;
}
.cid-tHVqMae8OZ .mbr-desc {
  color: #ffffff;
}
.cid-tHVqMae8OZ .mbr-date {
  color: #4e4e4e;
}
.cid-tHVqMae8OZ .mbr-text {
  color: #4e4e4e;
}
.cid-tHVqMZr9OH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqMZr9OH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqMZr9OH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqMZr9OH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHVqMZr9OH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tHVqMZr9OH .container {
    padding: 0 30px;
  }
}
.cid-tHVqMZr9OH .text-wrapper {
  padding: 0 18px 0 50px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tHVqMZr9OH .text-wrapper {
    padding: 0 30px;
    height: auto;
  }
}
.cid-tHVqMZr9OH .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tHVqMZr9OH .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tHVqMZr9OH .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
}
.cid-tHVqMZr9OH .mbr-text {
  color: #ffffff;
}
.cid-tHVqNnuqOH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqNnuqOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqNnuqOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqNnuqOH .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqNnuqOH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqNnuqOH .container {
    padding: 0 30px;
  }
}
.cid-tHVqNnuqOH .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tHVqNnuqOH .title-wrapper {
    padding: 0 30px;
    height: auto;
  }
}
.cid-tHVqNnuqOH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tHVqNnuqOH .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tHVqNnuqOH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHVqNnuqOH .mbr-section-title {
  color: #ffffff;
}
.cid-tHVqNnuqOH .mbr-text {
  color: #ffffff;
}
.cid-tHVqNL0tXP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqNL0tXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqNL0tXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqNL0tXP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqNL0tXP .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqNL0tXP .container {
    padding: 0 30px;
  }
}
.cid-tHVqNL0tXP .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tHVqNL0tXP .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tHVqNL0tXP .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tHVqNL0tXP .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tHVqNL0tXP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHVqNL0tXP .mbr-section-title {
  color: #ffffff;
}
.cid-tHVqNL0tXP .mbr-text {
  color: #ffffff;
}
.cid-tHVqO8JvSL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqO8JvSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqO8JvSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqO8JvSL .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqO8JvSL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqO8JvSL .container {
    padding: 0 30px;
  }
}
.cid-tHVqO8JvSL .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tHVqO8JvSL .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tHVqO8JvSL .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tHVqO8JvSL .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tHVqO8JvSL .text-wrapper {
    margin: 0;
  }
}
.cid-tHVqO8JvSL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHVqO8JvSL .mbr-text {
  color: #ffffff;
}
.cid-tHVqOAWLCK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqOAWLCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqOAWLCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqOAWLCK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqOAWLCK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqOAWLCK .container {
    padding: 0 30px;
  }
}
.cid-tHVqOAWLCK .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tHVqOAWLCK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tHVqOAWLCK .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tHVqOAWLCK .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tHVqOAWLCK .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tHVqOAWLCK .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tHVqOAWLCK .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tHVqOAWLCK .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tHVqOAWLCK .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tHVqOAWLCK .mbr-section-title {
  color: #ffffff;
}
.cid-tHVqOAWLCK .mbr-card-title {
  color: #2b2b2b;
}
.cid-tHVqOAWLCK .mbr-text {
  color: #4E4E4E;
}
.cid-tHVqOAWLCK .mbr-number {
  color: #FE5115;
}
.cid-tHVqOYeyuU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqOYeyuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqOYeyuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqOYeyuU .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqOYeyuU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqOYeyuU .container {
    padding: 0 30px;
  }
}
.cid-tHVqOYeyuU .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tHVqOYeyuU .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tHVqOYeyuU .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-tHVqOYeyuU .image-wrapper img {
    height: 300px;
  }
}
.cid-tHVqOYeyuU .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tHVqOYeyuU .text-wrapper {
    margin: 0;
  }
}
.cid-tHVqOYeyuU .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tHVqOYeyuU .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tHVqOYeyuU .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tHVqOYeyuU .mbr-section-title {
  color: #ffffff;
}
.cid-tHVqOYeyuU .mbr-text {
  color: #ffffff;
}
.cid-tHVqPlm86w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqPlm86w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqPlm86w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqPlm86w .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHVqPlm86w .container-fluid {
    padding: 0;
  }
}
.cid-tHVqPlm86w .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tHVqPlm86w .container {
    padding: 0 30px;
  }
}
.cid-tHVqPlm86w .card {
  padding: 0;
}
.cid-tHVqPlm86w .card .card-wrapper {
  padding: 50px;
  border-radius: 3em;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tHVqPlm86w .card .card-wrapper {
    padding: 30px;
  }
}
.cid-tHVqPlm86w .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tHVqPlm86w .mbr-text {
  color: #4e4e4e;
}
.cid-tHVqPI3IES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqPI3IES .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqPI3IES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqPI3IES .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqPI3IES .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqPI3IES .container {
    padding: 0 30px;
  }
}
.cid-tHVqPI3IES .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tHVqPI3IES .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tHVqPI3IES .card-wrapper {
    display: block;
  }
}
.cid-tHVqPI3IES .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tHVqPI3IES .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tHVqPI3IES .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tHVqPI3IES .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tHVqPI3IES .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tHVqPI3IES .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tHVqPI3IES .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHVqPI3IES .mbr-section-title {
  color: #FE5115;
}
.cid-tHVqPI3IES .mbr-text {
  color: #ffffff;
}
.cid-tHVqQcZjJW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqQcZjJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqQcZjJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqQcZjJW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqQcZjJW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqQcZjJW .container {
    padding: 0 30px;
  }
}
.cid-tHVqQcZjJW .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tHVqQcZjJW .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-tHVqQcZjJW .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-tHVqQcZjJW .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-tHVqQcZjJW .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tHVqQcZjJW .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHVqQcZjJW .mbr-section-title {
  color: #2b2b2b;
}
.cid-tHVqQcZjJW .mbr-text {
  color: #4e4e4e;
}
.cid-tHVqQCo6E3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b2b2b;
}
.cid-tHVqQCo6E3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqQCo6E3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqQCo6E3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqQCo6E3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqQCo6E3 .container {
    padding: 0 30px;
  }
}
.cid-tHVqQCo6E3 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-tHVqQCo6E3 .content-wrapper {
    padding: 0;
  }
}
.cid-tHVqQCo6E3 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHVqQCo6E3 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tHVqQCo6E3 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tHVqQCo6E3 .content-wrapper .desc-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tHVqQCo6E3 .content-wrapper .desc-wrap {
    margin-bottom: 20px;
  }
}
.cid-tHVqQCo6E3 .content-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tHVqQCo6E3 .content-wrapper .desc-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tHVqQCo6E3 .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-tHVqQCo6E3 .image-wrapper {
    padding: 0;
  }
}
.cid-tHVqQCo6E3 .image-wrapper .icon-wrap {
  display: block;
}
.cid-tHVqQCo6E3 .image-wrapper .icon-wrap:hover .mbr-iconfont {
  opacity: .7;
}
.cid-tHVqQCo6E3 .image-wrapper .icon-wrap .mbr-iconfont {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #ffffff;
  font-size: 30px;
  color: #ffffff;
  transform: rotate(45deg);
  margin: 0 auto 50px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-tHVqQCo6E3 .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
.cid-tHVqQCo6E3 .mbr-section-title {
  color: #ffffff;
}
.cid-tHVqQCo6E3 .mbr-text {
  color: #ffffff;
}
.cid-tHVqQCo6E3 .mbr-desc {
  color: #4e4e4e;
}
.cid-tHVqQCo6E3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tHVqR07Cf9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqR07Cf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqR07Cf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqR07Cf9 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqR07Cf9 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqR07Cf9 .container {
    padding: 0 30px;
  }
}
.cid-tHVqR07Cf9 .cont-wrapper {
  padding: 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tHVqR07Cf9 .cont-wrapper {
    padding: 16px;
  }
}
.cid-tHVqR07Cf9 .cont-wrapper .card-wrapper {
  padding: 40px 145px;
  background-color: #f0f0f0;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tHVqR07Cf9 .cont-wrapper .card-wrapper {
    padding: 16px;
  }
}
.cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .images-wrapper {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .images-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .images-wrapper {
    display: block;
  }
}
.cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .images-wrapper img {
  border-radius: 40px;
  height: 240px;
  object-fit: cover;
}
.cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .images-wrapper .image_1 {
  width: 35%;
}
@media (max-width: 768px) {
  .cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .images-wrapper .image_1 {
    width: 100%;
  }
}
.cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .images-wrapper .image_2 {
  width: 40%;
}
@media (max-width: 768px) {
  .cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .images-wrapper .image_2 {
    width: 100%;
  }
}
.cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .images-wrapper .image_3 {
  width: 25%;
}
@media (max-width: 768px) {
  .cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .images-wrapper .image_3 {
    width: 100%;
  }
}
.cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .list {
  padding: 0 30%;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .list {
    padding: 0;
  }
}
.cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .list .item-wrap {
  padding: 20px 25px;
  border: 3px solid #2b2b2b;
  margin: 0 8px 16px 0;
  border-radius: 40px;
}
.cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .list .item-wrap:first-child,
.cid-tHVqR07Cf9 .cont-wrapper .card-wrapper .list .item-wrap:last-child {
  background-color: #fe5115;
  border: 3px solid #fe5115;
}
.cid-tHVqR07Cf9 .mbr-section-title {
  color: #FE5115;
}
.cid-tHVqR07Cf9 .mbr-text {
  color: #4e4e4e;
}
.cid-tHVqR07Cf9 .mbr-desc {
  color: #FE5115;
}
.cid-tHVqR07Cf9 .list {
  color: #2b2b2b;
}
.cid-tHVqRMQRkn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b2b2b;
}
.cid-tHVqRMQRkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqRMQRkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqRMQRkn .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqRMQRkn .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqRMQRkn .container {
    padding: 0 30px;
  }
}
.cid-tHVqRMQRkn .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tHVqRMQRkn .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tHVqRMQRkn .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-tHVqRMQRkn .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-tHVqRMQRkn .video-block .video-wrapper .app-video-wrapper::before {
  color: #fe5115;
  text-shadow: none;
}
.cid-tHVqRMQRkn .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-tHVqRMQRkn .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-tHVqSiVwTB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #181818;
}
.cid-tHVqSiVwTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqSiVwTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqSiVwTB .container-fluid {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqSiVwTB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tHVqSiVwTB .container {
    padding: 0 30px;
  }
}
.cid-tHVqSiVwTB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 735px;
  max-width: 735px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tHVqSiVwTB .embla__slide {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .cid-tHVqSiVwTB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tHVqSiVwTB .embla__slide .card-wrap {
  width: 100%;
}
.cid-tHVqSiVwTB .embla__slide .card-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-tHVqSiVwTB .embla__slide .card-wrap a .item-wrapper {
  height: 100%;
}
.cid-tHVqSiVwTB .embla__slide .card-wrap a .item-wrapper .image-wrap {
  min-height: 520px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 3em;
  display: flex;
  align-items: flex-end;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-tHVqSiVwTB .embla__slide .card-wrap a .item-wrapper .image-wrap {
    padding: 25px;
    height: 100%;
  }
}
.cid-tHVqSiVwTB .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tHVqSiVwTB .embla__slide .card-wrap a .item-wrapper .image-wrap::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181818;
  opacity: .4;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.cid-tHVqSiVwTB .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-tHVqSiVwTB .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-tHVqSiVwTB .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .desc-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tHVqSiVwTB .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .desc-wrap {
    display: block;
  }
}
.cid-tHVqSiVwTB .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .desc-wrap .mbr-desc {
  padding: 8px 18px;
  border-radius: 20px;
  background-color: #fe5115;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tHVqSiVwTB .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .desc-wrap .mbr-desc {
    text-align: center;
  }
}
.cid-tHVqSiVwTB .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .desc-wrap .mbr-date {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tHVqSiVwTB .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .desc-wrap .mbr-date {
    margin-top: 16px;
    text-align: center;
  }
}
.cid-tHVqSiVwTB .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-tHVqSiVwTB .embla__button--next,
.cid-tHVqSiVwTB .embla__button--prev {
  display: flex;
}
.cid-tHVqSiVwTB .embla__button {
  bottom: 40px;
  width: 105px;
  height: 90px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #181818;
  border: 2px solid #181818;
  border-radius: 20px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tHVqSiVwTB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tHVqSiVwTB .embla__button:hover {
  background: transparent;
  color: #181818;
  opacity: .5;
}
.cid-tHVqSiVwTB .embla__button.embla__button--prev {
  left: auto;
  right: 10rem;
}
.cid-tHVqSiVwTB .embla__button.embla__button--next {
  right: 40px;
}
@media (max-width: 992px) {
  .cid-tHVqSiVwTB .embla__button {
    bottom: 6rem;
    height: 70px;
  }
}
.cid-tHVqSiVwTB .embla {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 42px 50px 80px 42px;
  background-color: #ffffff;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
}
@media (max-width: 992px) {
  .cid-tHVqSiVwTB .embla {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tHVqSiVwTB .embla {
    padding: 30px 0;
  }
}
.cid-tHVqSiVwTB .embla__viewport {
  width: 100%;
}
.cid-tHVqSiVwTB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tHVqSiVwTB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tHVqSiVwTB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tHVqSiVwTB .card-title {
  color: #ffffff;
}
.cid-tHVqSiVwTB .mbr-desc {
  color: #ffffff;
}
.cid-tHVqSiVwTB .mbr-date {
  color: #ffffff;
}
.cid-tHVqSiVwTB .card-text {
  color: #ffffff;
}
.cid-tHVqSJvlOE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #181818;
}
.cid-tHVqSJvlOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqSJvlOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqSJvlOE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqSJvlOE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqSJvlOE .container {
    padding: 0 30px;
  }
}
.cid-tHVqSJvlOE .title-wrapper {
  border-bottom: 10px solid #ffffff;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tHVqSJvlOE .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tHVqSJvlOE .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tHVqSJvlOE .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tHVqSJvlOE .cont-wrapper {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-tHVqSJvlOE .cont-wrapper {
    margin-bottom: 45px;
    padding: 0;
  }
}
.cid-tHVqSJvlOE .cont-wrapper .cont-wrap {
  background-color: #f0f0f0;
  border: 10px dotted #181818;
  padding: 25px;
}
.cid-tHVqSJvlOE .cont-wrapper .cont-wrap .mbr-section-subtitle {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tHVqSJvlOE .cont-wrapper .cont-wrap .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-tHVqSJvlOE .cont-wrapper .cont-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 2em;
}
@media (max-width: 1400px) {
  .cid-tHVqSJvlOE .cont-wrapper .cont-wrap img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .cid-tHVqSJvlOE .cont-wrapper .cont-wrap img {
    width: 150px;
    height: 150px;
  }
}
.cid-tHVqSJvlOE .cont-wrapper .cont-wrap .mbr-desc {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tHVqSJvlOE .cont-wrapper .cont-wrap .mbr-desc {
    margin: 20px 0 0 0;
  }
}
.cid-tHVqSJvlOE .cont-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tHVqSJvlOE .cont-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-tHVqSJvlOE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tHVqSJvlOE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tHVqSJvlOE .embla__slide .card-wrap {
  width: 100%;
}
.cid-tHVqSJvlOE .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tHVqSJvlOE .embla__slide .card-wrap .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tHVqSJvlOE .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tHVqSJvlOE .embla__slide .card-wrap .item-wrapper .image-wrap {
    display: block;
  }
}
.cid-tHVqSJvlOE .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 136px;
  height: 136px;
  object-fit: cover;
  border-radius: 2em;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .cid-tHVqSJvlOE .embla__slide .card-wrap .item-wrapper .image-wrap img {
    margin-bottom: 20px;
  }
}
.cid-tHVqSJvlOE .embla__slide .card-wrap .item-wrapper .image-wrap .card-name {
  margin-bottom: 0;
  pointer-events: visible;
  z-index: 1;
}
.cid-tHVqSJvlOE .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-tHVqSJvlOE .embla__button--next,
.cid-tHVqSJvlOE .embla__button--prev {
  display: flex;
}
.cid-tHVqSJvlOE .embla__button {
  bottom: 40px;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #fe5115;
  border: none;
  border-radius: 20px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tHVqSJvlOE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tHVqSJvlOE .embla__button:hover {
  background: transparent;
  color: #fe5115;
  opacity: .5;
}
.cid-tHVqSJvlOE .embla__button.embla__button--prev {
  left: auto;
  right: 10rem;
}
.cid-tHVqSJvlOE .embla__button.embla__button--next {
  right: 40px;
}
@media (max-width: 992px) {
  .cid-tHVqSJvlOE .embla__button {
    bottom: 16px;
  }
}
.cid-tHVqSJvlOE .embla {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 40px 3rem;
  background-color: #ffffff;
  border-radius: 2em;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tHVqSJvlOE .embla {
    padding: 50px 20px;
  }
}
.cid-tHVqSJvlOE .embla__viewport {
  width: 100%;
}
.cid-tHVqSJvlOE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tHVqSJvlOE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tHVqSJvlOE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tHVqSJvlOE .mbr-section-title {
  color: #ffffff;
}
.cid-tHVqSJvlOE .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-tHVqSJvlOE .mbr-desc {
  color: #2b2b2b;
  text-align: center;
}
.cid-tHVqSJvlOE .card-text {
  color: #4e4e4e;
}
.cid-tHVqSJvlOE .card-name {
  color: #2b2b2b;
}
.cid-tHVqTUxcRT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/visualm5/assets/images/background1.jpg");
}
.cid-tHVqTUxcRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqTUxcRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqTUxcRT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHVqTUxcRT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tHVqTUxcRT .container {
    padding: 0 30px;
  }
}
.cid-tHVqTUxcRT .card-wrapper {
  background-color: #ffffff;
  padding: 16px 50px;
  border-radius: 1.5em;
}
@media (max-width: 992px) {
  .cid-tHVqTUxcRT .card-wrapper {
    padding: 16px 30px;
  }
}
.cid-tHVqTUxcRT .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tHVqTUxcRT .card-wrapper form {
  padding: 20px 30px;
  border: 2px solid #fe5115;
  border-radius: 1em;
}
@media (max-width: 425px) {
  .cid-tHVqTUxcRT .card-wrapper form {
    padding: 20px 10px;
  }
}
.cid-tHVqTUxcRT .card-wrapper form .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-tHVqTUxcRT .card-wrapper form .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  box-shadow: none;
  border: 2px dashed #fe5115 !important;
  border-radius: 1em;
  background-color: transparent;
}
.cid-tHVqTUxcRT .card-wrapper form .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-tHVqTUxcRT .card-wrapper form .dragArea.row .form-group .form-control:hover,
.cid-tHVqTUxcRT .card-wrapper form .dragArea.row .form-group .form-control:focus {
  border: 2px dashed #fe5115 !important;
  box-shadow: none;
}
.cid-tHVqTUxcRT .card-wrapper form .dragArea.row .form-group .form-control-label label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-tHVqTUxcRT .card-wrapper form .dragArea.row .form-group .form-check {
  padding-left: 2em;
}
.cid-tHVqTUxcRT .card-wrapper form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-tHVqTUxcRT .card-wrapper form .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-tHVqTUxcRT .card-wrapper form .dragArea.row .mbr-section-btn {
  margin-top: 50px;
}
.cid-tHVqTUxcRT .mbr-text {
  color: #ffffff;
}
.cid-tHVqTUxcRT label {
  color: #4E4E4E;
}
.cid-tHVqUrY3pI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqUrY3pI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqUrY3pI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqUrY3pI .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqUrY3pI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqUrY3pI .container {
    padding: 0 30px;
  }
}
.cid-tHVqUrY3pI .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tHVqUrY3pI .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tHVqUrY3pI .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tHVqUrY3pI .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVqUrY3pI .desc-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tHVqUrY3pI .panel-group .card {
  border: none;
}
.cid-tHVqUrY3pI .panel-group .card:first-child .card-header .panel-title {
  border-top: 4px solid #fe5115;
}
.cid-tHVqUrY3pI .panel-group .card .card-header {
  border: none;
  padding: 0;
  background-color: transparent;
}
.cid-tHVqUrY3pI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  border-bottom: 4px solid #fe5115;
}
.cid-tHVqUrY3pI .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-tHVqUrY3pI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tHVqUrY3pI .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #f0f0f0;
  color: #181818;
  transition: all 0.5s ease-in-out;
  margin-left: 10px;
}
.cid-tHVqUrY3pI .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0;
}
.cid-tHVqUrY3pI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tHVqUrY3pI .mbr-section-title {
  color: #ffffff;
}
.cid-tHVqUrY3pI .mbr-text {
  color: #ffffff;
}
.cid-tHVqUrY3pI .mbr-desc {
  color: #ffffff;
}
.cid-tHVqUrY3pI .panel-title-edit {
  color: #ffffff;
}
.cid-tHVqUrY3pI .panel-text {
  color: #ffffff;
}
.cid-tHVqURTruk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tHVqURTruk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVqURTruk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVqURTruk .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVqURTruk .container-fluid {
    padding: 0 30px;
  }
}
.cid-tHVqURTruk .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tHVqURTruk .container {
    padding: 0 30px;
  }
}
.cid-tHVqURTruk .card {
  padding: 0;
}
.cid-tHVqURTruk .nav.nav-tabs {
  display: block;
  border: none;
  padding-top: 100px;
}
.cid-tHVqURTruk .nav.nav-tabs .nav-item {
  margin-bottom: 10px;
}
.cid-tHVqURTruk .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 16px;
  border: none;
  border-radius: 40px 0 0 40px;
  background-color: #bbbbbb;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tHVqURTruk .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fe5115 !important;
}
.cid-tHVqURTruk .tab-content {
  padding: 50px 70px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tHVqURTruk .tab-content {
    padding: 30px 16px;
  }
}
.cid-tHVqURTruk .tab-content .tab-pane .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tHVqURTruk .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .content-wrap {
  margin-right: 50px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .content-wrap {
    width: 100%;
    margin: 0;
  }
}
.cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
    margin-bottom: 30px;
  }
}
.cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 144px;
  display: inline-flex;
  color: #fe5115;
}
.cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .list-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .list-wrapper .list {
  padding-left: 58px;
  margin-bottom: 10px;
  list-style-type: decimal-leading-zero;
}
.cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price {
  margin-bottom: 10px;
}
.cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price span {
  color: #fe5115;
}
.cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time {
  margin-bottom: 0;
}
.cid-tHVqURTruk .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time span {
  color: #fe5115;
}
.cid-tHVqURTruk .mbr-section-subtitle {
  color: #FE5115;
}
.cid-tHVqURTruk .mbr-text {
  color: #4e4e4e;
}
.cid-tHVqURTruk .mbr-section-title {
  color: #FE5115;
}
.cid-tHVqURTruk .list {
  color: #2b2b2b;
}
.cid-tHVqURTruk .mbr-price {
  color: #2b2b2b;
}
.cid-tHVqURTruk .mbr-time {
  color: #2b2b2b;
}
.cid-tHVgsoeeLc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b2b2b;
}
.cid-tHVgsoeeLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVgsoeeLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVgsoeeLc .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tHVgsoeeLc .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tHVgsoeeLc .container {
    padding: 0 30px;
  }
}
.cid-tHVgsoeeLc .title-wrapper {
  margin-bottom: 20px;
}
.cid-tHVgsoeeLc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tHVgsoeeLc .title-wrapper .title-wrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.cid-tHVgsoeeLc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tHVgsoeeLc .mbr-desc {
  margin-bottom: 0;
  color: #FE5115;
}
.cid-tHVgsoeeLc .link-wrap:hover .mbr-link {
  color: #fe5115;
}
.cid-tHVgsoeeLc .link-wrap .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tHVgsoeeLc .link-wrap .mbr-link {
    margin-bottom: 20px;
  }
}
.cid-tHVgsoeeLc .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tHVgsoeeLc .list {
    text-align: left;
  }
}
.cid-tHVgsoeeLc .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-tHVgsoeeLc .list .item-wrap:hover {
  color: #fe5115;
}
.cid-tHVgsoeeLc .copyright {
  margin: 50px 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tHVgsoeeLc .copyright {
    margin: 30px 0;
  }
}
.cid-tHVgsoeeLc .mbr-section-title {
  color: #ffffff;
}
.cid-tHVgsoeeLc .mbr-link {
  color: #ffffff;
}
