.btn {
  border-width: 2px;
}
body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.875rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Playfair Display', serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #ce320c !important;
}
.bg-info {
  background-color: #00a7dd !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #436262 !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !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: #212121 !important;
  border-color: #212121 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #212121 !important;
  border-color: #212121 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00a7dd !important;
  border-color: #00a7dd !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #006586 !important;
  border-color: #006586 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #006586 !important;
  border-color: #006586 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ce320c !important;
  border-color: #ce320c !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #7c1e07 !important;
  border-color: #7c1e07 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7c1e07 !important;
  border-color: #7c1e07 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #436262 !important;
  border-color: #436262 !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: #202f2f !important;
  border-color: #202f2f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #202f2f !important;
  border-color: #202f2f !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #212121 !important;
  background-color: transparent!important;
  border-color: #212121 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #00a7dd;
  color: #00a7dd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #006586 !important;
  background-color: transparent!important;
  border-color: #006586 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00a7dd !important;
  border-color: #00a7dd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ce320c;
  color: #ce320c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7c1e07 !important;
  background-color: transparent!important;
  border-color: #7c1e07 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ce320c !important;
  border-color: #ce320c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #436262;
  color: #436262;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #202f2f !important;
  background-color: transparent!important;
  border-color: #202f2f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #436262 !important;
  border-color: #436262 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #4c4c4c !important;
}
.text-success {
  color: #ce320c !important;
}
.text-info {
  color: #00a7dd !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #436262 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #191919 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6e1b06 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #005a77 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a2525 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00a7dd;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #436262;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fabbac;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aaeaff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7ea7a7;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #4c4c4c !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='%23ffffff' %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 {
  box-shadow: none;
  padding: 18px 62px;
  border: 1px solid !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 0 0 0 #00a7dd !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-color: #00a7dd !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #4c4c4c !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-color: #00a7dd !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #ce320c !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-color: #00a7dd !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #00a7dd !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-color: #ffffff !important;
  box-shadow: inset 250px 0 0 0 #ffffff !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-color: #00a7dd !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #436262 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-color: #00a7dd !important;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-color: #00a7dd !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-color: #00a7dd !important;
}
.cid-tGGzgCbktB .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGzgCbktB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGGzgCbktB .menu_box .navbar.opened,
  .cid-tGGzgCbktB .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGGzgCbktB .navbar-dropdown {
  position: relative !important;
}
.cid-tGGzgCbktB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGGzgCbktB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGzgCbktB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tGGzgCbktB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGGzgCbktB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGGzgCbktB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-body .mbr-text,
  .cid-tGGzgCbktB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGGzgCbktB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGGzgCbktB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .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-tGGzgCbktB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGGzgCbktB 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-tGGzgCbktB .lg_brand {
    margin: 0 1rem;
  }
  .cid-tGGzgCbktB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tGGzgCbktB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 0 !important;
  }
}
.cid-tGGzgCbktB .nav-item .nav-link {
  position: relative;
}
.cid-tGGzgCbktB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover,
.cid-tGGzgCbktB .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover::before,
.cid-tGGzgCbktB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tGGzgCbktB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .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-tGGzgCbktB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGGzgCbktB .offcanvas_box {
    display: none;
  }
}
.cid-tGGzgCbktB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGGzgCbktB .container {
  display: flex;
  margin: auto;
}
.cid-tGGzgCbktB .iconfont-wrapper {
  color: #ffffff;
  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-tGGzgCbktB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGGzgCbktB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .navbar-caption {
  color: #ffffff;
}
.cid-tGGzgCbktB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .navbar-nav {
    margin: 0;
  }
}
.cid-tGGzgCbktB .dropdown-menu,
.cid-tGGzgCbktB .navbar.opened {
  background-color: true !important;
}
.cid-tGGzgCbktB .nav-item:focus,
.cid-tGGzgCbktB .nav-link:focus {
  outline: none;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGzgCbktB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGzgCbktB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGGzgCbktB .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGzgCbktB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGGzgCbktB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tGGzgCbktB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar.collapsed {
  justify-content: center;
}
.cid-tGGzgCbktB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGzgCbktB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGzgCbktB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGGzgCbktB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGGzgCbktB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGGzgCbktB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGzgCbktB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGGzgCbktB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGGzgCbktB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGGzgCbktB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGzgCbktB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGGzgCbktB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGzgCbktB .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-tGGzgCbktB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGGzgCbktB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGzgCbktB .dropdown-item.active,
.cid-tGGzgCbktB .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGzgCbktB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGzgCbktB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGzgCbktB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGzgCbktB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGGzgCbktB .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-tGGzgCbktB .navbar {
    height: 70px;
  }
  .cid-tGGzgCbktB .navbar.opened {
    height: auto;
  }
  .cid-tGGzgCbktB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGzgCbktB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGGzgCbktB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tGGzgCbktB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGGzgCbktB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGGzgCbktB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGGzgCbktB .text_widget {
  margin-bottom: 32px;
}
.cid-tGGzgCbktB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .text_widget a:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-section-subtitle,
.cid-tGGzgCbktB .text_widget,
.cid-tGGzgCbktB .mbr-section-btn {
  text-align: center;
}
.cid-tGGzgCbktB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0vaoi6nqo {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u0vaoi6nqo .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u0vaoi6nqo .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-u0vaoi6nqo .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-u0vaoi6nqo .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-u0vaoi6nqo .embla {
    margin-bottom: 80px;
  }
}
.cid-u0vaoi6nqo .mbr-section-title {
  color: #161616;
}
.cid-u0vaoi6nqo .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-u0vaoi6nqo .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-u0vaoi6nqo .item:focus,
.cid-u0vaoi6nqo span:focus {
  outline: none;
}
.cid-u0vaoi6nqo .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .slide-content {
    padding: 16px;
  }
}
.cid-u0vaoi6nqo .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-u0vaoi6nqo .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-u0vaoi6nqo .embla__slide {
    max-width: initial;
  }
}
.cid-u0vaoi6nqo .item-content {
  margin-top: 24px;
}
.cid-u0vaoi6nqo .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-u0vaoi6nqo .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .item-img {
    height: 324px;
  }
}
.cid-u0vaoi6nqo .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0vaoi6nqo .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .label-container {
    flex-wrap: wrap;
  }
}
.cid-u0vaoi6nqo .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-u0vaoi6nqo .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-u0vaoi6nqo .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-u0vaoi6nqo .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-u0vaoi6nqo .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-u0vaoi6nqo .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .date-text {
    max-width: 100%;
  }
}
.cid-u0vaoi6nqo .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-u0vaoi6nqo .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-u0vaoi6nqo .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .mbr-section-btn {
    width: auto !important;
  }
}
.cid-u0vaoi6nqo .item-subtitle {
  text-align: left;
}
.cid-u0vaoi6nqo .embla__button--next,
.cid-u0vaoi6nqo .embla__button--prev {
  display: flex;
}
.cid-u0vaoi6nqo .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0vaoi6nqo .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-u0vaoi6nqo .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-u0vaoi6nqo .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-u0vaoi6nqo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u0vaoi6nqo .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-u0vaoi6nqo .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-u0vaoi6nqo .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-u0vaoi6nqo .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-u0vaoi6nqo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u0vaoi6nqo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u0vaoi6nqo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u0vaoi6nqo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u0vaoi6nqo .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u0uaUKeVRL {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0uaUKeVRL .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0uaUKeVRL .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0uaUKeVRL .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0uaUKeVRL .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0uaUKeVRL .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0uaUKeVRL .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0uaUKeVRL .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0uaUKeVRL .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0uaUKeVRL .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0uaUKeVRL .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0uaUKeVRL .soc-item a {
  color: #ffffff;
}
.cid-u0uaUKeVRL .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0uaUKeVRL .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0uaUKeVRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0uaUKeVRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0uaUKeVRL .mbr-tag,
.cid-u0uaUKeVRL .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0uaUKeVRL .copyright {
  color: #000000;
}
.cid-u0LOPWG6nU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u0LOPWG6nU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0LOPWG6nU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0LOPWG6nU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0LOPWG6nU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0LOPWG6nU .container {
    padding: 0 20px;
  }
}
.cid-u0LOPWG6nU .row {
  justify-content: center;
}
.cid-u0LOPWG6nU .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0LOPWG6nU .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0LOPWG6nU .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0LOPWG6nU .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0LOPWG6nU .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0LOPWG6nU .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0LOPWG6nU .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0LOPWG6nU .mbr-desc {
  color: #e4dfd4;
}
.cid-u0LOPWG6nU .mbr-desc,
.cid-u0LOPWG6nU .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u0MGLVshHH .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0MGLVshHH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0MGLVshHH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0MGLVshHH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0MGLVshHH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0MGLVshHH .menu_box .navbar.opened,
  .cid-u0MGLVshHH .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0MGLVshHH .navbar-dropdown {
  position: relative !important;
}
.cid-u0MGLVshHH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0MGLVshHH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0MGLVshHH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0MGLVshHH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0MGLVshHH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0MGLVshHH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0MGLVshHH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0MGLVshHH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0MGLVshHH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0MGLVshHH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0MGLVshHH .offcanvas-body .mbr-text,
  .cid-u0MGLVshHH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0MGLVshHH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0MGLVshHH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0MGLVshHH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0MGLVshHH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0MGLVshHH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0MGLVshHH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0MGLVshHH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0MGLVshHH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0MGLVshHH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MGLVshHH .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-u0MGLVshHH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0MGLVshHH 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-u0MGLVshHH .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0MGLVshHH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0MGLVshHH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0MGLVshHH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0MGLVshHH .nav-item {
    margin: 0 !important;
  }
}
.cid-u0MGLVshHH .nav-item .nav-link {
  position: relative;
}
.cid-u0MGLVshHH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0MGLVshHH .nav-item .nav-link:hover,
.cid-u0MGLVshHH .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0MGLVshHH .nav-item .nav-link:hover::before,
.cid-u0MGLVshHH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0MGLVshHH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0MGLVshHH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0MGLVshHH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0MGLVshHH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MGLVshHH .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-u0MGLVshHH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0MGLVshHH .offcanvas_box {
    display: none;
  }
}
.cid-u0MGLVshHH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0MGLVshHH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0MGLVshHH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0MGLVshHH .container {
  display: flex;
  margin: auto;
}
.cid-u0MGLVshHH .iconfont-wrapper {
  color: #ffffff;
  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-u0MGLVshHH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0MGLVshHH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0MGLVshHH .navbar-caption {
  color: #ffffff;
}
.cid-u0MGLVshHH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0MGLVshHH .navbar-nav {
    margin: 0;
  }
}
.cid-u0MGLVshHH .dropdown-menu,
.cid-u0MGLVshHH .navbar.opened {
  background-color: true !important;
}
.cid-u0MGLVshHH .nav-item:focus,
.cid-u0MGLVshHH .nav-link:focus {
  outline: none;
}
.cid-u0MGLVshHH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0MGLVshHH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0MGLVshHH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0MGLVshHH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0MGLVshHH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0MGLVshHH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0MGLVshHH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0MGLVshHH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0MGLVshHH .navbar.opened {
  transition: all 0.3s;
}
.cid-u0MGLVshHH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0MGLVshHH .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0MGLVshHH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0MGLVshHH .navbar.collapsed {
  justify-content: center;
}
.cid-u0MGLVshHH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0MGLVshHH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0MGLVshHH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0MGLVshHH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0MGLVshHH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0MGLVshHH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0MGLVshHH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0MGLVshHH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0MGLVshHH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0MGLVshHH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0MGLVshHH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0MGLVshHH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0MGLVshHH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0MGLVshHH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0MGLVshHH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0MGLVshHH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0MGLVshHH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0MGLVshHH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0MGLVshHH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0MGLVshHH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0MGLVshHH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0MGLVshHH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0MGLVshHH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0MGLVshHH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0MGLVshHH .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-u0MGLVshHH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0MGLVshHH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0MGLVshHH .dropdown-item.active,
.cid-u0MGLVshHH .dropdown-item:active {
  background-color: transparent;
}
.cid-u0MGLVshHH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0MGLVshHH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0MGLVshHH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0MGLVshHH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0MGLVshHH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0MGLVshHH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0MGLVshHH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0MGLVshHH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0MGLVshHH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0MGLVshHH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MGLVshHH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MGLVshHH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0MGLVshHH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MGLVshHH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0MGLVshHH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0MGLVshHH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MGLVshHH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0MGLVshHH .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-u0MGLVshHH .navbar {
    height: 70px;
  }
  .cid-u0MGLVshHH .navbar.opened {
    height: auto;
  }
  .cid-u0MGLVshHH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0MGLVshHH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0MGLVshHH .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0MGLVshHH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0MGLVshHH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0MGLVshHH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0MGLVshHH .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0MGLVshHH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0MGLVshHH .text_widget {
  margin-bottom: 32px;
}
.cid-u0MGLVshHH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0MGLVshHH .text_widget a:hover {
  opacity: .5;
}
.cid-u0MGLVshHH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGLVshHH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGLVshHH .mbr-section-subtitle,
.cid-u0MGLVshHH .text_widget,
.cid-u0MGLVshHH .mbr-section-btn {
  text-align: center;
}
.cid-u0MGLVshHH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1ageE0mJe {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
  background: linear-gradient(90deg, #cccccc, #ffffff);
}
.cid-u1ageE0mJe .mbr-overlay {
  background: #ee1b22;
  background: linear-gradient(90deg, #ee1b22, #111111);
}
.cid-u1ageE0mJe .mbr-section-title {
  margin: 0;
}
.cid-u1ageE0mJe .mbr-text {
  color: #efefef;
}
.cid-u1ageE0mJe .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1ageE0mJe .card-img {
  text-align: left;
}
.cid-u1ageE0mJe .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-u1ageE0mJe .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u1ageE0mJe .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1ageE0mJe .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u1ageE0mJe .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u1ageE0mJe .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-u1ageE0mJe .card-box .mbr-text {
  color: #010101;
}
.cid-u1ageE0mJe .mbr-section-subtitle,
.cid-u1ageE0mJe .mbr-section-btn {
  color: #010101;
}
.cid-u1ageE0mJe .title-cont,
.cid-u1ageE0mJe .mbr-section-title {
  color: #ce320c;
}
.cid-u1hygg6Sim {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u1hygg6Sim .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u1hygg6Sim .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-u1hygg6Sim .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-u1hygg6Sim .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-u1hygg6Sim .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-u1hygg6Sim .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-u1hygg6Sim .embla {
    margin-bottom: 80px;
  }
}
.cid-u1hygg6Sim .mbr-section-title {
  color: #161616;
}
.cid-u1hygg6Sim .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-u1hygg6Sim .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-u1hygg6Sim .item:focus,
.cid-u1hygg6Sim span:focus {
  outline: none;
}
.cid-u1hygg6Sim .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u1hygg6Sim .slide-content {
    padding: 16px;
  }
}
.cid-u1hygg6Sim .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-u1hygg6Sim .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-u1hygg6Sim .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-u1hygg6Sim .embla__slide {
    max-width: initial;
  }
}
.cid-u1hygg6Sim .item-content {
  margin-top: 24px;
}
.cid-u1hygg6Sim .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-u1hygg6Sim .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u1hygg6Sim .item-img {
    height: 324px;
  }
}
.cid-u1hygg6Sim .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1hygg6Sim .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u1hygg6Sim .label-container {
    flex-wrap: wrap;
  }
}
.cid-u1hygg6Sim .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-u1hygg6Sim .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-u1hygg6Sim .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-u1hygg6Sim .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u1hygg6Sim .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-u1hygg6Sim .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-u1hygg6Sim .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-u1hygg6Sim .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-u1hygg6Sim .date-text {
    max-width: 100%;
  }
}
.cid-u1hygg6Sim .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-u1hygg6Sim .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-u1hygg6Sim .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-u1hygg6Sim .mbr-section-btn {
    width: auto !important;
  }
}
.cid-u1hygg6Sim .item-subtitle {
  text-align: left;
}
.cid-u1hygg6Sim .embla__button--next,
.cid-u1hygg6Sim .embla__button--prev {
  display: flex;
}
.cid-u1hygg6Sim .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1hygg6Sim .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-u1hygg6Sim .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-u1hygg6Sim .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-u1hygg6Sim .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-u1hygg6Sim .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1hygg6Sim .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-u1hygg6Sim .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-u1hygg6Sim .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-u1hygg6Sim .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-u1hygg6Sim .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u1hygg6Sim .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1hygg6Sim .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1hygg6Sim .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u1hygg6Sim .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u0MGLXmXU1 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0MGLXmXU1 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0MGLXmXU1 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0MGLXmXU1 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0MGLXmXU1 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0MGLXmXU1 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0MGLXmXU1 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0MGLXmXU1 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0MGLXmXU1 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0MGLXmXU1 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0MGLXmXU1 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0MGLXmXU1 .soc-item a {
  color: #ffffff;
}
.cid-u0MGLXmXU1 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0MGLXmXU1 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0MGLXmXU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MGLXmXU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0MGLXmXU1 .mbr-tag,
.cid-u0MGLXmXU1 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGLXmXU1 .copyright {
  color: #000000;
}
.cid-u0MGLY3VD5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-u0MGLY3VD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MGLY3VD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0MGLY3VD5 .container {
    padding: 0 20px;
  }
}
.cid-u0MGLY3VD5 .row {
  justify-content: center;
}
.cid-u0MGLY3VD5 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0MGLY3VD5 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0MGLY3VD5 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0MGLY3VD5 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0MGLY3VD5 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0MGLY3VD5 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0MGLY3VD5 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0MGLY3VD5 .mbr-desc {
  color: #e4dfd4;
}
.cid-u0MGLY3VD5 .mbr-desc,
.cid-u0MGLY3VD5 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u0MGK54dO8 .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0MGK54dO8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0MGK54dO8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0MGK54dO8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0MGK54dO8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0MGK54dO8 .menu_box .navbar.opened,
  .cid-u0MGK54dO8 .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0MGK54dO8 .navbar-dropdown {
  position: relative !important;
}
.cid-u0MGK54dO8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0MGK54dO8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0MGK54dO8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0MGK54dO8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0MGK54dO8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0MGK54dO8 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0MGK54dO8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0MGK54dO8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0MGK54dO8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0MGK54dO8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0MGK54dO8 .offcanvas-body .mbr-text,
  .cid-u0MGK54dO8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0MGK54dO8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0MGK54dO8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0MGK54dO8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0MGK54dO8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0MGK54dO8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0MGK54dO8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0MGK54dO8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0MGK54dO8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0MGK54dO8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MGK54dO8 .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-u0MGK54dO8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0MGK54dO8 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-u0MGK54dO8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0MGK54dO8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0MGK54dO8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0MGK54dO8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0MGK54dO8 .nav-item {
    margin: 0 !important;
  }
}
.cid-u0MGK54dO8 .nav-item .nav-link {
  position: relative;
}
.cid-u0MGK54dO8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0MGK54dO8 .nav-item .nav-link:hover,
.cid-u0MGK54dO8 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0MGK54dO8 .nav-item .nav-link:hover::before,
.cid-u0MGK54dO8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0MGK54dO8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0MGK54dO8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0MGK54dO8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0MGK54dO8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MGK54dO8 .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-u0MGK54dO8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0MGK54dO8 .offcanvas_box {
    display: none;
  }
}
.cid-u0MGK54dO8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0MGK54dO8 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0MGK54dO8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0MGK54dO8 .container {
  display: flex;
  margin: auto;
}
.cid-u0MGK54dO8 .iconfont-wrapper {
  color: #ffffff;
  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-u0MGK54dO8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0MGK54dO8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0MGK54dO8 .navbar-caption {
  color: #ffffff;
}
.cid-u0MGK54dO8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0MGK54dO8 .navbar-nav {
    margin: 0;
  }
}
.cid-u0MGK54dO8 .dropdown-menu,
.cid-u0MGK54dO8 .navbar.opened {
  background-color: true !important;
}
.cid-u0MGK54dO8 .nav-item:focus,
.cid-u0MGK54dO8 .nav-link:focus {
  outline: none;
}
.cid-u0MGK54dO8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0MGK54dO8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0MGK54dO8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0MGK54dO8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0MGK54dO8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0MGK54dO8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0MGK54dO8 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0MGK54dO8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0MGK54dO8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u0MGK54dO8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0MGK54dO8 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0MGK54dO8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0MGK54dO8 .navbar.collapsed {
  justify-content: center;
}
.cid-u0MGK54dO8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0MGK54dO8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0MGK54dO8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0MGK54dO8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0MGK54dO8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0MGK54dO8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0MGK54dO8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0MGK54dO8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0MGK54dO8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0MGK54dO8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0MGK54dO8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0MGK54dO8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0MGK54dO8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0MGK54dO8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0MGK54dO8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0MGK54dO8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0MGK54dO8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0MGK54dO8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0MGK54dO8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0MGK54dO8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0MGK54dO8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0MGK54dO8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0MGK54dO8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0MGK54dO8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0MGK54dO8 .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-u0MGK54dO8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0MGK54dO8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0MGK54dO8 .dropdown-item.active,
.cid-u0MGK54dO8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u0MGK54dO8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0MGK54dO8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0MGK54dO8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0MGK54dO8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0MGK54dO8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0MGK54dO8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0MGK54dO8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0MGK54dO8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0MGK54dO8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0MGK54dO8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MGK54dO8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MGK54dO8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0MGK54dO8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MGK54dO8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0MGK54dO8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0MGK54dO8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MGK54dO8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0MGK54dO8 .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-u0MGK54dO8 .navbar {
    height: 70px;
  }
  .cid-u0MGK54dO8 .navbar.opened {
    height: auto;
  }
  .cid-u0MGK54dO8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0MGK54dO8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0MGK54dO8 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0MGK54dO8 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0MGK54dO8 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0MGK54dO8 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0MGK54dO8 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0MGK54dO8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0MGK54dO8 .text_widget {
  margin-bottom: 32px;
}
.cid-u0MGK54dO8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0MGK54dO8 .text_widget a:hover {
  opacity: .5;
}
.cid-u0MGK54dO8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGK54dO8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGK54dO8 .mbr-section-subtitle,
.cid-u0MGK54dO8 .text_widget,
.cid-u0MGK54dO8 .mbr-section-btn {
  text-align: center;
}
.cid-u0MGK54dO8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1ac2TdgkW {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
  background: linear-gradient(90deg, #cccccc, #ffffff);
}
.cid-u1ac2TdgkW .mbr-overlay {
  background: #ee1b22;
  background: linear-gradient(90deg, #ee1b22, #111111);
}
.cid-u1ac2TdgkW .mbr-section-title {
  margin: 0;
}
.cid-u1ac2TdgkW .mbr-text {
  color: #efefef;
}
.cid-u1ac2TdgkW .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1ac2TdgkW .card-img {
  text-align: left;
}
.cid-u1ac2TdgkW .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-u1ac2TdgkW .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u1ac2TdgkW .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1ac2TdgkW .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u1ac2TdgkW .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u1ac2TdgkW .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-u1ac2TdgkW .card-box .mbr-text {
  color: #010101;
}
.cid-u1ac2TdgkW .mbr-section-subtitle,
.cid-u1ac2TdgkW .mbr-section-btn {
  color: #010101;
}
.cid-u1ac2TdgkW .title-cont,
.cid-u1ac2TdgkW .mbr-section-title {
  color: #ff6934;
}
.cid-u1hyisNwdr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u1hyisNwdr .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u1hyisNwdr .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-u1hyisNwdr .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-u1hyisNwdr .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-u1hyisNwdr .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-u1hyisNwdr .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-u1hyisNwdr .embla {
    margin-bottom: 80px;
  }
}
.cid-u1hyisNwdr .mbr-section-title {
  color: #161616;
}
.cid-u1hyisNwdr .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-u1hyisNwdr .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-u1hyisNwdr .item:focus,
.cid-u1hyisNwdr span:focus {
  outline: none;
}
.cid-u1hyisNwdr .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u1hyisNwdr .slide-content {
    padding: 16px;
  }
}
.cid-u1hyisNwdr .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-u1hyisNwdr .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-u1hyisNwdr .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-u1hyisNwdr .embla__slide {
    max-width: initial;
  }
}
.cid-u1hyisNwdr .item-content {
  margin-top: 24px;
}
.cid-u1hyisNwdr .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-u1hyisNwdr .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u1hyisNwdr .item-img {
    height: 324px;
  }
}
.cid-u1hyisNwdr .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1hyisNwdr .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u1hyisNwdr .label-container {
    flex-wrap: wrap;
  }
}
.cid-u1hyisNwdr .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-u1hyisNwdr .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-u1hyisNwdr .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-u1hyisNwdr .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u1hyisNwdr .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-u1hyisNwdr .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-u1hyisNwdr .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-u1hyisNwdr .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-u1hyisNwdr .date-text {
    max-width: 100%;
  }
}
.cid-u1hyisNwdr .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-u1hyisNwdr .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-u1hyisNwdr .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-u1hyisNwdr .mbr-section-btn {
    width: auto !important;
  }
}
.cid-u1hyisNwdr .item-subtitle {
  text-align: left;
}
.cid-u1hyisNwdr .embla__button--next,
.cid-u1hyisNwdr .embla__button--prev {
  display: flex;
}
.cid-u1hyisNwdr .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1hyisNwdr .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-u1hyisNwdr .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-u1hyisNwdr .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-u1hyisNwdr .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-u1hyisNwdr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1hyisNwdr .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-u1hyisNwdr .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-u1hyisNwdr .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-u1hyisNwdr .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-u1hyisNwdr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u1hyisNwdr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1hyisNwdr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1hyisNwdr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u1hyisNwdr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u0MGK98SqU {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0MGK98SqU .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0MGK98SqU .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0MGK98SqU .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0MGK98SqU .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0MGK98SqU .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0MGK98SqU .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0MGK98SqU .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0MGK98SqU .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0MGK98SqU .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0MGK98SqU .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0MGK98SqU .soc-item a {
  color: #ffffff;
}
.cid-u0MGK98SqU .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0MGK98SqU .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0MGK98SqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MGK98SqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0MGK98SqU .mbr-tag,
.cid-u0MGK98SqU .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGK98SqU .copyright {
  color: #000000;
}
.cid-u0MGKaP4Z7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-u0MGKaP4Z7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MGKaP4Z7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0MGKaP4Z7 .container {
    padding: 0 20px;
  }
}
.cid-u0MGKaP4Z7 .row {
  justify-content: center;
}
.cid-u0MGKaP4Z7 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0MGKaP4Z7 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0MGKaP4Z7 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0MGKaP4Z7 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0MGKaP4Z7 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0MGKaP4Z7 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0MGKaP4Z7 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0MGKaP4Z7 .mbr-desc {
  color: #e4dfd4;
}
.cid-u0MGKaP4Z7 .mbr-desc,
.cid-u0MGKaP4Z7 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u0MGL3ZCW2 .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0MGL3ZCW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0MGL3ZCW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0MGL3ZCW2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0MGL3ZCW2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0MGL3ZCW2 .menu_box .navbar.opened,
  .cid-u0MGL3ZCW2 .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0MGL3ZCW2 .navbar-dropdown {
  position: relative !important;
}
.cid-u0MGL3ZCW2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0MGL3ZCW2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0MGL3ZCW2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0MGL3ZCW2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0MGL3ZCW2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0MGL3ZCW2 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0MGL3ZCW2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0MGL3ZCW2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0MGL3ZCW2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0MGL3ZCW2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0MGL3ZCW2 .offcanvas-body .mbr-text,
  .cid-u0MGL3ZCW2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0MGL3ZCW2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0MGL3ZCW2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0MGL3ZCW2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0MGL3ZCW2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0MGL3ZCW2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0MGL3ZCW2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0MGL3ZCW2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0MGL3ZCW2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0MGL3ZCW2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MGL3ZCW2 .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-u0MGL3ZCW2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0MGL3ZCW2 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-u0MGL3ZCW2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0MGL3ZCW2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0MGL3ZCW2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0MGL3ZCW2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0MGL3ZCW2 .nav-item {
    margin: 0 !important;
  }
}
.cid-u0MGL3ZCW2 .nav-item .nav-link {
  position: relative;
}
.cid-u0MGL3ZCW2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0MGL3ZCW2 .nav-item .nav-link:hover,
.cid-u0MGL3ZCW2 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0MGL3ZCW2 .nav-item .nav-link:hover::before,
.cid-u0MGL3ZCW2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0MGL3ZCW2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0MGL3ZCW2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0MGL3ZCW2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0MGL3ZCW2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MGL3ZCW2 .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-u0MGL3ZCW2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0MGL3ZCW2 .offcanvas_box {
    display: none;
  }
}
.cid-u0MGL3ZCW2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0MGL3ZCW2 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0MGL3ZCW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0MGL3ZCW2 .container {
  display: flex;
  margin: auto;
}
.cid-u0MGL3ZCW2 .iconfont-wrapper {
  color: #ffffff;
  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-u0MGL3ZCW2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0MGL3ZCW2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0MGL3ZCW2 .navbar-caption {
  color: #ffffff;
}
.cid-u0MGL3ZCW2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0MGL3ZCW2 .navbar-nav {
    margin: 0;
  }
}
.cid-u0MGL3ZCW2 .dropdown-menu,
.cid-u0MGL3ZCW2 .navbar.opened {
  background-color: true !important;
}
.cid-u0MGL3ZCW2 .nav-item:focus,
.cid-u0MGL3ZCW2 .nav-link:focus {
  outline: none;
}
.cid-u0MGL3ZCW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0MGL3ZCW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0MGL3ZCW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0MGL3ZCW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0MGL3ZCW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0MGL3ZCW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0MGL3ZCW2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0MGL3ZCW2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0MGL3ZCW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-u0MGL3ZCW2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0MGL3ZCW2 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0MGL3ZCW2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0MGL3ZCW2 .navbar.collapsed {
  justify-content: center;
}
.cid-u0MGL3ZCW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0MGL3ZCW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0MGL3ZCW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0MGL3ZCW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0MGL3ZCW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0MGL3ZCW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0MGL3ZCW2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0MGL3ZCW2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0MGL3ZCW2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0MGL3ZCW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0MGL3ZCW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0MGL3ZCW2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0MGL3ZCW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0MGL3ZCW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0MGL3ZCW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0MGL3ZCW2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0MGL3ZCW2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0MGL3ZCW2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0MGL3ZCW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0MGL3ZCW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0MGL3ZCW2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0MGL3ZCW2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0MGL3ZCW2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0MGL3ZCW2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0MGL3ZCW2 .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-u0MGL3ZCW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0MGL3ZCW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0MGL3ZCW2 .dropdown-item.active,
.cid-u0MGL3ZCW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-u0MGL3ZCW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0MGL3ZCW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0MGL3ZCW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0MGL3ZCW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0MGL3ZCW2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0MGL3ZCW2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0MGL3ZCW2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0MGL3ZCW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0MGL3ZCW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0MGL3ZCW2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MGL3ZCW2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MGL3ZCW2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0MGL3ZCW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MGL3ZCW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0MGL3ZCW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0MGL3ZCW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MGL3ZCW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0MGL3ZCW2 .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-u0MGL3ZCW2 .navbar {
    height: 70px;
  }
  .cid-u0MGL3ZCW2 .navbar.opened {
    height: auto;
  }
  .cid-u0MGL3ZCW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0MGL3ZCW2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0MGL3ZCW2 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0MGL3ZCW2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0MGL3ZCW2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0MGL3ZCW2 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0MGL3ZCW2 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0MGL3ZCW2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0MGL3ZCW2 .text_widget {
  margin-bottom: 32px;
}
.cid-u0MGL3ZCW2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0MGL3ZCW2 .text_widget a:hover {
  opacity: .5;
}
.cid-u0MGL3ZCW2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGL3ZCW2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGL3ZCW2 .mbr-section-subtitle,
.cid-u0MGL3ZCW2 .text_widget,
.cid-u0MGL3ZCW2 .mbr-section-btn {
  text-align: center;
}
.cid-u0MGL3ZCW2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1ae8JLsNS {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
  background: linear-gradient(90deg, #cccccc, #ffffff);
}
.cid-u1ae8JLsNS .mbr-overlay {
  background: #ee1b22;
  background: linear-gradient(90deg, #ee1b22, #111111);
}
.cid-u1ae8JLsNS .mbr-section-title {
  margin: 0;
}
.cid-u1ae8JLsNS .mbr-text {
  color: #efefef;
}
.cid-u1ae8JLsNS .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1ae8JLsNS .card-img {
  text-align: left;
}
.cid-u1ae8JLsNS .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-u1ae8JLsNS .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u1ae8JLsNS .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1ae8JLsNS .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u1ae8JLsNS .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u1ae8JLsNS .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-u1ae8JLsNS .card-box .mbr-text {
  color: #010101;
}
.cid-u1ae8JLsNS .mbr-section-subtitle,
.cid-u1ae8JLsNS .mbr-section-btn {
  color: #010101;
}
.cid-u1ae8JLsNS .title-cont,
.cid-u1ae8JLsNS .mbr-section-title {
  color: #ce320c;
}
.cid-u1hykqL8g3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u1hykqL8g3 .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u1hykqL8g3 .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-u1hykqL8g3 .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-u1hykqL8g3 .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-u1hykqL8g3 .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-u1hykqL8g3 .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-u1hykqL8g3 .embla {
    margin-bottom: 80px;
  }
}
.cid-u1hykqL8g3 .mbr-section-title {
  color: #161616;
}
.cid-u1hykqL8g3 .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-u1hykqL8g3 .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-u1hykqL8g3 .item:focus,
.cid-u1hykqL8g3 span:focus {
  outline: none;
}
.cid-u1hykqL8g3 .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u1hykqL8g3 .slide-content {
    padding: 16px;
  }
}
.cid-u1hykqL8g3 .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-u1hykqL8g3 .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-u1hykqL8g3 .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-u1hykqL8g3 .embla__slide {
    max-width: initial;
  }
}
.cid-u1hykqL8g3 .item-content {
  margin-top: 24px;
}
.cid-u1hykqL8g3 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-u1hykqL8g3 .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u1hykqL8g3 .item-img {
    height: 324px;
  }
}
.cid-u1hykqL8g3 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1hykqL8g3 .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u1hykqL8g3 .label-container {
    flex-wrap: wrap;
  }
}
.cid-u1hykqL8g3 .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-u1hykqL8g3 .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-u1hykqL8g3 .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-u1hykqL8g3 .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u1hykqL8g3 .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-u1hykqL8g3 .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-u1hykqL8g3 .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-u1hykqL8g3 .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-u1hykqL8g3 .date-text {
    max-width: 100%;
  }
}
.cid-u1hykqL8g3 .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-u1hykqL8g3 .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-u1hykqL8g3 .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-u1hykqL8g3 .mbr-section-btn {
    width: auto !important;
  }
}
.cid-u1hykqL8g3 .item-subtitle {
  text-align: left;
}
.cid-u1hykqL8g3 .embla__button--next,
.cid-u1hykqL8g3 .embla__button--prev {
  display: flex;
}
.cid-u1hykqL8g3 .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1hykqL8g3 .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-u1hykqL8g3 .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-u1hykqL8g3 .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-u1hykqL8g3 .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-u1hykqL8g3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1hykqL8g3 .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-u1hykqL8g3 .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-u1hykqL8g3 .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-u1hykqL8g3 .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-u1hykqL8g3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u1hykqL8g3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1hykqL8g3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1hykqL8g3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u1hykqL8g3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u0MGL5UIey {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0MGL5UIey .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0MGL5UIey .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0MGL5UIey .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0MGL5UIey .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0MGL5UIey .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0MGL5UIey .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0MGL5UIey .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0MGL5UIey .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0MGL5UIey .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0MGL5UIey .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0MGL5UIey .soc-item a {
  color: #ffffff;
}
.cid-u0MGL5UIey .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0MGL5UIey .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0MGL5UIey .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MGL5UIey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0MGL5UIey .mbr-tag,
.cid-u0MGL5UIey .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGL5UIey .copyright {
  color: #000000;
}
.cid-u0MGL6Bqb6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-u0MGL6Bqb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MGL6Bqb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0MGL6Bqb6 .container {
    padding: 0 20px;
  }
}
.cid-u0MGL6Bqb6 .row {
  justify-content: center;
}
.cid-u0MGL6Bqb6 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0MGL6Bqb6 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0MGL6Bqb6 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0MGL6Bqb6 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0MGL6Bqb6 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0MGL6Bqb6 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0MGL6Bqb6 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0MGL6Bqb6 .mbr-desc {
  color: #e4dfd4;
}
.cid-u0MGL6Bqb6 .mbr-desc,
.cid-u0MGL6Bqb6 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u0vhT38b0w .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0vhT38b0w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0vhT38b0w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0vhT38b0w .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0vhT38b0w .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0vhT38b0w .menu_box .navbar.opened,
  .cid-u0vhT38b0w .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0vhT38b0w .navbar-dropdown {
  position: relative !important;
}
.cid-u0vhT38b0w .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0vhT38b0w .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0vhT38b0w .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0vhT38b0w .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0vhT38b0w .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0vhT38b0w .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0vhT38b0w .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0vhT38b0w .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0vhT38b0w .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0vhT38b0w .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0vhT38b0w .offcanvas-body .mbr-text,
  .cid-u0vhT38b0w .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0vhT38b0w .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0vhT38b0w .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0vhT38b0w .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0vhT38b0w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0vhT38b0w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0vhT38b0w .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0vhT38b0w .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0vhT38b0w ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0vhT38b0w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0vhT38b0w .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-u0vhT38b0w .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0vhT38b0w 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-u0vhT38b0w .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0vhT38b0w .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0vhT38b0w .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0vhT38b0w .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0vhT38b0w .nav-item {
    margin: 0 !important;
  }
}
.cid-u0vhT38b0w .nav-item .nav-link {
  position: relative;
}
.cid-u0vhT38b0w .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0vhT38b0w .nav-item .nav-link:hover,
.cid-u0vhT38b0w .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0vhT38b0w .nav-item .nav-link:hover::before,
.cid-u0vhT38b0w .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0vhT38b0w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0vhT38b0w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0vhT38b0w .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0vhT38b0w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0vhT38b0w .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-u0vhT38b0w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0vhT38b0w .offcanvas_box {
    display: none;
  }
}
.cid-u0vhT38b0w .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0vhT38b0w .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0vhT38b0w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0vhT38b0w .container {
  display: flex;
  margin: auto;
}
.cid-u0vhT38b0w .iconfont-wrapper {
  color: #ffffff;
  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-u0vhT38b0w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0vhT38b0w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0vhT38b0w .navbar-caption {
  color: #ffffff;
}
.cid-u0vhT38b0w .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0vhT38b0w .navbar-nav {
    margin: 0;
  }
}
.cid-u0vhT38b0w .dropdown-menu,
.cid-u0vhT38b0w .navbar.opened {
  background-color: true !important;
}
.cid-u0vhT38b0w .nav-item:focus,
.cid-u0vhT38b0w .nav-link:focus {
  outline: none;
}
.cid-u0vhT38b0w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0vhT38b0w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0vhT38b0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0vhT38b0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0vhT38b0w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0vhT38b0w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0vhT38b0w .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0vhT38b0w .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0vhT38b0w .navbar.opened {
  transition: all 0.3s;
}
.cid-u0vhT38b0w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0vhT38b0w .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0vhT38b0w .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0vhT38b0w .navbar.collapsed {
  justify-content: center;
}
.cid-u0vhT38b0w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0vhT38b0w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0vhT38b0w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0vhT38b0w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0vhT38b0w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0vhT38b0w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0vhT38b0w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0vhT38b0w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0vhT38b0w .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0vhT38b0w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0vhT38b0w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0vhT38b0w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0vhT38b0w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0vhT38b0w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0vhT38b0w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0vhT38b0w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0vhT38b0w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0vhT38b0w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0vhT38b0w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0vhT38b0w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0vhT38b0w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0vhT38b0w .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0vhT38b0w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0vhT38b0w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0vhT38b0w .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-u0vhT38b0w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0vhT38b0w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0vhT38b0w .dropdown-item.active,
.cid-u0vhT38b0w .dropdown-item:active {
  background-color: transparent;
}
.cid-u0vhT38b0w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0vhT38b0w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0vhT38b0w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0vhT38b0w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0vhT38b0w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0vhT38b0w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0vhT38b0w button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0vhT38b0w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0vhT38b0w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0vhT38b0w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0vhT38b0w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0vhT38b0w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0vhT38b0w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0vhT38b0w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0vhT38b0w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0vhT38b0w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0vhT38b0w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0vhT38b0w .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-u0vhT38b0w .navbar {
    height: 70px;
  }
  .cid-u0vhT38b0w .navbar.opened {
    height: auto;
  }
  .cid-u0vhT38b0w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0vhT38b0w .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0vhT38b0w .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0vhT38b0w .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0vhT38b0w .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0vhT38b0w .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0vhT38b0w .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0vhT38b0w .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0vhT38b0w .text_widget {
  margin-bottom: 32px;
}
.cid-u0vhT38b0w .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0vhT38b0w .text_widget a:hover {
  opacity: .5;
}
.cid-u0vhT38b0w .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0vhT38b0w .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0vhT38b0w .mbr-section-subtitle,
.cid-u0vhT38b0w .text_widget,
.cid-u0vhT38b0w .mbr-section-btn {
  text-align: center;
}
.cid-u0vhT38b0w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0viKLaZSz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tuzla-kombi-ariza-servisi-bakimi-tamiri-1-1280x720.jpg");
}
.cid-u0viKLaZSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0viKLaZSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0viKLaZSz .container {
    padding: 0 20px;
  }
}
.cid-u0viKLaZSz .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0viKLaZSz .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0viKLaZSz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0viKLaZSz .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0viKLaZSz .mbr-section-title {
  color: #ffffff;
}
.cid-u0viKLaZSz .mbr-section-title,
.cid-u0viKLaZSz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0vhT65qke {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0vhT65qke .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0vhT65qke .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0vhT65qke .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0vhT65qke .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0vhT65qke .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0vhT65qke .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0vhT65qke .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0vhT65qke .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0vhT65qke .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0vhT65qke .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0vhT65qke .soc-item a {
  color: #ffffff;
}
.cid-u0vhT65qke .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0vhT65qke .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0vhT65qke .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0vhT65qke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0vhT65qke .mbr-tag,
.cid-u0vhT65qke .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0vhT65qke .copyright {
  color: #000000;
}
.cid-u0vhT78EVY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0vhT78EVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0vhT78EVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0vhT78EVY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0vhT78EVY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0vhT78EVY .container {
    padding: 0 20px;
  }
}
.cid-u0vhT78EVY .row {
  justify-content: center;
}
.cid-u0vhT78EVY .title-wrapper {
  padding: 40px 78px;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .cid-u0vhT78EVY .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u0vhT78EVY .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-u0vhT78EVY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u0vhT78EVY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0vhT78EVY .dragArea.row {
  padding: 80px 78px;
  background-color: #ededed;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-u0vhT78EVY .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-u0vhT78EVY .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-u0vhT78EVY .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u0vhT78EVY .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-u0vhT78EVY .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-u0vhT78EVY .dragArea.row .form-group .form-control:hover,
.cid-u0vhT78EVY .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-u0vhT78EVY .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-u0vhT78EVY .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-u0vhT78EVY .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #000000;
}
.cid-u0vhT78EVY .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u0vhT78EVY .mbr-section-title {
  color: #c2b299;
}
.cid-u0vhT78EVY .mbr-text {
  color: #e4dfd4;
}
.cid-u0vhT78EVY label {
  color: #c2b299;
}
.cid-u0vhT78EVY P {
  color: #232323;
}
.cid-u0vhT78EVY LABEL {
  color: #232323;
  text-align: center;
}
.cid-u1hymp0v6z {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u1hymp0v6z .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u1hymp0v6z .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-u1hymp0v6z .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-u1hymp0v6z .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-u1hymp0v6z .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-u1hymp0v6z .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-u1hymp0v6z .embla {
    margin-bottom: 80px;
  }
}
.cid-u1hymp0v6z .mbr-section-title {
  color: #161616;
}
.cid-u1hymp0v6z .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-u1hymp0v6z .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-u1hymp0v6z .item:focus,
.cid-u1hymp0v6z span:focus {
  outline: none;
}
.cid-u1hymp0v6z .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u1hymp0v6z .slide-content {
    padding: 16px;
  }
}
.cid-u1hymp0v6z .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-u1hymp0v6z .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-u1hymp0v6z .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-u1hymp0v6z .embla__slide {
    max-width: initial;
  }
}
.cid-u1hymp0v6z .item-content {
  margin-top: 24px;
}
.cid-u1hymp0v6z .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-u1hymp0v6z .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u1hymp0v6z .item-img {
    height: 324px;
  }
}
.cid-u1hymp0v6z .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1hymp0v6z .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u1hymp0v6z .label-container {
    flex-wrap: wrap;
  }
}
.cid-u1hymp0v6z .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-u1hymp0v6z .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-u1hymp0v6z .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-u1hymp0v6z .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u1hymp0v6z .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-u1hymp0v6z .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-u1hymp0v6z .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-u1hymp0v6z .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-u1hymp0v6z .date-text {
    max-width: 100%;
  }
}
.cid-u1hymp0v6z .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-u1hymp0v6z .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-u1hymp0v6z .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-u1hymp0v6z .mbr-section-btn {
    width: auto !important;
  }
}
.cid-u1hymp0v6z .item-subtitle {
  text-align: left;
}
.cid-u1hymp0v6z .embla__button--next,
.cid-u1hymp0v6z .embla__button--prev {
  display: flex;
}
.cid-u1hymp0v6z .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1hymp0v6z .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-u1hymp0v6z .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-u1hymp0v6z .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-u1hymp0v6z .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-u1hymp0v6z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1hymp0v6z .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-u1hymp0v6z .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-u1hymp0v6z .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-u1hymp0v6z .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-u1hymp0v6z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u1hymp0v6z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1hymp0v6z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1hymp0v6z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u1hymp0v6z .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u0MJyZU0sE .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0MJyZU0sE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0MJyZU0sE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0MJyZU0sE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0MJyZU0sE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0MJyZU0sE .menu_box .navbar.opened,
  .cid-u0MJyZU0sE .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0MJyZU0sE .navbar-dropdown {
  position: relative !important;
}
.cid-u0MJyZU0sE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0MJyZU0sE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0MJyZU0sE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0MJyZU0sE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0MJyZU0sE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0MJyZU0sE .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0MJyZU0sE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0MJyZU0sE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0MJyZU0sE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0MJyZU0sE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0MJyZU0sE .offcanvas-body .mbr-text,
  .cid-u0MJyZU0sE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0MJyZU0sE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0MJyZU0sE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0MJyZU0sE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0MJyZU0sE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0MJyZU0sE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0MJyZU0sE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0MJyZU0sE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0MJyZU0sE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0MJyZU0sE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MJyZU0sE .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-u0MJyZU0sE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0MJyZU0sE 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-u0MJyZU0sE .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0MJyZU0sE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0MJyZU0sE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0MJyZU0sE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0MJyZU0sE .nav-item {
    margin: 0 !important;
  }
}
.cid-u0MJyZU0sE .nav-item .nav-link {
  position: relative;
}
.cid-u0MJyZU0sE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0MJyZU0sE .nav-item .nav-link:hover,
.cid-u0MJyZU0sE .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0MJyZU0sE .nav-item .nav-link:hover::before,
.cid-u0MJyZU0sE .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0MJyZU0sE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0MJyZU0sE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0MJyZU0sE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0MJyZU0sE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MJyZU0sE .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-u0MJyZU0sE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0MJyZU0sE .offcanvas_box {
    display: none;
  }
}
.cid-u0MJyZU0sE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0MJyZU0sE .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0MJyZU0sE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0MJyZU0sE .container {
  display: flex;
  margin: auto;
}
.cid-u0MJyZU0sE .iconfont-wrapper {
  color: #ffffff;
  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-u0MJyZU0sE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0MJyZU0sE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0MJyZU0sE .navbar-caption {
  color: #ffffff;
}
.cid-u0MJyZU0sE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0MJyZU0sE .navbar-nav {
    margin: 0;
  }
}
.cid-u0MJyZU0sE .dropdown-menu,
.cid-u0MJyZU0sE .navbar.opened {
  background-color: true !important;
}
.cid-u0MJyZU0sE .nav-item:focus,
.cid-u0MJyZU0sE .nav-link:focus {
  outline: none;
}
.cid-u0MJyZU0sE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0MJyZU0sE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0MJyZU0sE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0MJyZU0sE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0MJyZU0sE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0MJyZU0sE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0MJyZU0sE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0MJyZU0sE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0MJyZU0sE .navbar.opened {
  transition: all 0.3s;
}
.cid-u0MJyZU0sE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0MJyZU0sE .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0MJyZU0sE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0MJyZU0sE .navbar.collapsed {
  justify-content: center;
}
.cid-u0MJyZU0sE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0MJyZU0sE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0MJyZU0sE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0MJyZU0sE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0MJyZU0sE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0MJyZU0sE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0MJyZU0sE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0MJyZU0sE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0MJyZU0sE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0MJyZU0sE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0MJyZU0sE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0MJyZU0sE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0MJyZU0sE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0MJyZU0sE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0MJyZU0sE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0MJyZU0sE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0MJyZU0sE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0MJyZU0sE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0MJyZU0sE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0MJyZU0sE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0MJyZU0sE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0MJyZU0sE .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0MJyZU0sE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0MJyZU0sE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0MJyZU0sE .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-u0MJyZU0sE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0MJyZU0sE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0MJyZU0sE .dropdown-item.active,
.cid-u0MJyZU0sE .dropdown-item:active {
  background-color: transparent;
}
.cid-u0MJyZU0sE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0MJyZU0sE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0MJyZU0sE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0MJyZU0sE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0MJyZU0sE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0MJyZU0sE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0MJyZU0sE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0MJyZU0sE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0MJyZU0sE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0MJyZU0sE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MJyZU0sE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MJyZU0sE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0MJyZU0sE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MJyZU0sE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0MJyZU0sE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0MJyZU0sE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MJyZU0sE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0MJyZU0sE .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-u0MJyZU0sE .navbar {
    height: 70px;
  }
  .cid-u0MJyZU0sE .navbar.opened {
    height: auto;
  }
  .cid-u0MJyZU0sE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0MJyZU0sE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0MJyZU0sE .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0MJyZU0sE .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0MJyZU0sE .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0MJyZU0sE .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0MJyZU0sE .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0MJyZU0sE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0MJyZU0sE .text_widget {
  margin-bottom: 32px;
}
.cid-u0MJyZU0sE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0MJyZU0sE .text_widget a:hover {
  opacity: .5;
}
.cid-u0MJyZU0sE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0MJyZU0sE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0MJyZU0sE .mbr-section-subtitle,
.cid-u0MJyZU0sE .text_widget,
.cid-u0MJyZU0sE .mbr-section-btn {
  text-align: center;
}
.cid-u0MJyZU0sE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NUaVFtpT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NUaVFtpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NUaVFtpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NUaVFtpT .container {
    padding: 0 24px;
  }
}
.cid-u0NUaVFtpT .row {
  position: relative;
}
.cid-u0NUaVFtpT .row .card {
  justify-content: center;
}
.cid-u0NUaVFtpT .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NUaVFtpT .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NUaVFtpT .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NUaVFtpT .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NUaVFtpT .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NUaVFtpT .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NUaVFtpT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NUaVFtpT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NUaVFtpT .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NUaVFtpT .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NUaVFtpT .image-wrapper {
  position: relative;
}
.cid-u0NUaVFtpT .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NUaVFtpT .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NUaVFtpT .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NUaVFtpT .mbr-text {
  color: #FF3399;
}
.cid-u0NUaVFtpT .mbr-section-title,
.cid-u0NUaVFtpT .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NUaVFtpT .mbr-text,
.cid-u0NUaVFtpT .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NdeGZigF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NdeGZigF .mbr-text {
  margin: 0;
}
.cid-u0NdeGZigF .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NdeGZigF .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NdeGZigF .row-element,
.cid-u0NdeGZigF .image-element {
  padding: 0;
}
.cid-u0NdeGZigF .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NdeGZigF .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NdeGZigF .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NdeGZigF .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NdeGZigF .carousel-item.active,
.cid-u0NdeGZigF .carousel-item-next,
.cid-u0NdeGZigF .carousel-item-prev {
  display: flex;
}
.cid-u0NdeGZigF .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NdeGZigF .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NdeGZigF .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NdeGZigF .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NdeGZigF .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NdeGZigF .carousel-controls {
    display: block;
  }
  .cid-u0NdeGZigF .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NdeGZigF .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NdeGZigF .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NdeGZigF .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NdeGZigF .text-element {
    padding: 1rem;
  }
  .cid-u0NdeGZigF .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NdeGZigF .image-element {
    min-width: 50%;
  }
  .cid-u0NdeGZigF .media-container-row {
    width: 100%;
  }
}
.cid-u0NdeGZigF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NdeGZigF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NdeGZigF .mbr-title,
.cid-u0NdeGZigF .ornament {
  color: #ce320c;
}
.cid-u0MJz20bRO {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0MJz20bRO .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0MJz20bRO .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0MJz20bRO .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0MJz20bRO .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0MJz20bRO .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0MJz20bRO .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0MJz20bRO .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0MJz20bRO .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0MJz20bRO .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0MJz20bRO .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0MJz20bRO .soc-item a {
  color: #ffffff;
}
.cid-u0MJz20bRO .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0MJz20bRO .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0MJz20bRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MJz20bRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0MJz20bRO .mbr-tag,
.cid-u0MJz20bRO .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0MJz20bRO .copyright {
  color: #000000;
}
.cid-u19y8se0hF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19y8se0hF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19y8se0hF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19y8se0hF .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19y8se0hF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19y8se0hF .container {
    padding: 0 20px;
  }
}
.cid-u19y8se0hF .row {
  justify-content: center;
}
.cid-u19y8se0hF .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19y8se0hF .card {
  margin-bottom: 50px;
}
.cid-u19y8se0hF .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19y8se0hF .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19y8se0hF .card .card-wrap a {
  display: block;
}
.cid-u19y8se0hF .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19y8se0hF .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19y8se0hF .mbr-section-title {
  color: #ffffff;
}
.cid-u19y8se0hF .mbr-date {
  color: #ffffff;
}
.cid-u19y8se0hF .mbr-text {
  color: #ffffff;
}
.cid-u19y8se0hF .mbr-section-title,
.cid-u19y8se0hF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NhrPiLkR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NhrPiLkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NhrPiLkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NhrPiLkR .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NhrPiLkR .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NhrPiLkR .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NhrPiLkR .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NhrPiLkR .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NhrPiLkR .col-img {
    display: none;
  }
}
.cid-u0NhrPiLkR .img-wrap {
  width: 100%;
}
.cid-u0NhrPiLkR .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NhrPiLkR .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NhrPiLkR .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NhrPiLkR .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NhrPiLkR .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NhrPiLkR .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NhrPiLkR .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NhrPiLkR .panel-group {
    margin-top: 0;
  }
}
.cid-u0NhrPiLkR .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NhrPiLkR .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NhrPiLkR .card-header {
    padding: 8px 0;
  }
}
.cid-u0NhrPiLkR .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NhrPiLkR .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NhrPiLkR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NhrPiLkR .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NhrPiLkR .panel-title-edit {
  color: #e31e25;
}
.cid-u0NhrPiLkR .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NhrPiLkR .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NhrPiLkR .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0Nif4u1S7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0Nif4u1S7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0Nif4u1S7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Nif4u1S7 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0Nif4u1S7 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0Nif4u1S7 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0Nif4u1S7 .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0Nif4u1S7 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0Nif4u1S7 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0Nif4u1S7 .col-img {
    display: none;
  }
}
.cid-u0Nif4u1S7 .img-wrap {
  width: 100%;
}
.cid-u0Nif4u1S7 .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0Nif4u1S7 .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0Nif4u1S7 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0Nif4u1S7 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0Nif4u1S7 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0Nif4u1S7 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0Nif4u1S7 .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0Nif4u1S7 .panel-group {
    margin-top: 0;
  }
}
.cid-u0Nif4u1S7 .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0Nif4u1S7 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0Nif4u1S7 .card-header {
    padding: 8px 0;
  }
}
.cid-u0Nif4u1S7 .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0Nif4u1S7 .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0Nif4u1S7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0Nif4u1S7 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0Nif4u1S7 .panel-title-edit {
  color: #e31e25;
}
.cid-u0Nif4u1S7 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0Nif4u1S7 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0Nif4u1S7 .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NlE2GRLJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NlE2GRLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NlE2GRLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NlE2GRLJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NlE2GRLJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NlE2GRLJ .container {
    padding: 0 20px;
  }
}
.cid-u0NlE2GRLJ .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NlE2GRLJ .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NlE2GRLJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NlE2GRLJ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NlE2GRLJ .mbr-section-title {
  color: #ffffff;
}
.cid-u0NlE2GRLJ .mbr-section-title,
.cid-u0NlE2GRLJ .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NPZVwKp6 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NPZVwKp6 .container {
    max-width: 1000px;
  }
}
.cid-u0NPZVwKp6 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NPZVwKp6 .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NPZVwKp6 .row {
  justify-content: center;
}
.cid-u0NPZVwKp6 .card-text {
  color: #353535;
}
.cid-u0NPZVwKp6 .card-title,
.cid-u0NPZVwKp6 .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NPZVwKp6 .title {
  text-align: center;
}
.cid-u0NPZVwKp6 text {
  text-align: center;
}
.cid-u0NQytq9Qa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-u0NQytq9Qa .container {
    max-width: 1000px;
  }
}
.cid-u0NQytq9Qa .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NQytq9Qa .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NQytq9Qa .row {
  justify-content: center;
}
.cid-u0NQytq9Qa .card-text {
  color: #353535;
}
.cid-u0NQytq9Qa .card-title,
.cid-u0NQytq9Qa .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NQytq9Qa .title {
  text-align: center;
}
.cid-u0NQytq9Qa text {
  text-align: center;
}
.cid-u0NQWQwWZq {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NQWQwWZq .container {
    max-width: 1000px;
  }
}
.cid-u0NQWQwWZq .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NQWQwWZq .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NQWQwWZq .row {
  justify-content: center;
}
.cid-u0NQWQwWZq .card-text {
  color: #353535;
}
.cid-u0NQWQwWZq .card-title,
.cid-u0NQWQwWZq .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NQWQwWZq .title {
  text-align: center;
}
.cid-u0NQWQwWZq text {
  text-align: center;
}
.cid-u0NXhjJZU0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NXhjJZU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NXhjJZU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NXhjJZU0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NXhjJZU0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NXhjJZU0 .container {
    padding: 0 20px;
  }
}
.cid-u0NXhjJZU0 .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NXhjJZU0 .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NXhjJZU0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NXhjJZU0 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NXhjJZU0 .mbr-section-title {
  color: #ffffff;
}
.cid-u0NXhjJZU0 .mbr-section-title,
.cid-u0NXhjJZU0 .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0MJz2MdPg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0MJz2MdPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MJz2MdPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0MJz2MdPg .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0MJz2MdPg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0MJz2MdPg .container {
    padding: 0 20px;
  }
}
.cid-u0MJz2MdPg .row {
  justify-content: center;
}
.cid-u0MJz2MdPg .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0MJz2MdPg .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0MJz2MdPg .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0MJz2MdPg .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0MJz2MdPg .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0MJz2MdPg .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0MJz2MdPg .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0MJz2MdPg .mbr-desc {
  color: #e4dfd4;
}
.cid-u0MJz2MdPg .mbr-desc,
.cid-u0MJz2MdPg .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19CU3NWmm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19CU3NWmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19CU3NWmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19CU3NWmm .container {
    padding: 0 20px;
  }
}
.cid-u19CU3NWmm .row {
  justify-content: center;
}
.cid-u19CU3NWmm .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19CU3NWmm .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19CU3NWmm .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19CU3NWmm .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19CU3NWmm .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19CU3NWmm .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19CU3NWmm .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19CU3NWmm .mbr-desc {
  color: #e4dfd4;
}
.cid-u19CU3NWmm .mbr-desc,
.cid-u19CU3NWmm .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ7ggpAm .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZ7ggpAm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZ7ggpAm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZ7ggpAm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZ7ggpAm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZ7ggpAm .menu_box .navbar.opened,
  .cid-u0NZ7ggpAm .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZ7ggpAm .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZ7ggpAm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZ7ggpAm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ7ggpAm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZ7ggpAm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZ7ggpAm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZ7ggpAm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZ7ggpAm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZ7ggpAm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZ7ggpAm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZ7ggpAm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZ7ggpAm .offcanvas-body .mbr-text,
  .cid-u0NZ7ggpAm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZ7ggpAm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZ7ggpAm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZ7ggpAm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZ7ggpAm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZ7ggpAm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZ7ggpAm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZ7ggpAm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZ7ggpAm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZ7ggpAm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ7ggpAm .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-u0NZ7ggpAm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZ7ggpAm 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-u0NZ7ggpAm .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZ7ggpAm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZ7ggpAm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZ7ggpAm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ7ggpAm .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZ7ggpAm .nav-item .nav-link {
  position: relative;
}
.cid-u0NZ7ggpAm .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZ7ggpAm .nav-item .nav-link:hover,
.cid-u0NZ7ggpAm .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZ7ggpAm .nav-item .nav-link:hover::before,
.cid-u0NZ7ggpAm .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZ7ggpAm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZ7ggpAm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZ7ggpAm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ7ggpAm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ7ggpAm .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-u0NZ7ggpAm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZ7ggpAm .offcanvas_box {
    display: none;
  }
}
.cid-u0NZ7ggpAm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZ7ggpAm .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZ7ggpAm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZ7ggpAm .container {
  display: flex;
  margin: auto;
}
.cid-u0NZ7ggpAm .iconfont-wrapper {
  color: #ffffff;
  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-u0NZ7ggpAm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZ7ggpAm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZ7ggpAm .navbar-caption {
  color: #ffffff;
}
.cid-u0NZ7ggpAm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZ7ggpAm .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZ7ggpAm .dropdown-menu,
.cid-u0NZ7ggpAm .navbar.opened {
  background-color: true !important;
}
.cid-u0NZ7ggpAm .nav-item:focus,
.cid-u0NZ7ggpAm .nav-link:focus {
  outline: none;
}
.cid-u0NZ7ggpAm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ7ggpAm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZ7ggpAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZ7ggpAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ7ggpAm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZ7ggpAm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZ7ggpAm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ7ggpAm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZ7ggpAm .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZ7ggpAm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZ7ggpAm .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZ7ggpAm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZ7ggpAm .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZ7ggpAm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZ7ggpAm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZ7ggpAm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZ7ggpAm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZ7ggpAm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZ7ggpAm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZ7ggpAm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZ7ggpAm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZ7ggpAm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZ7ggpAm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZ7ggpAm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZ7ggpAm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZ7ggpAm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZ7ggpAm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZ7ggpAm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZ7ggpAm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZ7ggpAm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZ7ggpAm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZ7ggpAm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZ7ggpAm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZ7ggpAm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZ7ggpAm .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZ7ggpAm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZ7ggpAm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZ7ggpAm .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-u0NZ7ggpAm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZ7ggpAm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZ7ggpAm .dropdown-item.active,
.cid-u0NZ7ggpAm .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZ7ggpAm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZ7ggpAm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZ7ggpAm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZ7ggpAm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZ7ggpAm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZ7ggpAm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZ7ggpAm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZ7ggpAm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZ7ggpAm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZ7ggpAm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ7ggpAm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ7ggpAm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZ7ggpAm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ7ggpAm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZ7ggpAm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZ7ggpAm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ7ggpAm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZ7ggpAm .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-u0NZ7ggpAm .navbar {
    height: 70px;
  }
  .cid-u0NZ7ggpAm .navbar.opened {
    height: auto;
  }
  .cid-u0NZ7ggpAm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZ7ggpAm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZ7ggpAm .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZ7ggpAm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZ7ggpAm .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZ7ggpAm .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZ7ggpAm .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZ7ggpAm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZ7ggpAm .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZ7ggpAm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZ7ggpAm .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZ7ggpAm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ7ggpAm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ7ggpAm .mbr-section-subtitle,
.cid-u0NZ7ggpAm .text_widget,
.cid-u0NZ7ggpAm .mbr-section-btn {
  text-align: center;
}
.cid-u0NZ7ggpAm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZ7fIiCy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZ7fIiCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ7fIiCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ7fIiCy .container {
    padding: 0 24px;
  }
}
.cid-u0NZ7fIiCy .row {
  position: relative;
}
.cid-u0NZ7fIiCy .row .card {
  justify-content: center;
}
.cid-u0NZ7fIiCy .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZ7fIiCy .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZ7fIiCy .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZ7fIiCy .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZ7fIiCy .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZ7fIiCy .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ7fIiCy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZ7fIiCy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZ7fIiCy .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ7fIiCy .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZ7fIiCy .image-wrapper {
  position: relative;
}
.cid-u0NZ7fIiCy .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZ7fIiCy .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZ7fIiCy .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZ7fIiCy .mbr-text {
  color: #FF3399;
}
.cid-u0NZ7fIiCy .mbr-section-title,
.cid-u0NZ7fIiCy .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZ7fIiCy .mbr-text,
.cid-u0NZ7fIiCy .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZ7h4QMw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZ7h4QMw .mbr-text {
  margin: 0;
}
.cid-u0NZ7h4QMw .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZ7h4QMw .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZ7h4QMw .row-element,
.cid-u0NZ7h4QMw .image-element {
  padding: 0;
}
.cid-u0NZ7h4QMw .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZ7h4QMw .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZ7h4QMw .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZ7h4QMw .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZ7h4QMw .carousel-item.active,
.cid-u0NZ7h4QMw .carousel-item-next,
.cid-u0NZ7h4QMw .carousel-item-prev {
  display: flex;
}
.cid-u0NZ7h4QMw .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZ7h4QMw .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZ7h4QMw .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZ7h4QMw .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZ7h4QMw .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZ7h4QMw .carousel-controls {
    display: block;
  }
  .cid-u0NZ7h4QMw .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZ7h4QMw .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZ7h4QMw .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZ7h4QMw .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZ7h4QMw .text-element {
    padding: 1rem;
  }
  .cid-u0NZ7h4QMw .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZ7h4QMw .image-element {
    min-width: 50%;
  }
  .cid-u0NZ7h4QMw .media-container-row {
    width: 100%;
  }
}
.cid-u0NZ7h4QMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ7h4QMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ7h4QMw .mbr-title,
.cid-u0NZ7h4QMw .ornament {
  color: #ce320c;
}
.cid-u0NZ7hOhO4 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZ7hOhO4 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZ7hOhO4 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZ7hOhO4 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZ7hOhO4 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZ7hOhO4 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZ7hOhO4 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZ7hOhO4 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZ7hOhO4 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZ7hOhO4 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZ7hOhO4 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZ7hOhO4 .soc-item a {
  color: #ffffff;
}
.cid-u0NZ7hOhO4 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZ7hOhO4 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZ7hOhO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ7hOhO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZ7hOhO4 .mbr-tag,
.cid-u0NZ7hOhO4 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ7hOhO4 .copyright {
  color: #000000;
}
.cid-u19yENFvsG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19yENFvsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19yENFvsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19yENFvsG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19yENFvsG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19yENFvsG .container {
    padding: 0 20px;
  }
}
.cid-u19yENFvsG .row {
  justify-content: center;
}
.cid-u19yENFvsG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19yENFvsG .card {
  margin-bottom: 50px;
}
.cid-u19yENFvsG .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19yENFvsG .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19yENFvsG .card .card-wrap a {
  display: block;
}
.cid-u19yENFvsG .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19yENFvsG .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19yENFvsG .mbr-section-title {
  color: #ffffff;
}
.cid-u19yENFvsG .mbr-date {
  color: #ffffff;
}
.cid-u19yENFvsG .mbr-text {
  color: #ffffff;
}
.cid-u19yENFvsG .mbr-section-title,
.cid-u19yENFvsG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZ7jaMeb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZ7jaMeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ7jaMeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ7jaMeb .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZ7jaMeb .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZ7jaMeb .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZ7jaMeb .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZ7jaMeb .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZ7jaMeb .col-img {
    display: none;
  }
}
.cid-u0NZ7jaMeb .img-wrap {
  width: 100%;
}
.cid-u0NZ7jaMeb .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZ7jaMeb .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZ7jaMeb .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZ7jaMeb .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZ7jaMeb .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZ7jaMeb .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZ7jaMeb .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZ7jaMeb .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZ7jaMeb .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZ7jaMeb .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZ7jaMeb .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZ7jaMeb .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZ7jaMeb .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZ7jaMeb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZ7jaMeb .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZ7jaMeb .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZ7jaMeb .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZ7jaMeb .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZ7jaMeb .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZ7jZJMd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZ7jZJMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ7jZJMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ7jZJMd .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZ7jZJMd .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZ7jZJMd .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZ7jZJMd .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZ7jZJMd .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZ7jZJMd .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZ7jZJMd .col-img {
    display: none;
  }
}
.cid-u0NZ7jZJMd .img-wrap {
  width: 100%;
}
.cid-u0NZ7jZJMd .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZ7jZJMd .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZ7jZJMd .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZ7jZJMd .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZ7jZJMd .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZ7jZJMd .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZ7jZJMd .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZ7jZJMd .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZ7jZJMd .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZ7jZJMd .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZ7jZJMd .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZ7jZJMd .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZ7jZJMd .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZ7jZJMd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZ7jZJMd .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZ7jZJMd .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZ7jZJMd .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZ7jZJMd .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZ7jZJMd .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZ7kNeto {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZ7kNeto .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ7kNeto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ7kNeto .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ7kNeto .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ7kNeto .container {
    padding: 0 20px;
  }
}
.cid-u0NZ7kNeto .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZ7kNeto .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZ7kNeto .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ7kNeto .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZ7kNeto .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZ7kNeto .mbr-section-title,
.cid-u0NZ7kNeto .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZ7lql4c {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZ7lql4c .container {
    max-width: 1000px;
  }
}
.cid-u0NZ7lql4c .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZ7lql4c .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZ7lql4c .row {
  justify-content: center;
}
.cid-u0NZ7lql4c .card-text {
  color: #353535;
}
.cid-u0NZ7lql4c .card-title,
.cid-u0NZ7lql4c .iconfont-wrapper {
  color: #e31e25;
  text-align: left;
}
.cid-u0NZ7lql4c .title {
  text-align: center;
}
.cid-u0NZ7lql4c text {
  text-align: center;
}
.cid-u0NZ7onI6p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZ7onI6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ7onI6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ7onI6p .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ7onI6p .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ7onI6p .container {
    padding: 0 20px;
  }
}
.cid-u0NZ7onI6p .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZ7onI6p .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZ7onI6p .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ7onI6p .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZ7onI6p .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZ7onI6p .mbr-section-title,
.cid-u0NZ7onI6p .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZ7p3LC5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZ7p3LC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ7p3LC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ7p3LC5 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ7p3LC5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ7p3LC5 .container {
    padding: 0 20px;
  }
}
.cid-u0NZ7p3LC5 .row {
  justify-content: center;
}
.cid-u0NZ7p3LC5 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZ7p3LC5 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZ7p3LC5 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZ7p3LC5 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZ7p3LC5 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZ7p3LC5 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZ7p3LC5 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZ7p3LC5 .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZ7p3LC5 .mbr-desc,
.cid-u0NZ7p3LC5 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19FBHjhE2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19FBHjhE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19FBHjhE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19FBHjhE2 .container {
    padding: 0 20px;
  }
}
.cid-u19FBHjhE2 .row {
  justify-content: center;
}
.cid-u19FBHjhE2 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19FBHjhE2 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19FBHjhE2 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19FBHjhE2 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19FBHjhE2 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19FBHjhE2 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19FBHjhE2 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19FBHjhE2 .mbr-desc {
  color: #e4dfd4;
}
.cid-u19FBHjhE2 .mbr-desc,
.cid-u19FBHjhE2 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ8AMdhC .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZ8AMdhC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZ8AMdhC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZ8AMdhC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZ8AMdhC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZ8AMdhC .menu_box .navbar.opened,
  .cid-u0NZ8AMdhC .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZ8AMdhC .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZ8AMdhC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZ8AMdhC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ8AMdhC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZ8AMdhC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZ8AMdhC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZ8AMdhC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZ8AMdhC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZ8AMdhC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZ8AMdhC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZ8AMdhC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZ8AMdhC .offcanvas-body .mbr-text,
  .cid-u0NZ8AMdhC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZ8AMdhC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZ8AMdhC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZ8AMdhC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZ8AMdhC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZ8AMdhC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZ8AMdhC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZ8AMdhC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZ8AMdhC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZ8AMdhC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ8AMdhC .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-u0NZ8AMdhC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZ8AMdhC 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-u0NZ8AMdhC .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZ8AMdhC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZ8AMdhC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZ8AMdhC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ8AMdhC .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZ8AMdhC .nav-item .nav-link {
  position: relative;
}
.cid-u0NZ8AMdhC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZ8AMdhC .nav-item .nav-link:hover,
.cid-u0NZ8AMdhC .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZ8AMdhC .nav-item .nav-link:hover::before,
.cid-u0NZ8AMdhC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZ8AMdhC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZ8AMdhC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZ8AMdhC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ8AMdhC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ8AMdhC .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-u0NZ8AMdhC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZ8AMdhC .offcanvas_box {
    display: none;
  }
}
.cid-u0NZ8AMdhC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZ8AMdhC .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZ8AMdhC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZ8AMdhC .container {
  display: flex;
  margin: auto;
}
.cid-u0NZ8AMdhC .iconfont-wrapper {
  color: #ffffff;
  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-u0NZ8AMdhC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZ8AMdhC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZ8AMdhC .navbar-caption {
  color: #ffffff;
}
.cid-u0NZ8AMdhC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZ8AMdhC .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZ8AMdhC .dropdown-menu,
.cid-u0NZ8AMdhC .navbar.opened {
  background-color: true !important;
}
.cid-u0NZ8AMdhC .nav-item:focus,
.cid-u0NZ8AMdhC .nav-link:focus {
  outline: none;
}
.cid-u0NZ8AMdhC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ8AMdhC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZ8AMdhC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZ8AMdhC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ8AMdhC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZ8AMdhC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZ8AMdhC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ8AMdhC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZ8AMdhC .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZ8AMdhC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZ8AMdhC .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZ8AMdhC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZ8AMdhC .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZ8AMdhC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZ8AMdhC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZ8AMdhC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZ8AMdhC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZ8AMdhC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZ8AMdhC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZ8AMdhC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZ8AMdhC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZ8AMdhC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZ8AMdhC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZ8AMdhC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZ8AMdhC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZ8AMdhC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZ8AMdhC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZ8AMdhC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZ8AMdhC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZ8AMdhC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZ8AMdhC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZ8AMdhC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZ8AMdhC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZ8AMdhC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZ8AMdhC .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZ8AMdhC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZ8AMdhC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZ8AMdhC .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-u0NZ8AMdhC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZ8AMdhC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZ8AMdhC .dropdown-item.active,
.cid-u0NZ8AMdhC .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZ8AMdhC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZ8AMdhC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZ8AMdhC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZ8AMdhC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZ8AMdhC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZ8AMdhC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZ8AMdhC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZ8AMdhC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZ8AMdhC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZ8AMdhC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ8AMdhC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ8AMdhC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZ8AMdhC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ8AMdhC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZ8AMdhC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZ8AMdhC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ8AMdhC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZ8AMdhC .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-u0NZ8AMdhC .navbar {
    height: 70px;
  }
  .cid-u0NZ8AMdhC .navbar.opened {
    height: auto;
  }
  .cid-u0NZ8AMdhC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZ8AMdhC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZ8AMdhC .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZ8AMdhC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZ8AMdhC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZ8AMdhC .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZ8AMdhC .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZ8AMdhC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZ8AMdhC .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZ8AMdhC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZ8AMdhC .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZ8AMdhC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ8AMdhC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ8AMdhC .mbr-section-subtitle,
.cid-u0NZ8AMdhC .text_widget,
.cid-u0NZ8AMdhC .mbr-section-btn {
  text-align: center;
}
.cid-u0NZ8AMdhC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZ8Ao8jX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZ8Ao8jX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ8Ao8jX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ8Ao8jX .container {
    padding: 0 24px;
  }
}
.cid-u0NZ8Ao8jX .row {
  position: relative;
}
.cid-u0NZ8Ao8jX .row .card {
  justify-content: center;
}
.cid-u0NZ8Ao8jX .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZ8Ao8jX .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZ8Ao8jX .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZ8Ao8jX .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZ8Ao8jX .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZ8Ao8jX .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ8Ao8jX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZ8Ao8jX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZ8Ao8jX .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ8Ao8jX .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZ8Ao8jX .image-wrapper {
  position: relative;
}
.cid-u0NZ8Ao8jX .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZ8Ao8jX .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZ8Ao8jX .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZ8Ao8jX .mbr-text {
  color: #FF3399;
}
.cid-u0NZ8Ao8jX .mbr-section-title,
.cid-u0NZ8Ao8jX .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZ8Ao8jX .mbr-text,
.cid-u0NZ8Ao8jX .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZ8BpagO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZ8BpagO .mbr-text {
  margin: 0;
}
.cid-u0NZ8BpagO .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZ8BpagO .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZ8BpagO .row-element,
.cid-u0NZ8BpagO .image-element {
  padding: 0;
}
.cid-u0NZ8BpagO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZ8BpagO .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZ8BpagO .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZ8BpagO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZ8BpagO .carousel-item.active,
.cid-u0NZ8BpagO .carousel-item-next,
.cid-u0NZ8BpagO .carousel-item-prev {
  display: flex;
}
.cid-u0NZ8BpagO .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZ8BpagO .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZ8BpagO .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZ8BpagO .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZ8BpagO .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZ8BpagO .carousel-controls {
    display: block;
  }
  .cid-u0NZ8BpagO .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZ8BpagO .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZ8BpagO .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZ8BpagO .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZ8BpagO .text-element {
    padding: 1rem;
  }
  .cid-u0NZ8BpagO .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZ8BpagO .image-element {
    min-width: 50%;
  }
  .cid-u0NZ8BpagO .media-container-row {
    width: 100%;
  }
}
.cid-u0NZ8BpagO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ8BpagO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ8BpagO .mbr-title,
.cid-u0NZ8BpagO .ornament {
  color: #ce320c;
}
.cid-u0NZ8C7NwM {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZ8C7NwM .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZ8C7NwM .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZ8C7NwM .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZ8C7NwM .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZ8C7NwM .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZ8C7NwM .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZ8C7NwM .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZ8C7NwM .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZ8C7NwM .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZ8C7NwM .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZ8C7NwM .soc-item a {
  color: #ffffff;
}
.cid-u0NZ8C7NwM .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZ8C7NwM .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZ8C7NwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ8C7NwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZ8C7NwM .mbr-tag,
.cid-u0NZ8C7NwM .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ8C7NwM .copyright {
  color: #000000;
}
.cid-u19yU7gEkI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19yU7gEkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19yU7gEkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19yU7gEkI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19yU7gEkI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19yU7gEkI .container {
    padding: 0 20px;
  }
}
.cid-u19yU7gEkI .row {
  justify-content: center;
}
.cid-u19yU7gEkI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19yU7gEkI .card {
  margin-bottom: 50px;
}
.cid-u19yU7gEkI .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19yU7gEkI .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19yU7gEkI .card .card-wrap a {
  display: block;
}
.cid-u19yU7gEkI .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19yU7gEkI .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19yU7gEkI .mbr-section-title {
  color: #ffffff;
}
.cid-u19yU7gEkI .mbr-date {
  color: #ffffff;
}
.cid-u19yU7gEkI .mbr-text {
  color: #ffffff;
}
.cid-u19yU7gEkI .mbr-section-title,
.cid-u19yU7gEkI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZ8CQzgl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZ8CQzgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ8CQzgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ8CQzgl .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZ8CQzgl .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZ8CQzgl .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZ8CQzgl .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZ8CQzgl .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZ8CQzgl .col-img {
    display: none;
  }
}
.cid-u0NZ8CQzgl .img-wrap {
  width: 100%;
}
.cid-u0NZ8CQzgl .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZ8CQzgl .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZ8CQzgl .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZ8CQzgl .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZ8CQzgl .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZ8CQzgl .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZ8CQzgl .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZ8CQzgl .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZ8CQzgl .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZ8CQzgl .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZ8CQzgl .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZ8CQzgl .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZ8CQzgl .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZ8CQzgl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZ8CQzgl .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZ8CQzgl .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZ8CQzgl .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZ8CQzgl .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZ8CQzgl .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZ8DsQ9A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZ8DsQ9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ8DsQ9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ8DsQ9A .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZ8DsQ9A .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZ8DsQ9A .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZ8DsQ9A .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZ8DsQ9A .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZ8DsQ9A .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZ8DsQ9A .col-img {
    display: none;
  }
}
.cid-u0NZ8DsQ9A .img-wrap {
  width: 100%;
}
.cid-u0NZ8DsQ9A .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZ8DsQ9A .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZ8DsQ9A .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZ8DsQ9A .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZ8DsQ9A .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZ8DsQ9A .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZ8DsQ9A .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZ8DsQ9A .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZ8DsQ9A .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZ8DsQ9A .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZ8DsQ9A .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZ8DsQ9A .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZ8DsQ9A .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZ8DsQ9A .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZ8DsQ9A .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZ8DsQ9A .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZ8DsQ9A .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZ8DsQ9A .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZ8DsQ9A .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZ8E2e1f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZ8E2e1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ8E2e1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ8E2e1f .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ8E2e1f .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ8E2e1f .container {
    padding: 0 20px;
  }
}
.cid-u0NZ8E2e1f .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZ8E2e1f .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZ8E2e1f .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ8E2e1f .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZ8E2e1f .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZ8E2e1f .mbr-section-title,
.cid-u0NZ8E2e1f .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZ8Exm7C {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZ8Exm7C .container {
    max-width: 1000px;
  }
}
.cid-u0NZ8Exm7C .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZ8Exm7C .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZ8Exm7C .row {
  justify-content: center;
}
.cid-u0NZ8Exm7C .card-text {
  color: #353535;
}
.cid-u0NZ8Exm7C .card-title,
.cid-u0NZ8Exm7C .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZ8Exm7C .title {
  text-align: center;
}
.cid-u0NZ8Exm7C text {
  text-align: center;
}
.cid-u0NZ8GwNz1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZ8GwNz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ8GwNz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ8GwNz1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ8GwNz1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ8GwNz1 .container {
    padding: 0 20px;
  }
}
.cid-u0NZ8GwNz1 .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZ8GwNz1 .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZ8GwNz1 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ8GwNz1 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZ8GwNz1 .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZ8GwNz1 .mbr-section-title,
.cid-u0NZ8GwNz1 .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZ8H6lCw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZ8H6lCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ8H6lCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ8H6lCw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ8H6lCw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ8H6lCw .container {
    padding: 0 20px;
  }
}
.cid-u0NZ8H6lCw .row {
  justify-content: center;
}
.cid-u0NZ8H6lCw .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZ8H6lCw .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZ8H6lCw .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZ8H6lCw .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZ8H6lCw .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZ8H6lCw .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZ8H6lCw .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZ8H6lCw .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZ8H6lCw .mbr-desc,
.cid-u0NZ8H6lCw .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19FHIC1bn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19FHIC1bn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19FHIC1bn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19FHIC1bn .container {
    padding: 0 20px;
  }
}
.cid-u19FHIC1bn .row {
  justify-content: center;
}
.cid-u19FHIC1bn .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19FHIC1bn .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19FHIC1bn .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19FHIC1bn .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19FHIC1bn .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19FHIC1bn .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19FHIC1bn .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19FHIC1bn .mbr-desc {
  color: #e4dfd4;
}
.cid-u19FHIC1bn .mbr-desc,
.cid-u19FHIC1bn .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u19FNsuJIY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19FNsuJIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19FNsuJIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19FNsuJIY .container {
    padding: 0 20px;
  }
}
.cid-u19FNsuJIY .row {
  justify-content: center;
}
.cid-u19FNsuJIY .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19FNsuJIY .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19FNsuJIY .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19FNsuJIY .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19FNsuJIY .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19FNsuJIY .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19FNsuJIY .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19FNsuJIY .mbr-desc {
  color: #e4dfd4;
}
.cid-u19FNsuJIY .mbr-desc,
.cid-u19FNsuJIY .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ97kJww .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZ97kJww .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZ97kJww .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZ97kJww .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZ97kJww .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZ97kJww .menu_box .navbar.opened,
  .cid-u0NZ97kJww .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZ97kJww .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZ97kJww .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZ97kJww .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ97kJww .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZ97kJww .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZ97kJww .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZ97kJww .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZ97kJww .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZ97kJww .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZ97kJww .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZ97kJww .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZ97kJww .offcanvas-body .mbr-text,
  .cid-u0NZ97kJww .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZ97kJww .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZ97kJww .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZ97kJww .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZ97kJww .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZ97kJww .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZ97kJww .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZ97kJww .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZ97kJww ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZ97kJww .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ97kJww .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-u0NZ97kJww .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZ97kJww 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-u0NZ97kJww .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZ97kJww .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZ97kJww .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZ97kJww .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ97kJww .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZ97kJww .nav-item .nav-link {
  position: relative;
}
.cid-u0NZ97kJww .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZ97kJww .nav-item .nav-link:hover,
.cid-u0NZ97kJww .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZ97kJww .nav-item .nav-link:hover::before,
.cid-u0NZ97kJww .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZ97kJww .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZ97kJww .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZ97kJww .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ97kJww .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ97kJww .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-u0NZ97kJww .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZ97kJww .offcanvas_box {
    display: none;
  }
}
.cid-u0NZ97kJww .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZ97kJww .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZ97kJww .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZ97kJww .container {
  display: flex;
  margin: auto;
}
.cid-u0NZ97kJww .iconfont-wrapper {
  color: #ffffff;
  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-u0NZ97kJww .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZ97kJww .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZ97kJww .navbar-caption {
  color: #ffffff;
}
.cid-u0NZ97kJww .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZ97kJww .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZ97kJww .dropdown-menu,
.cid-u0NZ97kJww .navbar.opened {
  background-color: true !important;
}
.cid-u0NZ97kJww .nav-item:focus,
.cid-u0NZ97kJww .nav-link:focus {
  outline: none;
}
.cid-u0NZ97kJww .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ97kJww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZ97kJww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZ97kJww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ97kJww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZ97kJww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZ97kJww .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ97kJww .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZ97kJww .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZ97kJww .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZ97kJww .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZ97kJww .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZ97kJww .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZ97kJww .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZ97kJww .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZ97kJww .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZ97kJww .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZ97kJww .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZ97kJww .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZ97kJww .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZ97kJww .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZ97kJww .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZ97kJww .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZ97kJww .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZ97kJww .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZ97kJww .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZ97kJww .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZ97kJww .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZ97kJww .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZ97kJww .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZ97kJww .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZ97kJww .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZ97kJww .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZ97kJww .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZ97kJww .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZ97kJww .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZ97kJww .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZ97kJww .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-u0NZ97kJww .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZ97kJww .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZ97kJww .dropdown-item.active,
.cid-u0NZ97kJww .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZ97kJww .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZ97kJww .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZ97kJww .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZ97kJww .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZ97kJww ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZ97kJww .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZ97kJww button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZ97kJww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZ97kJww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZ97kJww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ97kJww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ97kJww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZ97kJww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ97kJww nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZ97kJww nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZ97kJww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ97kJww a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZ97kJww .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-u0NZ97kJww .navbar {
    height: 70px;
  }
  .cid-u0NZ97kJww .navbar.opened {
    height: auto;
  }
  .cid-u0NZ97kJww .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZ97kJww .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZ97kJww .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZ97kJww .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZ97kJww .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZ97kJww .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZ97kJww .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZ97kJww .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZ97kJww .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZ97kJww .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZ97kJww .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZ97kJww .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ97kJww .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ97kJww .mbr-section-subtitle,
.cid-u0NZ97kJww .text_widget,
.cid-u0NZ97kJww .mbr-section-btn {
  text-align: center;
}
.cid-u0NZ97kJww a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZ96VPeE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZ96VPeE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ96VPeE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ96VPeE .container {
    padding: 0 24px;
  }
}
.cid-u0NZ96VPeE .row {
  position: relative;
}
.cid-u0NZ96VPeE .row .card {
  justify-content: center;
}
.cid-u0NZ96VPeE .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZ96VPeE .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZ96VPeE .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZ96VPeE .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZ96VPeE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZ96VPeE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ96VPeE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZ96VPeE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZ96VPeE .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ96VPeE .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZ96VPeE .image-wrapper {
  position: relative;
}
.cid-u0NZ96VPeE .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZ96VPeE .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZ96VPeE .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZ96VPeE .mbr-text {
  color: #FF3399;
}
.cid-u0NZ96VPeE .mbr-section-title,
.cid-u0NZ96VPeE .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZ96VPeE .mbr-text,
.cid-u0NZ96VPeE .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZ97TqbD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZ97TqbD .mbr-text {
  margin: 0;
}
.cid-u0NZ97TqbD .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZ97TqbD .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZ97TqbD .row-element,
.cid-u0NZ97TqbD .image-element {
  padding: 0;
}
.cid-u0NZ97TqbD .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZ97TqbD .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZ97TqbD .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZ97TqbD .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZ97TqbD .carousel-item.active,
.cid-u0NZ97TqbD .carousel-item-next,
.cid-u0NZ97TqbD .carousel-item-prev {
  display: flex;
}
.cid-u0NZ97TqbD .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZ97TqbD .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZ97TqbD .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZ97TqbD .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZ97TqbD .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZ97TqbD .carousel-controls {
    display: block;
  }
  .cid-u0NZ97TqbD .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZ97TqbD .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZ97TqbD .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZ97TqbD .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZ97TqbD .text-element {
    padding: 1rem;
  }
  .cid-u0NZ97TqbD .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZ97TqbD .image-element {
    min-width: 50%;
  }
  .cid-u0NZ97TqbD .media-container-row {
    width: 100%;
  }
}
.cid-u0NZ97TqbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ97TqbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ97TqbD .mbr-title,
.cid-u0NZ97TqbD .ornament {
  color: #ce320c;
}
.cid-u0NZ98G1WE {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZ98G1WE .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZ98G1WE .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZ98G1WE .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZ98G1WE .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZ98G1WE .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZ98G1WE .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZ98G1WE .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZ98G1WE .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZ98G1WE .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZ98G1WE .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZ98G1WE .soc-item a {
  color: #ffffff;
}
.cid-u0NZ98G1WE .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZ98G1WE .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZ98G1WE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ98G1WE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZ98G1WE .mbr-tag,
.cid-u0NZ98G1WE .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ98G1WE .copyright {
  color: #000000;
}
.cid-u19z3MxlrH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19z3MxlrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19z3MxlrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19z3MxlrH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19z3MxlrH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19z3MxlrH .container {
    padding: 0 20px;
  }
}
.cid-u19z3MxlrH .row {
  justify-content: center;
}
.cid-u19z3MxlrH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19z3MxlrH .card {
  margin-bottom: 50px;
}
.cid-u19z3MxlrH .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19z3MxlrH .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19z3MxlrH .card .card-wrap a {
  display: block;
}
.cid-u19z3MxlrH .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19z3MxlrH .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19z3MxlrH .mbr-section-title {
  color: #ffffff;
}
.cid-u19z3MxlrH .mbr-date {
  color: #ffffff;
}
.cid-u19z3MxlrH .mbr-text {
  color: #ffffff;
}
.cid-u19z3MxlrH .mbr-section-title,
.cid-u19z3MxlrH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZ99nQut {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZ99nQut .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ99nQut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ99nQut .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZ99nQut .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZ99nQut .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZ99nQut .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZ99nQut .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZ99nQut .col-img {
    display: none;
  }
}
.cid-u0NZ99nQut .img-wrap {
  width: 100%;
}
.cid-u0NZ99nQut .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZ99nQut .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZ99nQut .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZ99nQut .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZ99nQut .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZ99nQut .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZ99nQut .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZ99nQut .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZ99nQut .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZ99nQut .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZ99nQut .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZ99nQut .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZ99nQut .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZ99nQut .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZ99nQut .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZ99nQut .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZ99nQut .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZ99nQut .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZ99nQut .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZ99Wz1i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZ99Wz1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ99Wz1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ99Wz1i .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZ99Wz1i .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZ99Wz1i .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZ99Wz1i .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZ99Wz1i .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZ99Wz1i .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZ99Wz1i .col-img {
    display: none;
  }
}
.cid-u0NZ99Wz1i .img-wrap {
  width: 100%;
}
.cid-u0NZ99Wz1i .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZ99Wz1i .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZ99Wz1i .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZ99Wz1i .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZ99Wz1i .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZ99Wz1i .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZ99Wz1i .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZ99Wz1i .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZ99Wz1i .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZ99Wz1i .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZ99Wz1i .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZ99Wz1i .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZ99Wz1i .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZ99Wz1i .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZ99Wz1i .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZ99Wz1i .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZ99Wz1i .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZ99Wz1i .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZ99Wz1i .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZ9aAdUV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZ9aAdUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9aAdUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ9aAdUV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ9aAdUV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ9aAdUV .container {
    padding: 0 20px;
  }
}
.cid-u0NZ9aAdUV .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZ9aAdUV .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZ9aAdUV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ9aAdUV .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZ9aAdUV .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZ9aAdUV .mbr-section-title,
.cid-u0NZ9aAdUV .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZ9b4Uyh {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZ9b4Uyh .container {
    max-width: 1000px;
  }
}
.cid-u0NZ9b4Uyh .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZ9b4Uyh .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZ9b4Uyh .row {
  justify-content: center;
}
.cid-u0NZ9b4Uyh .card-text {
  color: #353535;
}
.cid-u0NZ9b4Uyh .card-title,
.cid-u0NZ9b4Uyh .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZ9b4Uyh .title {
  text-align: center;
}
.cid-u0NZ9b4Uyh text {
  text-align: center;
}
.cid-u0NZ9d1VMv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZ9d1VMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9d1VMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ9d1VMv .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ9d1VMv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ9d1VMv .container {
    padding: 0 20px;
  }
}
.cid-u0NZ9d1VMv .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZ9d1VMv .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZ9d1VMv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ9d1VMv .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZ9d1VMv .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZ9d1VMv .mbr-section-title,
.cid-u0NZ9d1VMv .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZ9dBQ4y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZ9dBQ4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9dBQ4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ9dBQ4y .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ9dBQ4y .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ9dBQ4y .container {
    padding: 0 20px;
  }
}
.cid-u0NZ9dBQ4y .row {
  justify-content: center;
}
.cid-u0NZ9dBQ4y .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZ9dBQ4y .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZ9dBQ4y .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZ9dBQ4y .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZ9dBQ4y .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZ9dBQ4y .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZ9dBQ4y .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZ9dBQ4y .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZ9dBQ4y .mbr-desc,
.cid-u0NZ9dBQ4y .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19FUJ0jPh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19FUJ0jPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19FUJ0jPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19FUJ0jPh .container {
    padding: 0 20px;
  }
}
.cid-u19FUJ0jPh .row {
  justify-content: center;
}
.cid-u19FUJ0jPh .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19FUJ0jPh .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19FUJ0jPh .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19FUJ0jPh .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19FUJ0jPh .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19FUJ0jPh .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19FUJ0jPh .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19FUJ0jPh .mbr-desc {
  color: #e4dfd4;
}
.cid-u19FUJ0jPh .mbr-desc,
.cid-u19FUJ0jPh .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ9Bnxmi .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZ9Bnxmi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZ9Bnxmi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZ9Bnxmi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZ9Bnxmi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZ9Bnxmi .menu_box .navbar.opened,
  .cid-u0NZ9Bnxmi .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZ9Bnxmi .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZ9Bnxmi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZ9Bnxmi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ9Bnxmi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZ9Bnxmi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZ9Bnxmi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZ9Bnxmi .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZ9Bnxmi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZ9Bnxmi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZ9Bnxmi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZ9Bnxmi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZ9Bnxmi .offcanvas-body .mbr-text,
  .cid-u0NZ9Bnxmi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZ9Bnxmi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZ9Bnxmi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZ9Bnxmi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZ9Bnxmi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZ9Bnxmi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZ9Bnxmi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZ9Bnxmi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZ9Bnxmi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZ9Bnxmi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ9Bnxmi .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-u0NZ9Bnxmi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZ9Bnxmi 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-u0NZ9Bnxmi .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZ9Bnxmi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZ9Bnxmi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZ9Bnxmi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ9Bnxmi .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZ9Bnxmi .nav-item .nav-link {
  position: relative;
}
.cid-u0NZ9Bnxmi .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZ9Bnxmi .nav-item .nav-link:hover,
.cid-u0NZ9Bnxmi .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZ9Bnxmi .nav-item .nav-link:hover::before,
.cid-u0NZ9Bnxmi .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZ9Bnxmi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZ9Bnxmi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZ9Bnxmi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ9Bnxmi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ9Bnxmi .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-u0NZ9Bnxmi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZ9Bnxmi .offcanvas_box {
    display: none;
  }
}
.cid-u0NZ9Bnxmi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZ9Bnxmi .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZ9Bnxmi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZ9Bnxmi .container {
  display: flex;
  margin: auto;
}
.cid-u0NZ9Bnxmi .iconfont-wrapper {
  color: #ffffff;
  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-u0NZ9Bnxmi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZ9Bnxmi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZ9Bnxmi .navbar-caption {
  color: #ffffff;
}
.cid-u0NZ9Bnxmi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZ9Bnxmi .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZ9Bnxmi .dropdown-menu,
.cid-u0NZ9Bnxmi .navbar.opened {
  background-color: true !important;
}
.cid-u0NZ9Bnxmi .nav-item:focus,
.cid-u0NZ9Bnxmi .nav-link:focus {
  outline: none;
}
.cid-u0NZ9Bnxmi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ9Bnxmi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZ9Bnxmi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZ9Bnxmi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ9Bnxmi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZ9Bnxmi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZ9Bnxmi .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ9Bnxmi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZ9Bnxmi .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZ9Bnxmi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZ9Bnxmi .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZ9Bnxmi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZ9Bnxmi .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZ9Bnxmi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZ9Bnxmi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZ9Bnxmi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZ9Bnxmi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZ9Bnxmi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZ9Bnxmi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZ9Bnxmi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZ9Bnxmi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZ9Bnxmi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZ9Bnxmi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZ9Bnxmi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZ9Bnxmi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZ9Bnxmi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZ9Bnxmi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZ9Bnxmi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZ9Bnxmi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZ9Bnxmi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZ9Bnxmi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZ9Bnxmi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZ9Bnxmi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZ9Bnxmi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZ9Bnxmi .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZ9Bnxmi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZ9Bnxmi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZ9Bnxmi .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-u0NZ9Bnxmi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZ9Bnxmi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZ9Bnxmi .dropdown-item.active,
.cid-u0NZ9Bnxmi .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZ9Bnxmi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZ9Bnxmi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZ9Bnxmi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZ9Bnxmi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZ9Bnxmi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZ9Bnxmi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZ9Bnxmi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZ9Bnxmi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZ9Bnxmi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZ9Bnxmi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ9Bnxmi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ9Bnxmi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZ9Bnxmi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ9Bnxmi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZ9Bnxmi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZ9Bnxmi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ9Bnxmi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZ9Bnxmi .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-u0NZ9Bnxmi .navbar {
    height: 70px;
  }
  .cid-u0NZ9Bnxmi .navbar.opened {
    height: auto;
  }
  .cid-u0NZ9Bnxmi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZ9Bnxmi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZ9Bnxmi .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZ9Bnxmi .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZ9Bnxmi .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZ9Bnxmi .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZ9Bnxmi .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZ9Bnxmi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZ9Bnxmi .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZ9Bnxmi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZ9Bnxmi .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZ9Bnxmi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ9Bnxmi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ9Bnxmi .mbr-section-subtitle,
.cid-u0NZ9Bnxmi .text_widget,
.cid-u0NZ9Bnxmi .mbr-section-btn {
  text-align: center;
}
.cid-u0NZ9Bnxmi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZ9AZ50S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZ9AZ50S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9AZ50S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ9AZ50S .container {
    padding: 0 24px;
  }
}
.cid-u0NZ9AZ50S .row {
  position: relative;
}
.cid-u0NZ9AZ50S .row .card {
  justify-content: center;
}
.cid-u0NZ9AZ50S .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZ9AZ50S .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZ9AZ50S .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZ9AZ50S .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZ9AZ50S .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZ9AZ50S .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ9AZ50S .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZ9AZ50S .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZ9AZ50S .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ9AZ50S .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZ9AZ50S .image-wrapper {
  position: relative;
}
.cid-u0NZ9AZ50S .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZ9AZ50S .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZ9AZ50S .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZ9AZ50S .mbr-text {
  color: #FF3399;
}
.cid-u0NZ9AZ50S .mbr-section-title,
.cid-u0NZ9AZ50S .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZ9AZ50S .mbr-text,
.cid-u0NZ9AZ50S .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZ9BY7mT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZ9BY7mT .mbr-text {
  margin: 0;
}
.cid-u0NZ9BY7mT .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZ9BY7mT .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZ9BY7mT .row-element,
.cid-u0NZ9BY7mT .image-element {
  padding: 0;
}
.cid-u0NZ9BY7mT .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZ9BY7mT .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZ9BY7mT .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZ9BY7mT .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZ9BY7mT .carousel-item.active,
.cid-u0NZ9BY7mT .carousel-item-next,
.cid-u0NZ9BY7mT .carousel-item-prev {
  display: flex;
}
.cid-u0NZ9BY7mT .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZ9BY7mT .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZ9BY7mT .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZ9BY7mT .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZ9BY7mT .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZ9BY7mT .carousel-controls {
    display: block;
  }
  .cid-u0NZ9BY7mT .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZ9BY7mT .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZ9BY7mT .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZ9BY7mT .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZ9BY7mT .text-element {
    padding: 1rem;
  }
  .cid-u0NZ9BY7mT .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZ9BY7mT .image-element {
    min-width: 50%;
  }
  .cid-u0NZ9BY7mT .media-container-row {
    width: 100%;
  }
}
.cid-u0NZ9BY7mT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9BY7mT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ9BY7mT .mbr-title,
.cid-u0NZ9BY7mT .ornament {
  color: #ce320c;
}
.cid-u0NZ9CKdGN {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZ9CKdGN .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZ9CKdGN .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZ9CKdGN .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZ9CKdGN .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZ9CKdGN .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZ9CKdGN .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZ9CKdGN .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZ9CKdGN .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZ9CKdGN .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZ9CKdGN .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZ9CKdGN .soc-item a {
  color: #ffffff;
}
.cid-u0NZ9CKdGN .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZ9CKdGN .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZ9CKdGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9CKdGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZ9CKdGN .mbr-tag,
.cid-u0NZ9CKdGN .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ9CKdGN .copyright {
  color: #000000;
}
.cid-u19zqcnbgD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19zqcnbgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19zqcnbgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19zqcnbgD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19zqcnbgD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19zqcnbgD .container {
    padding: 0 20px;
  }
}
.cid-u19zqcnbgD .row {
  justify-content: center;
}
.cid-u19zqcnbgD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19zqcnbgD .card {
  margin-bottom: 50px;
}
.cid-u19zqcnbgD .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19zqcnbgD .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19zqcnbgD .card .card-wrap a {
  display: block;
}
.cid-u19zqcnbgD .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19zqcnbgD .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19zqcnbgD .mbr-section-title {
  color: #ffffff;
}
.cid-u19zqcnbgD .mbr-date {
  color: #ffffff;
}
.cid-u19zqcnbgD .mbr-text {
  color: #ffffff;
}
.cid-u19zqcnbgD .mbr-section-title,
.cid-u19zqcnbgD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZ9DuKts {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZ9DuKts .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9DuKts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ9DuKts .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZ9DuKts .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZ9DuKts .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZ9DuKts .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZ9DuKts .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZ9DuKts .col-img {
    display: none;
  }
}
.cid-u0NZ9DuKts .img-wrap {
  width: 100%;
}
.cid-u0NZ9DuKts .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZ9DuKts .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZ9DuKts .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZ9DuKts .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZ9DuKts .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZ9DuKts .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZ9DuKts .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZ9DuKts .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZ9DuKts .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZ9DuKts .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZ9DuKts .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZ9DuKts .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZ9DuKts .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZ9DuKts .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZ9DuKts .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZ9DuKts .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZ9DuKts .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZ9DuKts .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZ9DuKts .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZ9E6IKC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZ9E6IKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9E6IKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ9E6IKC .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZ9E6IKC .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZ9E6IKC .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZ9E6IKC .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZ9E6IKC .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZ9E6IKC .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZ9E6IKC .col-img {
    display: none;
  }
}
.cid-u0NZ9E6IKC .img-wrap {
  width: 100%;
}
.cid-u0NZ9E6IKC .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZ9E6IKC .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZ9E6IKC .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZ9E6IKC .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZ9E6IKC .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZ9E6IKC .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZ9E6IKC .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZ9E6IKC .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZ9E6IKC .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZ9E6IKC .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZ9E6IKC .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZ9E6IKC .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZ9E6IKC .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZ9E6IKC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZ9E6IKC .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZ9E6IKC .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZ9E6IKC .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZ9E6IKC .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZ9E6IKC .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZ9EGPHM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZ9EGPHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9EGPHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ9EGPHM .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ9EGPHM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ9EGPHM .container {
    padding: 0 20px;
  }
}
.cid-u0NZ9EGPHM .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZ9EGPHM .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZ9EGPHM .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ9EGPHM .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZ9EGPHM .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZ9EGPHM .mbr-section-title,
.cid-u0NZ9EGPHM .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZ9FhJH6 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZ9FhJH6 .container {
    max-width: 1000px;
  }
}
.cid-u0NZ9FhJH6 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZ9FhJH6 .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZ9FhJH6 .row {
  justify-content: center;
}
.cid-u0NZ9FhJH6 .card-text {
  color: #353535;
}
.cid-u0NZ9FhJH6 .card-title,
.cid-u0NZ9FhJH6 .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZ9FhJH6 .title {
  text-align: center;
}
.cid-u0NZ9FhJH6 text {
  text-align: center;
}
.cid-u0NZ9HfOON {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZ9HfOON .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9HfOON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ9HfOON .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ9HfOON .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ9HfOON .container {
    padding: 0 20px;
  }
}
.cid-u0NZ9HfOON .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZ9HfOON .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZ9HfOON .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ9HfOON .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZ9HfOON .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZ9HfOON .mbr-section-title,
.cid-u0NZ9HfOON .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZ9HRHcs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZ9HRHcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9HRHcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ9HRHcs .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ9HRHcs .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ9HRHcs .container {
    padding: 0 20px;
  }
}
.cid-u0NZ9HRHcs .row {
  justify-content: center;
}
.cid-u0NZ9HRHcs .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZ9HRHcs .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZ9HRHcs .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZ9HRHcs .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZ9HRHcs .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZ9HRHcs .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZ9HRHcs .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZ9HRHcs .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZ9HRHcs .mbr-desc,
.cid-u0NZ9HRHcs .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19GlTiLDc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19GlTiLDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19GlTiLDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19GlTiLDc .container {
    padding: 0 20px;
  }
}
.cid-u19GlTiLDc .row {
  justify-content: center;
}
.cid-u19GlTiLDc .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19GlTiLDc .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19GlTiLDc .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19GlTiLDc .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19GlTiLDc .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19GlTiLDc .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19GlTiLDc .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19GlTiLDc .mbr-desc {
  color: #e4dfd4;
}
.cid-u19GlTiLDc .mbr-desc,
.cid-u19GlTiLDc .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZakHB3x .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZakHB3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZakHB3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZakHB3x .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZakHB3x .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZakHB3x .menu_box .navbar.opened,
  .cid-u0NZakHB3x .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZakHB3x .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZakHB3x .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZakHB3x .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZakHB3x .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZakHB3x .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZakHB3x .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZakHB3x .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZakHB3x .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZakHB3x .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZakHB3x .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZakHB3x .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZakHB3x .offcanvas-body .mbr-text,
  .cid-u0NZakHB3x .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZakHB3x .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZakHB3x .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZakHB3x .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZakHB3x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZakHB3x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZakHB3x .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZakHB3x .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZakHB3x ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZakHB3x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZakHB3x .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-u0NZakHB3x .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZakHB3x 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-u0NZakHB3x .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZakHB3x .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZakHB3x .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZakHB3x .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZakHB3x .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZakHB3x .nav-item .nav-link {
  position: relative;
}
.cid-u0NZakHB3x .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZakHB3x .nav-item .nav-link:hover,
.cid-u0NZakHB3x .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZakHB3x .nav-item .nav-link:hover::before,
.cid-u0NZakHB3x .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZakHB3x .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZakHB3x .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZakHB3x .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZakHB3x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZakHB3x .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-u0NZakHB3x .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZakHB3x .offcanvas_box {
    display: none;
  }
}
.cid-u0NZakHB3x .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZakHB3x .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZakHB3x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZakHB3x .container {
  display: flex;
  margin: auto;
}
.cid-u0NZakHB3x .iconfont-wrapper {
  color: #ffffff;
  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-u0NZakHB3x .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZakHB3x .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZakHB3x .navbar-caption {
  color: #ffffff;
}
.cid-u0NZakHB3x .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZakHB3x .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZakHB3x .dropdown-menu,
.cid-u0NZakHB3x .navbar.opened {
  background-color: true !important;
}
.cid-u0NZakHB3x .nav-item:focus,
.cid-u0NZakHB3x .nav-link:focus {
  outline: none;
}
.cid-u0NZakHB3x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZakHB3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZakHB3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZakHB3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZakHB3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZakHB3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZakHB3x .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZakHB3x .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZakHB3x .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZakHB3x .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZakHB3x .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZakHB3x .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZakHB3x .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZakHB3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZakHB3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZakHB3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZakHB3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZakHB3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZakHB3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZakHB3x .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZakHB3x .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZakHB3x .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZakHB3x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZakHB3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZakHB3x .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZakHB3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZakHB3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZakHB3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZakHB3x .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZakHB3x .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZakHB3x .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZakHB3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZakHB3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZakHB3x .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZakHB3x .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZakHB3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZakHB3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZakHB3x .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-u0NZakHB3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZakHB3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZakHB3x .dropdown-item.active,
.cid-u0NZakHB3x .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZakHB3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZakHB3x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZakHB3x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZakHB3x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZakHB3x ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZakHB3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZakHB3x button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZakHB3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZakHB3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZakHB3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZakHB3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZakHB3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZakHB3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZakHB3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZakHB3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZakHB3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZakHB3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZakHB3x .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-u0NZakHB3x .navbar {
    height: 70px;
  }
  .cid-u0NZakHB3x .navbar.opened {
    height: auto;
  }
  .cid-u0NZakHB3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZakHB3x .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZakHB3x .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZakHB3x .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZakHB3x .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZakHB3x .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZakHB3x .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZakHB3x .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZakHB3x .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZakHB3x .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZakHB3x .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZakHB3x .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZakHB3x .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZakHB3x .mbr-section-subtitle,
.cid-u0NZakHB3x .text_widget,
.cid-u0NZakHB3x .mbr-section-btn {
  text-align: center;
}
.cid-u0NZakHB3x a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZakja4m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZakja4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZakja4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZakja4m .container {
    padding: 0 24px;
  }
}
.cid-u0NZakja4m .row {
  position: relative;
}
.cid-u0NZakja4m .row .card {
  justify-content: center;
}
.cid-u0NZakja4m .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZakja4m .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZakja4m .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZakja4m .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZakja4m .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZakja4m .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZakja4m .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZakja4m .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZakja4m .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZakja4m .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZakja4m .image-wrapper {
  position: relative;
}
.cid-u0NZakja4m .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZakja4m .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZakja4m .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZakja4m .mbr-text {
  color: #FF3399;
}
.cid-u0NZakja4m .mbr-section-title,
.cid-u0NZakja4m .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZakja4m .mbr-text,
.cid-u0NZakja4m .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZalDR9v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZalDR9v .mbr-text {
  margin: 0;
}
.cid-u0NZalDR9v .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZalDR9v .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZalDR9v .row-element,
.cid-u0NZalDR9v .image-element {
  padding: 0;
}
.cid-u0NZalDR9v .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZalDR9v .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZalDR9v .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZalDR9v .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZalDR9v .carousel-item.active,
.cid-u0NZalDR9v .carousel-item-next,
.cid-u0NZalDR9v .carousel-item-prev {
  display: flex;
}
.cid-u0NZalDR9v .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZalDR9v .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZalDR9v .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZalDR9v .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZalDR9v .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZalDR9v .carousel-controls {
    display: block;
  }
  .cid-u0NZalDR9v .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZalDR9v .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZalDR9v .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZalDR9v .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZalDR9v .text-element {
    padding: 1rem;
  }
  .cid-u0NZalDR9v .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZalDR9v .image-element {
    min-width: 50%;
  }
  .cid-u0NZalDR9v .media-container-row {
    width: 100%;
  }
}
.cid-u0NZalDR9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZalDR9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZalDR9v .mbr-title,
.cid-u0NZalDR9v .ornament {
  color: #ce320c;
}
.cid-u0NZame3L9 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZame3L9 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZame3L9 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZame3L9 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZame3L9 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZame3L9 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZame3L9 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZame3L9 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZame3L9 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZame3L9 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZame3L9 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZame3L9 .soc-item a {
  color: #ffffff;
}
.cid-u0NZame3L9 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZame3L9 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZame3L9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZame3L9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZame3L9 .mbr-tag,
.cid-u0NZame3L9 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZame3L9 .copyright {
  color: #000000;
}
.cid-u19zFJfVnf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19zFJfVnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19zFJfVnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19zFJfVnf .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19zFJfVnf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19zFJfVnf .container {
    padding: 0 20px;
  }
}
.cid-u19zFJfVnf .row {
  justify-content: center;
}
.cid-u19zFJfVnf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19zFJfVnf .card {
  margin-bottom: 50px;
}
.cid-u19zFJfVnf .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19zFJfVnf .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19zFJfVnf .card .card-wrap a {
  display: block;
}
.cid-u19zFJfVnf .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19zFJfVnf .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19zFJfVnf .mbr-section-title {
  color: #ffffff;
}
.cid-u19zFJfVnf .mbr-date {
  color: #ffffff;
}
.cid-u19zFJfVnf .mbr-text {
  color: #ffffff;
}
.cid-u19zFJfVnf .mbr-section-title,
.cid-u19zFJfVnf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZamY1bi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZamY1bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZamY1bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZamY1bi .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZamY1bi .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZamY1bi .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZamY1bi .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZamY1bi .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZamY1bi .col-img {
    display: none;
  }
}
.cid-u0NZamY1bi .img-wrap {
  width: 100%;
}
.cid-u0NZamY1bi .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZamY1bi .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZamY1bi .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZamY1bi .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZamY1bi .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZamY1bi .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZamY1bi .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZamY1bi .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZamY1bi .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZamY1bi .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZamY1bi .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZamY1bi .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZamY1bi .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZamY1bi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZamY1bi .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZamY1bi .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZamY1bi .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZamY1bi .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZamY1bi .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZanwzG2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZanwzG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZanwzG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZanwzG2 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZanwzG2 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZanwzG2 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZanwzG2 .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZanwzG2 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZanwzG2 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZanwzG2 .col-img {
    display: none;
  }
}
.cid-u0NZanwzG2 .img-wrap {
  width: 100%;
}
.cid-u0NZanwzG2 .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZanwzG2 .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZanwzG2 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZanwzG2 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZanwzG2 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZanwzG2 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZanwzG2 .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZanwzG2 .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZanwzG2 .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZanwzG2 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZanwzG2 .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZanwzG2 .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZanwzG2 .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZanwzG2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZanwzG2 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZanwzG2 .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZanwzG2 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZanwzG2 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZanwzG2 .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZao5UjU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZao5UjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZao5UjU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZao5UjU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZao5UjU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZao5UjU .container {
    padding: 0 20px;
  }
}
.cid-u0NZao5UjU .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZao5UjU .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZao5UjU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZao5UjU .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZao5UjU .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZao5UjU .mbr-section-title,
.cid-u0NZao5UjU .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZaoDNtL {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZaoDNtL .container {
    max-width: 1000px;
  }
}
.cid-u0NZaoDNtL .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZaoDNtL .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZaoDNtL .row {
  justify-content: center;
}
.cid-u0NZaoDNtL .card-text {
  color: #353535;
}
.cid-u0NZaoDNtL .card-title,
.cid-u0NZaoDNtL .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZaoDNtL .title {
  text-align: center;
}
.cid-u0NZaoDNtL text {
  text-align: center;
}
.cid-u0NZapeiAR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-u0NZapeiAR .container {
    max-width: 1000px;
  }
}
.cid-u0NZapeiAR .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZapeiAR .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZapeiAR .row {
  justify-content: center;
}
.cid-u0NZapeiAR .card-text {
  color: #353535;
}
.cid-u0NZapeiAR .card-title,
.cid-u0NZapeiAR .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZapeiAR .title {
  text-align: center;
}
.cid-u0NZapeiAR text {
  text-align: center;
}
.cid-u0NZapQWTH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZapQWTH .container {
    max-width: 1000px;
  }
}
.cid-u0NZapQWTH .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZapQWTH .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZapQWTH .row {
  justify-content: center;
}
.cid-u0NZapQWTH .card-text {
  color: #353535;
}
.cid-u0NZapQWTH .card-title,
.cid-u0NZapQWTH .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZapQWTH .title {
  text-align: center;
}
.cid-u0NZapQWTH text {
  text-align: center;
}
.cid-u0NZaqxZbL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZaqxZbL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZaqxZbL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZaqxZbL .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZaqxZbL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZaqxZbL .container {
    padding: 0 20px;
  }
}
.cid-u0NZaqxZbL .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZaqxZbL .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZaqxZbL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZaqxZbL .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZaqxZbL .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZaqxZbL .mbr-section-title,
.cid-u0NZaqxZbL .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZar5bsS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZar5bsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZar5bsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZar5bsS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZar5bsS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZar5bsS .container {
    padding: 0 20px;
  }
}
.cid-u0NZar5bsS .row {
  justify-content: center;
}
.cid-u0NZar5bsS .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZar5bsS .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZar5bsS .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZar5bsS .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZar5bsS .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZar5bsS .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZar5bsS .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZar5bsS .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZar5bsS .mbr-desc,
.cid-u0NZar5bsS .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19Gv2rz1A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19Gv2rz1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19Gv2rz1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19Gv2rz1A .container {
    padding: 0 20px;
  }
}
.cid-u19Gv2rz1A .row {
  justify-content: center;
}
.cid-u19Gv2rz1A .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19Gv2rz1A .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19Gv2rz1A .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19Gv2rz1A .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19Gv2rz1A .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19Gv2rz1A .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19Gv2rz1A .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19Gv2rz1A .mbr-desc {
  color: #e4dfd4;
}
.cid-u19Gv2rz1A .mbr-desc,
.cid-u19Gv2rz1A .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZb3C9oQ .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZb3C9oQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZb3C9oQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZb3C9oQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZb3C9oQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZb3C9oQ .menu_box .navbar.opened,
  .cid-u0NZb3C9oQ .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZb3C9oQ .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZb3C9oQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZb3C9oQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZb3C9oQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZb3C9oQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZb3C9oQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZb3C9oQ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZb3C9oQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZb3C9oQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZb3C9oQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZb3C9oQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZb3C9oQ .offcanvas-body .mbr-text,
  .cid-u0NZb3C9oQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZb3C9oQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZb3C9oQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZb3C9oQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZb3C9oQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZb3C9oQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZb3C9oQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZb3C9oQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZb3C9oQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZb3C9oQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZb3C9oQ .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-u0NZb3C9oQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZb3C9oQ 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-u0NZb3C9oQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZb3C9oQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZb3C9oQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZb3C9oQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZb3C9oQ .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZb3C9oQ .nav-item .nav-link {
  position: relative;
}
.cid-u0NZb3C9oQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZb3C9oQ .nav-item .nav-link:hover,
.cid-u0NZb3C9oQ .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZb3C9oQ .nav-item .nav-link:hover::before,
.cid-u0NZb3C9oQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZb3C9oQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZb3C9oQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZb3C9oQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZb3C9oQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZb3C9oQ .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-u0NZb3C9oQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZb3C9oQ .offcanvas_box {
    display: none;
  }
}
.cid-u0NZb3C9oQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZb3C9oQ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZb3C9oQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZb3C9oQ .container {
  display: flex;
  margin: auto;
}
.cid-u0NZb3C9oQ .iconfont-wrapper {
  color: #ffffff;
  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-u0NZb3C9oQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZb3C9oQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZb3C9oQ .navbar-caption {
  color: #ffffff;
}
.cid-u0NZb3C9oQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZb3C9oQ .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZb3C9oQ .dropdown-menu,
.cid-u0NZb3C9oQ .navbar.opened {
  background-color: true !important;
}
.cid-u0NZb3C9oQ .nav-item:focus,
.cid-u0NZb3C9oQ .nav-link:focus {
  outline: none;
}
.cid-u0NZb3C9oQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZb3C9oQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZb3C9oQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZb3C9oQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZb3C9oQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZb3C9oQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZb3C9oQ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZb3C9oQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZb3C9oQ .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZb3C9oQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZb3C9oQ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZb3C9oQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZb3C9oQ .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZb3C9oQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZb3C9oQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZb3C9oQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZb3C9oQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZb3C9oQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZb3C9oQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZb3C9oQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZb3C9oQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZb3C9oQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZb3C9oQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZb3C9oQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZb3C9oQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZb3C9oQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZb3C9oQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZb3C9oQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZb3C9oQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZb3C9oQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZb3C9oQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZb3C9oQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZb3C9oQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZb3C9oQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZb3C9oQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZb3C9oQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZb3C9oQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZb3C9oQ .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-u0NZb3C9oQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZb3C9oQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZb3C9oQ .dropdown-item.active,
.cid-u0NZb3C9oQ .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZb3C9oQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZb3C9oQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZb3C9oQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZb3C9oQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZb3C9oQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZb3C9oQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZb3C9oQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZb3C9oQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZb3C9oQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZb3C9oQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZb3C9oQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZb3C9oQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZb3C9oQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZb3C9oQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZb3C9oQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZb3C9oQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZb3C9oQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZb3C9oQ .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-u0NZb3C9oQ .navbar {
    height: 70px;
  }
  .cid-u0NZb3C9oQ .navbar.opened {
    height: auto;
  }
  .cid-u0NZb3C9oQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZb3C9oQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZb3C9oQ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZb3C9oQ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZb3C9oQ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZb3C9oQ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZb3C9oQ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZb3C9oQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZb3C9oQ .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZb3C9oQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZb3C9oQ .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZb3C9oQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZb3C9oQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZb3C9oQ .mbr-section-subtitle,
.cid-u0NZb3C9oQ .text_widget,
.cid-u0NZb3C9oQ .mbr-section-btn {
  text-align: center;
}
.cid-u0NZb3C9oQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZb3fW8k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZb3fW8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZb3fW8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZb3fW8k .container {
    padding: 0 24px;
  }
}
.cid-u0NZb3fW8k .row {
  position: relative;
}
.cid-u0NZb3fW8k .row .card {
  justify-content: center;
}
.cid-u0NZb3fW8k .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZb3fW8k .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZb3fW8k .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZb3fW8k .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZb3fW8k .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZb3fW8k .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZb3fW8k .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZb3fW8k .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZb3fW8k .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZb3fW8k .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZb3fW8k .image-wrapper {
  position: relative;
}
.cid-u0NZb3fW8k .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZb3fW8k .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZb3fW8k .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZb3fW8k .mbr-text {
  color: #FF3399;
}
.cid-u0NZb3fW8k .mbr-section-title,
.cid-u0NZb3fW8k .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZb3fW8k .mbr-text,
.cid-u0NZb3fW8k .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZb4cdjc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZb4cdjc .mbr-text {
  margin: 0;
}
.cid-u0NZb4cdjc .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZb4cdjc .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZb4cdjc .row-element,
.cid-u0NZb4cdjc .image-element {
  padding: 0;
}
.cid-u0NZb4cdjc .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZb4cdjc .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZb4cdjc .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZb4cdjc .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZb4cdjc .carousel-item.active,
.cid-u0NZb4cdjc .carousel-item-next,
.cid-u0NZb4cdjc .carousel-item-prev {
  display: flex;
}
.cid-u0NZb4cdjc .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZb4cdjc .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZb4cdjc .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZb4cdjc .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZb4cdjc .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZb4cdjc .carousel-controls {
    display: block;
  }
  .cid-u0NZb4cdjc .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZb4cdjc .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZb4cdjc .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZb4cdjc .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZb4cdjc .text-element {
    padding: 1rem;
  }
  .cid-u0NZb4cdjc .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZb4cdjc .image-element {
    min-width: 50%;
  }
  .cid-u0NZb4cdjc .media-container-row {
    width: 100%;
  }
}
.cid-u0NZb4cdjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZb4cdjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZb4cdjc .mbr-title,
.cid-u0NZb4cdjc .ornament {
  color: #ce320c;
}
.cid-u0NZb4O2ni {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZb4O2ni .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZb4O2ni .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZb4O2ni .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZb4O2ni .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZb4O2ni .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZb4O2ni .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZb4O2ni .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZb4O2ni .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZb4O2ni .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZb4O2ni .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZb4O2ni .soc-item a {
  color: #ffffff;
}
.cid-u0NZb4O2ni .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZb4O2ni .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZb4O2ni .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZb4O2ni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZb4O2ni .mbr-tag,
.cid-u0NZb4O2ni .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZb4O2ni .copyright {
  color: #000000;
}
.cid-u19zMQoWgf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19zMQoWgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19zMQoWgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19zMQoWgf .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19zMQoWgf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19zMQoWgf .container {
    padding: 0 20px;
  }
}
.cid-u19zMQoWgf .row {
  justify-content: center;
}
.cid-u19zMQoWgf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19zMQoWgf .card {
  margin-bottom: 50px;
}
.cid-u19zMQoWgf .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19zMQoWgf .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19zMQoWgf .card .card-wrap a {
  display: block;
}
.cid-u19zMQoWgf .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19zMQoWgf .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19zMQoWgf .mbr-section-title {
  color: #ffffff;
}
.cid-u19zMQoWgf .mbr-date {
  color: #ffffff;
}
.cid-u19zMQoWgf .mbr-text {
  color: #ffffff;
}
.cid-u19zMQoWgf .mbr-section-title,
.cid-u19zMQoWgf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZb5vLfi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZb5vLfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZb5vLfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZb5vLfi .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZb5vLfi .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZb5vLfi .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZb5vLfi .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZb5vLfi .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZb5vLfi .col-img {
    display: none;
  }
}
.cid-u0NZb5vLfi .img-wrap {
  width: 100%;
}
.cid-u0NZb5vLfi .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZb5vLfi .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZb5vLfi .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZb5vLfi .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZb5vLfi .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZb5vLfi .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZb5vLfi .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZb5vLfi .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZb5vLfi .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZb5vLfi .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZb5vLfi .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZb5vLfi .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZb5vLfi .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZb5vLfi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZb5vLfi .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZb5vLfi .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZb5vLfi .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZb5vLfi .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZb5vLfi .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZb67tzi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZb67tzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZb67tzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZb67tzi .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZb67tzi .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZb67tzi .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZb67tzi .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZb67tzi .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZb67tzi .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZb67tzi .col-img {
    display: none;
  }
}
.cid-u0NZb67tzi .img-wrap {
  width: 100%;
}
.cid-u0NZb67tzi .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZb67tzi .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZb67tzi .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZb67tzi .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZb67tzi .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZb67tzi .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZb67tzi .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZb67tzi .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZb67tzi .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZb67tzi .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZb67tzi .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZb67tzi .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZb67tzi .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZb67tzi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZb67tzi .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZb67tzi .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZb67tzi .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZb67tzi .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZb67tzi .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZb6I4Rn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZb6I4Rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZb6I4Rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZb6I4Rn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZb6I4Rn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZb6I4Rn .container {
    padding: 0 20px;
  }
}
.cid-u0NZb6I4Rn .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZb6I4Rn .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZb6I4Rn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZb6I4Rn .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZb6I4Rn .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZb6I4Rn .mbr-section-title,
.cid-u0NZb6I4Rn .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZb7coUQ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZb7coUQ .container {
    max-width: 1000px;
  }
}
.cid-u0NZb7coUQ .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZb7coUQ .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZb7coUQ .row {
  justify-content: center;
}
.cid-u0NZb7coUQ .card-text {
  color: #353535;
}
.cid-u0NZb7coUQ .card-title,
.cid-u0NZb7coUQ .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZb7coUQ .title {
  text-align: center;
}
.cid-u0NZb7coUQ text {
  text-align: center;
}
.cid-u0NZb988qo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZb988qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZb988qo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZb988qo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZb988qo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZb988qo .container {
    padding: 0 20px;
  }
}
.cid-u0NZb988qo .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZb988qo .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZb988qo .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZb988qo .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZb988qo .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZb988qo .mbr-section-title,
.cid-u0NZb988qo .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZb9Ied4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZb9Ied4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZb9Ied4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZb9Ied4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZb9Ied4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZb9Ied4 .container {
    padding: 0 20px;
  }
}
.cid-u0NZb9Ied4 .row {
  justify-content: center;
}
.cid-u0NZb9Ied4 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZb9Ied4 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZb9Ied4 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZb9Ied4 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZb9Ied4 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZb9Ied4 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZb9Ied4 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZb9Ied4 .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZb9Ied4 .mbr-desc,
.cid-u0NZb9Ied4 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19GBqQwsA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19GBqQwsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19GBqQwsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19GBqQwsA .container {
    padding: 0 20px;
  }
}
.cid-u19GBqQwsA .row {
  justify-content: center;
}
.cid-u19GBqQwsA .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19GBqQwsA .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19GBqQwsA .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19GBqQwsA .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19GBqQwsA .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19GBqQwsA .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19GBqQwsA .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19GBqQwsA .mbr-desc {
  color: #e4dfd4;
}
.cid-u19GBqQwsA .mbr-desc,
.cid-u19GBqQwsA .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZbKDTEM .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZbKDTEM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZbKDTEM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZbKDTEM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZbKDTEM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZbKDTEM .menu_box .navbar.opened,
  .cid-u0NZbKDTEM .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZbKDTEM .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZbKDTEM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZbKDTEM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZbKDTEM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZbKDTEM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZbKDTEM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZbKDTEM .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZbKDTEM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZbKDTEM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZbKDTEM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZbKDTEM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZbKDTEM .offcanvas-body .mbr-text,
  .cid-u0NZbKDTEM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZbKDTEM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZbKDTEM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZbKDTEM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZbKDTEM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZbKDTEM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZbKDTEM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZbKDTEM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZbKDTEM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZbKDTEM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZbKDTEM .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-u0NZbKDTEM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZbKDTEM 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-u0NZbKDTEM .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZbKDTEM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZbKDTEM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZbKDTEM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZbKDTEM .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZbKDTEM .nav-item .nav-link {
  position: relative;
}
.cid-u0NZbKDTEM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZbKDTEM .nav-item .nav-link:hover,
.cid-u0NZbKDTEM .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZbKDTEM .nav-item .nav-link:hover::before,
.cid-u0NZbKDTEM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZbKDTEM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZbKDTEM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZbKDTEM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZbKDTEM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZbKDTEM .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-u0NZbKDTEM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZbKDTEM .offcanvas_box {
    display: none;
  }
}
.cid-u0NZbKDTEM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZbKDTEM .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZbKDTEM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZbKDTEM .container {
  display: flex;
  margin: auto;
}
.cid-u0NZbKDTEM .iconfont-wrapper {
  color: #ffffff;
  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-u0NZbKDTEM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZbKDTEM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZbKDTEM .navbar-caption {
  color: #ffffff;
}
.cid-u0NZbKDTEM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZbKDTEM .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZbKDTEM .dropdown-menu,
.cid-u0NZbKDTEM .navbar.opened {
  background-color: true !important;
}
.cid-u0NZbKDTEM .nav-item:focus,
.cid-u0NZbKDTEM .nav-link:focus {
  outline: none;
}
.cid-u0NZbKDTEM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZbKDTEM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZbKDTEM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZbKDTEM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZbKDTEM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZbKDTEM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZbKDTEM .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZbKDTEM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZbKDTEM .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZbKDTEM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZbKDTEM .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZbKDTEM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZbKDTEM .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZbKDTEM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZbKDTEM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZbKDTEM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZbKDTEM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZbKDTEM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZbKDTEM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZbKDTEM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZbKDTEM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZbKDTEM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZbKDTEM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZbKDTEM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZbKDTEM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZbKDTEM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZbKDTEM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZbKDTEM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZbKDTEM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZbKDTEM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZbKDTEM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZbKDTEM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZbKDTEM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZbKDTEM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZbKDTEM .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZbKDTEM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZbKDTEM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZbKDTEM .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-u0NZbKDTEM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZbKDTEM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZbKDTEM .dropdown-item.active,
.cid-u0NZbKDTEM .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZbKDTEM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZbKDTEM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZbKDTEM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZbKDTEM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZbKDTEM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZbKDTEM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZbKDTEM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZbKDTEM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZbKDTEM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZbKDTEM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZbKDTEM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZbKDTEM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZbKDTEM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZbKDTEM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZbKDTEM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZbKDTEM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZbKDTEM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZbKDTEM .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-u0NZbKDTEM .navbar {
    height: 70px;
  }
  .cid-u0NZbKDTEM .navbar.opened {
    height: auto;
  }
  .cid-u0NZbKDTEM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZbKDTEM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZbKDTEM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZbKDTEM .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZbKDTEM .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZbKDTEM .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZbKDTEM .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZbKDTEM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZbKDTEM .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZbKDTEM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZbKDTEM .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZbKDTEM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZbKDTEM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZbKDTEM .mbr-section-subtitle,
.cid-u0NZbKDTEM .text_widget,
.cid-u0NZbKDTEM .mbr-section-btn {
  text-align: center;
}
.cid-u0NZbKDTEM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZbJTFwM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZbJTFwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZbJTFwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZbJTFwM .container {
    padding: 0 24px;
  }
}
.cid-u0NZbJTFwM .row {
  position: relative;
}
.cid-u0NZbJTFwM .row .card {
  justify-content: center;
}
.cid-u0NZbJTFwM .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZbJTFwM .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZbJTFwM .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZbJTFwM .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZbJTFwM .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZbJTFwM .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZbJTFwM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZbJTFwM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZbJTFwM .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZbJTFwM .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZbJTFwM .image-wrapper {
  position: relative;
}
.cid-u0NZbJTFwM .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZbJTFwM .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZbJTFwM .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZbJTFwM .mbr-text {
  color: #FF3399;
}
.cid-u0NZbJTFwM .mbr-section-title,
.cid-u0NZbJTFwM .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZbJTFwM .mbr-text,
.cid-u0NZbJTFwM .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZbNnFux {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZbNnFux .mbr-text {
  margin: 0;
}
.cid-u0NZbNnFux .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZbNnFux .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZbNnFux .row-element,
.cid-u0NZbNnFux .image-element {
  padding: 0;
}
.cid-u0NZbNnFux .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZbNnFux .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZbNnFux .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZbNnFux .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZbNnFux .carousel-item.active,
.cid-u0NZbNnFux .carousel-item-next,
.cid-u0NZbNnFux .carousel-item-prev {
  display: flex;
}
.cid-u0NZbNnFux .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZbNnFux .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZbNnFux .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZbNnFux .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZbNnFux .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZbNnFux .carousel-controls {
    display: block;
  }
  .cid-u0NZbNnFux .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZbNnFux .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZbNnFux .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZbNnFux .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZbNnFux .text-element {
    padding: 1rem;
  }
  .cid-u0NZbNnFux .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZbNnFux .image-element {
    min-width: 50%;
  }
  .cid-u0NZbNnFux .media-container-row {
    width: 100%;
  }
}
.cid-u0NZbNnFux .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZbNnFux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZbNnFux .mbr-title,
.cid-u0NZbNnFux .ornament {
  color: #ce320c;
}
.cid-u0NZbOeScr {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZbOeScr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZbOeScr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZbOeScr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZbOeScr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZbOeScr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZbOeScr .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZbOeScr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZbOeScr .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZbOeScr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZbOeScr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZbOeScr .soc-item a {
  color: #ffffff;
}
.cid-u0NZbOeScr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZbOeScr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZbOeScr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZbOeScr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZbOeScr .mbr-tag,
.cid-u0NZbOeScr .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZbOeScr .copyright {
  color: #000000;
}
.cid-u19zUSwkXE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19zUSwkXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19zUSwkXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19zUSwkXE .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19zUSwkXE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19zUSwkXE .container {
    padding: 0 20px;
  }
}
.cid-u19zUSwkXE .row {
  justify-content: center;
}
.cid-u19zUSwkXE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19zUSwkXE .card {
  margin-bottom: 50px;
}
.cid-u19zUSwkXE .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19zUSwkXE .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19zUSwkXE .card .card-wrap a {
  display: block;
}
.cid-u19zUSwkXE .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19zUSwkXE .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19zUSwkXE .mbr-section-title {
  color: #ffffff;
}
.cid-u19zUSwkXE .mbr-date {
  color: #ffffff;
}
.cid-u19zUSwkXE .mbr-text {
  color: #ffffff;
}
.cid-u19zUSwkXE .mbr-section-title,
.cid-u19zUSwkXE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZbPiWeI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZbPiWeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZbPiWeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZbPiWeI .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZbPiWeI .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZbPiWeI .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZbPiWeI .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZbPiWeI .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZbPiWeI .col-img {
    display: none;
  }
}
.cid-u0NZbPiWeI .img-wrap {
  width: 100%;
}
.cid-u0NZbPiWeI .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZbPiWeI .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZbPiWeI .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZbPiWeI .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZbPiWeI .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZbPiWeI .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZbPiWeI .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZbPiWeI .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZbPiWeI .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZbPiWeI .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZbPiWeI .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZbPiWeI .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZbPiWeI .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZbPiWeI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZbPiWeI .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZbPiWeI .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZbPiWeI .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZbPiWeI .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZbPiWeI .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZbPY8QN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZbPY8QN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZbPY8QN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZbPY8QN .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZbPY8QN .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZbPY8QN .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZbPY8QN .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZbPY8QN .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZbPY8QN .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZbPY8QN .col-img {
    display: none;
  }
}
.cid-u0NZbPY8QN .img-wrap {
  width: 100%;
}
.cid-u0NZbPY8QN .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZbPY8QN .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZbPY8QN .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZbPY8QN .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZbPY8QN .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZbPY8QN .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZbPY8QN .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZbPY8QN .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZbPY8QN .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZbPY8QN .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZbPY8QN .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZbPY8QN .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZbPY8QN .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZbPY8QN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZbPY8QN .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZbPY8QN .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZbPY8QN .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZbPY8QN .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZbPY8QN .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZbQxeZO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZbQxeZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZbQxeZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZbQxeZO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZbQxeZO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZbQxeZO .container {
    padding: 0 20px;
  }
}
.cid-u0NZbQxeZO .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZbQxeZO .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZbQxeZO .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZbQxeZO .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZbQxeZO .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZbQxeZO .mbr-section-title,
.cid-u0NZbQxeZO .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZbR1y3w {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZbR1y3w .container {
    max-width: 1000px;
  }
}
.cid-u0NZbR1y3w .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZbR1y3w .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZbR1y3w .row {
  justify-content: center;
}
.cid-u0NZbR1y3w .card-text {
  color: #353535;
}
.cid-u0NZbR1y3w .card-title,
.cid-u0NZbR1y3w .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZbR1y3w .title {
  text-align: center;
}
.cid-u0NZbR1y3w text {
  text-align: center;
}
.cid-u0NZbSY4be {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZbSY4be .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZbSY4be .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZbSY4be .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZbSY4be .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZbSY4be .container {
    padding: 0 20px;
  }
}
.cid-u0NZbSY4be .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZbSY4be .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZbSY4be .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZbSY4be .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZbSY4be .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZbSY4be .mbr-section-title,
.cid-u0NZbSY4be .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZbTzEEk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZbTzEEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZbTzEEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZbTzEEk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZbTzEEk .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZbTzEEk .container {
    padding: 0 20px;
  }
}
.cid-u0NZbTzEEk .row {
  justify-content: center;
}
.cid-u0NZbTzEEk .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZbTzEEk .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZbTzEEk .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZbTzEEk .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZbTzEEk .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZbTzEEk .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZbTzEEk .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZbTzEEk .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZbTzEEk .mbr-desc,
.cid-u0NZbTzEEk .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19Hf5w5m4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19Hf5w5m4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19Hf5w5m4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19Hf5w5m4 .container {
    padding: 0 20px;
  }
}
.cid-u19Hf5w5m4 .row {
  justify-content: center;
}
.cid-u19Hf5w5m4 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19Hf5w5m4 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19Hf5w5m4 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19Hf5w5m4 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19Hf5w5m4 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19Hf5w5m4 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19Hf5w5m4 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19Hf5w5m4 .mbr-desc {
  color: #e4dfd4;
}
.cid-u19Hf5w5m4 .mbr-desc,
.cid-u19Hf5w5m4 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZdm17H5 .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZdm17H5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZdm17H5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZdm17H5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZdm17H5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZdm17H5 .menu_box .navbar.opened,
  .cid-u0NZdm17H5 .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZdm17H5 .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZdm17H5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZdm17H5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZdm17H5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZdm17H5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZdm17H5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZdm17H5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZdm17H5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZdm17H5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZdm17H5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZdm17H5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZdm17H5 .offcanvas-body .mbr-text,
  .cid-u0NZdm17H5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZdm17H5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZdm17H5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZdm17H5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZdm17H5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZdm17H5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZdm17H5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZdm17H5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZdm17H5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZdm17H5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZdm17H5 .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-u0NZdm17H5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZdm17H5 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-u0NZdm17H5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZdm17H5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZdm17H5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZdm17H5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZdm17H5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZdm17H5 .nav-item .nav-link {
  position: relative;
}
.cid-u0NZdm17H5 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZdm17H5 .nav-item .nav-link:hover,
.cid-u0NZdm17H5 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZdm17H5 .nav-item .nav-link:hover::before,
.cid-u0NZdm17H5 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZdm17H5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZdm17H5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZdm17H5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZdm17H5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZdm17H5 .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-u0NZdm17H5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZdm17H5 .offcanvas_box {
    display: none;
  }
}
.cid-u0NZdm17H5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZdm17H5 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZdm17H5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZdm17H5 .container {
  display: flex;
  margin: auto;
}
.cid-u0NZdm17H5 .iconfont-wrapper {
  color: #ffffff;
  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-u0NZdm17H5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZdm17H5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZdm17H5 .navbar-caption {
  color: #ffffff;
}
.cid-u0NZdm17H5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZdm17H5 .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZdm17H5 .dropdown-menu,
.cid-u0NZdm17H5 .navbar.opened {
  background-color: true !important;
}
.cid-u0NZdm17H5 .nav-item:focus,
.cid-u0NZdm17H5 .nav-link:focus {
  outline: none;
}
.cid-u0NZdm17H5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZdm17H5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZdm17H5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZdm17H5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZdm17H5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZdm17H5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZdm17H5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZdm17H5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZdm17H5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZdm17H5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZdm17H5 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZdm17H5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZdm17H5 .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZdm17H5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZdm17H5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZdm17H5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZdm17H5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZdm17H5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZdm17H5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZdm17H5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZdm17H5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZdm17H5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZdm17H5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZdm17H5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZdm17H5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZdm17H5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZdm17H5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZdm17H5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZdm17H5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZdm17H5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZdm17H5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZdm17H5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZdm17H5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZdm17H5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZdm17H5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZdm17H5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZdm17H5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZdm17H5 .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-u0NZdm17H5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZdm17H5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZdm17H5 .dropdown-item.active,
.cid-u0NZdm17H5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZdm17H5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZdm17H5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZdm17H5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZdm17H5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZdm17H5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZdm17H5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZdm17H5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZdm17H5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZdm17H5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZdm17H5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZdm17H5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZdm17H5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZdm17H5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZdm17H5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZdm17H5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZdm17H5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZdm17H5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZdm17H5 .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-u0NZdm17H5 .navbar {
    height: 70px;
  }
  .cid-u0NZdm17H5 .navbar.opened {
    height: auto;
  }
  .cid-u0NZdm17H5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZdm17H5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZdm17H5 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZdm17H5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZdm17H5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZdm17H5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZdm17H5 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZdm17H5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZdm17H5 .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZdm17H5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZdm17H5 .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZdm17H5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZdm17H5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZdm17H5 .mbr-section-subtitle,
.cid-u0NZdm17H5 .text_widget,
.cid-u0NZdm17H5 .mbr-section-btn {
  text-align: center;
}
.cid-u0NZdm17H5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZdlFarp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZdlFarp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZdlFarp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZdlFarp .container {
    padding: 0 24px;
  }
}
.cid-u0NZdlFarp .row {
  position: relative;
}
.cid-u0NZdlFarp .row .card {
  justify-content: center;
}
.cid-u0NZdlFarp .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZdlFarp .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZdlFarp .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZdlFarp .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZdlFarp .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZdlFarp .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZdlFarp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZdlFarp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZdlFarp .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZdlFarp .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZdlFarp .image-wrapper {
  position: relative;
}
.cid-u0NZdlFarp .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZdlFarp .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZdlFarp .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZdlFarp .mbr-text {
  color: #FF3399;
}
.cid-u0NZdlFarp .mbr-section-title,
.cid-u0NZdlFarp .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZdlFarp .mbr-text,
.cid-u0NZdlFarp .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZdmxdsc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZdmxdsc .mbr-text {
  margin: 0;
}
.cid-u0NZdmxdsc .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZdmxdsc .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZdmxdsc .row-element,
.cid-u0NZdmxdsc .image-element {
  padding: 0;
}
.cid-u0NZdmxdsc .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZdmxdsc .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZdmxdsc .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZdmxdsc .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZdmxdsc .carousel-item.active,
.cid-u0NZdmxdsc .carousel-item-next,
.cid-u0NZdmxdsc .carousel-item-prev {
  display: flex;
}
.cid-u0NZdmxdsc .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZdmxdsc .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZdmxdsc .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZdmxdsc .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZdmxdsc .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZdmxdsc .carousel-controls {
    display: block;
  }
  .cid-u0NZdmxdsc .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZdmxdsc .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZdmxdsc .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZdmxdsc .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZdmxdsc .text-element {
    padding: 1rem;
  }
  .cid-u0NZdmxdsc .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZdmxdsc .image-element {
    min-width: 50%;
  }
  .cid-u0NZdmxdsc .media-container-row {
    width: 100%;
  }
}
.cid-u0NZdmxdsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZdmxdsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZdmxdsc .mbr-title,
.cid-u0NZdmxdsc .ornament {
  color: #ce320c;
}
.cid-u0NZdnenUV {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZdnenUV .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZdnenUV .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZdnenUV .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZdnenUV .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZdnenUV .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZdnenUV .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZdnenUV .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZdnenUV .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZdnenUV .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZdnenUV .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZdnenUV .soc-item a {
  color: #ffffff;
}
.cid-u0NZdnenUV .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZdnenUV .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZdnenUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZdnenUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZdnenUV .mbr-tag,
.cid-u0NZdnenUV .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZdnenUV .copyright {
  color: #000000;
}
.cid-u19Ao8CJDF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19Ao8CJDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19Ao8CJDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19Ao8CJDF .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19Ao8CJDF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19Ao8CJDF .container {
    padding: 0 20px;
  }
}
.cid-u19Ao8CJDF .row {
  justify-content: center;
}
.cid-u19Ao8CJDF .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19Ao8CJDF .card {
  margin-bottom: 50px;
}
.cid-u19Ao8CJDF .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19Ao8CJDF .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19Ao8CJDF .card .card-wrap a {
  display: block;
}
.cid-u19Ao8CJDF .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19Ao8CJDF .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19Ao8CJDF .mbr-section-title {
  color: #ffffff;
}
.cid-u19Ao8CJDF .mbr-date {
  color: #ffffff;
}
.cid-u19Ao8CJDF .mbr-text {
  color: #ffffff;
}
.cid-u19Ao8CJDF .mbr-section-title,
.cid-u19Ao8CJDF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u19A3Y4pe1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19A3Y4pe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19A3Y4pe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19A3Y4pe1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19A3Y4pe1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19A3Y4pe1 .container {
    padding: 0 20px;
  }
}
.cid-u19A3Y4pe1 .row {
  justify-content: center;
}
.cid-u19A3Y4pe1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19A3Y4pe1 .card {
  margin-bottom: 50px;
}
.cid-u19A3Y4pe1 .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19A3Y4pe1 .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19A3Y4pe1 .card .card-wrap a {
  display: block;
}
.cid-u19A3Y4pe1 .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19A3Y4pe1 .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19A3Y4pe1 .mbr-section-title {
  color: #ffffff;
}
.cid-u19A3Y4pe1 .mbr-date {
  color: #ffffff;
}
.cid-u19A3Y4pe1 .mbr-text {
  color: #ffffff;
}
.cid-u19A3Y4pe1 .mbr-section-title,
.cid-u19A3Y4pe1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZdnSwWm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZdnSwWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZdnSwWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZdnSwWm .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZdnSwWm .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZdnSwWm .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZdnSwWm .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZdnSwWm .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZdnSwWm .col-img {
    display: none;
  }
}
.cid-u0NZdnSwWm .img-wrap {
  width: 100%;
}
.cid-u0NZdnSwWm .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZdnSwWm .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZdnSwWm .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZdnSwWm .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZdnSwWm .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZdnSwWm .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZdnSwWm .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZdnSwWm .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZdnSwWm .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZdnSwWm .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZdnSwWm .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZdnSwWm .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZdnSwWm .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZdnSwWm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZdnSwWm .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZdnSwWm .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZdnSwWm .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZdnSwWm .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZdnSwWm .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZdoqEGX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZdoqEGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZdoqEGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZdoqEGX .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZdoqEGX .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZdoqEGX .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZdoqEGX .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZdoqEGX .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZdoqEGX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZdoqEGX .col-img {
    display: none;
  }
}
.cid-u0NZdoqEGX .img-wrap {
  width: 100%;
}
.cid-u0NZdoqEGX .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZdoqEGX .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZdoqEGX .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZdoqEGX .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZdoqEGX .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZdoqEGX .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZdoqEGX .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZdoqEGX .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZdoqEGX .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZdoqEGX .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZdoqEGX .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZdoqEGX .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZdoqEGX .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZdoqEGX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZdoqEGX .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZdoqEGX .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZdoqEGX .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZdoqEGX .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZdoqEGX .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZdp2SuJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZdp2SuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZdp2SuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZdp2SuJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZdp2SuJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZdp2SuJ .container {
    padding: 0 20px;
  }
}
.cid-u0NZdp2SuJ .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZdp2SuJ .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZdp2SuJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZdp2SuJ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZdp2SuJ .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZdp2SuJ .mbr-section-title,
.cid-u0NZdp2SuJ .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZdpwZFj {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZdpwZFj .container {
    max-width: 1000px;
  }
}
.cid-u0NZdpwZFj .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZdpwZFj .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZdpwZFj .row {
  justify-content: center;
}
.cid-u0NZdpwZFj .card-text {
  color: #353535;
}
.cid-u0NZdpwZFj .card-title,
.cid-u0NZdpwZFj .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZdpwZFj .title {
  text-align: center;
}
.cid-u0NZdpwZFj text {
  text-align: center;
}
.cid-u0NZdrqpDF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZdrqpDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZdrqpDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZdrqpDF .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZdrqpDF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZdrqpDF .container {
    padding: 0 20px;
  }
}
.cid-u0NZdrqpDF .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZdrqpDF .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZdrqpDF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZdrqpDF .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZdrqpDF .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZdrqpDF .mbr-section-title,
.cid-u0NZdrqpDF .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZds2lYe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZds2lYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZds2lYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZds2lYe .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZds2lYe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZds2lYe .container {
    padding: 0 20px;
  }
}
.cid-u0NZds2lYe .row {
  justify-content: center;
}
.cid-u0NZds2lYe .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZds2lYe .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZds2lYe .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZds2lYe .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZds2lYe .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZds2lYe .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZds2lYe .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZds2lYe .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZds2lYe .mbr-desc,
.cid-u0NZds2lYe .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19Hnt06R7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19Hnt06R7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19Hnt06R7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19Hnt06R7 .container {
    padding: 0 20px;
  }
}
.cid-u19Hnt06R7 .row {
  justify-content: center;
}
.cid-u19Hnt06R7 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19Hnt06R7 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19Hnt06R7 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19Hnt06R7 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19Hnt06R7 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19Hnt06R7 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19Hnt06R7 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19Hnt06R7 .mbr-desc {
  color: #e4dfd4;
}
.cid-u19Hnt06R7 .mbr-desc,
.cid-u19Hnt06R7 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZe3wL5C .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZe3wL5C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZe3wL5C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZe3wL5C .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZe3wL5C .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZe3wL5C .menu_box .navbar.opened,
  .cid-u0NZe3wL5C .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZe3wL5C .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZe3wL5C .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZe3wL5C .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZe3wL5C .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZe3wL5C .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZe3wL5C .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZe3wL5C .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZe3wL5C .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZe3wL5C .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZe3wL5C .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZe3wL5C .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZe3wL5C .offcanvas-body .mbr-text,
  .cid-u0NZe3wL5C .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZe3wL5C .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZe3wL5C .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZe3wL5C .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZe3wL5C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZe3wL5C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZe3wL5C .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZe3wL5C .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZe3wL5C ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZe3wL5C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZe3wL5C .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-u0NZe3wL5C .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZe3wL5C 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-u0NZe3wL5C .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZe3wL5C .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZe3wL5C .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZe3wL5C .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZe3wL5C .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZe3wL5C .nav-item .nav-link {
  position: relative;
}
.cid-u0NZe3wL5C .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZe3wL5C .nav-item .nav-link:hover,
.cid-u0NZe3wL5C .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZe3wL5C .nav-item .nav-link:hover::before,
.cid-u0NZe3wL5C .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZe3wL5C .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZe3wL5C .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZe3wL5C .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZe3wL5C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZe3wL5C .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-u0NZe3wL5C .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZe3wL5C .offcanvas_box {
    display: none;
  }
}
.cid-u0NZe3wL5C .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZe3wL5C .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZe3wL5C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZe3wL5C .container {
  display: flex;
  margin: auto;
}
.cid-u0NZe3wL5C .iconfont-wrapper {
  color: #ffffff;
  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-u0NZe3wL5C .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZe3wL5C .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZe3wL5C .navbar-caption {
  color: #ffffff;
}
.cid-u0NZe3wL5C .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZe3wL5C .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZe3wL5C .dropdown-menu,
.cid-u0NZe3wL5C .navbar.opened {
  background-color: true !important;
}
.cid-u0NZe3wL5C .nav-item:focus,
.cid-u0NZe3wL5C .nav-link:focus {
  outline: none;
}
.cid-u0NZe3wL5C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZe3wL5C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZe3wL5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZe3wL5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZe3wL5C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZe3wL5C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZe3wL5C .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZe3wL5C .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZe3wL5C .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZe3wL5C .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZe3wL5C .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZe3wL5C .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZe3wL5C .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZe3wL5C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZe3wL5C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZe3wL5C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZe3wL5C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZe3wL5C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZe3wL5C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZe3wL5C .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZe3wL5C .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZe3wL5C .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZe3wL5C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZe3wL5C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZe3wL5C .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZe3wL5C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZe3wL5C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZe3wL5C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZe3wL5C .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZe3wL5C .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZe3wL5C .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZe3wL5C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZe3wL5C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZe3wL5C .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZe3wL5C .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZe3wL5C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZe3wL5C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZe3wL5C .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-u0NZe3wL5C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZe3wL5C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZe3wL5C .dropdown-item.active,
.cid-u0NZe3wL5C .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZe3wL5C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZe3wL5C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZe3wL5C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZe3wL5C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZe3wL5C ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZe3wL5C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZe3wL5C button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZe3wL5C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZe3wL5C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZe3wL5C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZe3wL5C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZe3wL5C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZe3wL5C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZe3wL5C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZe3wL5C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZe3wL5C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZe3wL5C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZe3wL5C .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-u0NZe3wL5C .navbar {
    height: 70px;
  }
  .cid-u0NZe3wL5C .navbar.opened {
    height: auto;
  }
  .cid-u0NZe3wL5C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZe3wL5C .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZe3wL5C .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZe3wL5C .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZe3wL5C .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZe3wL5C .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZe3wL5C .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZe3wL5C .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZe3wL5C .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZe3wL5C .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZe3wL5C .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZe3wL5C .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZe3wL5C .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZe3wL5C .mbr-section-subtitle,
.cid-u0NZe3wL5C .text_widget,
.cid-u0NZe3wL5C .mbr-section-btn {
  text-align: center;
}
.cid-u0NZe3wL5C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZe2q6Yz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZe2q6Yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZe2q6Yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZe2q6Yz .container {
    padding: 0 24px;
  }
}
.cid-u0NZe2q6Yz .row {
  position: relative;
}
.cid-u0NZe2q6Yz .row .card {
  justify-content: center;
}
.cid-u0NZe2q6Yz .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZe2q6Yz .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZe2q6Yz .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZe2q6Yz .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZe2q6Yz .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZe2q6Yz .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZe2q6Yz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZe2q6Yz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZe2q6Yz .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZe2q6Yz .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZe2q6Yz .image-wrapper {
  position: relative;
}
.cid-u0NZe2q6Yz .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZe2q6Yz .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZe2q6Yz .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZe2q6Yz .mbr-text {
  color: #FF3399;
}
.cid-u0NZe2q6Yz .mbr-section-title,
.cid-u0NZe2q6Yz .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZe2q6Yz .mbr-text,
.cid-u0NZe2q6Yz .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZe50a9l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZe50a9l .mbr-text {
  margin: 0;
}
.cid-u0NZe50a9l .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZe50a9l .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZe50a9l .row-element,
.cid-u0NZe50a9l .image-element {
  padding: 0;
}
.cid-u0NZe50a9l .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZe50a9l .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZe50a9l .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZe50a9l .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZe50a9l .carousel-item.active,
.cid-u0NZe50a9l .carousel-item-next,
.cid-u0NZe50a9l .carousel-item-prev {
  display: flex;
}
.cid-u0NZe50a9l .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZe50a9l .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZe50a9l .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZe50a9l .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZe50a9l .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZe50a9l .carousel-controls {
    display: block;
  }
  .cid-u0NZe50a9l .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZe50a9l .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZe50a9l .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZe50a9l .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZe50a9l .text-element {
    padding: 1rem;
  }
  .cid-u0NZe50a9l .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZe50a9l .image-element {
    min-width: 50%;
  }
  .cid-u0NZe50a9l .media-container-row {
    width: 100%;
  }
}
.cid-u0NZe50a9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZe50a9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZe50a9l .mbr-title,
.cid-u0NZe50a9l .ornament {
  color: #ce320c;
}
.cid-u0NZe62VcG {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZe62VcG .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZe62VcG .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZe62VcG .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZe62VcG .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZe62VcG .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZe62VcG .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZe62VcG .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZe62VcG .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZe62VcG .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZe62VcG .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZe62VcG .soc-item a {
  color: #ffffff;
}
.cid-u0NZe62VcG .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZe62VcG .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZe62VcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZe62VcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZe62VcG .mbr-tag,
.cid-u0NZe62VcG .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZe62VcG .copyright {
  color: #000000;
}
.cid-u19Aa0kCbB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19Aa0kCbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19Aa0kCbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19Aa0kCbB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19Aa0kCbB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19Aa0kCbB .container {
    padding: 0 20px;
  }
}
.cid-u19Aa0kCbB .row {
  justify-content: center;
}
.cid-u19Aa0kCbB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19Aa0kCbB .card {
  margin-bottom: 50px;
}
.cid-u19Aa0kCbB .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19Aa0kCbB .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19Aa0kCbB .card .card-wrap a {
  display: block;
}
.cid-u19Aa0kCbB .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19Aa0kCbB .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19Aa0kCbB .mbr-section-title {
  color: #ffffff;
}
.cid-u19Aa0kCbB .mbr-date {
  color: #ffffff;
}
.cid-u19Aa0kCbB .mbr-text {
  color: #ffffff;
}
.cid-u19Aa0kCbB .mbr-section-title,
.cid-u19Aa0kCbB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZe76KpZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZe76KpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZe76KpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZe76KpZ .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZe76KpZ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZe76KpZ .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZe76KpZ .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZe76KpZ .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZe76KpZ .col-img {
    display: none;
  }
}
.cid-u0NZe76KpZ .img-wrap {
  width: 100%;
}
.cid-u0NZe76KpZ .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZe76KpZ .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZe76KpZ .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZe76KpZ .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZe76KpZ .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZe76KpZ .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZe76KpZ .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZe76KpZ .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZe76KpZ .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZe76KpZ .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZe76KpZ .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZe76KpZ .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZe76KpZ .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZe76KpZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZe76KpZ .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZe76KpZ .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZe76KpZ .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZe76KpZ .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZe76KpZ .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZe7S9Cu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZe7S9Cu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZe7S9Cu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZe7S9Cu .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZe7S9Cu .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZe7S9Cu .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZe7S9Cu .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZe7S9Cu .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZe7S9Cu .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZe7S9Cu .col-img {
    display: none;
  }
}
.cid-u0NZe7S9Cu .img-wrap {
  width: 100%;
}
.cid-u0NZe7S9Cu .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZe7S9Cu .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZe7S9Cu .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZe7S9Cu .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZe7S9Cu .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZe7S9Cu .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZe7S9Cu .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZe7S9Cu .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZe7S9Cu .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZe7S9Cu .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZe7S9Cu .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZe7S9Cu .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZe7S9Cu .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZe7S9Cu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZe7S9Cu .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZe7S9Cu .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZe7S9Cu .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZe7S9Cu .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZe7S9Cu .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZe8IaZE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZe8IaZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZe8IaZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZe8IaZE .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZe8IaZE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZe8IaZE .container {
    padding: 0 20px;
  }
}
.cid-u0NZe8IaZE .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZe8IaZE .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZe8IaZE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZe8IaZE .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZe8IaZE .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZe8IaZE .mbr-section-title,
.cid-u0NZe8IaZE .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZe9wEUl {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZe9wEUl .container {
    max-width: 1000px;
  }
}
.cid-u0NZe9wEUl .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZe9wEUl .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZe9wEUl .row {
  justify-content: center;
}
.cid-u0NZe9wEUl .card-text {
  color: #353535;
}
.cid-u0NZe9wEUl .card-title,
.cid-u0NZe9wEUl .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZe9wEUl .title {
  text-align: center;
}
.cid-u0NZe9wEUl text {
  text-align: center;
}
.cid-u0NZecAI8y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZecAI8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZecAI8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZecAI8y .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZecAI8y .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZecAI8y .container {
    padding: 0 20px;
  }
}
.cid-u0NZecAI8y .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZecAI8y .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZecAI8y .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZecAI8y .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZecAI8y .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZecAI8y .mbr-section-title,
.cid-u0NZecAI8y .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZedqRjl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZedqRjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZedqRjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZedqRjl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZedqRjl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZedqRjl .container {
    padding: 0 20px;
  }
}
.cid-u0NZedqRjl .row {
  justify-content: center;
}
.cid-u0NZedqRjl .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZedqRjl .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZedqRjl .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZedqRjl .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZedqRjl .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZedqRjl .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZedqRjl .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZedqRjl .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZedqRjl .mbr-desc,
.cid-u0NZedqRjl .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19Hu4HvaN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19Hu4HvaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19Hu4HvaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19Hu4HvaN .container {
    padding: 0 20px;
  }
}
.cid-u19Hu4HvaN .row {
  justify-content: center;
}
.cid-u19Hu4HvaN .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19Hu4HvaN .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19Hu4HvaN .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19Hu4HvaN .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19Hu4HvaN .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19Hu4HvaN .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19Hu4HvaN .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19Hu4HvaN .mbr-desc {
  color: #e4dfd4;
}
.cid-u19Hu4HvaN .mbr-desc,
.cid-u19Hu4HvaN .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZfcxiXq .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZfcxiXq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZfcxiXq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZfcxiXq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZfcxiXq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZfcxiXq .menu_box .navbar.opened,
  .cid-u0NZfcxiXq .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZfcxiXq .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZfcxiXq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZfcxiXq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZfcxiXq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZfcxiXq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZfcxiXq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZfcxiXq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZfcxiXq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZfcxiXq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZfcxiXq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZfcxiXq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZfcxiXq .offcanvas-body .mbr-text,
  .cid-u0NZfcxiXq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZfcxiXq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZfcxiXq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZfcxiXq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZfcxiXq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZfcxiXq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZfcxiXq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZfcxiXq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZfcxiXq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZfcxiXq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZfcxiXq .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-u0NZfcxiXq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZfcxiXq 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-u0NZfcxiXq .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZfcxiXq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZfcxiXq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZfcxiXq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZfcxiXq .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZfcxiXq .nav-item .nav-link {
  position: relative;
}
.cid-u0NZfcxiXq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZfcxiXq .nav-item .nav-link:hover,
.cid-u0NZfcxiXq .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZfcxiXq .nav-item .nav-link:hover::before,
.cid-u0NZfcxiXq .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZfcxiXq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZfcxiXq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZfcxiXq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZfcxiXq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZfcxiXq .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-u0NZfcxiXq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZfcxiXq .offcanvas_box {
    display: none;
  }
}
.cid-u0NZfcxiXq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZfcxiXq .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZfcxiXq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZfcxiXq .container {
  display: flex;
  margin: auto;
}
.cid-u0NZfcxiXq .iconfont-wrapper {
  color: #ffffff;
  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-u0NZfcxiXq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZfcxiXq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZfcxiXq .navbar-caption {
  color: #ffffff;
}
.cid-u0NZfcxiXq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZfcxiXq .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZfcxiXq .dropdown-menu,
.cid-u0NZfcxiXq .navbar.opened {
  background-color: true !important;
}
.cid-u0NZfcxiXq .nav-item:focus,
.cid-u0NZfcxiXq .nav-link:focus {
  outline: none;
}
.cid-u0NZfcxiXq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZfcxiXq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZfcxiXq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZfcxiXq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZfcxiXq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZfcxiXq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZfcxiXq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZfcxiXq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZfcxiXq .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZfcxiXq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZfcxiXq .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZfcxiXq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZfcxiXq .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZfcxiXq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZfcxiXq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZfcxiXq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZfcxiXq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZfcxiXq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZfcxiXq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZfcxiXq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZfcxiXq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZfcxiXq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZfcxiXq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZfcxiXq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZfcxiXq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZfcxiXq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZfcxiXq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZfcxiXq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZfcxiXq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZfcxiXq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZfcxiXq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZfcxiXq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZfcxiXq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZfcxiXq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZfcxiXq .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZfcxiXq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZfcxiXq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZfcxiXq .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-u0NZfcxiXq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZfcxiXq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZfcxiXq .dropdown-item.active,
.cid-u0NZfcxiXq .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZfcxiXq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZfcxiXq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZfcxiXq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZfcxiXq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZfcxiXq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZfcxiXq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZfcxiXq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZfcxiXq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZfcxiXq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZfcxiXq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZfcxiXq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZfcxiXq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZfcxiXq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZfcxiXq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZfcxiXq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZfcxiXq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZfcxiXq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZfcxiXq .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-u0NZfcxiXq .navbar {
    height: 70px;
  }
  .cid-u0NZfcxiXq .navbar.opened {
    height: auto;
  }
  .cid-u0NZfcxiXq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZfcxiXq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZfcxiXq .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZfcxiXq .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZfcxiXq .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZfcxiXq .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZfcxiXq .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZfcxiXq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZfcxiXq .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZfcxiXq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZfcxiXq .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZfcxiXq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZfcxiXq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZfcxiXq .mbr-section-subtitle,
.cid-u0NZfcxiXq .text_widget,
.cid-u0NZfcxiXq .mbr-section-btn {
  text-align: center;
}
.cid-u0NZfcxiXq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZfc8vdE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZfc8vdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZfc8vdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZfc8vdE .container {
    padding: 0 24px;
  }
}
.cid-u0NZfc8vdE .row {
  position: relative;
}
.cid-u0NZfc8vdE .row .card {
  justify-content: center;
}
.cid-u0NZfc8vdE .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZfc8vdE .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZfc8vdE .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZfc8vdE .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZfc8vdE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZfc8vdE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZfc8vdE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZfc8vdE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZfc8vdE .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZfc8vdE .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZfc8vdE .image-wrapper {
  position: relative;
}
.cid-u0NZfc8vdE .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZfc8vdE .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZfc8vdE .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZfc8vdE .mbr-text {
  color: #FF3399;
}
.cid-u0NZfc8vdE .mbr-section-title,
.cid-u0NZfc8vdE .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZfc8vdE .mbr-text,
.cid-u0NZfc8vdE .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZfd5j7W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZfd5j7W .mbr-text {
  margin: 0;
}
.cid-u0NZfd5j7W .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZfd5j7W .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZfd5j7W .row-element,
.cid-u0NZfd5j7W .image-element {
  padding: 0;
}
.cid-u0NZfd5j7W .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZfd5j7W .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZfd5j7W .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZfd5j7W .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZfd5j7W .carousel-item.active,
.cid-u0NZfd5j7W .carousel-item-next,
.cid-u0NZfd5j7W .carousel-item-prev {
  display: flex;
}
.cid-u0NZfd5j7W .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZfd5j7W .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZfd5j7W .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZfd5j7W .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZfd5j7W .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZfd5j7W .carousel-controls {
    display: block;
  }
  .cid-u0NZfd5j7W .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZfd5j7W .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZfd5j7W .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZfd5j7W .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZfd5j7W .text-element {
    padding: 1rem;
  }
  .cid-u0NZfd5j7W .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZfd5j7W .image-element {
    min-width: 50%;
  }
  .cid-u0NZfd5j7W .media-container-row {
    width: 100%;
  }
}
.cid-u0NZfd5j7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZfd5j7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZfd5j7W .mbr-title,
.cid-u0NZfd5j7W .ornament {
  color: #ce320c;
}
.cid-u0NZfdOVyX {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZfdOVyX .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZfdOVyX .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZfdOVyX .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZfdOVyX .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZfdOVyX .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZfdOVyX .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZfdOVyX .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZfdOVyX .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZfdOVyX .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZfdOVyX .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZfdOVyX .soc-item a {
  color: #ffffff;
}
.cid-u0NZfdOVyX .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZfdOVyX .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZfdOVyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZfdOVyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZfdOVyX .mbr-tag,
.cid-u0NZfdOVyX .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZfdOVyX .copyright {
  color: #000000;
}
.cid-u19AvzXArQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19AvzXArQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19AvzXArQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19AvzXArQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19AvzXArQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19AvzXArQ .container {
    padding: 0 20px;
  }
}
.cid-u19AvzXArQ .row {
  justify-content: center;
}
.cid-u19AvzXArQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19AvzXArQ .card {
  margin-bottom: 50px;
}
.cid-u19AvzXArQ .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19AvzXArQ .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19AvzXArQ .card .card-wrap a {
  display: block;
}
.cid-u19AvzXArQ .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19AvzXArQ .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19AvzXArQ .mbr-section-title {
  color: #ffffff;
}
.cid-u19AvzXArQ .mbr-date {
  color: #ffffff;
}
.cid-u19AvzXArQ .mbr-text {
  color: #ffffff;
}
.cid-u19AvzXArQ .mbr-section-title,
.cid-u19AvzXArQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZfeA7Op {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZfeA7Op .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZfeA7Op .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZfeA7Op .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZfeA7Op .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZfeA7Op .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZfeA7Op .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZfeA7Op .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZfeA7Op .col-img {
    display: none;
  }
}
.cid-u0NZfeA7Op .img-wrap {
  width: 100%;
}
.cid-u0NZfeA7Op .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZfeA7Op .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZfeA7Op .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZfeA7Op .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZfeA7Op .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZfeA7Op .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZfeA7Op .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZfeA7Op .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZfeA7Op .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZfeA7Op .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZfeA7Op .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZfeA7Op .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZfeA7Op .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZfeA7Op .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZfeA7Op .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZfeA7Op .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZfeA7Op .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZfeA7Op .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZfeA7Op .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZff8uJ5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZff8uJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZff8uJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZff8uJ5 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZff8uJ5 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZff8uJ5 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZff8uJ5 .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZff8uJ5 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZff8uJ5 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZff8uJ5 .col-img {
    display: none;
  }
}
.cid-u0NZff8uJ5 .img-wrap {
  width: 100%;
}
.cid-u0NZff8uJ5 .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZff8uJ5 .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZff8uJ5 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZff8uJ5 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZff8uJ5 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZff8uJ5 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZff8uJ5 .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZff8uJ5 .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZff8uJ5 .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZff8uJ5 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZff8uJ5 .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZff8uJ5 .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZff8uJ5 .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZff8uJ5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZff8uJ5 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZff8uJ5 .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZff8uJ5 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZff8uJ5 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZff8uJ5 .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZffMuwz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZffMuwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZffMuwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZffMuwz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZffMuwz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZffMuwz .container {
    padding: 0 20px;
  }
}
.cid-u0NZffMuwz .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZffMuwz .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZffMuwz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZffMuwz .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZffMuwz .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZffMuwz .mbr-section-title,
.cid-u0NZffMuwz .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZfggeRW {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZfggeRW .container {
    max-width: 1000px;
  }
}
.cid-u0NZfggeRW .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZfggeRW .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZfggeRW .row {
  justify-content: center;
}
.cid-u0NZfggeRW .card-text {
  color: #353535;
}
.cid-u0NZfggeRW .card-title,
.cid-u0NZfggeRW .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZfggeRW .title {
  text-align: center;
}
.cid-u0NZfggeRW text {
  text-align: center;
}
.cid-u0NZficqdA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZficqdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZficqdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZficqdA .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZficqdA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZficqdA .container {
    padding: 0 20px;
  }
}
.cid-u0NZficqdA .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZficqdA .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZficqdA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZficqdA .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZficqdA .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZficqdA .mbr-section-title,
.cid-u0NZficqdA .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZfiOWZH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZfiOWZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZfiOWZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZfiOWZH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZfiOWZH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZfiOWZH .container {
    padding: 0 20px;
  }
}
.cid-u0NZfiOWZH .row {
  justify-content: center;
}
.cid-u0NZfiOWZH .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZfiOWZH .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZfiOWZH .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZfiOWZH .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZfiOWZH .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZfiOWZH .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZfiOWZH .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZfiOWZH .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZfiOWZH .mbr-desc,
.cid-u0NZfiOWZH .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19HA3Z7NE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19HA3Z7NE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19HA3Z7NE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19HA3Z7NE .container {
    padding: 0 20px;
  }
}
.cid-u19HA3Z7NE .row {
  justify-content: center;
}
.cid-u19HA3Z7NE .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19HA3Z7NE .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19HA3Z7NE .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19HA3Z7NE .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19HA3Z7NE .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19HA3Z7NE .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19HA3Z7NE .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19HA3Z7NE .mbr-desc {
  color: #e4dfd4;
}
.cid-u19HA3Z7NE .mbr-desc,
.cid-u19HA3Z7NE .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZfXI3SX .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZfXI3SX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZfXI3SX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZfXI3SX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZfXI3SX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZfXI3SX .menu_box .navbar.opened,
  .cid-u0NZfXI3SX .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZfXI3SX .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZfXI3SX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZfXI3SX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZfXI3SX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZfXI3SX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZfXI3SX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZfXI3SX .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZfXI3SX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZfXI3SX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZfXI3SX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZfXI3SX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZfXI3SX .offcanvas-body .mbr-text,
  .cid-u0NZfXI3SX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZfXI3SX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZfXI3SX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZfXI3SX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZfXI3SX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZfXI3SX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZfXI3SX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZfXI3SX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZfXI3SX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZfXI3SX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZfXI3SX .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-u0NZfXI3SX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZfXI3SX 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-u0NZfXI3SX .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZfXI3SX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZfXI3SX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZfXI3SX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZfXI3SX .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZfXI3SX .nav-item .nav-link {
  position: relative;
}
.cid-u0NZfXI3SX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZfXI3SX .nav-item .nav-link:hover,
.cid-u0NZfXI3SX .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZfXI3SX .nav-item .nav-link:hover::before,
.cid-u0NZfXI3SX .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZfXI3SX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZfXI3SX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZfXI3SX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZfXI3SX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZfXI3SX .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-u0NZfXI3SX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZfXI3SX .offcanvas_box {
    display: none;
  }
}
.cid-u0NZfXI3SX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZfXI3SX .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZfXI3SX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZfXI3SX .container {
  display: flex;
  margin: auto;
}
.cid-u0NZfXI3SX .iconfont-wrapper {
  color: #ffffff;
  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-u0NZfXI3SX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZfXI3SX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZfXI3SX .navbar-caption {
  color: #ffffff;
}
.cid-u0NZfXI3SX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZfXI3SX .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZfXI3SX .dropdown-menu,
.cid-u0NZfXI3SX .navbar.opened {
  background-color: true !important;
}
.cid-u0NZfXI3SX .nav-item:focus,
.cid-u0NZfXI3SX .nav-link:focus {
  outline: none;
}
.cid-u0NZfXI3SX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZfXI3SX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZfXI3SX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZfXI3SX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZfXI3SX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZfXI3SX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZfXI3SX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZfXI3SX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZfXI3SX .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZfXI3SX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZfXI3SX .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZfXI3SX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZfXI3SX .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZfXI3SX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZfXI3SX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZfXI3SX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZfXI3SX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZfXI3SX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZfXI3SX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZfXI3SX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZfXI3SX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZfXI3SX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZfXI3SX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZfXI3SX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZfXI3SX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZfXI3SX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZfXI3SX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZfXI3SX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZfXI3SX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZfXI3SX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZfXI3SX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZfXI3SX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZfXI3SX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZfXI3SX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZfXI3SX .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZfXI3SX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZfXI3SX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZfXI3SX .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-u0NZfXI3SX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZfXI3SX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZfXI3SX .dropdown-item.active,
.cid-u0NZfXI3SX .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZfXI3SX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZfXI3SX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZfXI3SX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZfXI3SX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZfXI3SX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZfXI3SX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZfXI3SX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZfXI3SX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZfXI3SX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZfXI3SX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZfXI3SX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZfXI3SX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZfXI3SX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZfXI3SX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZfXI3SX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZfXI3SX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZfXI3SX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZfXI3SX .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-u0NZfXI3SX .navbar {
    height: 70px;
  }
  .cid-u0NZfXI3SX .navbar.opened {
    height: auto;
  }
  .cid-u0NZfXI3SX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZfXI3SX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZfXI3SX .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZfXI3SX .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZfXI3SX .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZfXI3SX .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZfXI3SX .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZfXI3SX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZfXI3SX .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZfXI3SX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZfXI3SX .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZfXI3SX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZfXI3SX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZfXI3SX .mbr-section-subtitle,
.cid-u0NZfXI3SX .text_widget,
.cid-u0NZfXI3SX .mbr-section-btn {
  text-align: center;
}
.cid-u0NZfXI3SX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZfXiKCv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZfXiKCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZfXiKCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZfXiKCv .container {
    padding: 0 24px;
  }
}
.cid-u0NZfXiKCv .row {
  position: relative;
}
.cid-u0NZfXiKCv .row .card {
  justify-content: center;
}
.cid-u0NZfXiKCv .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZfXiKCv .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZfXiKCv .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZfXiKCv .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZfXiKCv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZfXiKCv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZfXiKCv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZfXiKCv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZfXiKCv .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZfXiKCv .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZfXiKCv .image-wrapper {
  position: relative;
}
.cid-u0NZfXiKCv .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZfXiKCv .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZfXiKCv .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZfXiKCv .mbr-text {
  color: #FF3399;
}
.cid-u0NZfXiKCv .mbr-section-title,
.cid-u0NZfXiKCv .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZfXiKCv .mbr-text,
.cid-u0NZfXiKCv .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZfYibgy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZfYibgy .mbr-text {
  margin: 0;
}
.cid-u0NZfYibgy .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZfYibgy .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZfYibgy .row-element,
.cid-u0NZfYibgy .image-element {
  padding: 0;
}
.cid-u0NZfYibgy .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZfYibgy .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZfYibgy .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZfYibgy .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZfYibgy .carousel-item.active,
.cid-u0NZfYibgy .carousel-item-next,
.cid-u0NZfYibgy .carousel-item-prev {
  display: flex;
}
.cid-u0NZfYibgy .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZfYibgy .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZfYibgy .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZfYibgy .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZfYibgy .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZfYibgy .carousel-controls {
    display: block;
  }
  .cid-u0NZfYibgy .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZfYibgy .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZfYibgy .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZfYibgy .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZfYibgy .text-element {
    padding: 1rem;
  }
  .cid-u0NZfYibgy .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZfYibgy .image-element {
    min-width: 50%;
  }
  .cid-u0NZfYibgy .media-container-row {
    width: 100%;
  }
}
.cid-u0NZfYibgy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZfYibgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZfYibgy .mbr-title,
.cid-u0NZfYibgy .ornament {
  color: #ce320c;
}
.cid-u0NZfZ1KRs {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZfZ1KRs .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZfZ1KRs .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZfZ1KRs .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZfZ1KRs .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZfZ1KRs .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZfZ1KRs .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZfZ1KRs .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZfZ1KRs .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZfZ1KRs .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZfZ1KRs .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZfZ1KRs .soc-item a {
  color: #ffffff;
}
.cid-u0NZfZ1KRs .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZfZ1KRs .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZfZ1KRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZfZ1KRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZfZ1KRs .mbr-tag,
.cid-u0NZfZ1KRs .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZfZ1KRs .copyright {
  color: #000000;
}
.cid-u19AExIPf0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19AExIPf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19AExIPf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19AExIPf0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19AExIPf0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19AExIPf0 .container {
    padding: 0 20px;
  }
}
.cid-u19AExIPf0 .row {
  justify-content: center;
}
.cid-u19AExIPf0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19AExIPf0 .card {
  margin-bottom: 50px;
}
.cid-u19AExIPf0 .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19AExIPf0 .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19AExIPf0 .card .card-wrap a {
  display: block;
}
.cid-u19AExIPf0 .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19AExIPf0 .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19AExIPf0 .mbr-section-title {
  color: #ffffff;
}
.cid-u19AExIPf0 .mbr-date {
  color: #ffffff;
}
.cid-u19AExIPf0 .mbr-text {
  color: #ffffff;
}
.cid-u19AExIPf0 .mbr-section-title,
.cid-u19AExIPf0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZfZIsKE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZfZIsKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZfZIsKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZfZIsKE .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZfZIsKE .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZfZIsKE .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZfZIsKE .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZfZIsKE .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZfZIsKE .col-img {
    display: none;
  }
}
.cid-u0NZfZIsKE .img-wrap {
  width: 100%;
}
.cid-u0NZfZIsKE .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZfZIsKE .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZfZIsKE .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZfZIsKE .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZfZIsKE .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZfZIsKE .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZfZIsKE .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZfZIsKE .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZfZIsKE .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZfZIsKE .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZfZIsKE .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZfZIsKE .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZfZIsKE .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZfZIsKE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZfZIsKE .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZfZIsKE .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZfZIsKE .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZfZIsKE .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZfZIsKE .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZg0j4vn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZg0j4vn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZg0j4vn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZg0j4vn .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZg0j4vn .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZg0j4vn .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZg0j4vn .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZg0j4vn .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZg0j4vn .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZg0j4vn .col-img {
    display: none;
  }
}
.cid-u0NZg0j4vn .img-wrap {
  width: 100%;
}
.cid-u0NZg0j4vn .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZg0j4vn .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZg0j4vn .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZg0j4vn .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZg0j4vn .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZg0j4vn .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZg0j4vn .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZg0j4vn .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZg0j4vn .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZg0j4vn .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZg0j4vn .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZg0j4vn .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZg0j4vn .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZg0j4vn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZg0j4vn .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZg0j4vn .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZg0j4vn .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZg0j4vn .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZg0j4vn .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZg0TPVN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZg0TPVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZg0TPVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZg0TPVN .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZg0TPVN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZg0TPVN .container {
    padding: 0 20px;
  }
}
.cid-u0NZg0TPVN .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZg0TPVN .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZg0TPVN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZg0TPVN .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZg0TPVN .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZg0TPVN .mbr-section-title,
.cid-u0NZg0TPVN .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZg1rHuG {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZg1rHuG .container {
    max-width: 1000px;
  }
}
.cid-u0NZg1rHuG .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZg1rHuG .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZg1rHuG .row {
  justify-content: center;
}
.cid-u0NZg1rHuG .card-text {
  color: #353535;
}
.cid-u0NZg1rHuG .card-title,
.cid-u0NZg1rHuG .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZg1rHuG .title {
  text-align: center;
}
.cid-u0NZg1rHuG text {
  text-align: center;
}
.cid-u0NZg3pojw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZg3pojw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZg3pojw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZg3pojw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZg3pojw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZg3pojw .container {
    padding: 0 20px;
  }
}
.cid-u0NZg3pojw .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZg3pojw .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZg3pojw .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZg3pojw .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZg3pojw .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZg3pojw .mbr-section-title,
.cid-u0NZg3pojw .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZg40p3h {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZg40p3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZg40p3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZg40p3h .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZg40p3h .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZg40p3h .container {
    padding: 0 20px;
  }
}
.cid-u0NZg40p3h .row {
  justify-content: center;
}
.cid-u0NZg40p3h .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZg40p3h .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZg40p3h .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZg40p3h .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZg40p3h .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZg40p3h .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZg40p3h .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZg40p3h .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZg40p3h .mbr-desc,
.cid-u0NZg40p3h .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19HJeh4qo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19HJeh4qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19HJeh4qo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19HJeh4qo .container {
    padding: 0 20px;
  }
}
.cid-u19HJeh4qo .row {
  justify-content: center;
}
.cid-u19HJeh4qo .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19HJeh4qo .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19HJeh4qo .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19HJeh4qo .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19HJeh4qo .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19HJeh4qo .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19HJeh4qo .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19HJeh4qo .mbr-desc {
  color: #e4dfd4;
}
.cid-u19HJeh4qo .mbr-desc,
.cid-u19HJeh4qo .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZhiBejd .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZhiBejd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZhiBejd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZhiBejd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZhiBejd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZhiBejd .menu_box .navbar.opened,
  .cid-u0NZhiBejd .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZhiBejd .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZhiBejd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZhiBejd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZhiBejd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZhiBejd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZhiBejd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZhiBejd .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZhiBejd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZhiBejd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZhiBejd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZhiBejd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZhiBejd .offcanvas-body .mbr-text,
  .cid-u0NZhiBejd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZhiBejd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZhiBejd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZhiBejd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZhiBejd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZhiBejd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZhiBejd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZhiBejd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZhiBejd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZhiBejd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZhiBejd .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-u0NZhiBejd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZhiBejd 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-u0NZhiBejd .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZhiBejd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZhiBejd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZhiBejd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZhiBejd .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZhiBejd .nav-item .nav-link {
  position: relative;
}
.cid-u0NZhiBejd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZhiBejd .nav-item .nav-link:hover,
.cid-u0NZhiBejd .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZhiBejd .nav-item .nav-link:hover::before,
.cid-u0NZhiBejd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZhiBejd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZhiBejd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZhiBejd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZhiBejd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZhiBejd .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-u0NZhiBejd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZhiBejd .offcanvas_box {
    display: none;
  }
}
.cid-u0NZhiBejd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZhiBejd .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZhiBejd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZhiBejd .container {
  display: flex;
  margin: auto;
}
.cid-u0NZhiBejd .iconfont-wrapper {
  color: #ffffff;
  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-u0NZhiBejd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZhiBejd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZhiBejd .navbar-caption {
  color: #ffffff;
}
.cid-u0NZhiBejd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZhiBejd .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZhiBejd .dropdown-menu,
.cid-u0NZhiBejd .navbar.opened {
  background-color: true !important;
}
.cid-u0NZhiBejd .nav-item:focus,
.cid-u0NZhiBejd .nav-link:focus {
  outline: none;
}
.cid-u0NZhiBejd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZhiBejd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZhiBejd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZhiBejd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZhiBejd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZhiBejd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZhiBejd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZhiBejd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZhiBejd .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZhiBejd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZhiBejd .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZhiBejd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZhiBejd .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZhiBejd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZhiBejd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZhiBejd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZhiBejd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZhiBejd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZhiBejd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZhiBejd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZhiBejd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZhiBejd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZhiBejd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZhiBejd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZhiBejd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZhiBejd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZhiBejd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZhiBejd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZhiBejd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZhiBejd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZhiBejd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZhiBejd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZhiBejd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZhiBejd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZhiBejd .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZhiBejd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZhiBejd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZhiBejd .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-u0NZhiBejd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZhiBejd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZhiBejd .dropdown-item.active,
.cid-u0NZhiBejd .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZhiBejd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZhiBejd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZhiBejd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZhiBejd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZhiBejd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZhiBejd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZhiBejd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZhiBejd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZhiBejd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZhiBejd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZhiBejd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZhiBejd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZhiBejd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZhiBejd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZhiBejd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZhiBejd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZhiBejd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZhiBejd .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-u0NZhiBejd .navbar {
    height: 70px;
  }
  .cid-u0NZhiBejd .navbar.opened {
    height: auto;
  }
  .cid-u0NZhiBejd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZhiBejd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZhiBejd .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZhiBejd .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZhiBejd .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZhiBejd .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZhiBejd .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZhiBejd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZhiBejd .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZhiBejd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZhiBejd .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZhiBejd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZhiBejd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZhiBejd .mbr-section-subtitle,
.cid-u0NZhiBejd .text_widget,
.cid-u0NZhiBejd .mbr-section-btn {
  text-align: center;
}
.cid-u0NZhiBejd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZhiexZg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZhiexZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZhiexZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZhiexZg .container {
    padding: 0 24px;
  }
}
.cid-u0NZhiexZg .row {
  position: relative;
}
.cid-u0NZhiexZg .row .card {
  justify-content: center;
}
.cid-u0NZhiexZg .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZhiexZg .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZhiexZg .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZhiexZg .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZhiexZg .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZhiexZg .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZhiexZg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZhiexZg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZhiexZg .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZhiexZg .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZhiexZg .image-wrapper {
  position: relative;
}
.cid-u0NZhiexZg .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZhiexZg .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZhiexZg .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZhiexZg .mbr-text {
  color: #FF3399;
}
.cid-u0NZhiexZg .mbr-section-title,
.cid-u0NZhiexZg .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZhiexZg .mbr-text,
.cid-u0NZhiexZg .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZhj9wgk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZhj9wgk .mbr-text {
  margin: 0;
}
.cid-u0NZhj9wgk .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZhj9wgk .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZhj9wgk .row-element,
.cid-u0NZhj9wgk .image-element {
  padding: 0;
}
.cid-u0NZhj9wgk .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZhj9wgk .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZhj9wgk .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZhj9wgk .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZhj9wgk .carousel-item.active,
.cid-u0NZhj9wgk .carousel-item-next,
.cid-u0NZhj9wgk .carousel-item-prev {
  display: flex;
}
.cid-u0NZhj9wgk .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZhj9wgk .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZhj9wgk .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZhj9wgk .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZhj9wgk .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZhj9wgk .carousel-controls {
    display: block;
  }
  .cid-u0NZhj9wgk .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZhj9wgk .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZhj9wgk .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZhj9wgk .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZhj9wgk .text-element {
    padding: 1rem;
  }
  .cid-u0NZhj9wgk .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZhj9wgk .image-element {
    min-width: 50%;
  }
  .cid-u0NZhj9wgk .media-container-row {
    width: 100%;
  }
}
.cid-u0NZhj9wgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZhj9wgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZhj9wgk .mbr-title,
.cid-u0NZhj9wgk .ornament {
  color: #ce320c;
}
.cid-u0NZhjQGn1 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZhjQGn1 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZhjQGn1 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZhjQGn1 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZhjQGn1 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZhjQGn1 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZhjQGn1 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZhjQGn1 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZhjQGn1 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZhjQGn1 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZhjQGn1 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZhjQGn1 .soc-item a {
  color: #ffffff;
}
.cid-u0NZhjQGn1 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZhjQGn1 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZhjQGn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZhjQGn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZhjQGn1 .mbr-tag,
.cid-u0NZhjQGn1 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZhjQGn1 .copyright {
  color: #000000;
}
.cid-u19AOKkpvF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19AOKkpvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19AOKkpvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19AOKkpvF .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19AOKkpvF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19AOKkpvF .container {
    padding: 0 20px;
  }
}
.cid-u19AOKkpvF .row {
  justify-content: center;
}
.cid-u19AOKkpvF .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19AOKkpvF .card {
  margin-bottom: 50px;
}
.cid-u19AOKkpvF .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19AOKkpvF .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19AOKkpvF .card .card-wrap a {
  display: block;
}
.cid-u19AOKkpvF .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19AOKkpvF .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19AOKkpvF .mbr-section-title {
  color: #ffffff;
}
.cid-u19AOKkpvF .mbr-date {
  color: #ffffff;
}
.cid-u19AOKkpvF .mbr-text {
  color: #ffffff;
}
.cid-u19AOKkpvF .mbr-section-title,
.cid-u19AOKkpvF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZhkypWq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZhkypWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZhkypWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZhkypWq .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZhkypWq .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZhkypWq .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZhkypWq .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZhkypWq .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZhkypWq .col-img {
    display: none;
  }
}
.cid-u0NZhkypWq .img-wrap {
  width: 100%;
}
.cid-u0NZhkypWq .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZhkypWq .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZhkypWq .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZhkypWq .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZhkypWq .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZhkypWq .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZhkypWq .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZhkypWq .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZhkypWq .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZhkypWq .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZhkypWq .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZhkypWq .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZhkypWq .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZhkypWq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZhkypWq .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZhkypWq .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZhkypWq .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZhkypWq .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZhkypWq .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZhl7J72 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZhl7J72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZhl7J72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZhl7J72 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZhl7J72 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZhl7J72 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZhl7J72 .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZhl7J72 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZhl7J72 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZhl7J72 .col-img {
    display: none;
  }
}
.cid-u0NZhl7J72 .img-wrap {
  width: 100%;
}
.cid-u0NZhl7J72 .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZhl7J72 .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZhl7J72 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZhl7J72 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZhl7J72 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZhl7J72 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZhl7J72 .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZhl7J72 .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZhl7J72 .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZhl7J72 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZhl7J72 .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZhl7J72 .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZhl7J72 .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZhl7J72 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZhl7J72 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZhl7J72 .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZhl7J72 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZhl7J72 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZhl7J72 .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZhlMtId {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZhlMtId .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZhlMtId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZhlMtId .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZhlMtId .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZhlMtId .container {
    padding: 0 20px;
  }
}
.cid-u0NZhlMtId .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZhlMtId .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZhlMtId .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZhlMtId .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZhlMtId .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZhlMtId .mbr-section-title,
.cid-u0NZhlMtId .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZhmh4Vc {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZhmh4Vc .container {
    max-width: 1000px;
  }
}
.cid-u0NZhmh4Vc .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZhmh4Vc .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZhmh4Vc .row {
  justify-content: center;
}
.cid-u0NZhmh4Vc .card-text {
  color: #353535;
}
.cid-u0NZhmh4Vc .card-title,
.cid-u0NZhmh4Vc .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZhmh4Vc .title {
  text-align: center;
}
.cid-u0NZhmh4Vc text {
  text-align: center;
}
.cid-u0NZhobYgX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZhobYgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZhobYgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZhobYgX .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZhobYgX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZhobYgX .container {
    padding: 0 20px;
  }
}
.cid-u0NZhobYgX .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZhobYgX .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZhobYgX .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZhobYgX .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZhobYgX .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZhobYgX .mbr-section-title,
.cid-u0NZhobYgX .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZhoMKDF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZhoMKDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZhoMKDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZhoMKDF .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZhoMKDF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZhoMKDF .container {
    padding: 0 20px;
  }
}
.cid-u0NZhoMKDF .row {
  justify-content: center;
}
.cid-u0NZhoMKDF .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZhoMKDF .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZhoMKDF .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZhoMKDF .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZhoMKDF .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZhoMKDF .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZhoMKDF .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZhoMKDF .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZhoMKDF .mbr-desc,
.cid-u0NZhoMKDF .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19HOYJMBb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19HOYJMBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19HOYJMBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19HOYJMBb .container {
    padding: 0 20px;
  }
}
.cid-u19HOYJMBb .row {
  justify-content: center;
}
.cid-u19HOYJMBb .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19HOYJMBb .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19HOYJMBb .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19HOYJMBb .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19HOYJMBb .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19HOYJMBb .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19HOYJMBb .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19HOYJMBb .mbr-desc {
  color: #e4dfd4;
}
.cid-u19HOYJMBb .mbr-desc,
.cid-u19HOYJMBb .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZif7gBu .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZif7gBu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZif7gBu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZif7gBu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZif7gBu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZif7gBu .menu_box .navbar.opened,
  .cid-u0NZif7gBu .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZif7gBu .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZif7gBu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZif7gBu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZif7gBu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZif7gBu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZif7gBu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZif7gBu .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZif7gBu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZif7gBu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZif7gBu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZif7gBu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZif7gBu .offcanvas-body .mbr-text,
  .cid-u0NZif7gBu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZif7gBu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZif7gBu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZif7gBu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZif7gBu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZif7gBu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZif7gBu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZif7gBu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZif7gBu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZif7gBu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZif7gBu .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-u0NZif7gBu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZif7gBu 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-u0NZif7gBu .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZif7gBu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZif7gBu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZif7gBu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZif7gBu .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZif7gBu .nav-item .nav-link {
  position: relative;
}
.cid-u0NZif7gBu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZif7gBu .nav-item .nav-link:hover,
.cid-u0NZif7gBu .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZif7gBu .nav-item .nav-link:hover::before,
.cid-u0NZif7gBu .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZif7gBu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZif7gBu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZif7gBu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZif7gBu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZif7gBu .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-u0NZif7gBu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZif7gBu .offcanvas_box {
    display: none;
  }
}
.cid-u0NZif7gBu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZif7gBu .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZif7gBu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZif7gBu .container {
  display: flex;
  margin: auto;
}
.cid-u0NZif7gBu .iconfont-wrapper {
  color: #ffffff;
  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-u0NZif7gBu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZif7gBu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZif7gBu .navbar-caption {
  color: #ffffff;
}
.cid-u0NZif7gBu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZif7gBu .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZif7gBu .dropdown-menu,
.cid-u0NZif7gBu .navbar.opened {
  background-color: true !important;
}
.cid-u0NZif7gBu .nav-item:focus,
.cid-u0NZif7gBu .nav-link:focus {
  outline: none;
}
.cid-u0NZif7gBu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZif7gBu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZif7gBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZif7gBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZif7gBu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZif7gBu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZif7gBu .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZif7gBu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZif7gBu .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZif7gBu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZif7gBu .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZif7gBu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZif7gBu .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZif7gBu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZif7gBu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZif7gBu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZif7gBu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZif7gBu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZif7gBu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZif7gBu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZif7gBu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZif7gBu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZif7gBu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZif7gBu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZif7gBu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZif7gBu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZif7gBu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZif7gBu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZif7gBu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZif7gBu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZif7gBu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZif7gBu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZif7gBu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZif7gBu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZif7gBu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZif7gBu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZif7gBu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZif7gBu .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-u0NZif7gBu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZif7gBu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZif7gBu .dropdown-item.active,
.cid-u0NZif7gBu .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZif7gBu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZif7gBu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZif7gBu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZif7gBu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZif7gBu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZif7gBu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZif7gBu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZif7gBu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZif7gBu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZif7gBu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZif7gBu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZif7gBu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZif7gBu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZif7gBu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZif7gBu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZif7gBu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZif7gBu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZif7gBu .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-u0NZif7gBu .navbar {
    height: 70px;
  }
  .cid-u0NZif7gBu .navbar.opened {
    height: auto;
  }
  .cid-u0NZif7gBu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZif7gBu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZif7gBu .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZif7gBu .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZif7gBu .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZif7gBu .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZif7gBu .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZif7gBu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZif7gBu .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZif7gBu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZif7gBu .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZif7gBu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZif7gBu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZif7gBu .mbr-section-subtitle,
.cid-u0NZif7gBu .text_widget,
.cid-u0NZif7gBu .mbr-section-btn {
  text-align: center;
}
.cid-u0NZif7gBu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZieKUEQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZieKUEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZieKUEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZieKUEQ .container {
    padding: 0 24px;
  }
}
.cid-u0NZieKUEQ .row {
  position: relative;
}
.cid-u0NZieKUEQ .row .card {
  justify-content: center;
}
.cid-u0NZieKUEQ .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZieKUEQ .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZieKUEQ .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZieKUEQ .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZieKUEQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZieKUEQ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZieKUEQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZieKUEQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZieKUEQ .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZieKUEQ .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZieKUEQ .image-wrapper {
  position: relative;
}
.cid-u0NZieKUEQ .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZieKUEQ .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZieKUEQ .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZieKUEQ .mbr-text {
  color: #FF3399;
}
.cid-u0NZieKUEQ .mbr-section-title,
.cid-u0NZieKUEQ .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZieKUEQ .mbr-text,
.cid-u0NZieKUEQ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZifHri2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZifHri2 .mbr-text {
  margin: 0;
}
.cid-u0NZifHri2 .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZifHri2 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZifHri2 .row-element,
.cid-u0NZifHri2 .image-element {
  padding: 0;
}
.cid-u0NZifHri2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZifHri2 .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZifHri2 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZifHri2 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZifHri2 .carousel-item.active,
.cid-u0NZifHri2 .carousel-item-next,
.cid-u0NZifHri2 .carousel-item-prev {
  display: flex;
}
.cid-u0NZifHri2 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZifHri2 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZifHri2 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZifHri2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZifHri2 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZifHri2 .carousel-controls {
    display: block;
  }
  .cid-u0NZifHri2 .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZifHri2 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZifHri2 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZifHri2 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZifHri2 .text-element {
    padding: 1rem;
  }
  .cid-u0NZifHri2 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZifHri2 .image-element {
    min-width: 50%;
  }
  .cid-u0NZifHri2 .media-container-row {
    width: 100%;
  }
}
.cid-u0NZifHri2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZifHri2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZifHri2 .mbr-title,
.cid-u0NZifHri2 .ornament {
  color: #ce320c;
}
.cid-u0NZigkQSH {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZigkQSH .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZigkQSH .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZigkQSH .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZigkQSH .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZigkQSH .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZigkQSH .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZigkQSH .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZigkQSH .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZigkQSH .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZigkQSH .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZigkQSH .soc-item a {
  color: #ffffff;
}
.cid-u0NZigkQSH .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZigkQSH .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZigkQSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZigkQSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZigkQSH .mbr-tag,
.cid-u0NZigkQSH .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZigkQSH .copyright {
  color: #000000;
}
.cid-u19AXfXizb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19AXfXizb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19AXfXizb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19AXfXizb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19AXfXizb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19AXfXizb .container {
    padding: 0 20px;
  }
}
.cid-u19AXfXizb .row {
  justify-content: center;
}
.cid-u19AXfXizb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19AXfXizb .card {
  margin-bottom: 50px;
}
.cid-u19AXfXizb .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19AXfXizb .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19AXfXizb .card .card-wrap a {
  display: block;
}
.cid-u19AXfXizb .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19AXfXizb .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19AXfXizb .mbr-section-title {
  color: #ffffff;
}
.cid-u19AXfXizb .mbr-date {
  color: #ffffff;
}
.cid-u19AXfXizb .mbr-text {
  color: #ffffff;
}
.cid-u19AXfXizb .mbr-section-title,
.cid-u19AXfXizb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZigYH3c {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZigYH3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZigYH3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZigYH3c .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZigYH3c .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZigYH3c .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZigYH3c .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZigYH3c .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZigYH3c .col-img {
    display: none;
  }
}
.cid-u0NZigYH3c .img-wrap {
  width: 100%;
}
.cid-u0NZigYH3c .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZigYH3c .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZigYH3c .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZigYH3c .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZigYH3c .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZigYH3c .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZigYH3c .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZigYH3c .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZigYH3c .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZigYH3c .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZigYH3c .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZigYH3c .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZigYH3c .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZigYH3c .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZigYH3c .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZigYH3c .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZigYH3c .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZigYH3c .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZigYH3c .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZihyn0k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZihyn0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZihyn0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZihyn0k .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZihyn0k .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZihyn0k .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZihyn0k .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZihyn0k .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZihyn0k .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZihyn0k .col-img {
    display: none;
  }
}
.cid-u0NZihyn0k .img-wrap {
  width: 100%;
}
.cid-u0NZihyn0k .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZihyn0k .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZihyn0k .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZihyn0k .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZihyn0k .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZihyn0k .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZihyn0k .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZihyn0k .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZihyn0k .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZihyn0k .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZihyn0k .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZihyn0k .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZihyn0k .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZihyn0k .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZihyn0k .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZihyn0k .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZihyn0k .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZihyn0k .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZihyn0k .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZiiiQtL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZiiiQtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZiiiQtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZiiiQtL .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZiiiQtL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZiiiQtL .container {
    padding: 0 20px;
  }
}
.cid-u0NZiiiQtL .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZiiiQtL .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZiiiQtL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZiiiQtL .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZiiiQtL .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZiiiQtL .mbr-section-title,
.cid-u0NZiiiQtL .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZiiLekR {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZiiLekR .container {
    max-width: 1000px;
  }
}
.cid-u0NZiiLekR .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZiiLekR .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZiiLekR .row {
  justify-content: center;
}
.cid-u0NZiiLekR .card-text {
  color: #353535;
}
.cid-u0NZiiLekR .card-title,
.cid-u0NZiiLekR .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZiiLekR .title {
  text-align: center;
}
.cid-u0NZiiLekR text {
  text-align: center;
}
.cid-u0NZikHmuL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZikHmuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZikHmuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZikHmuL .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZikHmuL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZikHmuL .container {
    padding: 0 20px;
  }
}
.cid-u0NZikHmuL .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZikHmuL .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZikHmuL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZikHmuL .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZikHmuL .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZikHmuL .mbr-section-title,
.cid-u0NZikHmuL .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZilgrxH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZilgrxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZilgrxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZilgrxH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZilgrxH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZilgrxH .container {
    padding: 0 20px;
  }
}
.cid-u0NZilgrxH .row {
  justify-content: center;
}
.cid-u0NZilgrxH .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZilgrxH .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZilgrxH .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZilgrxH .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZilgrxH .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZilgrxH .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZilgrxH .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZilgrxH .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZilgrxH .mbr-desc,
.cid-u0NZilgrxH .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19HSxgEqf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19HSxgEqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19HSxgEqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19HSxgEqf .container {
    padding: 0 20px;
  }
}
.cid-u19HSxgEqf .row {
  justify-content: center;
}
.cid-u19HSxgEqf .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19HSxgEqf .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19HSxgEqf .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19HSxgEqf .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19HSxgEqf .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19HSxgEqf .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19HSxgEqf .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19HSxgEqf .mbr-desc {
  color: #e4dfd4;
}
.cid-u19HSxgEqf .mbr-desc,
.cid-u19HSxgEqf .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZm2KK8e .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZm2KK8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZm2KK8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZm2KK8e .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZm2KK8e .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZm2KK8e .menu_box .navbar.opened,
  .cid-u0NZm2KK8e .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZm2KK8e .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZm2KK8e .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZm2KK8e .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZm2KK8e .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZm2KK8e .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZm2KK8e .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZm2KK8e .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZm2KK8e .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZm2KK8e .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZm2KK8e .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZm2KK8e .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZm2KK8e .offcanvas-body .mbr-text,
  .cid-u0NZm2KK8e .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZm2KK8e .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZm2KK8e .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZm2KK8e .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZm2KK8e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZm2KK8e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZm2KK8e .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZm2KK8e .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZm2KK8e ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZm2KK8e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZm2KK8e .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-u0NZm2KK8e .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZm2KK8e 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-u0NZm2KK8e .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZm2KK8e .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZm2KK8e .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZm2KK8e .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZm2KK8e .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZm2KK8e .nav-item .nav-link {
  position: relative;
}
.cid-u0NZm2KK8e .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZm2KK8e .nav-item .nav-link:hover,
.cid-u0NZm2KK8e .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZm2KK8e .nav-item .nav-link:hover::before,
.cid-u0NZm2KK8e .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZm2KK8e .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZm2KK8e .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZm2KK8e .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZm2KK8e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZm2KK8e .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-u0NZm2KK8e .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZm2KK8e .offcanvas_box {
    display: none;
  }
}
.cid-u0NZm2KK8e .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZm2KK8e .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZm2KK8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZm2KK8e .container {
  display: flex;
  margin: auto;
}
.cid-u0NZm2KK8e .iconfont-wrapper {
  color: #ffffff;
  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-u0NZm2KK8e .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZm2KK8e .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZm2KK8e .navbar-caption {
  color: #ffffff;
}
.cid-u0NZm2KK8e .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZm2KK8e .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZm2KK8e .dropdown-menu,
.cid-u0NZm2KK8e .navbar.opened {
  background-color: true !important;
}
.cid-u0NZm2KK8e .nav-item:focus,
.cid-u0NZm2KK8e .nav-link:focus {
  outline: none;
}
.cid-u0NZm2KK8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZm2KK8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZm2KK8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZm2KK8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZm2KK8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZm2KK8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZm2KK8e .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZm2KK8e .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZm2KK8e .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZm2KK8e .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZm2KK8e .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZm2KK8e .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZm2KK8e .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZm2KK8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZm2KK8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZm2KK8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZm2KK8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZm2KK8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZm2KK8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZm2KK8e .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZm2KK8e .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZm2KK8e .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZm2KK8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZm2KK8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZm2KK8e .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZm2KK8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZm2KK8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZm2KK8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZm2KK8e .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZm2KK8e .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZm2KK8e .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZm2KK8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZm2KK8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZm2KK8e .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZm2KK8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZm2KK8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZm2KK8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZm2KK8e .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-u0NZm2KK8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZm2KK8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZm2KK8e .dropdown-item.active,
.cid-u0NZm2KK8e .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZm2KK8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZm2KK8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZm2KK8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZm2KK8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZm2KK8e ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZm2KK8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZm2KK8e button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZm2KK8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZm2KK8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZm2KK8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZm2KK8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZm2KK8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZm2KK8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZm2KK8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZm2KK8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZm2KK8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZm2KK8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZm2KK8e .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-u0NZm2KK8e .navbar {
    height: 70px;
  }
  .cid-u0NZm2KK8e .navbar.opened {
    height: auto;
  }
  .cid-u0NZm2KK8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZm2KK8e .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZm2KK8e .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZm2KK8e .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZm2KK8e .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZm2KK8e .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZm2KK8e .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZm2KK8e .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZm2KK8e .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZm2KK8e .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZm2KK8e .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZm2KK8e .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZm2KK8e .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZm2KK8e .mbr-section-subtitle,
.cid-u0NZm2KK8e .text_widget,
.cid-u0NZm2KK8e .mbr-section-btn {
  text-align: center;
}
.cid-u0NZm2KK8e a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZm2jfLx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZm2jfLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZm2jfLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZm2jfLx .container {
    padding: 0 24px;
  }
}
.cid-u0NZm2jfLx .row {
  position: relative;
}
.cid-u0NZm2jfLx .row .card {
  justify-content: center;
}
.cid-u0NZm2jfLx .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZm2jfLx .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZm2jfLx .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZm2jfLx .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZm2jfLx .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZm2jfLx .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZm2jfLx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZm2jfLx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZm2jfLx .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZm2jfLx .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZm2jfLx .image-wrapper {
  position: relative;
}
.cid-u0NZm2jfLx .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZm2jfLx .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZm2jfLx .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZm2jfLx .mbr-text {
  color: #FF3399;
}
.cid-u0NZm2jfLx .mbr-section-title,
.cid-u0NZm2jfLx .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZm2jfLx .mbr-text,
.cid-u0NZm2jfLx .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZm3jU1y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZm3jU1y .mbr-text {
  margin: 0;
}
.cid-u0NZm3jU1y .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZm3jU1y .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZm3jU1y .row-element,
.cid-u0NZm3jU1y .image-element {
  padding: 0;
}
.cid-u0NZm3jU1y .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZm3jU1y .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZm3jU1y .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZm3jU1y .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZm3jU1y .carousel-item.active,
.cid-u0NZm3jU1y .carousel-item-next,
.cid-u0NZm3jU1y .carousel-item-prev {
  display: flex;
}
.cid-u0NZm3jU1y .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZm3jU1y .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZm3jU1y .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZm3jU1y .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZm3jU1y .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZm3jU1y .carousel-controls {
    display: block;
  }
  .cid-u0NZm3jU1y .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZm3jU1y .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZm3jU1y .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZm3jU1y .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZm3jU1y .text-element {
    padding: 1rem;
  }
  .cid-u0NZm3jU1y .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZm3jU1y .image-element {
    min-width: 50%;
  }
  .cid-u0NZm3jU1y .media-container-row {
    width: 100%;
  }
}
.cid-u0NZm3jU1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZm3jU1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZm3jU1y .mbr-title,
.cid-u0NZm3jU1y .ornament {
  color: #ce320c;
}
.cid-u0NZm40i9j {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZm40i9j .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZm40i9j .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZm40i9j .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZm40i9j .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZm40i9j .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZm40i9j .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZm40i9j .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZm40i9j .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZm40i9j .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZm40i9j .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZm40i9j .soc-item a {
  color: #ffffff;
}
.cid-u0NZm40i9j .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZm40i9j .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZm40i9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZm40i9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZm40i9j .mbr-tag,
.cid-u0NZm40i9j .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZm40i9j .copyright {
  color: #000000;
}
.cid-u19B44M6Z4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19B44M6Z4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19B44M6Z4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19B44M6Z4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19B44M6Z4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19B44M6Z4 .container {
    padding: 0 20px;
  }
}
.cid-u19B44M6Z4 .row {
  justify-content: center;
}
.cid-u19B44M6Z4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19B44M6Z4 .card {
  margin-bottom: 50px;
}
.cid-u19B44M6Z4 .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19B44M6Z4 .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19B44M6Z4 .card .card-wrap a {
  display: block;
}
.cid-u19B44M6Z4 .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19B44M6Z4 .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19B44M6Z4 .mbr-section-title {
  color: #ffffff;
}
.cid-u19B44M6Z4 .mbr-date {
  color: #ffffff;
}
.cid-u19B44M6Z4 .mbr-text {
  color: #ffffff;
}
.cid-u19B44M6Z4 .mbr-section-title,
.cid-u19B44M6Z4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZm4Gey0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZm4Gey0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZm4Gey0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZm4Gey0 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZm4Gey0 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZm4Gey0 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZm4Gey0 .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZm4Gey0 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZm4Gey0 .col-img {
    display: none;
  }
}
.cid-u0NZm4Gey0 .img-wrap {
  width: 100%;
}
.cid-u0NZm4Gey0 .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZm4Gey0 .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZm4Gey0 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZm4Gey0 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZm4Gey0 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZm4Gey0 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZm4Gey0 .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZm4Gey0 .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZm4Gey0 .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZm4Gey0 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZm4Gey0 .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZm4Gey0 .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZm4Gey0 .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZm4Gey0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZm4Gey0 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZm4Gey0 .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZm4Gey0 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZm4Gey0 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZm4Gey0 .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZm5j9kB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZm5j9kB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZm5j9kB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZm5j9kB .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZm5j9kB .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZm5j9kB .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZm5j9kB .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZm5j9kB .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZm5j9kB .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZm5j9kB .col-img {
    display: none;
  }
}
.cid-u0NZm5j9kB .img-wrap {
  width: 100%;
}
.cid-u0NZm5j9kB .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZm5j9kB .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZm5j9kB .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZm5j9kB .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZm5j9kB .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZm5j9kB .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZm5j9kB .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZm5j9kB .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZm5j9kB .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZm5j9kB .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZm5j9kB .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZm5j9kB .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZm5j9kB .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZm5j9kB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZm5j9kB .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZm5j9kB .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZm5j9kB .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZm5j9kB .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZm5j9kB .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZm5SHtG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZm5SHtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZm5SHtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZm5SHtG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZm5SHtG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZm5SHtG .container {
    padding: 0 20px;
  }
}
.cid-u0NZm5SHtG .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZm5SHtG .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZm5SHtG .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZm5SHtG .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZm5SHtG .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZm5SHtG .mbr-section-title,
.cid-u0NZm5SHtG .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZm6lUpC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZm6lUpC .container {
    max-width: 1000px;
  }
}
.cid-u0NZm6lUpC .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZm6lUpC .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZm6lUpC .row {
  justify-content: center;
}
.cid-u0NZm6lUpC .card-text {
  color: #353535;
}
.cid-u0NZm6lUpC .card-title,
.cid-u0NZm6lUpC .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZm6lUpC .title {
  text-align: center;
}
.cid-u0NZm6lUpC text {
  text-align: center;
}
.cid-u0NZm8fF9h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZm8fF9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZm8fF9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZm8fF9h .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZm8fF9h .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZm8fF9h .container {
    padding: 0 20px;
  }
}
.cid-u0NZm8fF9h .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZm8fF9h .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZm8fF9h .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZm8fF9h .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZm8fF9h .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZm8fF9h .mbr-section-title,
.cid-u0NZm8fF9h .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZm8UihT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZm8UihT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZm8UihT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZm8UihT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZm8UihT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZm8UihT .container {
    padding: 0 20px;
  }
}
.cid-u0NZm8UihT .row {
  justify-content: center;
}
.cid-u0NZm8UihT .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZm8UihT .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZm8UihT .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZm8UihT .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZm8UihT .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZm8UihT .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZm8UihT .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZm8UihT .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZm8UihT .mbr-desc,
.cid-u0NZm8UihT .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19I0hj4F9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19I0hj4F9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19I0hj4F9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19I0hj4F9 .container {
    padding: 0 20px;
  }
}
.cid-u19I0hj4F9 .row {
  justify-content: center;
}
.cid-u19I0hj4F9 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19I0hj4F9 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19I0hj4F9 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19I0hj4F9 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19I0hj4F9 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19I0hj4F9 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19I0hj4F9 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19I0hj4F9 .mbr-desc {
  color: #e4dfd4;
}
.cid-u19I0hj4F9 .mbr-desc,
.cid-u19I0hj4F9 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZnlE0aN .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZnlE0aN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZnlE0aN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZnlE0aN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZnlE0aN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZnlE0aN .menu_box .navbar.opened,
  .cid-u0NZnlE0aN .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZnlE0aN .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZnlE0aN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZnlE0aN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZnlE0aN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZnlE0aN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZnlE0aN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZnlE0aN .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZnlE0aN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZnlE0aN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZnlE0aN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZnlE0aN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZnlE0aN .offcanvas-body .mbr-text,
  .cid-u0NZnlE0aN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZnlE0aN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZnlE0aN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZnlE0aN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZnlE0aN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZnlE0aN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZnlE0aN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZnlE0aN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZnlE0aN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZnlE0aN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZnlE0aN .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-u0NZnlE0aN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZnlE0aN 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-u0NZnlE0aN .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZnlE0aN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZnlE0aN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZnlE0aN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZnlE0aN .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZnlE0aN .nav-item .nav-link {
  position: relative;
}
.cid-u0NZnlE0aN .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZnlE0aN .nav-item .nav-link:hover,
.cid-u0NZnlE0aN .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZnlE0aN .nav-item .nav-link:hover::before,
.cid-u0NZnlE0aN .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZnlE0aN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZnlE0aN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZnlE0aN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZnlE0aN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZnlE0aN .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-u0NZnlE0aN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZnlE0aN .offcanvas_box {
    display: none;
  }
}
.cid-u0NZnlE0aN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZnlE0aN .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZnlE0aN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZnlE0aN .container {
  display: flex;
  margin: auto;
}
.cid-u0NZnlE0aN .iconfont-wrapper {
  color: #ffffff;
  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-u0NZnlE0aN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZnlE0aN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZnlE0aN .navbar-caption {
  color: #ffffff;
}
.cid-u0NZnlE0aN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZnlE0aN .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZnlE0aN .dropdown-menu,
.cid-u0NZnlE0aN .navbar.opened {
  background-color: true !important;
}
.cid-u0NZnlE0aN .nav-item:focus,
.cid-u0NZnlE0aN .nav-link:focus {
  outline: none;
}
.cid-u0NZnlE0aN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZnlE0aN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZnlE0aN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZnlE0aN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZnlE0aN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZnlE0aN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZnlE0aN .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZnlE0aN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZnlE0aN .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZnlE0aN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZnlE0aN .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZnlE0aN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZnlE0aN .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZnlE0aN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZnlE0aN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZnlE0aN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZnlE0aN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZnlE0aN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZnlE0aN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZnlE0aN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZnlE0aN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZnlE0aN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZnlE0aN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZnlE0aN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZnlE0aN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZnlE0aN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZnlE0aN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZnlE0aN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZnlE0aN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZnlE0aN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZnlE0aN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZnlE0aN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZnlE0aN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZnlE0aN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZnlE0aN .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZnlE0aN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZnlE0aN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZnlE0aN .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-u0NZnlE0aN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZnlE0aN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZnlE0aN .dropdown-item.active,
.cid-u0NZnlE0aN .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZnlE0aN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZnlE0aN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZnlE0aN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZnlE0aN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZnlE0aN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZnlE0aN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZnlE0aN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZnlE0aN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZnlE0aN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZnlE0aN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZnlE0aN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZnlE0aN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZnlE0aN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZnlE0aN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZnlE0aN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZnlE0aN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZnlE0aN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZnlE0aN .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-u0NZnlE0aN .navbar {
    height: 70px;
  }
  .cid-u0NZnlE0aN .navbar.opened {
    height: auto;
  }
  .cid-u0NZnlE0aN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZnlE0aN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZnlE0aN .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZnlE0aN .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZnlE0aN .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZnlE0aN .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZnlE0aN .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZnlE0aN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZnlE0aN .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZnlE0aN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZnlE0aN .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZnlE0aN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZnlE0aN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZnlE0aN .mbr-section-subtitle,
.cid-u0NZnlE0aN .text_widget,
.cid-u0NZnlE0aN .mbr-section-btn {
  text-align: center;
}
.cid-u0NZnlE0aN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZnkFbwC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZnkFbwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZnkFbwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZnkFbwC .container {
    padding: 0 24px;
  }
}
.cid-u0NZnkFbwC .row {
  position: relative;
}
.cid-u0NZnkFbwC .row .card {
  justify-content: center;
}
.cid-u0NZnkFbwC .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZnkFbwC .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZnkFbwC .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZnkFbwC .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZnkFbwC .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZnkFbwC .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZnkFbwC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZnkFbwC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZnkFbwC .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZnkFbwC .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZnkFbwC .image-wrapper {
  position: relative;
}
.cid-u0NZnkFbwC .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZnkFbwC .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZnkFbwC .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZnkFbwC .mbr-text {
  color: #FF3399;
}
.cid-u0NZnkFbwC .mbr-section-title,
.cid-u0NZnkFbwC .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZnkFbwC .mbr-text,
.cid-u0NZnkFbwC .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZnn9c3y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0NZnn9c3y .mbr-text {
  margin: 0;
}
.cid-u0NZnn9c3y .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u0NZnn9c3y .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u0NZnn9c3y .row-element,
.cid-u0NZnn9c3y .image-element {
  padding: 0;
}
.cid-u0NZnn9c3y .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZnn9c3y .image-element .img-wrap {
  width: 100% !important;
}
.cid-u0NZnn9c3y .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u0NZnn9c3y .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NZnn9c3y .carousel-item.active,
.cid-u0NZnn9c3y .carousel-item-next,
.cid-u0NZnn9c3y .carousel-item-prev {
  display: flex;
}
.cid-u0NZnn9c3y .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u0NZnn9c3y .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u0NZnn9c3y .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u0NZnn9c3y .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u0NZnn9c3y .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u0NZnn9c3y .carousel-controls {
    display: block;
  }
  .cid-u0NZnn9c3y .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u0NZnn9c3y .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u0NZnn9c3y .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u0NZnn9c3y .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u0NZnn9c3y .text-element {
    padding: 1rem;
  }
  .cid-u0NZnn9c3y .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NZnn9c3y .image-element {
    min-width: 50%;
  }
  .cid-u0NZnn9c3y .media-container-row {
    width: 100%;
  }
}
.cid-u0NZnn9c3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZnn9c3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZnn9c3y .mbr-title,
.cid-u0NZnn9c3y .ornament {
  color: #ce320c;
}
.cid-u0NZnobfEY {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZnobfEY .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZnobfEY .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZnobfEY .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZnobfEY .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZnobfEY .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZnobfEY .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZnobfEY .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZnobfEY .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZnobfEY .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZnobfEY .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZnobfEY .soc-item a {
  color: #ffffff;
}
.cid-u0NZnobfEY .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZnobfEY .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZnobfEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZnobfEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NZnobfEY .mbr-tag,
.cid-u0NZnobfEY .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZnobfEY .copyright {
  color: #000000;
}
.cid-u19BawmOA7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19BawmOA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19BawmOA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19BawmOA7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19BawmOA7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19BawmOA7 .container {
    padding: 0 20px;
  }
}
.cid-u19BawmOA7 .row {
  justify-content: center;
}
.cid-u19BawmOA7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19BawmOA7 .card {
  margin-bottom: 50px;
}
.cid-u19BawmOA7 .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19BawmOA7 .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19BawmOA7 .card .card-wrap a {
  display: block;
}
.cid-u19BawmOA7 .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19BawmOA7 .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19BawmOA7 .mbr-section-title {
  color: #ffffff;
}
.cid-u19BawmOA7 .mbr-date {
  color: #ffffff;
}
.cid-u19BawmOA7 .mbr-text {
  color: #ffffff;
}
.cid-u19BawmOA7 .mbr-section-title,
.cid-u19BawmOA7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZnpe5lg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u0NZnpe5lg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZnpe5lg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZnpe5lg .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZnpe5lg .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZnpe5lg .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZnpe5lg .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u0NZnpe5lg .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u0NZnpe5lg .col-img {
    display: none;
  }
}
.cid-u0NZnpe5lg .img-wrap {
  width: 100%;
}
.cid-u0NZnpe5lg .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u0NZnpe5lg .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u0NZnpe5lg .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZnpe5lg .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZnpe5lg .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZnpe5lg .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZnpe5lg .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZnpe5lg .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZnpe5lg .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZnpe5lg .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZnpe5lg .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZnpe5lg .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZnpe5lg .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZnpe5lg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZnpe5lg .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZnpe5lg .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZnpe5lg .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZnpe5lg .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZnpe5lg .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZnq60mZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u0NZnq60mZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZnq60mZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZnq60mZ .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u0NZnq60mZ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0NZnq60mZ .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u0NZnq60mZ .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u0NZnq60mZ .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u0NZnq60mZ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0NZnq60mZ .col-img {
    display: none;
  }
}
.cid-u0NZnq60mZ .img-wrap {
  width: 100%;
}
.cid-u0NZnq60mZ .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u0NZnq60mZ .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u0NZnq60mZ .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u0NZnq60mZ .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u0NZnq60mZ .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u0NZnq60mZ .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u0NZnq60mZ .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u0NZnq60mZ .panel-group {
    margin-top: 0;
  }
}
.cid-u0NZnq60mZ .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u0NZnq60mZ .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u0NZnq60mZ .card-header {
    padding: 8px 0;
  }
}
.cid-u0NZnq60mZ .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u0NZnq60mZ .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u0NZnq60mZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u0NZnq60mZ .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u0NZnq60mZ .panel-title-edit {
  color: #e31e25;
}
.cid-u0NZnq60mZ .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u0NZnq60mZ .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u0NZnq60mZ .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZnqV6tq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZnqV6tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZnqV6tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZnqV6tq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZnqV6tq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZnqV6tq .container {
    padding: 0 20px;
  }
}
.cid-u0NZnqV6tq .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZnqV6tq .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZnqV6tq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZnqV6tq .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZnqV6tq .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZnqV6tq .mbr-section-title,
.cid-u0NZnqV6tq .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZnrDSgG {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZnrDSgG .container {
    max-width: 1000px;
  }
}
.cid-u0NZnrDSgG .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZnrDSgG .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZnrDSgG .row {
  justify-content: center;
}
.cid-u0NZnrDSgG .card-text {
  color: #353535;
}
.cid-u0NZnrDSgG .card-title,
.cid-u0NZnrDSgG .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZnrDSgG .title {
  text-align: center;
}
.cid-u0NZnrDSgG text {
  text-align: center;
}
.cid-u0NZnsxeuu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-u0NZnsxeuu .container {
    max-width: 1000px;
  }
}
.cid-u0NZnsxeuu .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZnsxeuu .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZnsxeuu .row {
  justify-content: center;
}
.cid-u0NZnsxeuu .card-text {
  color: #353535;
}
.cid-u0NZnsxeuu .card-title,
.cid-u0NZnsxeuu .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZnsxeuu .title {
  text-align: center;
}
.cid-u0NZnsxeuu text {
  text-align: center;
}
.cid-u0NZntuLJr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZntuLJr .container {
    max-width: 1000px;
  }
}
.cid-u0NZntuLJr .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZntuLJr .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZntuLJr .row {
  justify-content: center;
}
.cid-u0NZntuLJr .card-text {
  color: #353535;
}
.cid-u0NZntuLJr .card-title,
.cid-u0NZntuLJr .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZntuLJr .title {
  text-align: center;
}
.cid-u0NZntuLJr text {
  text-align: center;
}
.cid-u0NZnuzNgz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NZnuzNgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZnuzNgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZnuzNgz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZnuzNgz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZnuzNgz .container {
    padding: 0 20px;
  }
}
.cid-u0NZnuzNgz .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NZnuzNgz .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NZnuzNgz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NZnuzNgz .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NZnuzNgz .mbr-section-title {
  color: #ffffff;
}
.cid-u0NZnuzNgz .mbr-section-title,
.cid-u0NZnuzNgz .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZnvnsEh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZnvnsEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZnvnsEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZnvnsEh .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZnvnsEh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZnvnsEh .container {
    padding: 0 20px;
  }
}
.cid-u0NZnvnsEh .row {
  justify-content: center;
}
.cid-u0NZnvnsEh .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZnvnsEh .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZnvnsEh .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZnvnsEh .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZnvnsEh .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZnvnsEh .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZnvnsEh .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZnvnsEh .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZnvnsEh .mbr-desc,
.cid-u0NZnvnsEh .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19I6VvkBJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19I6VvkBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19I6VvkBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19I6VvkBJ .container {
    padding: 0 20px;
  }
}
.cid-u19I6VvkBJ .row {
  justify-content: center;
}
.cid-u19I6VvkBJ .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19I6VvkBJ .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19I6VvkBJ .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19I6VvkBJ .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19I6VvkBJ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19I6VvkBJ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19I6VvkBJ .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19I6VvkBJ .mbr-desc {
  color: #e4dfd4;
}
.cid-u19I6VvkBJ .mbr-desc,
.cid-u19I6VvkBJ .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAVNn7FJ .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAVNn7FJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAVNn7FJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAVNn7FJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAVNn7FJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAVNn7FJ .menu_box .navbar.opened,
  .cid-uBsAVNn7FJ .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAVNn7FJ .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAVNn7FJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAVNn7FJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAVNn7FJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAVNn7FJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAVNn7FJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAVNn7FJ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAVNn7FJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAVNn7FJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAVNn7FJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAVNn7FJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAVNn7FJ .offcanvas-body .mbr-text,
  .cid-uBsAVNn7FJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAVNn7FJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAVNn7FJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAVNn7FJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAVNn7FJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAVNn7FJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAVNn7FJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAVNn7FJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAVNn7FJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAVNn7FJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAVNn7FJ .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-uBsAVNn7FJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAVNn7FJ 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-uBsAVNn7FJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAVNn7FJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAVNn7FJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAVNn7FJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAVNn7FJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAVNn7FJ .nav-item .nav-link {
  position: relative;
}
.cid-uBsAVNn7FJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAVNn7FJ .nav-item .nav-link:hover,
.cid-uBsAVNn7FJ .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAVNn7FJ .nav-item .nav-link:hover::before,
.cid-uBsAVNn7FJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAVNn7FJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAVNn7FJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAVNn7FJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAVNn7FJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAVNn7FJ .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-uBsAVNn7FJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAVNn7FJ .offcanvas_box {
    display: none;
  }
}
.cid-uBsAVNn7FJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAVNn7FJ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAVNn7FJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAVNn7FJ .container {
  display: flex;
  margin: auto;
}
.cid-uBsAVNn7FJ .iconfont-wrapper {
  color: #ffffff;
  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-uBsAVNn7FJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAVNn7FJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAVNn7FJ .navbar-caption {
  color: #ffffff;
}
.cid-uBsAVNn7FJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAVNn7FJ .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAVNn7FJ .dropdown-menu,
.cid-uBsAVNn7FJ .navbar.opened {
  background-color: true !important;
}
.cid-uBsAVNn7FJ .nav-item:focus,
.cid-uBsAVNn7FJ .nav-link:focus {
  outline: none;
}
.cid-uBsAVNn7FJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAVNn7FJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAVNn7FJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAVNn7FJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAVNn7FJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAVNn7FJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAVNn7FJ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAVNn7FJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAVNn7FJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAVNn7FJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAVNn7FJ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAVNn7FJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAVNn7FJ .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAVNn7FJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAVNn7FJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAVNn7FJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAVNn7FJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAVNn7FJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAVNn7FJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAVNn7FJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAVNn7FJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAVNn7FJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAVNn7FJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAVNn7FJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAVNn7FJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAVNn7FJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAVNn7FJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAVNn7FJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAVNn7FJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAVNn7FJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAVNn7FJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAVNn7FJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAVNn7FJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAVNn7FJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAVNn7FJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAVNn7FJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAVNn7FJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAVNn7FJ .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-uBsAVNn7FJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAVNn7FJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAVNn7FJ .dropdown-item.active,
.cid-uBsAVNn7FJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAVNn7FJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAVNn7FJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAVNn7FJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAVNn7FJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAVNn7FJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAVNn7FJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAVNn7FJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAVNn7FJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAVNn7FJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAVNn7FJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAVNn7FJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAVNn7FJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAVNn7FJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAVNn7FJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAVNn7FJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAVNn7FJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAVNn7FJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAVNn7FJ .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-uBsAVNn7FJ .navbar {
    height: 70px;
  }
  .cid-uBsAVNn7FJ .navbar.opened {
    height: auto;
  }
  .cid-uBsAVNn7FJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAVNn7FJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAVNn7FJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAVNn7FJ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAVNn7FJ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAVNn7FJ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAVNn7FJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAVNn7FJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAVNn7FJ .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAVNn7FJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAVNn7FJ .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAVNn7FJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAVNn7FJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAVNn7FJ .mbr-section-subtitle,
.cid-uBsAVNn7FJ .text_widget,
.cid-uBsAVNn7FJ .mbr-section-btn {
  text-align: center;
}
.cid-uBsAVNn7FJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAVNOxGj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAVNOxGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAVNOxGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAVNOxGj .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAVNOxGj .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAVNOxGj .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAVNOxGj .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAVNOxGj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAVNOxGj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAVNOxGj .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAVNOxGj .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAVNOxGj .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAVNOxGj .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAVNOxGj .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAVNOxGj .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAVNOxGj .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAVNOxGj .mbr-text {
  color: #050f0f;
}
.cid-uBsAVNOxGj .mbr-text,
.cid-uBsAVNOxGj .text-wrapper,
.cid-uBsAVNOxGj .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAVO2YJL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAVO2YJL .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAVO2YJL .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAVO2YJL .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAVO2YJL .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAVO2YJL .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAVO2YJL .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAVO2YJL .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAVO2YJL .mbr-section-title {
  color: #161616;
}
.cid-uBsAVO2YJL .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAVO2YJL .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAVO2YJL .item:focus,
.cid-uBsAVO2YJL span:focus {
  outline: none;
}
.cid-uBsAVO2YJL .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAVO2YJL .slide-content {
    padding: 16px;
  }
}
.cid-uBsAVO2YJL .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAVO2YJL .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAVO2YJL .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAVO2YJL .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAVO2YJL .item-content {
  margin-top: 24px;
}
.cid-uBsAVO2YJL .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAVO2YJL .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAVO2YJL .item-img {
    height: 324px;
  }
}
.cid-uBsAVO2YJL .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAVO2YJL .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAVO2YJL .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAVO2YJL .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAVO2YJL .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAVO2YJL .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAVO2YJL .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAVO2YJL .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAVO2YJL .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAVO2YJL .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAVO2YJL .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAVO2YJL .date-text {
    max-width: 100%;
  }
}
.cid-uBsAVO2YJL .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAVO2YJL .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAVO2YJL .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAVO2YJL .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAVO2YJL .item-subtitle {
  text-align: left;
}
.cid-uBsAVO2YJL .embla__button--next,
.cid-uBsAVO2YJL .embla__button--prev {
  display: flex;
}
.cid-uBsAVO2YJL .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAVO2YJL .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAVO2YJL .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAVO2YJL .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAVO2YJL .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAVO2YJL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAVO2YJL .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAVO2YJL .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAVO2YJL .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAVO2YJL .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAVO2YJL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAVO2YJL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAVO2YJL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAVO2YJL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAVO2YJL .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAVP4vR8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAVP4vR8 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAVP4vR8 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAVP4vR8 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAVP4vR8 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAVP4vR8 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAVP4vR8 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAVP4vR8 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAVP4vR8 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAVP4vR8 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAVP4vR8 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAVP4vR8 .soc-item a {
  color: #ffffff;
}
.cid-uBsAVP4vR8 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAVP4vR8 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAVP4vR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAVP4vR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAVP4vR8 .mbr-tag,
.cid-uBsAVP4vR8 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAVP4vR8 .copyright {
  color: #000000;
}
.cid-uBsAVPKqmK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAVPKqmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAVPKqmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAVPKqmK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAVPKqmK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAVPKqmK .container {
    padding: 0 20px;
  }
}
.cid-uBsAVPKqmK .row {
  justify-content: center;
}
.cid-uBsAVPKqmK .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAVPKqmK .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAVPKqmK .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAVPKqmK .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAVPKqmK .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAVPKqmK .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAVPKqmK .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAVPKqmK .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAVPKqmK .mbr-desc,
.cid-uBsAVPKqmK .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAUgGVQ7 .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAUgGVQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAUgGVQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAUgGVQ7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAUgGVQ7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAUgGVQ7 .menu_box .navbar.opened,
  .cid-uBsAUgGVQ7 .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAUgGVQ7 .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAUgGVQ7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAUgGVQ7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAUgGVQ7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAUgGVQ7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAUgGVQ7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAUgGVQ7 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAUgGVQ7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAUgGVQ7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAUgGVQ7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAUgGVQ7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAUgGVQ7 .offcanvas-body .mbr-text,
  .cid-uBsAUgGVQ7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAUgGVQ7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAUgGVQ7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAUgGVQ7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAUgGVQ7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAUgGVQ7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAUgGVQ7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAUgGVQ7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAUgGVQ7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAUgGVQ7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAUgGVQ7 .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-uBsAUgGVQ7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAUgGVQ7 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-uBsAUgGVQ7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAUgGVQ7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAUgGVQ7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAUgGVQ7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAUgGVQ7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAUgGVQ7 .nav-item .nav-link {
  position: relative;
}
.cid-uBsAUgGVQ7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAUgGVQ7 .nav-item .nav-link:hover,
.cid-uBsAUgGVQ7 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAUgGVQ7 .nav-item .nav-link:hover::before,
.cid-uBsAUgGVQ7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAUgGVQ7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAUgGVQ7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAUgGVQ7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAUgGVQ7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAUgGVQ7 .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-uBsAUgGVQ7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAUgGVQ7 .offcanvas_box {
    display: none;
  }
}
.cid-uBsAUgGVQ7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAUgGVQ7 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAUgGVQ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAUgGVQ7 .container {
  display: flex;
  margin: auto;
}
.cid-uBsAUgGVQ7 .iconfont-wrapper {
  color: #ffffff;
  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-uBsAUgGVQ7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAUgGVQ7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAUgGVQ7 .navbar-caption {
  color: #ffffff;
}
.cid-uBsAUgGVQ7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAUgGVQ7 .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAUgGVQ7 .dropdown-menu,
.cid-uBsAUgGVQ7 .navbar.opened {
  background-color: true !important;
}
.cid-uBsAUgGVQ7 .nav-item:focus,
.cid-uBsAUgGVQ7 .nav-link:focus {
  outline: none;
}
.cid-uBsAUgGVQ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAUgGVQ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAUgGVQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAUgGVQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAUgGVQ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAUgGVQ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAUgGVQ7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAUgGVQ7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAUgGVQ7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAUgGVQ7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAUgGVQ7 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAUgGVQ7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAUgGVQ7 .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAUgGVQ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAUgGVQ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAUgGVQ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAUgGVQ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAUgGVQ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAUgGVQ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAUgGVQ7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAUgGVQ7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAUgGVQ7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAUgGVQ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAUgGVQ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAUgGVQ7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAUgGVQ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAUgGVQ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAUgGVQ7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAUgGVQ7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAUgGVQ7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAUgGVQ7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAUgGVQ7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAUgGVQ7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAUgGVQ7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAUgGVQ7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAUgGVQ7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAUgGVQ7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAUgGVQ7 .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-uBsAUgGVQ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAUgGVQ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAUgGVQ7 .dropdown-item.active,
.cid-uBsAUgGVQ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAUgGVQ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAUgGVQ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAUgGVQ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAUgGVQ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAUgGVQ7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAUgGVQ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAUgGVQ7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAUgGVQ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAUgGVQ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAUgGVQ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAUgGVQ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAUgGVQ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAUgGVQ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAUgGVQ7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAUgGVQ7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAUgGVQ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAUgGVQ7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAUgGVQ7 .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-uBsAUgGVQ7 .navbar {
    height: 70px;
  }
  .cid-uBsAUgGVQ7 .navbar.opened {
    height: auto;
  }
  .cid-uBsAUgGVQ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAUgGVQ7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAUgGVQ7 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAUgGVQ7 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAUgGVQ7 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAUgGVQ7 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAUgGVQ7 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAUgGVQ7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAUgGVQ7 .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAUgGVQ7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAUgGVQ7 .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAUgGVQ7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAUgGVQ7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAUgGVQ7 .mbr-section-subtitle,
.cid-uBsAUgGVQ7 .text_widget,
.cid-uBsAUgGVQ7 .mbr-section-btn {
  text-align: center;
}
.cid-uBsAUgGVQ7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAUh3Ukf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAUh3Ukf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAUh3Ukf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAUh3Ukf .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAUh3Ukf .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAUh3Ukf .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAUh3Ukf .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAUh3Ukf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAUh3Ukf .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAUh3Ukf .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAUh3Ukf .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAUh3Ukf .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAUh3Ukf .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAUh3Ukf .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAUh3Ukf .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAUh3Ukf .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAUh3Ukf .mbr-text {
  color: #050f0f;
}
.cid-uBsAUh3Ukf .mbr-text,
.cid-uBsAUh3Ukf .text-wrapper,
.cid-uBsAUh3Ukf .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAUhgGoY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAUhgGoY .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAUhgGoY .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAUhgGoY .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAUhgGoY .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAUhgGoY .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAUhgGoY .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAUhgGoY .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAUhgGoY .mbr-section-title {
  color: #161616;
}
.cid-uBsAUhgGoY .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAUhgGoY .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAUhgGoY .item:focus,
.cid-uBsAUhgGoY span:focus {
  outline: none;
}
.cid-uBsAUhgGoY .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAUhgGoY .slide-content {
    padding: 16px;
  }
}
.cid-uBsAUhgGoY .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAUhgGoY .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAUhgGoY .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAUhgGoY .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAUhgGoY .item-content {
  margin-top: 24px;
}
.cid-uBsAUhgGoY .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAUhgGoY .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAUhgGoY .item-img {
    height: 324px;
  }
}
.cid-uBsAUhgGoY .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAUhgGoY .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAUhgGoY .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAUhgGoY .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAUhgGoY .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAUhgGoY .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAUhgGoY .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAUhgGoY .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAUhgGoY .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAUhgGoY .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAUhgGoY .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAUhgGoY .date-text {
    max-width: 100%;
  }
}
.cid-uBsAUhgGoY .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAUhgGoY .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAUhgGoY .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAUhgGoY .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAUhgGoY .item-subtitle {
  text-align: left;
}
.cid-uBsAUhgGoY .embla__button--next,
.cid-uBsAUhgGoY .embla__button--prev {
  display: flex;
}
.cid-uBsAUhgGoY .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAUhgGoY .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAUhgGoY .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAUhgGoY .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAUhgGoY .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAUhgGoY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAUhgGoY .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAUhgGoY .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAUhgGoY .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAUhgGoY .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAUhgGoY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAUhgGoY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAUhgGoY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAUhgGoY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAUhgGoY .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAUihtKv {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAUihtKv .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAUihtKv .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAUihtKv .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAUihtKv .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAUihtKv .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAUihtKv .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAUihtKv .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAUihtKv .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAUihtKv .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAUihtKv .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAUihtKv .soc-item a {
  color: #ffffff;
}
.cid-uBsAUihtKv .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAUihtKv .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAUihtKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAUihtKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAUihtKv .mbr-tag,
.cid-uBsAUihtKv .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAUihtKv .copyright {
  color: #000000;
}
.cid-uBsAUiWj86 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAUiWj86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAUiWj86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAUiWj86 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAUiWj86 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAUiWj86 .container {
    padding: 0 20px;
  }
}
.cid-uBsAUiWj86 .row {
  justify-content: center;
}
.cid-uBsAUiWj86 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAUiWj86 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAUiWj86 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAUiWj86 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAUiWj86 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAUiWj86 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAUiWj86 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAUiWj86 .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAUiWj86 .mbr-desc,
.cid-uBsAUiWj86 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsBlx1UYi .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsBlx1UYi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsBlx1UYi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsBlx1UYi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsBlx1UYi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsBlx1UYi .menu_box .navbar.opened,
  .cid-uBsBlx1UYi .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsBlx1UYi .navbar-dropdown {
  position: relative !important;
}
.cid-uBsBlx1UYi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsBlx1UYi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsBlx1UYi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsBlx1UYi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsBlx1UYi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsBlx1UYi .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsBlx1UYi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsBlx1UYi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsBlx1UYi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsBlx1UYi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsBlx1UYi .offcanvas-body .mbr-text,
  .cid-uBsBlx1UYi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsBlx1UYi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsBlx1UYi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsBlx1UYi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsBlx1UYi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsBlx1UYi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsBlx1UYi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsBlx1UYi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsBlx1UYi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsBlx1UYi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsBlx1UYi .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-uBsBlx1UYi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsBlx1UYi 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-uBsBlx1UYi .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsBlx1UYi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsBlx1UYi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsBlx1UYi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsBlx1UYi .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsBlx1UYi .nav-item .nav-link {
  position: relative;
}
.cid-uBsBlx1UYi .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsBlx1UYi .nav-item .nav-link:hover,
.cid-uBsBlx1UYi .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsBlx1UYi .nav-item .nav-link:hover::before,
.cid-uBsBlx1UYi .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsBlx1UYi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsBlx1UYi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsBlx1UYi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsBlx1UYi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsBlx1UYi .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-uBsBlx1UYi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsBlx1UYi .offcanvas_box {
    display: none;
  }
}
.cid-uBsBlx1UYi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsBlx1UYi .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsBlx1UYi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsBlx1UYi .container {
  display: flex;
  margin: auto;
}
.cid-uBsBlx1UYi .iconfont-wrapper {
  color: #ffffff;
  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-uBsBlx1UYi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsBlx1UYi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsBlx1UYi .navbar-caption {
  color: #ffffff;
}
.cid-uBsBlx1UYi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsBlx1UYi .navbar-nav {
    margin: 0;
  }
}
.cid-uBsBlx1UYi .dropdown-menu,
.cid-uBsBlx1UYi .navbar.opened {
  background-color: true !important;
}
.cid-uBsBlx1UYi .nav-item:focus,
.cid-uBsBlx1UYi .nav-link:focus {
  outline: none;
}
.cid-uBsBlx1UYi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsBlx1UYi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsBlx1UYi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsBlx1UYi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsBlx1UYi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsBlx1UYi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsBlx1UYi .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsBlx1UYi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsBlx1UYi .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsBlx1UYi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsBlx1UYi .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsBlx1UYi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsBlx1UYi .navbar.collapsed {
  justify-content: center;
}
.cid-uBsBlx1UYi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsBlx1UYi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsBlx1UYi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsBlx1UYi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsBlx1UYi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsBlx1UYi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsBlx1UYi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsBlx1UYi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsBlx1UYi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsBlx1UYi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsBlx1UYi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsBlx1UYi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsBlx1UYi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsBlx1UYi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsBlx1UYi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsBlx1UYi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsBlx1UYi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsBlx1UYi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsBlx1UYi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsBlx1UYi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsBlx1UYi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsBlx1UYi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsBlx1UYi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsBlx1UYi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsBlx1UYi .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-uBsBlx1UYi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsBlx1UYi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsBlx1UYi .dropdown-item.active,
.cid-uBsBlx1UYi .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsBlx1UYi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsBlx1UYi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsBlx1UYi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsBlx1UYi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsBlx1UYi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsBlx1UYi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsBlx1UYi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsBlx1UYi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsBlx1UYi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsBlx1UYi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsBlx1UYi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsBlx1UYi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsBlx1UYi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsBlx1UYi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsBlx1UYi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsBlx1UYi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsBlx1UYi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsBlx1UYi .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-uBsBlx1UYi .navbar {
    height: 70px;
  }
  .cid-uBsBlx1UYi .navbar.opened {
    height: auto;
  }
  .cid-uBsBlx1UYi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsBlx1UYi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsBlx1UYi .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsBlx1UYi .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsBlx1UYi .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsBlx1UYi .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsBlx1UYi .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsBlx1UYi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsBlx1UYi .text_widget {
  margin-bottom: 32px;
}
.cid-uBsBlx1UYi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsBlx1UYi .text_widget a:hover {
  opacity: .5;
}
.cid-uBsBlx1UYi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBlx1UYi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBlx1UYi .mbr-section-subtitle,
.cid-uBsBlx1UYi .text_widget,
.cid-uBsBlx1UYi .mbr-section-btn {
  text-align: center;
}
.cid-uBsBlx1UYi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsBlxqwvA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsBlxqwvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBlxqwvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsBlxqwvA .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsBlxqwvA .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsBlxqwvA .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsBlxqwvA .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsBlxqwvA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsBlxqwvA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsBlxqwvA .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsBlxqwvA .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsBlxqwvA .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsBlxqwvA .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsBlxqwvA .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsBlxqwvA .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsBlxqwvA .mbr-section-title {
  color: #050f0f;
}
.cid-uBsBlxqwvA .mbr-text {
  color: #050f0f;
}
.cid-uBsBlxqwvA .mbr-text,
.cid-uBsBlxqwvA .text-wrapper,
.cid-uBsBlxqwvA .rating-wrapper {
  color: #050f0f;
}
.cid-uBsBlxDD9S {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsBlxDD9S .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsBlxDD9S .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsBlxDD9S .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsBlxDD9S .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsBlxDD9S .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsBlxDD9S .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsBlxDD9S .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsBlxDD9S .mbr-section-title {
  color: #161616;
}
.cid-uBsBlxDD9S .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsBlxDD9S .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsBlxDD9S .item:focus,
.cid-uBsBlxDD9S span:focus {
  outline: none;
}
.cid-uBsBlxDD9S .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsBlxDD9S .slide-content {
    padding: 16px;
  }
}
.cid-uBsBlxDD9S .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsBlxDD9S .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsBlxDD9S .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsBlxDD9S .embla__slide {
    max-width: initial;
  }
}
.cid-uBsBlxDD9S .item-content {
  margin-top: 24px;
}
.cid-uBsBlxDD9S .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsBlxDD9S .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsBlxDD9S .item-img {
    height: 324px;
  }
}
.cid-uBsBlxDD9S .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsBlxDD9S .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsBlxDD9S .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsBlxDD9S .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsBlxDD9S .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsBlxDD9S .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsBlxDD9S .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsBlxDD9S .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsBlxDD9S .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsBlxDD9S .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsBlxDD9S .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsBlxDD9S .date-text {
    max-width: 100%;
  }
}
.cid-uBsBlxDD9S .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsBlxDD9S .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsBlxDD9S .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsBlxDD9S .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsBlxDD9S .item-subtitle {
  text-align: left;
}
.cid-uBsBlxDD9S .embla__button--next,
.cid-uBsBlxDD9S .embla__button--prev {
  display: flex;
}
.cid-uBsBlxDD9S .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsBlxDD9S .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsBlxDD9S .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsBlxDD9S .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsBlxDD9S .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsBlxDD9S .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsBlxDD9S .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsBlxDD9S .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsBlxDD9S .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsBlxDD9S .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsBlxDD9S .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsBlxDD9S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsBlxDD9S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsBlxDD9S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsBlxDD9S .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsBlyIzc4 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsBlyIzc4 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsBlyIzc4 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsBlyIzc4 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsBlyIzc4 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsBlyIzc4 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsBlyIzc4 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsBlyIzc4 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsBlyIzc4 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsBlyIzc4 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsBlyIzc4 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsBlyIzc4 .soc-item a {
  color: #ffffff;
}
.cid-uBsBlyIzc4 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsBlyIzc4 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsBlyIzc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBlyIzc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsBlyIzc4 .mbr-tag,
.cid-uBsBlyIzc4 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBlyIzc4 .copyright {
  color: #000000;
}
.cid-uBsBlzpZUJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsBlzpZUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBlzpZUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsBlzpZUJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsBlzpZUJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsBlzpZUJ .container {
    padding: 0 20px;
  }
}
.cid-uBsBlzpZUJ .row {
  justify-content: center;
}
.cid-uBsBlzpZUJ .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsBlzpZUJ .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsBlzpZUJ .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsBlzpZUJ .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsBlzpZUJ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsBlzpZUJ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsBlzpZUJ .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsBlzpZUJ .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsBlzpZUJ .mbr-desc,
.cid-uBsBlzpZUJ .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsEDu0PL9 .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsEDu0PL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsEDu0PL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsEDu0PL9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsEDu0PL9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsEDu0PL9 .menu_box .navbar.opened,
  .cid-uBsEDu0PL9 .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsEDu0PL9 .navbar-dropdown {
  position: relative !important;
}
.cid-uBsEDu0PL9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsEDu0PL9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsEDu0PL9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsEDu0PL9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsEDu0PL9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsEDu0PL9 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsEDu0PL9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsEDu0PL9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsEDu0PL9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsEDu0PL9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsEDu0PL9 .offcanvas-body .mbr-text,
  .cid-uBsEDu0PL9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsEDu0PL9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsEDu0PL9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsEDu0PL9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsEDu0PL9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsEDu0PL9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsEDu0PL9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsEDu0PL9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsEDu0PL9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsEDu0PL9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsEDu0PL9 .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-uBsEDu0PL9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsEDu0PL9 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-uBsEDu0PL9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsEDu0PL9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsEDu0PL9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsEDu0PL9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsEDu0PL9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsEDu0PL9 .nav-item .nav-link {
  position: relative;
}
.cid-uBsEDu0PL9 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsEDu0PL9 .nav-item .nav-link:hover,
.cid-uBsEDu0PL9 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsEDu0PL9 .nav-item .nav-link:hover::before,
.cid-uBsEDu0PL9 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsEDu0PL9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsEDu0PL9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsEDu0PL9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsEDu0PL9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsEDu0PL9 .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-uBsEDu0PL9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsEDu0PL9 .offcanvas_box {
    display: none;
  }
}
.cid-uBsEDu0PL9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsEDu0PL9 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsEDu0PL9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsEDu0PL9 .container {
  display: flex;
  margin: auto;
}
.cid-uBsEDu0PL9 .iconfont-wrapper {
  color: #ffffff;
  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-uBsEDu0PL9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsEDu0PL9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsEDu0PL9 .navbar-caption {
  color: #ffffff;
}
.cid-uBsEDu0PL9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsEDu0PL9 .navbar-nav {
    margin: 0;
  }
}
.cid-uBsEDu0PL9 .dropdown-menu,
.cid-uBsEDu0PL9 .navbar.opened {
  background-color: true !important;
}
.cid-uBsEDu0PL9 .nav-item:focus,
.cid-uBsEDu0PL9 .nav-link:focus {
  outline: none;
}
.cid-uBsEDu0PL9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsEDu0PL9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsEDu0PL9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsEDu0PL9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsEDu0PL9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsEDu0PL9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsEDu0PL9 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsEDu0PL9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsEDu0PL9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsEDu0PL9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsEDu0PL9 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsEDu0PL9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsEDu0PL9 .navbar.collapsed {
  justify-content: center;
}
.cid-uBsEDu0PL9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsEDu0PL9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsEDu0PL9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsEDu0PL9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsEDu0PL9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsEDu0PL9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsEDu0PL9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsEDu0PL9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsEDu0PL9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsEDu0PL9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsEDu0PL9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsEDu0PL9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsEDu0PL9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsEDu0PL9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsEDu0PL9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsEDu0PL9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsEDu0PL9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsEDu0PL9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsEDu0PL9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsEDu0PL9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsEDu0PL9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsEDu0PL9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsEDu0PL9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsEDu0PL9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsEDu0PL9 .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-uBsEDu0PL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsEDu0PL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsEDu0PL9 .dropdown-item.active,
.cid-uBsEDu0PL9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsEDu0PL9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsEDu0PL9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsEDu0PL9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsEDu0PL9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsEDu0PL9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsEDu0PL9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsEDu0PL9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsEDu0PL9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsEDu0PL9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsEDu0PL9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsEDu0PL9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsEDu0PL9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsEDu0PL9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsEDu0PL9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsEDu0PL9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsEDu0PL9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsEDu0PL9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsEDu0PL9 .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-uBsEDu0PL9 .navbar {
    height: 70px;
  }
  .cid-uBsEDu0PL9 .navbar.opened {
    height: auto;
  }
  .cid-uBsEDu0PL9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsEDu0PL9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsEDu0PL9 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsEDu0PL9 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsEDu0PL9 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsEDu0PL9 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsEDu0PL9 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsEDu0PL9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsEDu0PL9 .text_widget {
  margin-bottom: 32px;
}
.cid-uBsEDu0PL9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsEDu0PL9 .text_widget a:hover {
  opacity: .5;
}
.cid-uBsEDu0PL9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsEDu0PL9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsEDu0PL9 .mbr-section-subtitle,
.cid-uBsEDu0PL9 .text_widget,
.cid-uBsEDu0PL9 .mbr-section-btn {
  text-align: center;
}
.cid-uBsEDu0PL9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsEDurHnv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsEDurHnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsEDurHnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsEDurHnv .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsEDurHnv .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsEDurHnv .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsEDurHnv .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsEDurHnv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsEDurHnv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsEDurHnv .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsEDurHnv .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsEDurHnv .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsEDurHnv .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsEDurHnv .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsEDurHnv .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsEDurHnv .mbr-section-title {
  color: #050f0f;
}
.cid-uBsEDurHnv .mbr-text {
  color: #050f0f;
}
.cid-uBsEDurHnv .mbr-text,
.cid-uBsEDurHnv .text-wrapper,
.cid-uBsEDurHnv .rating-wrapper {
  color: #050f0f;
}
.cid-uBsEDuG5s8 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsEDuG5s8 .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsEDuG5s8 .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsEDuG5s8 .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsEDuG5s8 .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsEDuG5s8 .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsEDuG5s8 .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsEDuG5s8 .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsEDuG5s8 .mbr-section-title {
  color: #161616;
}
.cid-uBsEDuG5s8 .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsEDuG5s8 .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsEDuG5s8 .item:focus,
.cid-uBsEDuG5s8 span:focus {
  outline: none;
}
.cid-uBsEDuG5s8 .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsEDuG5s8 .slide-content {
    padding: 16px;
  }
}
.cid-uBsEDuG5s8 .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsEDuG5s8 .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsEDuG5s8 .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsEDuG5s8 .embla__slide {
    max-width: initial;
  }
}
.cid-uBsEDuG5s8 .item-content {
  margin-top: 24px;
}
.cid-uBsEDuG5s8 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsEDuG5s8 .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsEDuG5s8 .item-img {
    height: 324px;
  }
}
.cid-uBsEDuG5s8 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsEDuG5s8 .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsEDuG5s8 .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsEDuG5s8 .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsEDuG5s8 .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsEDuG5s8 .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsEDuG5s8 .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsEDuG5s8 .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsEDuG5s8 .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsEDuG5s8 .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsEDuG5s8 .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsEDuG5s8 .date-text {
    max-width: 100%;
  }
}
.cid-uBsEDuG5s8 .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsEDuG5s8 .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsEDuG5s8 .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsEDuG5s8 .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsEDuG5s8 .item-subtitle {
  text-align: left;
}
.cid-uBsEDuG5s8 .embla__button--next,
.cid-uBsEDuG5s8 .embla__button--prev {
  display: flex;
}
.cid-uBsEDuG5s8 .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsEDuG5s8 .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsEDuG5s8 .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsEDuG5s8 .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsEDuG5s8 .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsEDuG5s8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsEDuG5s8 .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsEDuG5s8 .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsEDuG5s8 .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsEDuG5s8 .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsEDuG5s8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsEDuG5s8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsEDuG5s8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsEDuG5s8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsEDuG5s8 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsEDvVr7L {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsEDvVr7L .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsEDvVr7L .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsEDvVr7L .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsEDvVr7L .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsEDvVr7L .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsEDvVr7L .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsEDvVr7L .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsEDvVr7L .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsEDvVr7L .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsEDvVr7L .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsEDvVr7L .soc-item a {
  color: #ffffff;
}
.cid-uBsEDvVr7L .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsEDvVr7L .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsEDvVr7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsEDvVr7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsEDvVr7L .mbr-tag,
.cid-uBsEDvVr7L .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsEDvVr7L .copyright {
  color: #000000;
}
.cid-uBsEDwEugy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsEDwEugy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsEDwEugy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsEDwEugy .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsEDwEugy .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsEDwEugy .container {
    padding: 0 20px;
  }
}
.cid-uBsEDwEugy .row {
  justify-content: center;
}
.cid-uBsEDwEugy .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsEDwEugy .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsEDwEugy .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsEDwEugy .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsEDwEugy .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsEDwEugy .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsEDwEugy .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsEDwEugy .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsEDwEugy .mbr-desc,
.cid-uBsEDwEugy .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsEJRoGiV .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsEJRoGiV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsEJRoGiV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsEJRoGiV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsEJRoGiV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsEJRoGiV .menu_box .navbar.opened,
  .cid-uBsEJRoGiV .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsEJRoGiV .navbar-dropdown {
  position: relative !important;
}
.cid-uBsEJRoGiV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsEJRoGiV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsEJRoGiV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsEJRoGiV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsEJRoGiV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsEJRoGiV .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsEJRoGiV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsEJRoGiV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsEJRoGiV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsEJRoGiV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsEJRoGiV .offcanvas-body .mbr-text,
  .cid-uBsEJRoGiV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsEJRoGiV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsEJRoGiV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsEJRoGiV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsEJRoGiV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsEJRoGiV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsEJRoGiV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsEJRoGiV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsEJRoGiV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsEJRoGiV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsEJRoGiV .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-uBsEJRoGiV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsEJRoGiV 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-uBsEJRoGiV .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsEJRoGiV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsEJRoGiV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsEJRoGiV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsEJRoGiV .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsEJRoGiV .nav-item .nav-link {
  position: relative;
}
.cid-uBsEJRoGiV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsEJRoGiV .nav-item .nav-link:hover,
.cid-uBsEJRoGiV .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsEJRoGiV .nav-item .nav-link:hover::before,
.cid-uBsEJRoGiV .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsEJRoGiV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsEJRoGiV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsEJRoGiV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsEJRoGiV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsEJRoGiV .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-uBsEJRoGiV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsEJRoGiV .offcanvas_box {
    display: none;
  }
}
.cid-uBsEJRoGiV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsEJRoGiV .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsEJRoGiV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsEJRoGiV .container {
  display: flex;
  margin: auto;
}
.cid-uBsEJRoGiV .iconfont-wrapper {
  color: #ffffff;
  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-uBsEJRoGiV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsEJRoGiV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsEJRoGiV .navbar-caption {
  color: #ffffff;
}
.cid-uBsEJRoGiV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsEJRoGiV .navbar-nav {
    margin: 0;
  }
}
.cid-uBsEJRoGiV .dropdown-menu,
.cid-uBsEJRoGiV .navbar.opened {
  background-color: true !important;
}
.cid-uBsEJRoGiV .nav-item:focus,
.cid-uBsEJRoGiV .nav-link:focus {
  outline: none;
}
.cid-uBsEJRoGiV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsEJRoGiV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsEJRoGiV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsEJRoGiV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsEJRoGiV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsEJRoGiV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsEJRoGiV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsEJRoGiV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsEJRoGiV .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsEJRoGiV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsEJRoGiV .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsEJRoGiV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsEJRoGiV .navbar.collapsed {
  justify-content: center;
}
.cid-uBsEJRoGiV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsEJRoGiV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsEJRoGiV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsEJRoGiV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsEJRoGiV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsEJRoGiV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsEJRoGiV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsEJRoGiV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsEJRoGiV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsEJRoGiV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsEJRoGiV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsEJRoGiV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsEJRoGiV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsEJRoGiV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsEJRoGiV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsEJRoGiV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsEJRoGiV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsEJRoGiV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsEJRoGiV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsEJRoGiV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsEJRoGiV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsEJRoGiV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsEJRoGiV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsEJRoGiV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsEJRoGiV .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-uBsEJRoGiV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsEJRoGiV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsEJRoGiV .dropdown-item.active,
.cid-uBsEJRoGiV .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsEJRoGiV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsEJRoGiV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsEJRoGiV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsEJRoGiV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsEJRoGiV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsEJRoGiV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsEJRoGiV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsEJRoGiV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsEJRoGiV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsEJRoGiV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsEJRoGiV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsEJRoGiV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsEJRoGiV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsEJRoGiV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsEJRoGiV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsEJRoGiV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsEJRoGiV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsEJRoGiV .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-uBsEJRoGiV .navbar {
    height: 70px;
  }
  .cid-uBsEJRoGiV .navbar.opened {
    height: auto;
  }
  .cid-uBsEJRoGiV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsEJRoGiV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsEJRoGiV .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsEJRoGiV .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsEJRoGiV .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsEJRoGiV .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsEJRoGiV .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsEJRoGiV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsEJRoGiV .text_widget {
  margin-bottom: 32px;
}
.cid-uBsEJRoGiV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsEJRoGiV .text_widget a:hover {
  opacity: .5;
}
.cid-uBsEJRoGiV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsEJRoGiV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsEJRoGiV .mbr-section-subtitle,
.cid-uBsEJRoGiV .text_widget,
.cid-uBsEJRoGiV .mbr-section-btn {
  text-align: center;
}
.cid-uBsEJRoGiV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsEJRMktG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsEJRMktG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsEJRMktG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsEJRMktG .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsEJRMktG .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsEJRMktG .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsEJRMktG .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsEJRMktG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsEJRMktG .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsEJRMktG .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsEJRMktG .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsEJRMktG .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsEJRMktG .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsEJRMktG .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsEJRMktG .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsEJRMktG .mbr-section-title {
  color: #050f0f;
}
.cid-uBsEJRMktG .mbr-text {
  color: #050f0f;
}
.cid-uBsEJRMktG .mbr-text,
.cid-uBsEJRMktG .text-wrapper,
.cid-uBsEJRMktG .rating-wrapper {
  color: #050f0f;
}
.cid-uBsEJS0hyJ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsEJS0hyJ .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsEJS0hyJ .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsEJS0hyJ .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsEJS0hyJ .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsEJS0hyJ .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsEJS0hyJ .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsEJS0hyJ .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsEJS0hyJ .mbr-section-title {
  color: #161616;
}
.cid-uBsEJS0hyJ .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsEJS0hyJ .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsEJS0hyJ .item:focus,
.cid-uBsEJS0hyJ span:focus {
  outline: none;
}
.cid-uBsEJS0hyJ .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsEJS0hyJ .slide-content {
    padding: 16px;
  }
}
.cid-uBsEJS0hyJ .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsEJS0hyJ .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsEJS0hyJ .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsEJS0hyJ .embla__slide {
    max-width: initial;
  }
}
.cid-uBsEJS0hyJ .item-content {
  margin-top: 24px;
}
.cid-uBsEJS0hyJ .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsEJS0hyJ .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsEJS0hyJ .item-img {
    height: 324px;
  }
}
.cid-uBsEJS0hyJ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsEJS0hyJ .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsEJS0hyJ .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsEJS0hyJ .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsEJS0hyJ .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsEJS0hyJ .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsEJS0hyJ .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsEJS0hyJ .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsEJS0hyJ .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsEJS0hyJ .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsEJS0hyJ .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsEJS0hyJ .date-text {
    max-width: 100%;
  }
}
.cid-uBsEJS0hyJ .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsEJS0hyJ .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsEJS0hyJ .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsEJS0hyJ .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsEJS0hyJ .item-subtitle {
  text-align: left;
}
.cid-uBsEJS0hyJ .embla__button--next,
.cid-uBsEJS0hyJ .embla__button--prev {
  display: flex;
}
.cid-uBsEJS0hyJ .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsEJS0hyJ .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsEJS0hyJ .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsEJS0hyJ .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsEJS0hyJ .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsEJS0hyJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsEJS0hyJ .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsEJS0hyJ .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsEJS0hyJ .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsEJS0hyJ .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsEJS0hyJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsEJS0hyJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsEJS0hyJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsEJS0hyJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsEJS0hyJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsEJT3fS5 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsEJT3fS5 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsEJT3fS5 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsEJT3fS5 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsEJT3fS5 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsEJT3fS5 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsEJT3fS5 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsEJT3fS5 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsEJT3fS5 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsEJT3fS5 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsEJT3fS5 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsEJT3fS5 .soc-item a {
  color: #ffffff;
}
.cid-uBsEJT3fS5 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsEJT3fS5 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsEJT3fS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsEJT3fS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsEJT3fS5 .mbr-tag,
.cid-uBsEJT3fS5 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsEJT3fS5 .copyright {
  color: #000000;
}
.cid-uBsEJTLid6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsEJTLid6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsEJTLid6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsEJTLid6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsEJTLid6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsEJTLid6 .container {
    padding: 0 20px;
  }
}
.cid-uBsEJTLid6 .row {
  justify-content: center;
}
.cid-uBsEJTLid6 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsEJTLid6 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsEJTLid6 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsEJTLid6 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsEJTLid6 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsEJTLid6 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsEJTLid6 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsEJTLid6 .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsEJTLid6 .mbr-desc,
.cid-uBsEJTLid6 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsBjh2rEC .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsBjh2rEC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsBjh2rEC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsBjh2rEC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsBjh2rEC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsBjh2rEC .menu_box .navbar.opened,
  .cid-uBsBjh2rEC .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsBjh2rEC .navbar-dropdown {
  position: relative !important;
}
.cid-uBsBjh2rEC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsBjh2rEC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsBjh2rEC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsBjh2rEC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsBjh2rEC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsBjh2rEC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsBjh2rEC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsBjh2rEC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsBjh2rEC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsBjh2rEC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsBjh2rEC .offcanvas-body .mbr-text,
  .cid-uBsBjh2rEC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsBjh2rEC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsBjh2rEC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsBjh2rEC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsBjh2rEC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsBjh2rEC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsBjh2rEC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsBjh2rEC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsBjh2rEC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsBjh2rEC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsBjh2rEC .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-uBsBjh2rEC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsBjh2rEC 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-uBsBjh2rEC .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsBjh2rEC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsBjh2rEC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsBjh2rEC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsBjh2rEC .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsBjh2rEC .nav-item .nav-link {
  position: relative;
}
.cid-uBsBjh2rEC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsBjh2rEC .nav-item .nav-link:hover,
.cid-uBsBjh2rEC .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsBjh2rEC .nav-item .nav-link:hover::before,
.cid-uBsBjh2rEC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsBjh2rEC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsBjh2rEC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsBjh2rEC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsBjh2rEC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsBjh2rEC .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-uBsBjh2rEC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsBjh2rEC .offcanvas_box {
    display: none;
  }
}
.cid-uBsBjh2rEC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsBjh2rEC .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsBjh2rEC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsBjh2rEC .container {
  display: flex;
  margin: auto;
}
.cid-uBsBjh2rEC .iconfont-wrapper {
  color: #ffffff;
  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-uBsBjh2rEC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsBjh2rEC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsBjh2rEC .navbar-caption {
  color: #ffffff;
}
.cid-uBsBjh2rEC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsBjh2rEC .navbar-nav {
    margin: 0;
  }
}
.cid-uBsBjh2rEC .dropdown-menu,
.cid-uBsBjh2rEC .navbar.opened {
  background-color: true !important;
}
.cid-uBsBjh2rEC .nav-item:focus,
.cid-uBsBjh2rEC .nav-link:focus {
  outline: none;
}
.cid-uBsBjh2rEC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsBjh2rEC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsBjh2rEC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsBjh2rEC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsBjh2rEC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsBjh2rEC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsBjh2rEC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsBjh2rEC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsBjh2rEC .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsBjh2rEC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsBjh2rEC .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsBjh2rEC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsBjh2rEC .navbar.collapsed {
  justify-content: center;
}
.cid-uBsBjh2rEC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsBjh2rEC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsBjh2rEC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsBjh2rEC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsBjh2rEC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsBjh2rEC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsBjh2rEC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsBjh2rEC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsBjh2rEC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsBjh2rEC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsBjh2rEC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsBjh2rEC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsBjh2rEC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsBjh2rEC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsBjh2rEC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsBjh2rEC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsBjh2rEC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsBjh2rEC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsBjh2rEC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsBjh2rEC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsBjh2rEC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsBjh2rEC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsBjh2rEC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsBjh2rEC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsBjh2rEC .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-uBsBjh2rEC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsBjh2rEC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsBjh2rEC .dropdown-item.active,
.cid-uBsBjh2rEC .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsBjh2rEC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsBjh2rEC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsBjh2rEC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsBjh2rEC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsBjh2rEC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsBjh2rEC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsBjh2rEC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsBjh2rEC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsBjh2rEC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsBjh2rEC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsBjh2rEC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsBjh2rEC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsBjh2rEC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsBjh2rEC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsBjh2rEC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsBjh2rEC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsBjh2rEC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsBjh2rEC .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-uBsBjh2rEC .navbar {
    height: 70px;
  }
  .cid-uBsBjh2rEC .navbar.opened {
    height: auto;
  }
  .cid-uBsBjh2rEC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsBjh2rEC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsBjh2rEC .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsBjh2rEC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsBjh2rEC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsBjh2rEC .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsBjh2rEC .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsBjh2rEC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsBjh2rEC .text_widget {
  margin-bottom: 32px;
}
.cid-uBsBjh2rEC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsBjh2rEC .text_widget a:hover {
  opacity: .5;
}
.cid-uBsBjh2rEC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBjh2rEC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBjh2rEC .mbr-section-subtitle,
.cid-uBsBjh2rEC .text_widget,
.cid-uBsBjh2rEC .mbr-section-btn {
  text-align: center;
}
.cid-uBsBjh2rEC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsBjhqwuY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsBjhqwuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBjhqwuY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsBjhqwuY .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsBjhqwuY .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsBjhqwuY .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsBjhqwuY .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsBjhqwuY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsBjhqwuY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsBjhqwuY .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsBjhqwuY .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsBjhqwuY .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsBjhqwuY .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsBjhqwuY .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsBjhqwuY .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsBjhqwuY .mbr-section-title {
  color: #050f0f;
}
.cid-uBsBjhqwuY .mbr-text {
  color: #050f0f;
}
.cid-uBsBjhqwuY .mbr-text,
.cid-uBsBjhqwuY .text-wrapper,
.cid-uBsBjhqwuY .rating-wrapper {
  color: #050f0f;
}
.cid-uBsBjhE5cV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsBjhE5cV .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsBjhE5cV .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsBjhE5cV .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsBjhE5cV .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsBjhE5cV .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsBjhE5cV .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsBjhE5cV .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsBjhE5cV .mbr-section-title {
  color: #161616;
}
.cid-uBsBjhE5cV .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsBjhE5cV .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsBjhE5cV .item:focus,
.cid-uBsBjhE5cV span:focus {
  outline: none;
}
.cid-uBsBjhE5cV .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsBjhE5cV .slide-content {
    padding: 16px;
  }
}
.cid-uBsBjhE5cV .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsBjhE5cV .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsBjhE5cV .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsBjhE5cV .embla__slide {
    max-width: initial;
  }
}
.cid-uBsBjhE5cV .item-content {
  margin-top: 24px;
}
.cid-uBsBjhE5cV .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsBjhE5cV .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsBjhE5cV .item-img {
    height: 324px;
  }
}
.cid-uBsBjhE5cV .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsBjhE5cV .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsBjhE5cV .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsBjhE5cV .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsBjhE5cV .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsBjhE5cV .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsBjhE5cV .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsBjhE5cV .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsBjhE5cV .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsBjhE5cV .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsBjhE5cV .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsBjhE5cV .date-text {
    max-width: 100%;
  }
}
.cid-uBsBjhE5cV .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsBjhE5cV .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsBjhE5cV .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsBjhE5cV .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsBjhE5cV .item-subtitle {
  text-align: left;
}
.cid-uBsBjhE5cV .embla__button--next,
.cid-uBsBjhE5cV .embla__button--prev {
  display: flex;
}
.cid-uBsBjhE5cV .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsBjhE5cV .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsBjhE5cV .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsBjhE5cV .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsBjhE5cV .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsBjhE5cV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsBjhE5cV .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsBjhE5cV .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsBjhE5cV .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsBjhE5cV .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsBjhE5cV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsBjhE5cV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsBjhE5cV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsBjhE5cV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsBjhE5cV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsBjiH9No {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsBjiH9No .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsBjiH9No .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsBjiH9No .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsBjiH9No .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsBjiH9No .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsBjiH9No .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsBjiH9No .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsBjiH9No .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsBjiH9No .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsBjiH9No .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsBjiH9No .soc-item a {
  color: #ffffff;
}
.cid-uBsBjiH9No .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsBjiH9No .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsBjiH9No .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBjiH9No .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsBjiH9No .mbr-tag,
.cid-uBsBjiH9No .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBjiH9No .copyright {
  color: #000000;
}
.cid-uBsBjjkK5i {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsBjjkK5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBjjkK5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsBjjkK5i .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsBjjkK5i .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsBjjkK5i .container {
    padding: 0 20px;
  }
}
.cid-uBsBjjkK5i .row {
  justify-content: center;
}
.cid-uBsBjjkK5i .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsBjjkK5i .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsBjjkK5i .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsBjjkK5i .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsBjjkK5i .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsBjjkK5i .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsBjjkK5i .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsBjjkK5i .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsBjjkK5i .mbr-desc,
.cid-uBsBjjkK5i .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsBhBdoe6 .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsBhBdoe6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsBhBdoe6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsBhBdoe6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsBhBdoe6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsBhBdoe6 .menu_box .navbar.opened,
  .cid-uBsBhBdoe6 .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsBhBdoe6 .navbar-dropdown {
  position: relative !important;
}
.cid-uBsBhBdoe6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsBhBdoe6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsBhBdoe6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsBhBdoe6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsBhBdoe6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsBhBdoe6 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsBhBdoe6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsBhBdoe6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsBhBdoe6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsBhBdoe6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsBhBdoe6 .offcanvas-body .mbr-text,
  .cid-uBsBhBdoe6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsBhBdoe6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsBhBdoe6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsBhBdoe6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsBhBdoe6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsBhBdoe6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsBhBdoe6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsBhBdoe6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsBhBdoe6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsBhBdoe6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsBhBdoe6 .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-uBsBhBdoe6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsBhBdoe6 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-uBsBhBdoe6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsBhBdoe6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsBhBdoe6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsBhBdoe6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsBhBdoe6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsBhBdoe6 .nav-item .nav-link {
  position: relative;
}
.cid-uBsBhBdoe6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsBhBdoe6 .nav-item .nav-link:hover,
.cid-uBsBhBdoe6 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsBhBdoe6 .nav-item .nav-link:hover::before,
.cid-uBsBhBdoe6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsBhBdoe6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsBhBdoe6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsBhBdoe6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsBhBdoe6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsBhBdoe6 .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-uBsBhBdoe6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsBhBdoe6 .offcanvas_box {
    display: none;
  }
}
.cid-uBsBhBdoe6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsBhBdoe6 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsBhBdoe6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsBhBdoe6 .container {
  display: flex;
  margin: auto;
}
.cid-uBsBhBdoe6 .iconfont-wrapper {
  color: #ffffff;
  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-uBsBhBdoe6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsBhBdoe6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsBhBdoe6 .navbar-caption {
  color: #ffffff;
}
.cid-uBsBhBdoe6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsBhBdoe6 .navbar-nav {
    margin: 0;
  }
}
.cid-uBsBhBdoe6 .dropdown-menu,
.cid-uBsBhBdoe6 .navbar.opened {
  background-color: true !important;
}
.cid-uBsBhBdoe6 .nav-item:focus,
.cid-uBsBhBdoe6 .nav-link:focus {
  outline: none;
}
.cid-uBsBhBdoe6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsBhBdoe6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsBhBdoe6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsBhBdoe6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsBhBdoe6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsBhBdoe6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsBhBdoe6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsBhBdoe6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsBhBdoe6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsBhBdoe6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsBhBdoe6 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsBhBdoe6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsBhBdoe6 .navbar.collapsed {
  justify-content: center;
}
.cid-uBsBhBdoe6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsBhBdoe6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsBhBdoe6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsBhBdoe6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsBhBdoe6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsBhBdoe6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsBhBdoe6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsBhBdoe6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsBhBdoe6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsBhBdoe6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsBhBdoe6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsBhBdoe6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsBhBdoe6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsBhBdoe6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsBhBdoe6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsBhBdoe6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsBhBdoe6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsBhBdoe6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsBhBdoe6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsBhBdoe6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsBhBdoe6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsBhBdoe6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsBhBdoe6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsBhBdoe6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsBhBdoe6 .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-uBsBhBdoe6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsBhBdoe6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsBhBdoe6 .dropdown-item.active,
.cid-uBsBhBdoe6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsBhBdoe6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsBhBdoe6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsBhBdoe6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsBhBdoe6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsBhBdoe6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsBhBdoe6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsBhBdoe6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsBhBdoe6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsBhBdoe6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsBhBdoe6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsBhBdoe6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsBhBdoe6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsBhBdoe6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsBhBdoe6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsBhBdoe6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsBhBdoe6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsBhBdoe6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsBhBdoe6 .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-uBsBhBdoe6 .navbar {
    height: 70px;
  }
  .cid-uBsBhBdoe6 .navbar.opened {
    height: auto;
  }
  .cid-uBsBhBdoe6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsBhBdoe6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsBhBdoe6 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsBhBdoe6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsBhBdoe6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsBhBdoe6 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsBhBdoe6 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsBhBdoe6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsBhBdoe6 .text_widget {
  margin-bottom: 32px;
}
.cid-uBsBhBdoe6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsBhBdoe6 .text_widget a:hover {
  opacity: .5;
}
.cid-uBsBhBdoe6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBhBdoe6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBhBdoe6 .mbr-section-subtitle,
.cid-uBsBhBdoe6 .text_widget,
.cid-uBsBhBdoe6 .mbr-section-btn {
  text-align: center;
}
.cid-uBsBhBdoe6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsBhBA3FC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsBhBA3FC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBhBA3FC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsBhBA3FC .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsBhBA3FC .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsBhBA3FC .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsBhBA3FC .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsBhBA3FC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsBhBA3FC .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsBhBA3FC .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsBhBA3FC .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsBhBA3FC .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsBhBA3FC .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsBhBA3FC .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsBhBA3FC .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsBhBA3FC .mbr-section-title {
  color: #050f0f;
}
.cid-uBsBhBA3FC .mbr-text {
  color: #050f0f;
}
.cid-uBsBhBA3FC .mbr-text,
.cid-uBsBhBA3FC .text-wrapper,
.cid-uBsBhBA3FC .rating-wrapper {
  color: #050f0f;
}
.cid-uBsBhBOJhF {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsBhBOJhF .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsBhBOJhF .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsBhBOJhF .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsBhBOJhF .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsBhBOJhF .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsBhBOJhF .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsBhBOJhF .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsBhBOJhF .mbr-section-title {
  color: #161616;
}
.cid-uBsBhBOJhF .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsBhBOJhF .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsBhBOJhF .item:focus,
.cid-uBsBhBOJhF span:focus {
  outline: none;
}
.cid-uBsBhBOJhF .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsBhBOJhF .slide-content {
    padding: 16px;
  }
}
.cid-uBsBhBOJhF .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsBhBOJhF .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsBhBOJhF .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsBhBOJhF .embla__slide {
    max-width: initial;
  }
}
.cid-uBsBhBOJhF .item-content {
  margin-top: 24px;
}
.cid-uBsBhBOJhF .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsBhBOJhF .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsBhBOJhF .item-img {
    height: 324px;
  }
}
.cid-uBsBhBOJhF .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsBhBOJhF .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsBhBOJhF .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsBhBOJhF .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsBhBOJhF .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsBhBOJhF .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsBhBOJhF .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsBhBOJhF .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsBhBOJhF .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsBhBOJhF .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsBhBOJhF .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsBhBOJhF .date-text {
    max-width: 100%;
  }
}
.cid-uBsBhBOJhF .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsBhBOJhF .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsBhBOJhF .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsBhBOJhF .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsBhBOJhF .item-subtitle {
  text-align: left;
}
.cid-uBsBhBOJhF .embla__button--next,
.cid-uBsBhBOJhF .embla__button--prev {
  display: flex;
}
.cid-uBsBhBOJhF .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsBhBOJhF .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsBhBOJhF .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsBhBOJhF .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsBhBOJhF .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsBhBOJhF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsBhBOJhF .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsBhBOJhF .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsBhBOJhF .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsBhBOJhF .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsBhBOJhF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsBhBOJhF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsBhBOJhF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsBhBOJhF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsBhBOJhF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsBhCRFDf {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsBhCRFDf .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsBhCRFDf .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsBhCRFDf .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsBhCRFDf .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsBhCRFDf .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsBhCRFDf .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsBhCRFDf .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsBhCRFDf .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsBhCRFDf .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsBhCRFDf .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsBhCRFDf .soc-item a {
  color: #ffffff;
}
.cid-uBsBhCRFDf .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsBhCRFDf .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsBhCRFDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBhCRFDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsBhCRFDf .mbr-tag,
.cid-uBsBhCRFDf .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBhCRFDf .copyright {
  color: #000000;
}
.cid-uBsBhDuyki {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsBhDuyki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBhDuyki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsBhDuyki .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsBhDuyki .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsBhDuyki .container {
    padding: 0 20px;
  }
}
.cid-uBsBhDuyki .row {
  justify-content: center;
}
.cid-uBsBhDuyki .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsBhDuyki .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsBhDuyki .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsBhDuyki .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsBhDuyki .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsBhDuyki .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsBhDuyki .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsBhDuyki .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsBhDuyki .mbr-desc,
.cid-uBsBhDuyki .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsBfVpBwd .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsBfVpBwd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsBfVpBwd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsBfVpBwd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsBfVpBwd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsBfVpBwd .menu_box .navbar.opened,
  .cid-uBsBfVpBwd .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsBfVpBwd .navbar-dropdown {
  position: relative !important;
}
.cid-uBsBfVpBwd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsBfVpBwd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsBfVpBwd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsBfVpBwd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsBfVpBwd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsBfVpBwd .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsBfVpBwd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsBfVpBwd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsBfVpBwd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsBfVpBwd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsBfVpBwd .offcanvas-body .mbr-text,
  .cid-uBsBfVpBwd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsBfVpBwd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsBfVpBwd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsBfVpBwd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsBfVpBwd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsBfVpBwd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsBfVpBwd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsBfVpBwd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsBfVpBwd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsBfVpBwd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsBfVpBwd .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-uBsBfVpBwd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsBfVpBwd 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-uBsBfVpBwd .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsBfVpBwd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsBfVpBwd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsBfVpBwd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsBfVpBwd .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsBfVpBwd .nav-item .nav-link {
  position: relative;
}
.cid-uBsBfVpBwd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsBfVpBwd .nav-item .nav-link:hover,
.cid-uBsBfVpBwd .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsBfVpBwd .nav-item .nav-link:hover::before,
.cid-uBsBfVpBwd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsBfVpBwd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsBfVpBwd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsBfVpBwd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsBfVpBwd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsBfVpBwd .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-uBsBfVpBwd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsBfVpBwd .offcanvas_box {
    display: none;
  }
}
.cid-uBsBfVpBwd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsBfVpBwd .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsBfVpBwd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsBfVpBwd .container {
  display: flex;
  margin: auto;
}
.cid-uBsBfVpBwd .iconfont-wrapper {
  color: #ffffff;
  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-uBsBfVpBwd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsBfVpBwd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsBfVpBwd .navbar-caption {
  color: #ffffff;
}
.cid-uBsBfVpBwd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsBfVpBwd .navbar-nav {
    margin: 0;
  }
}
.cid-uBsBfVpBwd .dropdown-menu,
.cid-uBsBfVpBwd .navbar.opened {
  background-color: true !important;
}
.cid-uBsBfVpBwd .nav-item:focus,
.cid-uBsBfVpBwd .nav-link:focus {
  outline: none;
}
.cid-uBsBfVpBwd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsBfVpBwd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsBfVpBwd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsBfVpBwd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsBfVpBwd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsBfVpBwd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsBfVpBwd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsBfVpBwd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsBfVpBwd .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsBfVpBwd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsBfVpBwd .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsBfVpBwd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsBfVpBwd .navbar.collapsed {
  justify-content: center;
}
.cid-uBsBfVpBwd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsBfVpBwd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsBfVpBwd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsBfVpBwd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsBfVpBwd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsBfVpBwd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsBfVpBwd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsBfVpBwd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsBfVpBwd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsBfVpBwd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsBfVpBwd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsBfVpBwd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsBfVpBwd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsBfVpBwd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsBfVpBwd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsBfVpBwd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsBfVpBwd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsBfVpBwd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsBfVpBwd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsBfVpBwd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsBfVpBwd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsBfVpBwd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsBfVpBwd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsBfVpBwd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsBfVpBwd .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-uBsBfVpBwd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsBfVpBwd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsBfVpBwd .dropdown-item.active,
.cid-uBsBfVpBwd .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsBfVpBwd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsBfVpBwd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsBfVpBwd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsBfVpBwd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsBfVpBwd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsBfVpBwd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsBfVpBwd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsBfVpBwd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsBfVpBwd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsBfVpBwd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsBfVpBwd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsBfVpBwd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsBfVpBwd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsBfVpBwd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsBfVpBwd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsBfVpBwd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsBfVpBwd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsBfVpBwd .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-uBsBfVpBwd .navbar {
    height: 70px;
  }
  .cid-uBsBfVpBwd .navbar.opened {
    height: auto;
  }
  .cid-uBsBfVpBwd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsBfVpBwd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsBfVpBwd .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsBfVpBwd .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsBfVpBwd .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsBfVpBwd .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsBfVpBwd .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsBfVpBwd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsBfVpBwd .text_widget {
  margin-bottom: 32px;
}
.cid-uBsBfVpBwd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsBfVpBwd .text_widget a:hover {
  opacity: .5;
}
.cid-uBsBfVpBwd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBfVpBwd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBfVpBwd .mbr-section-subtitle,
.cid-uBsBfVpBwd .text_widget,
.cid-uBsBfVpBwd .mbr-section-btn {
  text-align: center;
}
.cid-uBsBfVpBwd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsBfVMNLS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsBfVMNLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBfVMNLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsBfVMNLS .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsBfVMNLS .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsBfVMNLS .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsBfVMNLS .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsBfVMNLS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsBfVMNLS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsBfVMNLS .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsBfVMNLS .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsBfVMNLS .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsBfVMNLS .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsBfVMNLS .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsBfVMNLS .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsBfVMNLS .mbr-section-title {
  color: #050f0f;
}
.cid-uBsBfVMNLS .mbr-text {
  color: #050f0f;
}
.cid-uBsBfVMNLS .mbr-text,
.cid-uBsBfVMNLS .text-wrapper,
.cid-uBsBfVMNLS .rating-wrapper {
  color: #050f0f;
}
.cid-uBsBfW0Two {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsBfW0Two .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsBfW0Two .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsBfW0Two .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsBfW0Two .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsBfW0Two .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsBfW0Two .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsBfW0Two .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsBfW0Two .mbr-section-title {
  color: #161616;
}
.cid-uBsBfW0Two .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsBfW0Two .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsBfW0Two .item:focus,
.cid-uBsBfW0Two span:focus {
  outline: none;
}
.cid-uBsBfW0Two .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsBfW0Two .slide-content {
    padding: 16px;
  }
}
.cid-uBsBfW0Two .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsBfW0Two .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsBfW0Two .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsBfW0Two .embla__slide {
    max-width: initial;
  }
}
.cid-uBsBfW0Two .item-content {
  margin-top: 24px;
}
.cid-uBsBfW0Two .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsBfW0Two .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsBfW0Two .item-img {
    height: 324px;
  }
}
.cid-uBsBfW0Two .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsBfW0Two .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsBfW0Two .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsBfW0Two .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsBfW0Two .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsBfW0Two .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsBfW0Two .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsBfW0Two .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsBfW0Two .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsBfW0Two .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsBfW0Two .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsBfW0Two .date-text {
    max-width: 100%;
  }
}
.cid-uBsBfW0Two .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsBfW0Two .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsBfW0Two .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsBfW0Two .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsBfW0Two .item-subtitle {
  text-align: left;
}
.cid-uBsBfW0Two .embla__button--next,
.cid-uBsBfW0Two .embla__button--prev {
  display: flex;
}
.cid-uBsBfW0Two .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsBfW0Two .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsBfW0Two .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsBfW0Two .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsBfW0Two .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsBfW0Two .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsBfW0Two .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsBfW0Two .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsBfW0Two .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsBfW0Two .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsBfW0Two .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsBfW0Two .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsBfW0Two .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsBfW0Two .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsBfW0Two .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsBfX7rNn {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsBfX7rNn .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsBfX7rNn .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsBfX7rNn .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsBfX7rNn .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsBfX7rNn .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsBfX7rNn .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsBfX7rNn .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsBfX7rNn .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsBfX7rNn .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsBfX7rNn .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsBfX7rNn .soc-item a {
  color: #ffffff;
}
.cid-uBsBfX7rNn .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsBfX7rNn .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsBfX7rNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBfX7rNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsBfX7rNn .mbr-tag,
.cid-uBsBfX7rNn .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBfX7rNn .copyright {
  color: #000000;
}
.cid-uBsBfXJPtb {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsBfXJPtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBfXJPtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsBfXJPtb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsBfXJPtb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsBfXJPtb .container {
    padding: 0 20px;
  }
}
.cid-uBsBfXJPtb .row {
  justify-content: center;
}
.cid-uBsBfXJPtb .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsBfXJPtb .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsBfXJPtb .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsBfXJPtb .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsBfXJPtb .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsBfXJPtb .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsBfXJPtb .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsBfXJPtb .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsBfXJPtb .mbr-desc,
.cid-uBsBfXJPtb .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsBebEPey .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsBebEPey .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsBebEPey .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsBebEPey .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsBebEPey .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsBebEPey .menu_box .navbar.opened,
  .cid-uBsBebEPey .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsBebEPey .navbar-dropdown {
  position: relative !important;
}
.cid-uBsBebEPey .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsBebEPey .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsBebEPey .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsBebEPey .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsBebEPey .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsBebEPey .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsBebEPey .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsBebEPey .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsBebEPey .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsBebEPey .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsBebEPey .offcanvas-body .mbr-text,
  .cid-uBsBebEPey .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsBebEPey .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsBebEPey .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsBebEPey .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsBebEPey .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsBebEPey .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsBebEPey .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsBebEPey .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsBebEPey ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsBebEPey .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsBebEPey .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-uBsBebEPey .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsBebEPey 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-uBsBebEPey .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsBebEPey .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsBebEPey .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsBebEPey .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsBebEPey .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsBebEPey .nav-item .nav-link {
  position: relative;
}
.cid-uBsBebEPey .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsBebEPey .nav-item .nav-link:hover,
.cid-uBsBebEPey .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsBebEPey .nav-item .nav-link:hover::before,
.cid-uBsBebEPey .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsBebEPey .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsBebEPey .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsBebEPey .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsBebEPey .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsBebEPey .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-uBsBebEPey .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsBebEPey .offcanvas_box {
    display: none;
  }
}
.cid-uBsBebEPey .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsBebEPey .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsBebEPey .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsBebEPey .container {
  display: flex;
  margin: auto;
}
.cid-uBsBebEPey .iconfont-wrapper {
  color: #ffffff;
  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-uBsBebEPey .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsBebEPey .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsBebEPey .navbar-caption {
  color: #ffffff;
}
.cid-uBsBebEPey .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsBebEPey .navbar-nav {
    margin: 0;
  }
}
.cid-uBsBebEPey .dropdown-menu,
.cid-uBsBebEPey .navbar.opened {
  background-color: true !important;
}
.cid-uBsBebEPey .nav-item:focus,
.cid-uBsBebEPey .nav-link:focus {
  outline: none;
}
.cid-uBsBebEPey .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsBebEPey .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsBebEPey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsBebEPey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsBebEPey .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsBebEPey .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsBebEPey .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsBebEPey .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsBebEPey .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsBebEPey .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsBebEPey .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsBebEPey .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsBebEPey .navbar.collapsed {
  justify-content: center;
}
.cid-uBsBebEPey .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsBebEPey .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsBebEPey .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsBebEPey .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsBebEPey .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsBebEPey .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsBebEPey .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsBebEPey .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsBebEPey .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsBebEPey .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsBebEPey .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsBebEPey .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsBebEPey .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsBebEPey .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsBebEPey .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsBebEPey .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsBebEPey .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsBebEPey .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsBebEPey .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsBebEPey .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsBebEPey .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsBebEPey .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsBebEPey .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsBebEPey .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsBebEPey .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-uBsBebEPey .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsBebEPey .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsBebEPey .dropdown-item.active,
.cid-uBsBebEPey .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsBebEPey .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsBebEPey .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsBebEPey .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsBebEPey .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsBebEPey ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsBebEPey .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsBebEPey button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsBebEPey button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsBebEPey button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsBebEPey button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsBebEPey button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsBebEPey button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsBebEPey nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsBebEPey nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsBebEPey nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsBebEPey nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsBebEPey a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsBebEPey .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-uBsBebEPey .navbar {
    height: 70px;
  }
  .cid-uBsBebEPey .navbar.opened {
    height: auto;
  }
  .cid-uBsBebEPey .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsBebEPey .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsBebEPey .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsBebEPey .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsBebEPey .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsBebEPey .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsBebEPey .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsBebEPey .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsBebEPey .text_widget {
  margin-bottom: 32px;
}
.cid-uBsBebEPey .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsBebEPey .text_widget a:hover {
  opacity: .5;
}
.cid-uBsBebEPey .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBebEPey .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBebEPey .mbr-section-subtitle,
.cid-uBsBebEPey .text_widget,
.cid-uBsBebEPey .mbr-section-btn {
  text-align: center;
}
.cid-uBsBebEPey a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsBec1PgN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsBec1PgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBec1PgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsBec1PgN .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsBec1PgN .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsBec1PgN .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsBec1PgN .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsBec1PgN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsBec1PgN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsBec1PgN .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsBec1PgN .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsBec1PgN .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsBec1PgN .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsBec1PgN .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsBec1PgN .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsBec1PgN .mbr-section-title {
  color: #050f0f;
}
.cid-uBsBec1PgN .mbr-text {
  color: #050f0f;
}
.cid-uBsBec1PgN .mbr-text,
.cid-uBsBec1PgN .text-wrapper,
.cid-uBsBec1PgN .rating-wrapper {
  color: #050f0f;
}
.cid-uBsBecfoG1 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsBecfoG1 .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsBecfoG1 .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsBecfoG1 .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsBecfoG1 .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsBecfoG1 .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsBecfoG1 .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsBecfoG1 .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsBecfoG1 .mbr-section-title {
  color: #161616;
}
.cid-uBsBecfoG1 .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsBecfoG1 .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsBecfoG1 .item:focus,
.cid-uBsBecfoG1 span:focus {
  outline: none;
}
.cid-uBsBecfoG1 .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsBecfoG1 .slide-content {
    padding: 16px;
  }
}
.cid-uBsBecfoG1 .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsBecfoG1 .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsBecfoG1 .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsBecfoG1 .embla__slide {
    max-width: initial;
  }
}
.cid-uBsBecfoG1 .item-content {
  margin-top: 24px;
}
.cid-uBsBecfoG1 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsBecfoG1 .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsBecfoG1 .item-img {
    height: 324px;
  }
}
.cid-uBsBecfoG1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsBecfoG1 .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsBecfoG1 .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsBecfoG1 .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsBecfoG1 .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsBecfoG1 .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsBecfoG1 .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsBecfoG1 .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsBecfoG1 .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsBecfoG1 .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsBecfoG1 .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsBecfoG1 .date-text {
    max-width: 100%;
  }
}
.cid-uBsBecfoG1 .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsBecfoG1 .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsBecfoG1 .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsBecfoG1 .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsBecfoG1 .item-subtitle {
  text-align: left;
}
.cid-uBsBecfoG1 .embla__button--next,
.cid-uBsBecfoG1 .embla__button--prev {
  display: flex;
}
.cid-uBsBecfoG1 .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsBecfoG1 .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsBecfoG1 .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsBecfoG1 .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsBecfoG1 .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsBecfoG1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsBecfoG1 .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsBecfoG1 .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsBecfoG1 .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsBecfoG1 .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsBecfoG1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsBecfoG1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsBecfoG1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsBecfoG1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsBecfoG1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsBedjag3 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsBedjag3 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsBedjag3 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsBedjag3 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsBedjag3 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsBedjag3 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsBedjag3 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsBedjag3 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsBedjag3 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsBedjag3 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsBedjag3 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsBedjag3 .soc-item a {
  color: #ffffff;
}
.cid-uBsBedjag3 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsBedjag3 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsBedjag3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBedjag3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsBedjag3 .mbr-tag,
.cid-uBsBedjag3 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBedjag3 .copyright {
  color: #000000;
}
.cid-uBsBedWKK0 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsBedWKK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBedWKK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsBedWKK0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsBedWKK0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsBedWKK0 .container {
    padding: 0 20px;
  }
}
.cid-uBsBedWKK0 .row {
  justify-content: center;
}
.cid-uBsBedWKK0 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsBedWKK0 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsBedWKK0 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsBedWKK0 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsBedWKK0 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsBedWKK0 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsBedWKK0 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsBedWKK0 .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsBedWKK0 .mbr-desc,
.cid-uBsBedWKK0 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsBcDEjDk .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsBcDEjDk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsBcDEjDk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsBcDEjDk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsBcDEjDk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsBcDEjDk .menu_box .navbar.opened,
  .cid-uBsBcDEjDk .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsBcDEjDk .navbar-dropdown {
  position: relative !important;
}
.cid-uBsBcDEjDk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsBcDEjDk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsBcDEjDk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsBcDEjDk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsBcDEjDk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsBcDEjDk .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsBcDEjDk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsBcDEjDk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsBcDEjDk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsBcDEjDk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsBcDEjDk .offcanvas-body .mbr-text,
  .cid-uBsBcDEjDk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsBcDEjDk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsBcDEjDk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsBcDEjDk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsBcDEjDk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsBcDEjDk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsBcDEjDk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsBcDEjDk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsBcDEjDk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsBcDEjDk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsBcDEjDk .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-uBsBcDEjDk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsBcDEjDk 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-uBsBcDEjDk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsBcDEjDk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsBcDEjDk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsBcDEjDk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsBcDEjDk .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsBcDEjDk .nav-item .nav-link {
  position: relative;
}
.cid-uBsBcDEjDk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsBcDEjDk .nav-item .nav-link:hover,
.cid-uBsBcDEjDk .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsBcDEjDk .nav-item .nav-link:hover::before,
.cid-uBsBcDEjDk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsBcDEjDk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsBcDEjDk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsBcDEjDk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsBcDEjDk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsBcDEjDk .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-uBsBcDEjDk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsBcDEjDk .offcanvas_box {
    display: none;
  }
}
.cid-uBsBcDEjDk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsBcDEjDk .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsBcDEjDk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsBcDEjDk .container {
  display: flex;
  margin: auto;
}
.cid-uBsBcDEjDk .iconfont-wrapper {
  color: #ffffff;
  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-uBsBcDEjDk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsBcDEjDk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsBcDEjDk .navbar-caption {
  color: #ffffff;
}
.cid-uBsBcDEjDk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsBcDEjDk .navbar-nav {
    margin: 0;
  }
}
.cid-uBsBcDEjDk .dropdown-menu,
.cid-uBsBcDEjDk .navbar.opened {
  background-color: true !important;
}
.cid-uBsBcDEjDk .nav-item:focus,
.cid-uBsBcDEjDk .nav-link:focus {
  outline: none;
}
.cid-uBsBcDEjDk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsBcDEjDk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsBcDEjDk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsBcDEjDk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsBcDEjDk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsBcDEjDk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsBcDEjDk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsBcDEjDk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsBcDEjDk .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsBcDEjDk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsBcDEjDk .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsBcDEjDk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsBcDEjDk .navbar.collapsed {
  justify-content: center;
}
.cid-uBsBcDEjDk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsBcDEjDk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsBcDEjDk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsBcDEjDk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsBcDEjDk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsBcDEjDk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsBcDEjDk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsBcDEjDk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsBcDEjDk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsBcDEjDk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsBcDEjDk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsBcDEjDk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsBcDEjDk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsBcDEjDk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsBcDEjDk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsBcDEjDk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsBcDEjDk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsBcDEjDk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsBcDEjDk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsBcDEjDk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsBcDEjDk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsBcDEjDk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsBcDEjDk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsBcDEjDk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsBcDEjDk .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-uBsBcDEjDk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsBcDEjDk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsBcDEjDk .dropdown-item.active,
.cid-uBsBcDEjDk .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsBcDEjDk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsBcDEjDk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsBcDEjDk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsBcDEjDk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsBcDEjDk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsBcDEjDk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsBcDEjDk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsBcDEjDk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsBcDEjDk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsBcDEjDk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsBcDEjDk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsBcDEjDk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsBcDEjDk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsBcDEjDk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsBcDEjDk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsBcDEjDk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsBcDEjDk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsBcDEjDk .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-uBsBcDEjDk .navbar {
    height: 70px;
  }
  .cid-uBsBcDEjDk .navbar.opened {
    height: auto;
  }
  .cid-uBsBcDEjDk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsBcDEjDk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsBcDEjDk .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsBcDEjDk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsBcDEjDk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsBcDEjDk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsBcDEjDk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsBcDEjDk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsBcDEjDk .text_widget {
  margin-bottom: 32px;
}
.cid-uBsBcDEjDk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsBcDEjDk .text_widget a:hover {
  opacity: .5;
}
.cid-uBsBcDEjDk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBcDEjDk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBcDEjDk .mbr-section-subtitle,
.cid-uBsBcDEjDk .text_widget,
.cid-uBsBcDEjDk .mbr-section-btn {
  text-align: center;
}
.cid-uBsBcDEjDk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsBcE2F1Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsBcE2F1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBcE2F1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsBcE2F1Q .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsBcE2F1Q .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsBcE2F1Q .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsBcE2F1Q .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsBcE2F1Q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsBcE2F1Q .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsBcE2F1Q .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsBcE2F1Q .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsBcE2F1Q .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsBcE2F1Q .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsBcE2F1Q .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsBcE2F1Q .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsBcE2F1Q .mbr-section-title {
  color: #050f0f;
}
.cid-uBsBcE2F1Q .mbr-text {
  color: #050f0f;
}
.cid-uBsBcE2F1Q .mbr-text,
.cid-uBsBcE2F1Q .text-wrapper,
.cid-uBsBcE2F1Q .rating-wrapper {
  color: #050f0f;
}
.cid-uBsBcEgZXv {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsBcEgZXv .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsBcEgZXv .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsBcEgZXv .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsBcEgZXv .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsBcEgZXv .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsBcEgZXv .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsBcEgZXv .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsBcEgZXv .mbr-section-title {
  color: #161616;
}
.cid-uBsBcEgZXv .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsBcEgZXv .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsBcEgZXv .item:focus,
.cid-uBsBcEgZXv span:focus {
  outline: none;
}
.cid-uBsBcEgZXv .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsBcEgZXv .slide-content {
    padding: 16px;
  }
}
.cid-uBsBcEgZXv .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsBcEgZXv .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsBcEgZXv .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsBcEgZXv .embla__slide {
    max-width: initial;
  }
}
.cid-uBsBcEgZXv .item-content {
  margin-top: 24px;
}
.cid-uBsBcEgZXv .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsBcEgZXv .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsBcEgZXv .item-img {
    height: 324px;
  }
}
.cid-uBsBcEgZXv .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsBcEgZXv .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsBcEgZXv .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsBcEgZXv .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsBcEgZXv .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsBcEgZXv .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsBcEgZXv .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsBcEgZXv .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsBcEgZXv .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsBcEgZXv .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsBcEgZXv .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsBcEgZXv .date-text {
    max-width: 100%;
  }
}
.cid-uBsBcEgZXv .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsBcEgZXv .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsBcEgZXv .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsBcEgZXv .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsBcEgZXv .item-subtitle {
  text-align: left;
}
.cid-uBsBcEgZXv .embla__button--next,
.cid-uBsBcEgZXv .embla__button--prev {
  display: flex;
}
.cid-uBsBcEgZXv .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsBcEgZXv .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsBcEgZXv .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsBcEgZXv .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsBcEgZXv .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsBcEgZXv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsBcEgZXv .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsBcEgZXv .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsBcEgZXv .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsBcEgZXv .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsBcEgZXv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsBcEgZXv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsBcEgZXv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsBcEgZXv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsBcEgZXv .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsBcFhEXD {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsBcFhEXD .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsBcFhEXD .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsBcFhEXD .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsBcFhEXD .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsBcFhEXD .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsBcFhEXD .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsBcFhEXD .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsBcFhEXD .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsBcFhEXD .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsBcFhEXD .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsBcFhEXD .soc-item a {
  color: #ffffff;
}
.cid-uBsBcFhEXD .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsBcFhEXD .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsBcFhEXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBcFhEXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsBcFhEXD .mbr-tag,
.cid-uBsBcFhEXD .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBcFhEXD .copyright {
  color: #000000;
}
.cid-uBsBcFXhHz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsBcFXhHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBcFXhHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsBcFXhHz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsBcFXhHz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsBcFXhHz .container {
    padding: 0 20px;
  }
}
.cid-uBsBcFXhHz .row {
  justify-content: center;
}
.cid-uBsBcFXhHz .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsBcFXhHz .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsBcFXhHz .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsBcFXhHz .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsBcFXhHz .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsBcFXhHz .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsBcFXhHz .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsBcFXhHz .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsBcFXhHz .mbr-desc,
.cid-uBsBcFXhHz .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsBaRToee .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsBaRToee .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsBaRToee .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsBaRToee .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsBaRToee .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsBaRToee .menu_box .navbar.opened,
  .cid-uBsBaRToee .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsBaRToee .navbar-dropdown {
  position: relative !important;
}
.cid-uBsBaRToee .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsBaRToee .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsBaRToee .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsBaRToee .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsBaRToee .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsBaRToee .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsBaRToee .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsBaRToee .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsBaRToee .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsBaRToee .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsBaRToee .offcanvas-body .mbr-text,
  .cid-uBsBaRToee .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsBaRToee .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsBaRToee .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsBaRToee .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsBaRToee .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsBaRToee .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsBaRToee .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsBaRToee .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsBaRToee ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsBaRToee .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsBaRToee .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-uBsBaRToee .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsBaRToee 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-uBsBaRToee .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsBaRToee .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsBaRToee .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsBaRToee .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsBaRToee .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsBaRToee .nav-item .nav-link {
  position: relative;
}
.cid-uBsBaRToee .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsBaRToee .nav-item .nav-link:hover,
.cid-uBsBaRToee .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsBaRToee .nav-item .nav-link:hover::before,
.cid-uBsBaRToee .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsBaRToee .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsBaRToee .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsBaRToee .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsBaRToee .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsBaRToee .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-uBsBaRToee .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsBaRToee .offcanvas_box {
    display: none;
  }
}
.cid-uBsBaRToee .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsBaRToee .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsBaRToee .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsBaRToee .container {
  display: flex;
  margin: auto;
}
.cid-uBsBaRToee .iconfont-wrapper {
  color: #ffffff;
  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-uBsBaRToee .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsBaRToee .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsBaRToee .navbar-caption {
  color: #ffffff;
}
.cid-uBsBaRToee .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsBaRToee .navbar-nav {
    margin: 0;
  }
}
.cid-uBsBaRToee .dropdown-menu,
.cid-uBsBaRToee .navbar.opened {
  background-color: true !important;
}
.cid-uBsBaRToee .nav-item:focus,
.cid-uBsBaRToee .nav-link:focus {
  outline: none;
}
.cid-uBsBaRToee .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsBaRToee .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsBaRToee .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsBaRToee .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsBaRToee .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsBaRToee .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsBaRToee .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsBaRToee .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsBaRToee .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsBaRToee .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsBaRToee .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsBaRToee .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsBaRToee .navbar.collapsed {
  justify-content: center;
}
.cid-uBsBaRToee .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsBaRToee .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsBaRToee .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsBaRToee .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsBaRToee .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsBaRToee .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsBaRToee .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsBaRToee .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsBaRToee .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsBaRToee .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsBaRToee .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsBaRToee .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsBaRToee .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsBaRToee .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsBaRToee .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsBaRToee .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsBaRToee .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsBaRToee .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsBaRToee .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsBaRToee .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsBaRToee .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsBaRToee .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsBaRToee .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsBaRToee .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsBaRToee .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-uBsBaRToee .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsBaRToee .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsBaRToee .dropdown-item.active,
.cid-uBsBaRToee .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsBaRToee .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsBaRToee .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsBaRToee .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsBaRToee .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsBaRToee ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsBaRToee .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsBaRToee button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsBaRToee button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsBaRToee button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsBaRToee button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsBaRToee button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsBaRToee button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsBaRToee nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsBaRToee nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsBaRToee nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsBaRToee nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsBaRToee a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsBaRToee .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-uBsBaRToee .navbar {
    height: 70px;
  }
  .cid-uBsBaRToee .navbar.opened {
    height: auto;
  }
  .cid-uBsBaRToee .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsBaRToee .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsBaRToee .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsBaRToee .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsBaRToee .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsBaRToee .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsBaRToee .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsBaRToee .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsBaRToee .text_widget {
  margin-bottom: 32px;
}
.cid-uBsBaRToee .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsBaRToee .text_widget a:hover {
  opacity: .5;
}
.cid-uBsBaRToee .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBaRToee .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBaRToee .mbr-section-subtitle,
.cid-uBsBaRToee .text_widget,
.cid-uBsBaRToee .mbr-section-btn {
  text-align: center;
}
.cid-uBsBaRToee a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsBaSjQqu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsBaSjQqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBaSjQqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsBaSjQqu .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsBaSjQqu .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsBaSjQqu .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsBaSjQqu .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsBaSjQqu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsBaSjQqu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsBaSjQqu .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsBaSjQqu .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsBaSjQqu .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsBaSjQqu .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsBaSjQqu .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsBaSjQqu .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsBaSjQqu .mbr-section-title {
  color: #050f0f;
}
.cid-uBsBaSjQqu .mbr-text {
  color: #050f0f;
}
.cid-uBsBaSjQqu .mbr-text,
.cid-uBsBaSjQqu .text-wrapper,
.cid-uBsBaSjQqu .rating-wrapper {
  color: #050f0f;
}
.cid-uBsBaSy4mh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsBaSy4mh .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsBaSy4mh .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsBaSy4mh .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsBaSy4mh .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsBaSy4mh .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsBaSy4mh .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsBaSy4mh .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsBaSy4mh .mbr-section-title {
  color: #161616;
}
.cid-uBsBaSy4mh .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsBaSy4mh .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsBaSy4mh .item:focus,
.cid-uBsBaSy4mh span:focus {
  outline: none;
}
.cid-uBsBaSy4mh .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsBaSy4mh .slide-content {
    padding: 16px;
  }
}
.cid-uBsBaSy4mh .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsBaSy4mh .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsBaSy4mh .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsBaSy4mh .embla__slide {
    max-width: initial;
  }
}
.cid-uBsBaSy4mh .item-content {
  margin-top: 24px;
}
.cid-uBsBaSy4mh .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsBaSy4mh .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsBaSy4mh .item-img {
    height: 324px;
  }
}
.cid-uBsBaSy4mh .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsBaSy4mh .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsBaSy4mh .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsBaSy4mh .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsBaSy4mh .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsBaSy4mh .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsBaSy4mh .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsBaSy4mh .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsBaSy4mh .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsBaSy4mh .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsBaSy4mh .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsBaSy4mh .date-text {
    max-width: 100%;
  }
}
.cid-uBsBaSy4mh .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsBaSy4mh .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsBaSy4mh .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsBaSy4mh .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsBaSy4mh .item-subtitle {
  text-align: left;
}
.cid-uBsBaSy4mh .embla__button--next,
.cid-uBsBaSy4mh .embla__button--prev {
  display: flex;
}
.cid-uBsBaSy4mh .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsBaSy4mh .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsBaSy4mh .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsBaSy4mh .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsBaSy4mh .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsBaSy4mh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsBaSy4mh .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsBaSy4mh .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsBaSy4mh .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsBaSy4mh .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsBaSy4mh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsBaSy4mh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsBaSy4mh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsBaSy4mh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsBaSy4mh .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsBaTAluq {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsBaTAluq .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsBaTAluq .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsBaTAluq .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsBaTAluq .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsBaTAluq .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsBaTAluq .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsBaTAluq .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsBaTAluq .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsBaTAluq .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsBaTAluq .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsBaTAluq .soc-item a {
  color: #ffffff;
}
.cid-uBsBaTAluq .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsBaTAluq .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsBaTAluq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBaTAluq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsBaTAluq .mbr-tag,
.cid-uBsBaTAluq .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsBaTAluq .copyright {
  color: #000000;
}
.cid-uBsBaUjwQt {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsBaUjwQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsBaUjwQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsBaUjwQt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsBaUjwQt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsBaUjwQt .container {
    padding: 0 20px;
  }
}
.cid-uBsBaUjwQt .row {
  justify-content: center;
}
.cid-uBsBaUjwQt .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsBaUjwQt .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsBaUjwQt .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsBaUjwQt .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsBaUjwQt .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsBaUjwQt .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsBaUjwQt .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsBaUjwQt .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsBaUjwQt .mbr-desc,
.cid-uBsBaUjwQt .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsB2kwuxm .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsB2kwuxm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsB2kwuxm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsB2kwuxm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsB2kwuxm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsB2kwuxm .menu_box .navbar.opened,
  .cid-uBsB2kwuxm .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsB2kwuxm .navbar-dropdown {
  position: relative !important;
}
.cid-uBsB2kwuxm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsB2kwuxm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsB2kwuxm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsB2kwuxm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsB2kwuxm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsB2kwuxm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsB2kwuxm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsB2kwuxm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsB2kwuxm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsB2kwuxm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsB2kwuxm .offcanvas-body .mbr-text,
  .cid-uBsB2kwuxm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsB2kwuxm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsB2kwuxm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsB2kwuxm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsB2kwuxm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsB2kwuxm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsB2kwuxm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsB2kwuxm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsB2kwuxm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsB2kwuxm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsB2kwuxm .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-uBsB2kwuxm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsB2kwuxm 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-uBsB2kwuxm .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsB2kwuxm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsB2kwuxm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsB2kwuxm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsB2kwuxm .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsB2kwuxm .nav-item .nav-link {
  position: relative;
}
.cid-uBsB2kwuxm .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsB2kwuxm .nav-item .nav-link:hover,
.cid-uBsB2kwuxm .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsB2kwuxm .nav-item .nav-link:hover::before,
.cid-uBsB2kwuxm .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsB2kwuxm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsB2kwuxm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsB2kwuxm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsB2kwuxm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsB2kwuxm .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-uBsB2kwuxm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsB2kwuxm .offcanvas_box {
    display: none;
  }
}
.cid-uBsB2kwuxm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsB2kwuxm .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsB2kwuxm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsB2kwuxm .container {
  display: flex;
  margin: auto;
}
.cid-uBsB2kwuxm .iconfont-wrapper {
  color: #ffffff;
  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-uBsB2kwuxm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsB2kwuxm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsB2kwuxm .navbar-caption {
  color: #ffffff;
}
.cid-uBsB2kwuxm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsB2kwuxm .navbar-nav {
    margin: 0;
  }
}
.cid-uBsB2kwuxm .dropdown-menu,
.cid-uBsB2kwuxm .navbar.opened {
  background-color: true !important;
}
.cid-uBsB2kwuxm .nav-item:focus,
.cid-uBsB2kwuxm .nav-link:focus {
  outline: none;
}
.cid-uBsB2kwuxm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsB2kwuxm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsB2kwuxm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsB2kwuxm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsB2kwuxm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsB2kwuxm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsB2kwuxm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsB2kwuxm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsB2kwuxm .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsB2kwuxm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsB2kwuxm .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsB2kwuxm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsB2kwuxm .navbar.collapsed {
  justify-content: center;
}
.cid-uBsB2kwuxm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsB2kwuxm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsB2kwuxm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsB2kwuxm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsB2kwuxm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsB2kwuxm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsB2kwuxm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsB2kwuxm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsB2kwuxm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsB2kwuxm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsB2kwuxm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsB2kwuxm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsB2kwuxm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsB2kwuxm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsB2kwuxm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsB2kwuxm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsB2kwuxm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsB2kwuxm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsB2kwuxm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsB2kwuxm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsB2kwuxm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsB2kwuxm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsB2kwuxm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsB2kwuxm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsB2kwuxm .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-uBsB2kwuxm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsB2kwuxm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsB2kwuxm .dropdown-item.active,
.cid-uBsB2kwuxm .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsB2kwuxm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsB2kwuxm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsB2kwuxm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsB2kwuxm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsB2kwuxm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsB2kwuxm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsB2kwuxm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsB2kwuxm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsB2kwuxm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsB2kwuxm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsB2kwuxm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsB2kwuxm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsB2kwuxm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsB2kwuxm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsB2kwuxm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsB2kwuxm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsB2kwuxm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsB2kwuxm .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-uBsB2kwuxm .navbar {
    height: 70px;
  }
  .cid-uBsB2kwuxm .navbar.opened {
    height: auto;
  }
  .cid-uBsB2kwuxm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsB2kwuxm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsB2kwuxm .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsB2kwuxm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsB2kwuxm .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsB2kwuxm .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsB2kwuxm .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsB2kwuxm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsB2kwuxm .text_widget {
  margin-bottom: 32px;
}
.cid-uBsB2kwuxm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsB2kwuxm .text_widget a:hover {
  opacity: .5;
}
.cid-uBsB2kwuxm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsB2kwuxm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsB2kwuxm .mbr-section-subtitle,
.cid-uBsB2kwuxm .text_widget,
.cid-uBsB2kwuxm .mbr-section-btn {
  text-align: center;
}
.cid-uBsB2kwuxm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsB2kTrP9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsB2kTrP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsB2kTrP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsB2kTrP9 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsB2kTrP9 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsB2kTrP9 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsB2kTrP9 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsB2kTrP9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsB2kTrP9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsB2kTrP9 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsB2kTrP9 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsB2kTrP9 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsB2kTrP9 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsB2kTrP9 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsB2kTrP9 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsB2kTrP9 .mbr-section-title {
  color: #050f0f;
}
.cid-uBsB2kTrP9 .mbr-text {
  color: #050f0f;
}
.cid-uBsB2kTrP9 .mbr-text,
.cid-uBsB2kTrP9 .text-wrapper,
.cid-uBsB2kTrP9 .rating-wrapper {
  color: #050f0f;
}
.cid-uBsB2l6yrR {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsB2l6yrR .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsB2l6yrR .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsB2l6yrR .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsB2l6yrR .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsB2l6yrR .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsB2l6yrR .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsB2l6yrR .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsB2l6yrR .mbr-section-title {
  color: #161616;
}
.cid-uBsB2l6yrR .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsB2l6yrR .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsB2l6yrR .item:focus,
.cid-uBsB2l6yrR span:focus {
  outline: none;
}
.cid-uBsB2l6yrR .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsB2l6yrR .slide-content {
    padding: 16px;
  }
}
.cid-uBsB2l6yrR .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsB2l6yrR .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsB2l6yrR .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsB2l6yrR .embla__slide {
    max-width: initial;
  }
}
.cid-uBsB2l6yrR .item-content {
  margin-top: 24px;
}
.cid-uBsB2l6yrR .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsB2l6yrR .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsB2l6yrR .item-img {
    height: 324px;
  }
}
.cid-uBsB2l6yrR .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsB2l6yrR .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsB2l6yrR .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsB2l6yrR .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsB2l6yrR .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsB2l6yrR .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsB2l6yrR .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsB2l6yrR .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsB2l6yrR .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsB2l6yrR .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsB2l6yrR .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsB2l6yrR .date-text {
    max-width: 100%;
  }
}
.cid-uBsB2l6yrR .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsB2l6yrR .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsB2l6yrR .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsB2l6yrR .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsB2l6yrR .item-subtitle {
  text-align: left;
}
.cid-uBsB2l6yrR .embla__button--next,
.cid-uBsB2l6yrR .embla__button--prev {
  display: flex;
}
.cid-uBsB2l6yrR .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsB2l6yrR .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsB2l6yrR .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsB2l6yrR .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsB2l6yrR .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsB2l6yrR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsB2l6yrR .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsB2l6yrR .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsB2l6yrR .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsB2l6yrR .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsB2l6yrR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsB2l6yrR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsB2l6yrR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsB2l6yrR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsB2l6yrR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsB2mbBdi {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsB2mbBdi .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsB2mbBdi .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsB2mbBdi .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsB2mbBdi .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsB2mbBdi .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsB2mbBdi .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsB2mbBdi .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsB2mbBdi .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsB2mbBdi .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsB2mbBdi .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsB2mbBdi .soc-item a {
  color: #ffffff;
}
.cid-uBsB2mbBdi .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsB2mbBdi .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsB2mbBdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsB2mbBdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsB2mbBdi .mbr-tag,
.cid-uBsB2mbBdi .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsB2mbBdi .copyright {
  color: #000000;
}
.cid-uBsB2mPshg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsB2mPshg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsB2mPshg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsB2mPshg .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsB2mPshg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsB2mPshg .container {
    padding: 0 20px;
  }
}
.cid-uBsB2mPshg .row {
  justify-content: center;
}
.cid-uBsB2mPshg .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsB2mPshg .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsB2mPshg .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsB2mPshg .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsB2mPshg .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsB2mPshg .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsB2mPshg .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsB2mPshg .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsB2mPshg .mbr-desc,
.cid-uBsB2mPshg .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsB0Am2TH .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsB0Am2TH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsB0Am2TH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsB0Am2TH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsB0Am2TH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsB0Am2TH .menu_box .navbar.opened,
  .cid-uBsB0Am2TH .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsB0Am2TH .navbar-dropdown {
  position: relative !important;
}
.cid-uBsB0Am2TH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsB0Am2TH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsB0Am2TH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsB0Am2TH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsB0Am2TH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsB0Am2TH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsB0Am2TH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsB0Am2TH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsB0Am2TH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsB0Am2TH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsB0Am2TH .offcanvas-body .mbr-text,
  .cid-uBsB0Am2TH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsB0Am2TH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsB0Am2TH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsB0Am2TH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsB0Am2TH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsB0Am2TH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsB0Am2TH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsB0Am2TH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsB0Am2TH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsB0Am2TH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsB0Am2TH .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-uBsB0Am2TH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsB0Am2TH 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-uBsB0Am2TH .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsB0Am2TH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsB0Am2TH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsB0Am2TH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsB0Am2TH .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsB0Am2TH .nav-item .nav-link {
  position: relative;
}
.cid-uBsB0Am2TH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsB0Am2TH .nav-item .nav-link:hover,
.cid-uBsB0Am2TH .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsB0Am2TH .nav-item .nav-link:hover::before,
.cid-uBsB0Am2TH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsB0Am2TH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsB0Am2TH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsB0Am2TH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsB0Am2TH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsB0Am2TH .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-uBsB0Am2TH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsB0Am2TH .offcanvas_box {
    display: none;
  }
}
.cid-uBsB0Am2TH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsB0Am2TH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsB0Am2TH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsB0Am2TH .container {
  display: flex;
  margin: auto;
}
.cid-uBsB0Am2TH .iconfont-wrapper {
  color: #ffffff;
  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-uBsB0Am2TH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsB0Am2TH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsB0Am2TH .navbar-caption {
  color: #ffffff;
}
.cid-uBsB0Am2TH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsB0Am2TH .navbar-nav {
    margin: 0;
  }
}
.cid-uBsB0Am2TH .dropdown-menu,
.cid-uBsB0Am2TH .navbar.opened {
  background-color: true !important;
}
.cid-uBsB0Am2TH .nav-item:focus,
.cid-uBsB0Am2TH .nav-link:focus {
  outline: none;
}
.cid-uBsB0Am2TH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsB0Am2TH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsB0Am2TH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsB0Am2TH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsB0Am2TH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsB0Am2TH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsB0Am2TH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsB0Am2TH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsB0Am2TH .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsB0Am2TH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsB0Am2TH .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsB0Am2TH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsB0Am2TH .navbar.collapsed {
  justify-content: center;
}
.cid-uBsB0Am2TH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsB0Am2TH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsB0Am2TH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsB0Am2TH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsB0Am2TH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsB0Am2TH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsB0Am2TH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsB0Am2TH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsB0Am2TH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsB0Am2TH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsB0Am2TH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsB0Am2TH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsB0Am2TH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsB0Am2TH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsB0Am2TH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsB0Am2TH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsB0Am2TH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsB0Am2TH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsB0Am2TH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsB0Am2TH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsB0Am2TH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsB0Am2TH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsB0Am2TH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsB0Am2TH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsB0Am2TH .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-uBsB0Am2TH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsB0Am2TH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsB0Am2TH .dropdown-item.active,
.cid-uBsB0Am2TH .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsB0Am2TH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsB0Am2TH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsB0Am2TH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsB0Am2TH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsB0Am2TH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsB0Am2TH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsB0Am2TH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsB0Am2TH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsB0Am2TH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsB0Am2TH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsB0Am2TH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsB0Am2TH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsB0Am2TH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsB0Am2TH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsB0Am2TH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsB0Am2TH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsB0Am2TH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsB0Am2TH .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-uBsB0Am2TH .navbar {
    height: 70px;
  }
  .cid-uBsB0Am2TH .navbar.opened {
    height: auto;
  }
  .cid-uBsB0Am2TH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsB0Am2TH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsB0Am2TH .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsB0Am2TH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsB0Am2TH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsB0Am2TH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsB0Am2TH .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsB0Am2TH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsB0Am2TH .text_widget {
  margin-bottom: 32px;
}
.cid-uBsB0Am2TH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsB0Am2TH .text_widget a:hover {
  opacity: .5;
}
.cid-uBsB0Am2TH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsB0Am2TH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsB0Am2TH .mbr-section-subtitle,
.cid-uBsB0Am2TH .text_widget,
.cid-uBsB0Am2TH .mbr-section-btn {
  text-align: center;
}
.cid-uBsB0Am2TH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsB0BcHqz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsB0BcHqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsB0BcHqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsB0BcHqz .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsB0BcHqz .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsB0BcHqz .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsB0BcHqz .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsB0BcHqz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsB0BcHqz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsB0BcHqz .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsB0BcHqz .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsB0BcHqz .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsB0BcHqz .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsB0BcHqz .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsB0BcHqz .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsB0BcHqz .mbr-section-title {
  color: #050f0f;
}
.cid-uBsB0BcHqz .mbr-text {
  color: #050f0f;
}
.cid-uBsB0BcHqz .mbr-text,
.cid-uBsB0BcHqz .text-wrapper,
.cid-uBsB0BcHqz .rating-wrapper {
  color: #050f0f;
}
.cid-uBsB0BzzK4 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsB0BzzK4 .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsB0BzzK4 .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsB0BzzK4 .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsB0BzzK4 .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsB0BzzK4 .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsB0BzzK4 .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsB0BzzK4 .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsB0BzzK4 .mbr-section-title {
  color: #161616;
}
.cid-uBsB0BzzK4 .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsB0BzzK4 .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsB0BzzK4 .item:focus,
.cid-uBsB0BzzK4 span:focus {
  outline: none;
}
.cid-uBsB0BzzK4 .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsB0BzzK4 .slide-content {
    padding: 16px;
  }
}
.cid-uBsB0BzzK4 .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsB0BzzK4 .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsB0BzzK4 .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsB0BzzK4 .embla__slide {
    max-width: initial;
  }
}
.cid-uBsB0BzzK4 .item-content {
  margin-top: 24px;
}
.cid-uBsB0BzzK4 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsB0BzzK4 .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsB0BzzK4 .item-img {
    height: 324px;
  }
}
.cid-uBsB0BzzK4 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsB0BzzK4 .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsB0BzzK4 .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsB0BzzK4 .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsB0BzzK4 .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsB0BzzK4 .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsB0BzzK4 .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsB0BzzK4 .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsB0BzzK4 .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsB0BzzK4 .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsB0BzzK4 .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsB0BzzK4 .date-text {
    max-width: 100%;
  }
}
.cid-uBsB0BzzK4 .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsB0BzzK4 .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsB0BzzK4 .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsB0BzzK4 .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsB0BzzK4 .item-subtitle {
  text-align: left;
}
.cid-uBsB0BzzK4 .embla__button--next,
.cid-uBsB0BzzK4 .embla__button--prev {
  display: flex;
}
.cid-uBsB0BzzK4 .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsB0BzzK4 .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsB0BzzK4 .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsB0BzzK4 .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsB0BzzK4 .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsB0BzzK4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsB0BzzK4 .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsB0BzzK4 .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsB0BzzK4 .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsB0BzzK4 .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsB0BzzK4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsB0BzzK4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsB0BzzK4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsB0BzzK4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsB0BzzK4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsB0DjZze {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsB0DjZze .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsB0DjZze .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsB0DjZze .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsB0DjZze .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsB0DjZze .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsB0DjZze .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsB0DjZze .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsB0DjZze .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsB0DjZze .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsB0DjZze .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsB0DjZze .soc-item a {
  color: #ffffff;
}
.cid-uBsB0DjZze .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsB0DjZze .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsB0DjZze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsB0DjZze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsB0DjZze .mbr-tag,
.cid-uBsB0DjZze .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsB0DjZze .copyright {
  color: #000000;
}
.cid-uBsB0EwxrB {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsB0EwxrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsB0EwxrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsB0EwxrB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsB0EwxrB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsB0EwxrB .container {
    padding: 0 20px;
  }
}
.cid-uBsB0EwxrB .row {
  justify-content: center;
}
.cid-uBsB0EwxrB .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsB0EwxrB .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsB0EwxrB .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsB0EwxrB .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsB0EwxrB .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsB0EwxrB .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsB0EwxrB .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsB0EwxrB .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsB0EwxrB .mbr-desc,
.cid-uBsB0EwxrB .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAYIqtU6 .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAYIqtU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAYIqtU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAYIqtU6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAYIqtU6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAYIqtU6 .menu_box .navbar.opened,
  .cid-uBsAYIqtU6 .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAYIqtU6 .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAYIqtU6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAYIqtU6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAYIqtU6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAYIqtU6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAYIqtU6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAYIqtU6 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAYIqtU6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAYIqtU6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAYIqtU6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAYIqtU6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAYIqtU6 .offcanvas-body .mbr-text,
  .cid-uBsAYIqtU6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAYIqtU6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAYIqtU6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAYIqtU6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAYIqtU6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAYIqtU6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAYIqtU6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAYIqtU6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAYIqtU6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAYIqtU6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAYIqtU6 .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-uBsAYIqtU6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAYIqtU6 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-uBsAYIqtU6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAYIqtU6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAYIqtU6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAYIqtU6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAYIqtU6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAYIqtU6 .nav-item .nav-link {
  position: relative;
}
.cid-uBsAYIqtU6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAYIqtU6 .nav-item .nav-link:hover,
.cid-uBsAYIqtU6 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAYIqtU6 .nav-item .nav-link:hover::before,
.cid-uBsAYIqtU6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAYIqtU6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAYIqtU6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAYIqtU6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAYIqtU6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAYIqtU6 .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-uBsAYIqtU6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAYIqtU6 .offcanvas_box {
    display: none;
  }
}
.cid-uBsAYIqtU6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAYIqtU6 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAYIqtU6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAYIqtU6 .container {
  display: flex;
  margin: auto;
}
.cid-uBsAYIqtU6 .iconfont-wrapper {
  color: #ffffff;
  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-uBsAYIqtU6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAYIqtU6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAYIqtU6 .navbar-caption {
  color: #ffffff;
}
.cid-uBsAYIqtU6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAYIqtU6 .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAYIqtU6 .dropdown-menu,
.cid-uBsAYIqtU6 .navbar.opened {
  background-color: true !important;
}
.cid-uBsAYIqtU6 .nav-item:focus,
.cid-uBsAYIqtU6 .nav-link:focus {
  outline: none;
}
.cid-uBsAYIqtU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAYIqtU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAYIqtU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAYIqtU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAYIqtU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAYIqtU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAYIqtU6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAYIqtU6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAYIqtU6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAYIqtU6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAYIqtU6 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAYIqtU6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAYIqtU6 .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAYIqtU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAYIqtU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAYIqtU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAYIqtU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAYIqtU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAYIqtU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAYIqtU6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAYIqtU6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAYIqtU6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAYIqtU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAYIqtU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAYIqtU6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAYIqtU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAYIqtU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAYIqtU6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAYIqtU6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAYIqtU6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAYIqtU6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAYIqtU6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAYIqtU6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAYIqtU6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAYIqtU6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAYIqtU6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAYIqtU6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAYIqtU6 .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-uBsAYIqtU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAYIqtU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAYIqtU6 .dropdown-item.active,
.cid-uBsAYIqtU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAYIqtU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAYIqtU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAYIqtU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAYIqtU6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAYIqtU6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAYIqtU6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAYIqtU6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAYIqtU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAYIqtU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAYIqtU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAYIqtU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAYIqtU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAYIqtU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAYIqtU6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAYIqtU6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAYIqtU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAYIqtU6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAYIqtU6 .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-uBsAYIqtU6 .navbar {
    height: 70px;
  }
  .cid-uBsAYIqtU6 .navbar.opened {
    height: auto;
  }
  .cid-uBsAYIqtU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAYIqtU6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAYIqtU6 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAYIqtU6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAYIqtU6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAYIqtU6 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAYIqtU6 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAYIqtU6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAYIqtU6 .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAYIqtU6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAYIqtU6 .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAYIqtU6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAYIqtU6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAYIqtU6 .mbr-section-subtitle,
.cid-uBsAYIqtU6 .text_widget,
.cid-uBsAYIqtU6 .mbr-section-btn {
  text-align: center;
}
.cid-uBsAYIqtU6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAYIN7sW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAYIN7sW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAYIN7sW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAYIN7sW .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAYIN7sW .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAYIN7sW .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAYIN7sW .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAYIN7sW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAYIN7sW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAYIN7sW .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAYIN7sW .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAYIN7sW .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAYIN7sW .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAYIN7sW .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAYIN7sW .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAYIN7sW .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAYIN7sW .mbr-text {
  color: #050f0f;
}
.cid-uBsAYIN7sW .mbr-text,
.cid-uBsAYIN7sW .text-wrapper,
.cid-uBsAYIN7sW .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAYIZ5Qo {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAYIZ5Qo .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAYIZ5Qo .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAYIZ5Qo .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAYIZ5Qo .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAYIZ5Qo .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAYIZ5Qo .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAYIZ5Qo .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAYIZ5Qo .mbr-section-title {
  color: #161616;
}
.cid-uBsAYIZ5Qo .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAYIZ5Qo .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAYIZ5Qo .item:focus,
.cid-uBsAYIZ5Qo span:focus {
  outline: none;
}
.cid-uBsAYIZ5Qo .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAYIZ5Qo .slide-content {
    padding: 16px;
  }
}
.cid-uBsAYIZ5Qo .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAYIZ5Qo .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAYIZ5Qo .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAYIZ5Qo .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAYIZ5Qo .item-content {
  margin-top: 24px;
}
.cid-uBsAYIZ5Qo .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAYIZ5Qo .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAYIZ5Qo .item-img {
    height: 324px;
  }
}
.cid-uBsAYIZ5Qo .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAYIZ5Qo .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAYIZ5Qo .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAYIZ5Qo .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAYIZ5Qo .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAYIZ5Qo .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAYIZ5Qo .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAYIZ5Qo .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAYIZ5Qo .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAYIZ5Qo .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAYIZ5Qo .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAYIZ5Qo .date-text {
    max-width: 100%;
  }
}
.cid-uBsAYIZ5Qo .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAYIZ5Qo .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAYIZ5Qo .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAYIZ5Qo .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAYIZ5Qo .item-subtitle {
  text-align: left;
}
.cid-uBsAYIZ5Qo .embla__button--next,
.cid-uBsAYIZ5Qo .embla__button--prev {
  display: flex;
}
.cid-uBsAYIZ5Qo .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAYIZ5Qo .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAYIZ5Qo .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAYIZ5Qo .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAYIZ5Qo .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAYIZ5Qo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAYIZ5Qo .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAYIZ5Qo .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAYIZ5Qo .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAYIZ5Qo .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAYIZ5Qo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAYIZ5Qo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAYIZ5Qo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAYIZ5Qo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAYIZ5Qo .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAYK2t9L {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAYK2t9L .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAYK2t9L .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAYK2t9L .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAYK2t9L .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAYK2t9L .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAYK2t9L .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAYK2t9L .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAYK2t9L .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAYK2t9L .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAYK2t9L .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAYK2t9L .soc-item a {
  color: #ffffff;
}
.cid-uBsAYK2t9L .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAYK2t9L .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAYK2t9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAYK2t9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAYK2t9L .mbr-tag,
.cid-uBsAYK2t9L .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAYK2t9L .copyright {
  color: #000000;
}
.cid-uBsAYKI5NX {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAYKI5NX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAYKI5NX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAYKI5NX .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAYKI5NX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAYKI5NX .container {
    padding: 0 20px;
  }
}
.cid-uBsAYKI5NX .row {
  justify-content: center;
}
.cid-uBsAYKI5NX .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAYKI5NX .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAYKI5NX .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAYKI5NX .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAYKI5NX .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAYKI5NX .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAYKI5NX .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAYKI5NX .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAYKI5NX .mbr-desc,
.cid-uBsAYKI5NX .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsASpyqw9 .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsASpyqw9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsASpyqw9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsASpyqw9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsASpyqw9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsASpyqw9 .menu_box .navbar.opened,
  .cid-uBsASpyqw9 .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsASpyqw9 .navbar-dropdown {
  position: relative !important;
}
.cid-uBsASpyqw9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsASpyqw9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsASpyqw9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsASpyqw9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsASpyqw9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsASpyqw9 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsASpyqw9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsASpyqw9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsASpyqw9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsASpyqw9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsASpyqw9 .offcanvas-body .mbr-text,
  .cid-uBsASpyqw9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsASpyqw9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsASpyqw9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsASpyqw9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsASpyqw9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsASpyqw9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsASpyqw9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsASpyqw9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsASpyqw9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsASpyqw9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsASpyqw9 .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-uBsASpyqw9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsASpyqw9 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-uBsASpyqw9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsASpyqw9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsASpyqw9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsASpyqw9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsASpyqw9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsASpyqw9 .nav-item .nav-link {
  position: relative;
}
.cid-uBsASpyqw9 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsASpyqw9 .nav-item .nav-link:hover,
.cid-uBsASpyqw9 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsASpyqw9 .nav-item .nav-link:hover::before,
.cid-uBsASpyqw9 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsASpyqw9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsASpyqw9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsASpyqw9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsASpyqw9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsASpyqw9 .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-uBsASpyqw9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsASpyqw9 .offcanvas_box {
    display: none;
  }
}
.cid-uBsASpyqw9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsASpyqw9 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsASpyqw9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsASpyqw9 .container {
  display: flex;
  margin: auto;
}
.cid-uBsASpyqw9 .iconfont-wrapper {
  color: #ffffff;
  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-uBsASpyqw9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsASpyqw9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsASpyqw9 .navbar-caption {
  color: #ffffff;
}
.cid-uBsASpyqw9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsASpyqw9 .navbar-nav {
    margin: 0;
  }
}
.cid-uBsASpyqw9 .dropdown-menu,
.cid-uBsASpyqw9 .navbar.opened {
  background-color: true !important;
}
.cid-uBsASpyqw9 .nav-item:focus,
.cid-uBsASpyqw9 .nav-link:focus {
  outline: none;
}
.cid-uBsASpyqw9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsASpyqw9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsASpyqw9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsASpyqw9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsASpyqw9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsASpyqw9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsASpyqw9 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsASpyqw9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsASpyqw9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsASpyqw9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsASpyqw9 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsASpyqw9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsASpyqw9 .navbar.collapsed {
  justify-content: center;
}
.cid-uBsASpyqw9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsASpyqw9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsASpyqw9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsASpyqw9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsASpyqw9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsASpyqw9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsASpyqw9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsASpyqw9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsASpyqw9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsASpyqw9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsASpyqw9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsASpyqw9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsASpyqw9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsASpyqw9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsASpyqw9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsASpyqw9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsASpyqw9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsASpyqw9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsASpyqw9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsASpyqw9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsASpyqw9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsASpyqw9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsASpyqw9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsASpyqw9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsASpyqw9 .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-uBsASpyqw9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsASpyqw9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsASpyqw9 .dropdown-item.active,
.cid-uBsASpyqw9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsASpyqw9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsASpyqw9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsASpyqw9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsASpyqw9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsASpyqw9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsASpyqw9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsASpyqw9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsASpyqw9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsASpyqw9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsASpyqw9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsASpyqw9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsASpyqw9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsASpyqw9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsASpyqw9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsASpyqw9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsASpyqw9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsASpyqw9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsASpyqw9 .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-uBsASpyqw9 .navbar {
    height: 70px;
  }
  .cid-uBsASpyqw9 .navbar.opened {
    height: auto;
  }
  .cid-uBsASpyqw9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsASpyqw9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsASpyqw9 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsASpyqw9 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsASpyqw9 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsASpyqw9 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsASpyqw9 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsASpyqw9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsASpyqw9 .text_widget {
  margin-bottom: 32px;
}
.cid-uBsASpyqw9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsASpyqw9 .text_widget a:hover {
  opacity: .5;
}
.cid-uBsASpyqw9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsASpyqw9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsASpyqw9 .mbr-section-subtitle,
.cid-uBsASpyqw9 .text_widget,
.cid-uBsASpyqw9 .mbr-section-btn {
  text-align: center;
}
.cid-uBsASpyqw9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsASpUmhK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsASpUmhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsASpUmhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsASpUmhK .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsASpUmhK .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsASpUmhK .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsASpUmhK .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsASpUmhK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsASpUmhK .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsASpUmhK .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsASpUmhK .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsASpUmhK .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsASpUmhK .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsASpUmhK .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsASpUmhK .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsASpUmhK .mbr-section-title {
  color: #050f0f;
}
.cid-uBsASpUmhK .mbr-text {
  color: #050f0f;
}
.cid-uBsASpUmhK .mbr-text,
.cid-uBsASpUmhK .text-wrapper,
.cid-uBsASpUmhK .rating-wrapper {
  color: #050f0f;
}
.cid-uBsASq7uLu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsASq7uLu .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsASq7uLu .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsASq7uLu .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsASq7uLu .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsASq7uLu .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsASq7uLu .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsASq7uLu .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsASq7uLu .mbr-section-title {
  color: #161616;
}
.cid-uBsASq7uLu .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsASq7uLu .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsASq7uLu .item:focus,
.cid-uBsASq7uLu span:focus {
  outline: none;
}
.cid-uBsASq7uLu .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsASq7uLu .slide-content {
    padding: 16px;
  }
}
.cid-uBsASq7uLu .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsASq7uLu .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsASq7uLu .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsASq7uLu .embla__slide {
    max-width: initial;
  }
}
.cid-uBsASq7uLu .item-content {
  margin-top: 24px;
}
.cid-uBsASq7uLu .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsASq7uLu .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsASq7uLu .item-img {
    height: 324px;
  }
}
.cid-uBsASq7uLu .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsASq7uLu .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsASq7uLu .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsASq7uLu .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsASq7uLu .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsASq7uLu .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsASq7uLu .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsASq7uLu .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsASq7uLu .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsASq7uLu .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsASq7uLu .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsASq7uLu .date-text {
    max-width: 100%;
  }
}
.cid-uBsASq7uLu .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsASq7uLu .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsASq7uLu .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsASq7uLu .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsASq7uLu .item-subtitle {
  text-align: left;
}
.cid-uBsASq7uLu .embla__button--next,
.cid-uBsASq7uLu .embla__button--prev {
  display: flex;
}
.cid-uBsASq7uLu .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsASq7uLu .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsASq7uLu .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsASq7uLu .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsASq7uLu .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsASq7uLu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsASq7uLu .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsASq7uLu .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsASq7uLu .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsASq7uLu .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsASq7uLu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsASq7uLu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsASq7uLu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsASq7uLu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsASq7uLu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsASr9FkD {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsASr9FkD .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsASr9FkD .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsASr9FkD .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsASr9FkD .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsASr9FkD .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsASr9FkD .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsASr9FkD .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsASr9FkD .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsASr9FkD .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsASr9FkD .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsASr9FkD .soc-item a {
  color: #ffffff;
}
.cid-uBsASr9FkD .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsASr9FkD .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsASr9FkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsASr9FkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsASr9FkD .mbr-tag,
.cid-uBsASr9FkD .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsASr9FkD .copyright {
  color: #000000;
}
.cid-uBsASrMUYG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsASrMUYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsASrMUYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsASrMUYG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsASrMUYG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsASrMUYG .container {
    padding: 0 20px;
  }
}
.cid-uBsASrMUYG .row {
  justify-content: center;
}
.cid-uBsASrMUYG .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsASrMUYG .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsASrMUYG .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsASrMUYG .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsASrMUYG .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsASrMUYG .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsASrMUYG .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsASrMUYG .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsASrMUYG .mbr-desc,
.cid-uBsASrMUYG .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAR9AmPG .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAR9AmPG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAR9AmPG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAR9AmPG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAR9AmPG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAR9AmPG .menu_box .navbar.opened,
  .cid-uBsAR9AmPG .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAR9AmPG .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAR9AmPG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAR9AmPG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAR9AmPG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAR9AmPG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAR9AmPG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAR9AmPG .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAR9AmPG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAR9AmPG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAR9AmPG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAR9AmPG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAR9AmPG .offcanvas-body .mbr-text,
  .cid-uBsAR9AmPG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAR9AmPG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAR9AmPG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAR9AmPG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAR9AmPG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAR9AmPG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAR9AmPG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAR9AmPG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAR9AmPG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAR9AmPG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAR9AmPG .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-uBsAR9AmPG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAR9AmPG 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-uBsAR9AmPG .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAR9AmPG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAR9AmPG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAR9AmPG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAR9AmPG .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAR9AmPG .nav-item .nav-link {
  position: relative;
}
.cid-uBsAR9AmPG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAR9AmPG .nav-item .nav-link:hover,
.cid-uBsAR9AmPG .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAR9AmPG .nav-item .nav-link:hover::before,
.cid-uBsAR9AmPG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAR9AmPG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAR9AmPG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAR9AmPG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAR9AmPG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAR9AmPG .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-uBsAR9AmPG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAR9AmPG .offcanvas_box {
    display: none;
  }
}
.cid-uBsAR9AmPG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAR9AmPG .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAR9AmPG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAR9AmPG .container {
  display: flex;
  margin: auto;
}
.cid-uBsAR9AmPG .iconfont-wrapper {
  color: #ffffff;
  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-uBsAR9AmPG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAR9AmPG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAR9AmPG .navbar-caption {
  color: #ffffff;
}
.cid-uBsAR9AmPG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAR9AmPG .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAR9AmPG .dropdown-menu,
.cid-uBsAR9AmPG .navbar.opened {
  background-color: true !important;
}
.cid-uBsAR9AmPG .nav-item:focus,
.cid-uBsAR9AmPG .nav-link:focus {
  outline: none;
}
.cid-uBsAR9AmPG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAR9AmPG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAR9AmPG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAR9AmPG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAR9AmPG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAR9AmPG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAR9AmPG .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAR9AmPG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAR9AmPG .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAR9AmPG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAR9AmPG .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAR9AmPG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAR9AmPG .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAR9AmPG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAR9AmPG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAR9AmPG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAR9AmPG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAR9AmPG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAR9AmPG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAR9AmPG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAR9AmPG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAR9AmPG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAR9AmPG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAR9AmPG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAR9AmPG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAR9AmPG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAR9AmPG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAR9AmPG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAR9AmPG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAR9AmPG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAR9AmPG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAR9AmPG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAR9AmPG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAR9AmPG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAR9AmPG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAR9AmPG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAR9AmPG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAR9AmPG .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-uBsAR9AmPG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAR9AmPG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAR9AmPG .dropdown-item.active,
.cid-uBsAR9AmPG .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAR9AmPG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAR9AmPG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAR9AmPG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAR9AmPG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAR9AmPG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAR9AmPG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAR9AmPG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAR9AmPG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAR9AmPG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAR9AmPG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAR9AmPG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAR9AmPG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAR9AmPG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAR9AmPG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAR9AmPG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAR9AmPG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAR9AmPG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAR9AmPG .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-uBsAR9AmPG .navbar {
    height: 70px;
  }
  .cid-uBsAR9AmPG .navbar.opened {
    height: auto;
  }
  .cid-uBsAR9AmPG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAR9AmPG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAR9AmPG .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAR9AmPG .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAR9AmPG .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAR9AmPG .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAR9AmPG .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAR9AmPG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAR9AmPG .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAR9AmPG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAR9AmPG .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAR9AmPG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAR9AmPG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAR9AmPG .mbr-section-subtitle,
.cid-uBsAR9AmPG .text_widget,
.cid-uBsAR9AmPG .mbr-section-btn {
  text-align: center;
}
.cid-uBsAR9AmPG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsARa2pKd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsARa2pKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsARa2pKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsARa2pKd .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsARa2pKd .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsARa2pKd .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsARa2pKd .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsARa2pKd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsARa2pKd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsARa2pKd .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsARa2pKd .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsARa2pKd .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsARa2pKd .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsARa2pKd .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsARa2pKd .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsARa2pKd .mbr-section-title {
  color: #050f0f;
}
.cid-uBsARa2pKd .mbr-text {
  color: #050f0f;
}
.cid-uBsARa2pKd .mbr-text,
.cid-uBsARa2pKd .text-wrapper,
.cid-uBsARa2pKd .rating-wrapper {
  color: #050f0f;
}
.cid-uBsARagPFS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsARagPFS .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsARagPFS .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsARagPFS .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsARagPFS .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsARagPFS .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsARagPFS .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsARagPFS .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsARagPFS .mbr-section-title {
  color: #161616;
}
.cid-uBsARagPFS .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsARagPFS .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsARagPFS .item:focus,
.cid-uBsARagPFS span:focus {
  outline: none;
}
.cid-uBsARagPFS .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsARagPFS .slide-content {
    padding: 16px;
  }
}
.cid-uBsARagPFS .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsARagPFS .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsARagPFS .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsARagPFS .embla__slide {
    max-width: initial;
  }
}
.cid-uBsARagPFS .item-content {
  margin-top: 24px;
}
.cid-uBsARagPFS .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsARagPFS .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsARagPFS .item-img {
    height: 324px;
  }
}
.cid-uBsARagPFS .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsARagPFS .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsARagPFS .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsARagPFS .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsARagPFS .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsARagPFS .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsARagPFS .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsARagPFS .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsARagPFS .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsARagPFS .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsARagPFS .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsARagPFS .date-text {
    max-width: 100%;
  }
}
.cid-uBsARagPFS .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsARagPFS .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsARagPFS .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsARagPFS .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsARagPFS .item-subtitle {
  text-align: left;
}
.cid-uBsARagPFS .embla__button--next,
.cid-uBsARagPFS .embla__button--prev {
  display: flex;
}
.cid-uBsARagPFS .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsARagPFS .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsARagPFS .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsARagPFS .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsARagPFS .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsARagPFS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsARagPFS .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsARagPFS .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsARagPFS .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsARagPFS .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsARagPFS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsARagPFS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsARagPFS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsARagPFS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsARagPFS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsARbgyOu {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsARbgyOu .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsARbgyOu .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsARbgyOu .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsARbgyOu .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsARbgyOu .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsARbgyOu .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsARbgyOu .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsARbgyOu .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsARbgyOu .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsARbgyOu .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsARbgyOu .soc-item a {
  color: #ffffff;
}
.cid-uBsARbgyOu .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsARbgyOu .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsARbgyOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsARbgyOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsARbgyOu .mbr-tag,
.cid-uBsARbgyOu .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsARbgyOu .copyright {
  color: #000000;
}
.cid-uBsARbXKZc {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsARbXKZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsARbXKZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsARbXKZc .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsARbXKZc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsARbXKZc .container {
    padding: 0 20px;
  }
}
.cid-uBsARbXKZc .row {
  justify-content: center;
}
.cid-uBsARbXKZc .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsARbXKZc .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsARbXKZc .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsARbXKZc .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsARbXKZc .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsARbXKZc .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsARbXKZc .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsARbXKZc .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsARbXKZc .mbr-desc,
.cid-uBsARbXKZc .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAPX2PIa .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAPX2PIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAPX2PIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAPX2PIa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAPX2PIa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAPX2PIa .menu_box .navbar.opened,
  .cid-uBsAPX2PIa .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAPX2PIa .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAPX2PIa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAPX2PIa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAPX2PIa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAPX2PIa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAPX2PIa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAPX2PIa .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAPX2PIa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAPX2PIa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAPX2PIa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAPX2PIa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAPX2PIa .offcanvas-body .mbr-text,
  .cid-uBsAPX2PIa .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAPX2PIa .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAPX2PIa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAPX2PIa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAPX2PIa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAPX2PIa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAPX2PIa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAPX2PIa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAPX2PIa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAPX2PIa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAPX2PIa .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-uBsAPX2PIa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAPX2PIa 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-uBsAPX2PIa .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAPX2PIa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAPX2PIa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAPX2PIa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAPX2PIa .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAPX2PIa .nav-item .nav-link {
  position: relative;
}
.cid-uBsAPX2PIa .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAPX2PIa .nav-item .nav-link:hover,
.cid-uBsAPX2PIa .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAPX2PIa .nav-item .nav-link:hover::before,
.cid-uBsAPX2PIa .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAPX2PIa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAPX2PIa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAPX2PIa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAPX2PIa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAPX2PIa .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-uBsAPX2PIa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAPX2PIa .offcanvas_box {
    display: none;
  }
}
.cid-uBsAPX2PIa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAPX2PIa .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAPX2PIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAPX2PIa .container {
  display: flex;
  margin: auto;
}
.cid-uBsAPX2PIa .iconfont-wrapper {
  color: #ffffff;
  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-uBsAPX2PIa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAPX2PIa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAPX2PIa .navbar-caption {
  color: #ffffff;
}
.cid-uBsAPX2PIa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAPX2PIa .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAPX2PIa .dropdown-menu,
.cid-uBsAPX2PIa .navbar.opened {
  background-color: true !important;
}
.cid-uBsAPX2PIa .nav-item:focus,
.cid-uBsAPX2PIa .nav-link:focus {
  outline: none;
}
.cid-uBsAPX2PIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAPX2PIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAPX2PIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAPX2PIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAPX2PIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAPX2PIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAPX2PIa .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAPX2PIa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAPX2PIa .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAPX2PIa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAPX2PIa .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAPX2PIa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAPX2PIa .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAPX2PIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAPX2PIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAPX2PIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAPX2PIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAPX2PIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAPX2PIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAPX2PIa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAPX2PIa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAPX2PIa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAPX2PIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAPX2PIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAPX2PIa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAPX2PIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAPX2PIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAPX2PIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAPX2PIa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAPX2PIa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAPX2PIa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAPX2PIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAPX2PIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAPX2PIa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAPX2PIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAPX2PIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAPX2PIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAPX2PIa .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-uBsAPX2PIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAPX2PIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAPX2PIa .dropdown-item.active,
.cid-uBsAPX2PIa .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAPX2PIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAPX2PIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAPX2PIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAPX2PIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAPX2PIa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAPX2PIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAPX2PIa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAPX2PIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAPX2PIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAPX2PIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAPX2PIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAPX2PIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAPX2PIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAPX2PIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAPX2PIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAPX2PIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAPX2PIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAPX2PIa .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-uBsAPX2PIa .navbar {
    height: 70px;
  }
  .cid-uBsAPX2PIa .navbar.opened {
    height: auto;
  }
  .cid-uBsAPX2PIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAPX2PIa .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAPX2PIa .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAPX2PIa .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAPX2PIa .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAPX2PIa .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAPX2PIa .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAPX2PIa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAPX2PIa .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAPX2PIa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAPX2PIa .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAPX2PIa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAPX2PIa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAPX2PIa .mbr-section-subtitle,
.cid-uBsAPX2PIa .text_widget,
.cid-uBsAPX2PIa .mbr-section-btn {
  text-align: center;
}
.cid-uBsAPX2PIa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAPXouWI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAPXouWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAPXouWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAPXouWI .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAPXouWI .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAPXouWI .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAPXouWI .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAPXouWI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAPXouWI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAPXouWI .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAPXouWI .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAPXouWI .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAPXouWI .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAPXouWI .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAPXouWI .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAPXouWI .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAPXouWI .mbr-text {
  color: #050f0f;
}
.cid-uBsAPXouWI .mbr-text,
.cid-uBsAPXouWI .text-wrapper,
.cid-uBsAPXouWI .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAPXBzFK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAPXBzFK .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAPXBzFK .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAPXBzFK .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAPXBzFK .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAPXBzFK .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAPXBzFK .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAPXBzFK .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAPXBzFK .mbr-section-title {
  color: #161616;
}
.cid-uBsAPXBzFK .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAPXBzFK .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAPXBzFK .item:focus,
.cid-uBsAPXBzFK span:focus {
  outline: none;
}
.cid-uBsAPXBzFK .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAPXBzFK .slide-content {
    padding: 16px;
  }
}
.cid-uBsAPXBzFK .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAPXBzFK .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAPXBzFK .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAPXBzFK .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAPXBzFK .item-content {
  margin-top: 24px;
}
.cid-uBsAPXBzFK .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAPXBzFK .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAPXBzFK .item-img {
    height: 324px;
  }
}
.cid-uBsAPXBzFK .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAPXBzFK .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAPXBzFK .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAPXBzFK .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAPXBzFK .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAPXBzFK .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAPXBzFK .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAPXBzFK .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAPXBzFK .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAPXBzFK .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAPXBzFK .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAPXBzFK .date-text {
    max-width: 100%;
  }
}
.cid-uBsAPXBzFK .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAPXBzFK .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAPXBzFK .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAPXBzFK .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAPXBzFK .item-subtitle {
  text-align: left;
}
.cid-uBsAPXBzFK .embla__button--next,
.cid-uBsAPXBzFK .embla__button--prev {
  display: flex;
}
.cid-uBsAPXBzFK .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAPXBzFK .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAPXBzFK .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAPXBzFK .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAPXBzFK .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAPXBzFK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAPXBzFK .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAPXBzFK .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAPXBzFK .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAPXBzFK .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAPXBzFK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAPXBzFK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAPXBzFK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAPXBzFK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAPXBzFK .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAPYCPGx {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAPYCPGx .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAPYCPGx .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAPYCPGx .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAPYCPGx .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAPYCPGx .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAPYCPGx .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAPYCPGx .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAPYCPGx .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAPYCPGx .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAPYCPGx .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAPYCPGx .soc-item a {
  color: #ffffff;
}
.cid-uBsAPYCPGx .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAPYCPGx .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAPYCPGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAPYCPGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAPYCPGx .mbr-tag,
.cid-uBsAPYCPGx .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAPYCPGx .copyright {
  color: #000000;
}
.cid-uBsAPZf9Up {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAPZf9Up .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAPZf9Up .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAPZf9Up .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAPZf9Up .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAPZf9Up .container {
    padding: 0 20px;
  }
}
.cid-uBsAPZf9Up .row {
  justify-content: center;
}
.cid-uBsAPZf9Up .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAPZf9Up .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAPZf9Up .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAPZf9Up .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAPZf9Up .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAPZf9Up .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAPZf9Up .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAPZf9Up .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAPZf9Up .mbr-desc,
.cid-uBsAPZf9Up .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAOFX1Hl .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAOFX1Hl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAOFX1Hl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAOFX1Hl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAOFX1Hl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAOFX1Hl .menu_box .navbar.opened,
  .cid-uBsAOFX1Hl .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAOFX1Hl .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAOFX1Hl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAOFX1Hl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAOFX1Hl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAOFX1Hl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAOFX1Hl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAOFX1Hl .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAOFX1Hl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAOFX1Hl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAOFX1Hl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAOFX1Hl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAOFX1Hl .offcanvas-body .mbr-text,
  .cid-uBsAOFX1Hl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAOFX1Hl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAOFX1Hl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAOFX1Hl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAOFX1Hl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAOFX1Hl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAOFX1Hl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAOFX1Hl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAOFX1Hl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAOFX1Hl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAOFX1Hl .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-uBsAOFX1Hl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAOFX1Hl 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-uBsAOFX1Hl .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAOFX1Hl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAOFX1Hl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAOFX1Hl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAOFX1Hl .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAOFX1Hl .nav-item .nav-link {
  position: relative;
}
.cid-uBsAOFX1Hl .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAOFX1Hl .nav-item .nav-link:hover,
.cid-uBsAOFX1Hl .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAOFX1Hl .nav-item .nav-link:hover::before,
.cid-uBsAOFX1Hl .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAOFX1Hl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAOFX1Hl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAOFX1Hl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAOFX1Hl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAOFX1Hl .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-uBsAOFX1Hl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAOFX1Hl .offcanvas_box {
    display: none;
  }
}
.cid-uBsAOFX1Hl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAOFX1Hl .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAOFX1Hl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAOFX1Hl .container {
  display: flex;
  margin: auto;
}
.cid-uBsAOFX1Hl .iconfont-wrapper {
  color: #ffffff;
  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-uBsAOFX1Hl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAOFX1Hl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAOFX1Hl .navbar-caption {
  color: #ffffff;
}
.cid-uBsAOFX1Hl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAOFX1Hl .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAOFX1Hl .dropdown-menu,
.cid-uBsAOFX1Hl .navbar.opened {
  background-color: true !important;
}
.cid-uBsAOFX1Hl .nav-item:focus,
.cid-uBsAOFX1Hl .nav-link:focus {
  outline: none;
}
.cid-uBsAOFX1Hl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAOFX1Hl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAOFX1Hl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAOFX1Hl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAOFX1Hl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAOFX1Hl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAOFX1Hl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAOFX1Hl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAOFX1Hl .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAOFX1Hl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAOFX1Hl .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAOFX1Hl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAOFX1Hl .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAOFX1Hl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAOFX1Hl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAOFX1Hl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAOFX1Hl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAOFX1Hl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAOFX1Hl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAOFX1Hl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAOFX1Hl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAOFX1Hl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAOFX1Hl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAOFX1Hl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAOFX1Hl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAOFX1Hl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAOFX1Hl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAOFX1Hl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAOFX1Hl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAOFX1Hl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAOFX1Hl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAOFX1Hl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAOFX1Hl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAOFX1Hl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAOFX1Hl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAOFX1Hl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAOFX1Hl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAOFX1Hl .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-uBsAOFX1Hl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAOFX1Hl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAOFX1Hl .dropdown-item.active,
.cid-uBsAOFX1Hl .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAOFX1Hl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAOFX1Hl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAOFX1Hl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAOFX1Hl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAOFX1Hl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAOFX1Hl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAOFX1Hl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAOFX1Hl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAOFX1Hl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAOFX1Hl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAOFX1Hl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAOFX1Hl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAOFX1Hl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAOFX1Hl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAOFX1Hl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAOFX1Hl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAOFX1Hl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAOFX1Hl .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-uBsAOFX1Hl .navbar {
    height: 70px;
  }
  .cid-uBsAOFX1Hl .navbar.opened {
    height: auto;
  }
  .cid-uBsAOFX1Hl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAOFX1Hl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAOFX1Hl .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAOFX1Hl .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAOFX1Hl .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAOFX1Hl .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAOFX1Hl .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAOFX1Hl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAOFX1Hl .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAOFX1Hl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAOFX1Hl .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAOFX1Hl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAOFX1Hl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAOFX1Hl .mbr-section-subtitle,
.cid-uBsAOFX1Hl .text_widget,
.cid-uBsAOFX1Hl .mbr-section-btn {
  text-align: center;
}
.cid-uBsAOFX1Hl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAOGtguY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAOGtguY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAOGtguY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAOGtguY .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAOGtguY .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAOGtguY .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAOGtguY .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAOGtguY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAOGtguY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAOGtguY .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAOGtguY .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAOGtguY .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAOGtguY .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAOGtguY .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAOGtguY .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAOGtguY .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAOGtguY .mbr-text {
  color: #050f0f;
}
.cid-uBsAOGtguY .mbr-text,
.cid-uBsAOGtguY .text-wrapper,
.cid-uBsAOGtguY .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAOGGwOc {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAOGGwOc .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAOGGwOc .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAOGGwOc .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAOGGwOc .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAOGGwOc .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAOGGwOc .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAOGGwOc .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAOGGwOc .mbr-section-title {
  color: #161616;
}
.cid-uBsAOGGwOc .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAOGGwOc .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAOGGwOc .item:focus,
.cid-uBsAOGGwOc span:focus {
  outline: none;
}
.cid-uBsAOGGwOc .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAOGGwOc .slide-content {
    padding: 16px;
  }
}
.cid-uBsAOGGwOc .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAOGGwOc .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAOGGwOc .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAOGGwOc .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAOGGwOc .item-content {
  margin-top: 24px;
}
.cid-uBsAOGGwOc .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAOGGwOc .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAOGGwOc .item-img {
    height: 324px;
  }
}
.cid-uBsAOGGwOc .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAOGGwOc .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAOGGwOc .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAOGGwOc .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAOGGwOc .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAOGGwOc .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAOGGwOc .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAOGGwOc .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAOGGwOc .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAOGGwOc .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAOGGwOc .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAOGGwOc .date-text {
    max-width: 100%;
  }
}
.cid-uBsAOGGwOc .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAOGGwOc .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAOGGwOc .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAOGGwOc .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAOGGwOc .item-subtitle {
  text-align: left;
}
.cid-uBsAOGGwOc .embla__button--next,
.cid-uBsAOGGwOc .embla__button--prev {
  display: flex;
}
.cid-uBsAOGGwOc .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAOGGwOc .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAOGGwOc .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAOGGwOc .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAOGGwOc .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAOGGwOc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAOGGwOc .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAOGGwOc .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAOGGwOc .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAOGGwOc .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAOGGwOc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAOGGwOc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAOGGwOc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAOGGwOc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAOGGwOc .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAOHIUTQ {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAOHIUTQ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAOHIUTQ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAOHIUTQ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAOHIUTQ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAOHIUTQ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAOHIUTQ .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAOHIUTQ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAOHIUTQ .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAOHIUTQ .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAOHIUTQ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAOHIUTQ .soc-item a {
  color: #ffffff;
}
.cid-uBsAOHIUTQ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAOHIUTQ .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAOHIUTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAOHIUTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAOHIUTQ .mbr-tag,
.cid-uBsAOHIUTQ .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAOHIUTQ .copyright {
  color: #000000;
}
.cid-uBsAOImdXL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAOImdXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAOImdXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAOImdXL .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAOImdXL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAOImdXL .container {
    padding: 0 20px;
  }
}
.cid-uBsAOImdXL .row {
  justify-content: center;
}
.cid-uBsAOImdXL .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAOImdXL .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAOImdXL .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAOImdXL .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAOImdXL .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAOImdXL .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAOImdXL .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAOImdXL .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAOImdXL .mbr-desc,
.cid-uBsAOImdXL .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsANxYIjO .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsANxYIjO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsANxYIjO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsANxYIjO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsANxYIjO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsANxYIjO .menu_box .navbar.opened,
  .cid-uBsANxYIjO .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsANxYIjO .navbar-dropdown {
  position: relative !important;
}
.cid-uBsANxYIjO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsANxYIjO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsANxYIjO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsANxYIjO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsANxYIjO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsANxYIjO .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsANxYIjO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsANxYIjO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsANxYIjO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsANxYIjO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsANxYIjO .offcanvas-body .mbr-text,
  .cid-uBsANxYIjO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsANxYIjO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsANxYIjO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsANxYIjO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsANxYIjO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsANxYIjO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsANxYIjO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsANxYIjO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsANxYIjO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsANxYIjO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsANxYIjO .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-uBsANxYIjO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsANxYIjO 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-uBsANxYIjO .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsANxYIjO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsANxYIjO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsANxYIjO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsANxYIjO .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsANxYIjO .nav-item .nav-link {
  position: relative;
}
.cid-uBsANxYIjO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsANxYIjO .nav-item .nav-link:hover,
.cid-uBsANxYIjO .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsANxYIjO .nav-item .nav-link:hover::before,
.cid-uBsANxYIjO .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsANxYIjO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsANxYIjO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsANxYIjO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsANxYIjO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsANxYIjO .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-uBsANxYIjO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsANxYIjO .offcanvas_box {
    display: none;
  }
}
.cid-uBsANxYIjO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsANxYIjO .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsANxYIjO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsANxYIjO .container {
  display: flex;
  margin: auto;
}
.cid-uBsANxYIjO .iconfont-wrapper {
  color: #ffffff;
  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-uBsANxYIjO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsANxYIjO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsANxYIjO .navbar-caption {
  color: #ffffff;
}
.cid-uBsANxYIjO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsANxYIjO .navbar-nav {
    margin: 0;
  }
}
.cid-uBsANxYIjO .dropdown-menu,
.cid-uBsANxYIjO .navbar.opened {
  background-color: true !important;
}
.cid-uBsANxYIjO .nav-item:focus,
.cid-uBsANxYIjO .nav-link:focus {
  outline: none;
}
.cid-uBsANxYIjO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsANxYIjO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsANxYIjO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsANxYIjO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsANxYIjO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsANxYIjO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsANxYIjO .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsANxYIjO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsANxYIjO .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsANxYIjO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsANxYIjO .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsANxYIjO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsANxYIjO .navbar.collapsed {
  justify-content: center;
}
.cid-uBsANxYIjO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsANxYIjO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsANxYIjO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsANxYIjO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsANxYIjO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsANxYIjO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsANxYIjO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsANxYIjO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsANxYIjO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsANxYIjO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsANxYIjO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsANxYIjO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsANxYIjO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsANxYIjO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsANxYIjO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsANxYIjO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsANxYIjO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsANxYIjO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsANxYIjO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsANxYIjO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsANxYIjO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsANxYIjO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsANxYIjO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsANxYIjO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsANxYIjO .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-uBsANxYIjO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsANxYIjO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsANxYIjO .dropdown-item.active,
.cid-uBsANxYIjO .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsANxYIjO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsANxYIjO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsANxYIjO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsANxYIjO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsANxYIjO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsANxYIjO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsANxYIjO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsANxYIjO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsANxYIjO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsANxYIjO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsANxYIjO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsANxYIjO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsANxYIjO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsANxYIjO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsANxYIjO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsANxYIjO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsANxYIjO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsANxYIjO .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-uBsANxYIjO .navbar {
    height: 70px;
  }
  .cid-uBsANxYIjO .navbar.opened {
    height: auto;
  }
  .cid-uBsANxYIjO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsANxYIjO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsANxYIjO .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsANxYIjO .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsANxYIjO .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsANxYIjO .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsANxYIjO .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsANxYIjO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsANxYIjO .text_widget {
  margin-bottom: 32px;
}
.cid-uBsANxYIjO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsANxYIjO .text_widget a:hover {
  opacity: .5;
}
.cid-uBsANxYIjO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsANxYIjO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsANxYIjO .mbr-section-subtitle,
.cid-uBsANxYIjO .text_widget,
.cid-uBsANxYIjO .mbr-section-btn {
  text-align: center;
}
.cid-uBsANxYIjO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsANykM8P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsANykM8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsANykM8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsANykM8P .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsANykM8P .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsANykM8P .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsANykM8P .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsANykM8P .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsANykM8P .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsANykM8P .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsANykM8P .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsANykM8P .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsANykM8P .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsANykM8P .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsANykM8P .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsANykM8P .mbr-section-title {
  color: #050f0f;
}
.cid-uBsANykM8P .mbr-text {
  color: #050f0f;
}
.cid-uBsANykM8P .mbr-text,
.cid-uBsANykM8P .text-wrapper,
.cid-uBsANykM8P .rating-wrapper {
  color: #050f0f;
}
.cid-uBsANyA83A {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsANyA83A .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsANyA83A .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsANyA83A .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsANyA83A .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsANyA83A .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsANyA83A .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsANyA83A .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsANyA83A .mbr-section-title {
  color: #161616;
}
.cid-uBsANyA83A .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsANyA83A .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsANyA83A .item:focus,
.cid-uBsANyA83A span:focus {
  outline: none;
}
.cid-uBsANyA83A .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsANyA83A .slide-content {
    padding: 16px;
  }
}
.cid-uBsANyA83A .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsANyA83A .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsANyA83A .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsANyA83A .embla__slide {
    max-width: initial;
  }
}
.cid-uBsANyA83A .item-content {
  margin-top: 24px;
}
.cid-uBsANyA83A .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsANyA83A .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsANyA83A .item-img {
    height: 324px;
  }
}
.cid-uBsANyA83A .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsANyA83A .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsANyA83A .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsANyA83A .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsANyA83A .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsANyA83A .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsANyA83A .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsANyA83A .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsANyA83A .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsANyA83A .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsANyA83A .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsANyA83A .date-text {
    max-width: 100%;
  }
}
.cid-uBsANyA83A .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsANyA83A .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsANyA83A .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsANyA83A .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsANyA83A .item-subtitle {
  text-align: left;
}
.cid-uBsANyA83A .embla__button--next,
.cid-uBsANyA83A .embla__button--prev {
  display: flex;
}
.cid-uBsANyA83A .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsANyA83A .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsANyA83A .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsANyA83A .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsANyA83A .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsANyA83A .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsANyA83A .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsANyA83A .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsANyA83A .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsANyA83A .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsANyA83A .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsANyA83A .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsANyA83A .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsANyA83A .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsANyA83A .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsANzBYcz {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsANzBYcz .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsANzBYcz .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsANzBYcz .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsANzBYcz .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsANzBYcz .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsANzBYcz .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsANzBYcz .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsANzBYcz .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsANzBYcz .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsANzBYcz .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsANzBYcz .soc-item a {
  color: #ffffff;
}
.cid-uBsANzBYcz .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsANzBYcz .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsANzBYcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsANzBYcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsANzBYcz .mbr-tag,
.cid-uBsANzBYcz .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsANzBYcz .copyright {
  color: #000000;
}
.cid-uBsANAjjrf {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsANAjjrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsANAjjrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsANAjjrf .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsANAjjrf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsANAjjrf .container {
    padding: 0 20px;
  }
}
.cid-uBsANAjjrf .row {
  justify-content: center;
}
.cid-uBsANAjjrf .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsANAjjrf .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsANAjjrf .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsANAjjrf .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsANAjjrf .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsANAjjrf .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsANAjjrf .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsANAjjrf .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsANAjjrf .mbr-desc,
.cid-uBsANAjjrf .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsALhbDYL .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsALhbDYL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsALhbDYL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsALhbDYL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsALhbDYL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsALhbDYL .menu_box .navbar.opened,
  .cid-uBsALhbDYL .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsALhbDYL .navbar-dropdown {
  position: relative !important;
}
.cid-uBsALhbDYL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsALhbDYL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsALhbDYL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsALhbDYL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsALhbDYL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsALhbDYL .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsALhbDYL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsALhbDYL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsALhbDYL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsALhbDYL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsALhbDYL .offcanvas-body .mbr-text,
  .cid-uBsALhbDYL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsALhbDYL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsALhbDYL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsALhbDYL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsALhbDYL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsALhbDYL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsALhbDYL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsALhbDYL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsALhbDYL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsALhbDYL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsALhbDYL .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-uBsALhbDYL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsALhbDYL 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-uBsALhbDYL .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsALhbDYL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsALhbDYL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsALhbDYL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsALhbDYL .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsALhbDYL .nav-item .nav-link {
  position: relative;
}
.cid-uBsALhbDYL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsALhbDYL .nav-item .nav-link:hover,
.cid-uBsALhbDYL .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsALhbDYL .nav-item .nav-link:hover::before,
.cid-uBsALhbDYL .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsALhbDYL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsALhbDYL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsALhbDYL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsALhbDYL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsALhbDYL .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-uBsALhbDYL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsALhbDYL .offcanvas_box {
    display: none;
  }
}
.cid-uBsALhbDYL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsALhbDYL .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsALhbDYL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsALhbDYL .container {
  display: flex;
  margin: auto;
}
.cid-uBsALhbDYL .iconfont-wrapper {
  color: #ffffff;
  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-uBsALhbDYL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsALhbDYL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsALhbDYL .navbar-caption {
  color: #ffffff;
}
.cid-uBsALhbDYL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsALhbDYL .navbar-nav {
    margin: 0;
  }
}
.cid-uBsALhbDYL .dropdown-menu,
.cid-uBsALhbDYL .navbar.opened {
  background-color: true !important;
}
.cid-uBsALhbDYL .nav-item:focus,
.cid-uBsALhbDYL .nav-link:focus {
  outline: none;
}
.cid-uBsALhbDYL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsALhbDYL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsALhbDYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsALhbDYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsALhbDYL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsALhbDYL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsALhbDYL .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsALhbDYL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsALhbDYL .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsALhbDYL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsALhbDYL .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsALhbDYL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsALhbDYL .navbar.collapsed {
  justify-content: center;
}
.cid-uBsALhbDYL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsALhbDYL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsALhbDYL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsALhbDYL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsALhbDYL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsALhbDYL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsALhbDYL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsALhbDYL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsALhbDYL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsALhbDYL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsALhbDYL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsALhbDYL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsALhbDYL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsALhbDYL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsALhbDYL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsALhbDYL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsALhbDYL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsALhbDYL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsALhbDYL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsALhbDYL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsALhbDYL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsALhbDYL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsALhbDYL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsALhbDYL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsALhbDYL .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-uBsALhbDYL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsALhbDYL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsALhbDYL .dropdown-item.active,
.cid-uBsALhbDYL .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsALhbDYL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsALhbDYL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsALhbDYL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsALhbDYL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsALhbDYL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsALhbDYL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsALhbDYL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsALhbDYL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsALhbDYL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsALhbDYL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsALhbDYL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsALhbDYL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsALhbDYL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsALhbDYL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsALhbDYL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsALhbDYL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsALhbDYL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsALhbDYL .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-uBsALhbDYL .navbar {
    height: 70px;
  }
  .cid-uBsALhbDYL .navbar.opened {
    height: auto;
  }
  .cid-uBsALhbDYL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsALhbDYL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsALhbDYL .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsALhbDYL .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsALhbDYL .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsALhbDYL .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsALhbDYL .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsALhbDYL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsALhbDYL .text_widget {
  margin-bottom: 32px;
}
.cid-uBsALhbDYL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsALhbDYL .text_widget a:hover {
  opacity: .5;
}
.cid-uBsALhbDYL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsALhbDYL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsALhbDYL .mbr-section-subtitle,
.cid-uBsALhbDYL .text_widget,
.cid-uBsALhbDYL .mbr-section-btn {
  text-align: center;
}
.cid-uBsALhbDYL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsALhxWFU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsALhxWFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsALhxWFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsALhxWFU .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsALhxWFU .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsALhxWFU .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsALhxWFU .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsALhxWFU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsALhxWFU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsALhxWFU .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsALhxWFU .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsALhxWFU .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsALhxWFU .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsALhxWFU .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsALhxWFU .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsALhxWFU .mbr-section-title {
  color: #050f0f;
}
.cid-uBsALhxWFU .mbr-text {
  color: #050f0f;
}
.cid-uBsALhxWFU .mbr-text,
.cid-uBsALhxWFU .text-wrapper,
.cid-uBsALhxWFU .rating-wrapper {
  color: #050f0f;
}
.cid-uBsALhL3Qr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsALhL3Qr .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsALhL3Qr .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsALhL3Qr .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsALhL3Qr .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsALhL3Qr .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsALhL3Qr .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsALhL3Qr .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsALhL3Qr .mbr-section-title {
  color: #161616;
}
.cid-uBsALhL3Qr .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsALhL3Qr .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsALhL3Qr .item:focus,
.cid-uBsALhL3Qr span:focus {
  outline: none;
}
.cid-uBsALhL3Qr .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsALhL3Qr .slide-content {
    padding: 16px;
  }
}
.cid-uBsALhL3Qr .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsALhL3Qr .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsALhL3Qr .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsALhL3Qr .embla__slide {
    max-width: initial;
  }
}
.cid-uBsALhL3Qr .item-content {
  margin-top: 24px;
}
.cid-uBsALhL3Qr .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsALhL3Qr .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsALhL3Qr .item-img {
    height: 324px;
  }
}
.cid-uBsALhL3Qr .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsALhL3Qr .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsALhL3Qr .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsALhL3Qr .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsALhL3Qr .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsALhL3Qr .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsALhL3Qr .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsALhL3Qr .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsALhL3Qr .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsALhL3Qr .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsALhL3Qr .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsALhL3Qr .date-text {
    max-width: 100%;
  }
}
.cid-uBsALhL3Qr .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsALhL3Qr .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsALhL3Qr .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsALhL3Qr .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsALhL3Qr .item-subtitle {
  text-align: left;
}
.cid-uBsALhL3Qr .embla__button--next,
.cid-uBsALhL3Qr .embla__button--prev {
  display: flex;
}
.cid-uBsALhL3Qr .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsALhL3Qr .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsALhL3Qr .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsALhL3Qr .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsALhL3Qr .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsALhL3Qr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsALhL3Qr .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsALhL3Qr .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsALhL3Qr .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsALhL3Qr .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsALhL3Qr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsALhL3Qr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsALhL3Qr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsALhL3Qr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsALhL3Qr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsALiOBsC {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsALiOBsC .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsALiOBsC .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsALiOBsC .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsALiOBsC .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsALiOBsC .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsALiOBsC .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsALiOBsC .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsALiOBsC .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsALiOBsC .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsALiOBsC .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsALiOBsC .soc-item a {
  color: #ffffff;
}
.cid-uBsALiOBsC .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsALiOBsC .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsALiOBsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsALiOBsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsALiOBsC .mbr-tag,
.cid-uBsALiOBsC .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsALiOBsC .copyright {
  color: #000000;
}
.cid-uBsALjuJS8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsALjuJS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsALjuJS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsALjuJS8 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsALjuJS8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsALjuJS8 .container {
    padding: 0 20px;
  }
}
.cid-uBsALjuJS8 .row {
  justify-content: center;
}
.cid-uBsALjuJS8 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsALjuJS8 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsALjuJS8 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsALjuJS8 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsALjuJS8 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsALjuJS8 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsALjuJS8 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsALjuJS8 .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsALjuJS8 .mbr-desc,
.cid-uBsALjuJS8 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAK4j169 .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAK4j169 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAK4j169 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAK4j169 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAK4j169 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAK4j169 .menu_box .navbar.opened,
  .cid-uBsAK4j169 .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAK4j169 .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAK4j169 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAK4j169 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAK4j169 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAK4j169 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAK4j169 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAK4j169 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAK4j169 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAK4j169 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAK4j169 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAK4j169 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAK4j169 .offcanvas-body .mbr-text,
  .cid-uBsAK4j169 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAK4j169 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAK4j169 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAK4j169 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAK4j169 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAK4j169 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAK4j169 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAK4j169 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAK4j169 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAK4j169 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAK4j169 .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-uBsAK4j169 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAK4j169 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-uBsAK4j169 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAK4j169 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAK4j169 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAK4j169 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAK4j169 .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAK4j169 .nav-item .nav-link {
  position: relative;
}
.cid-uBsAK4j169 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAK4j169 .nav-item .nav-link:hover,
.cid-uBsAK4j169 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAK4j169 .nav-item .nav-link:hover::before,
.cid-uBsAK4j169 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAK4j169 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAK4j169 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAK4j169 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAK4j169 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAK4j169 .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-uBsAK4j169 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAK4j169 .offcanvas_box {
    display: none;
  }
}
.cid-uBsAK4j169 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAK4j169 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAK4j169 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAK4j169 .container {
  display: flex;
  margin: auto;
}
.cid-uBsAK4j169 .iconfont-wrapper {
  color: #ffffff;
  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-uBsAK4j169 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAK4j169 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAK4j169 .navbar-caption {
  color: #ffffff;
}
.cid-uBsAK4j169 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAK4j169 .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAK4j169 .dropdown-menu,
.cid-uBsAK4j169 .navbar.opened {
  background-color: true !important;
}
.cid-uBsAK4j169 .nav-item:focus,
.cid-uBsAK4j169 .nav-link:focus {
  outline: none;
}
.cid-uBsAK4j169 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAK4j169 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAK4j169 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAK4j169 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAK4j169 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAK4j169 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAK4j169 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAK4j169 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAK4j169 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAK4j169 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAK4j169 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAK4j169 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAK4j169 .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAK4j169 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAK4j169 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAK4j169 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAK4j169 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAK4j169 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAK4j169 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAK4j169 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAK4j169 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAK4j169 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAK4j169 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAK4j169 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAK4j169 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAK4j169 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAK4j169 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAK4j169 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAK4j169 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAK4j169 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAK4j169 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAK4j169 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAK4j169 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAK4j169 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAK4j169 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAK4j169 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAK4j169 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAK4j169 .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-uBsAK4j169 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAK4j169 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAK4j169 .dropdown-item.active,
.cid-uBsAK4j169 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAK4j169 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAK4j169 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAK4j169 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAK4j169 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAK4j169 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAK4j169 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAK4j169 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAK4j169 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAK4j169 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAK4j169 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAK4j169 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAK4j169 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAK4j169 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAK4j169 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAK4j169 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAK4j169 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAK4j169 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAK4j169 .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-uBsAK4j169 .navbar {
    height: 70px;
  }
  .cid-uBsAK4j169 .navbar.opened {
    height: auto;
  }
  .cid-uBsAK4j169 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAK4j169 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAK4j169 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAK4j169 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAK4j169 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAK4j169 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAK4j169 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAK4j169 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAK4j169 .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAK4j169 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAK4j169 .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAK4j169 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAK4j169 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAK4j169 .mbr-section-subtitle,
.cid-uBsAK4j169 .text_widget,
.cid-uBsAK4j169 .mbr-section-btn {
  text-align: center;
}
.cid-uBsAK4j169 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAK4LYwZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAK4LYwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAK4LYwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAK4LYwZ .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAK4LYwZ .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAK4LYwZ .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAK4LYwZ .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAK4LYwZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAK4LYwZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAK4LYwZ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAK4LYwZ .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAK4LYwZ .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAK4LYwZ .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAK4LYwZ .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAK4LYwZ .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAK4LYwZ .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAK4LYwZ .mbr-text {
  color: #050f0f;
}
.cid-uBsAK4LYwZ .mbr-text,
.cid-uBsAK4LYwZ .text-wrapper,
.cid-uBsAK4LYwZ .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAK4ZIrn {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAK4ZIrn .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAK4ZIrn .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAK4ZIrn .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAK4ZIrn .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAK4ZIrn .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAK4ZIrn .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAK4ZIrn .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAK4ZIrn .mbr-section-title {
  color: #161616;
}
.cid-uBsAK4ZIrn .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAK4ZIrn .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAK4ZIrn .item:focus,
.cid-uBsAK4ZIrn span:focus {
  outline: none;
}
.cid-uBsAK4ZIrn .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAK4ZIrn .slide-content {
    padding: 16px;
  }
}
.cid-uBsAK4ZIrn .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAK4ZIrn .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAK4ZIrn .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAK4ZIrn .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAK4ZIrn .item-content {
  margin-top: 24px;
}
.cid-uBsAK4ZIrn .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAK4ZIrn .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAK4ZIrn .item-img {
    height: 324px;
  }
}
.cid-uBsAK4ZIrn .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAK4ZIrn .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAK4ZIrn .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAK4ZIrn .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAK4ZIrn .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAK4ZIrn .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAK4ZIrn .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAK4ZIrn .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAK4ZIrn .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAK4ZIrn .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAK4ZIrn .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAK4ZIrn .date-text {
    max-width: 100%;
  }
}
.cid-uBsAK4ZIrn .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAK4ZIrn .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAK4ZIrn .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAK4ZIrn .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAK4ZIrn .item-subtitle {
  text-align: left;
}
.cid-uBsAK4ZIrn .embla__button--next,
.cid-uBsAK4ZIrn .embla__button--prev {
  display: flex;
}
.cid-uBsAK4ZIrn .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAK4ZIrn .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAK4ZIrn .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAK4ZIrn .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAK4ZIrn .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAK4ZIrn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAK4ZIrn .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAK4ZIrn .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAK4ZIrn .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAK4ZIrn .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAK4ZIrn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAK4ZIrn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAK4ZIrn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAK4ZIrn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAK4ZIrn .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAK60Oj8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAK60Oj8 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAK60Oj8 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAK60Oj8 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAK60Oj8 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAK60Oj8 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAK60Oj8 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAK60Oj8 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAK60Oj8 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAK60Oj8 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAK60Oj8 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAK60Oj8 .soc-item a {
  color: #ffffff;
}
.cid-uBsAK60Oj8 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAK60Oj8 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAK60Oj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAK60Oj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAK60Oj8 .mbr-tag,
.cid-uBsAK60Oj8 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAK60Oj8 .copyright {
  color: #000000;
}
.cid-uBsAK6GurI {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAK6GurI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAK6GurI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAK6GurI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAK6GurI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAK6GurI .container {
    padding: 0 20px;
  }
}
.cid-uBsAK6GurI .row {
  justify-content: center;
}
.cid-uBsAK6GurI .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAK6GurI .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAK6GurI .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAK6GurI .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAK6GurI .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAK6GurI .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAK6GurI .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAK6GurI .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAK6GurI .mbr-desc,
.cid-uBsAK6GurI .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAIWjxhH .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAIWjxhH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAIWjxhH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAIWjxhH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAIWjxhH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAIWjxhH .menu_box .navbar.opened,
  .cid-uBsAIWjxhH .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAIWjxhH .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAIWjxhH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAIWjxhH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAIWjxhH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAIWjxhH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAIWjxhH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAIWjxhH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAIWjxhH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAIWjxhH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAIWjxhH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAIWjxhH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAIWjxhH .offcanvas-body .mbr-text,
  .cid-uBsAIWjxhH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAIWjxhH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAIWjxhH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAIWjxhH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAIWjxhH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAIWjxhH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAIWjxhH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAIWjxhH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAIWjxhH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAIWjxhH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAIWjxhH .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-uBsAIWjxhH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAIWjxhH 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-uBsAIWjxhH .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAIWjxhH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAIWjxhH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAIWjxhH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAIWjxhH .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAIWjxhH .nav-item .nav-link {
  position: relative;
}
.cid-uBsAIWjxhH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAIWjxhH .nav-item .nav-link:hover,
.cid-uBsAIWjxhH .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAIWjxhH .nav-item .nav-link:hover::before,
.cid-uBsAIWjxhH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAIWjxhH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAIWjxhH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAIWjxhH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAIWjxhH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAIWjxhH .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-uBsAIWjxhH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAIWjxhH .offcanvas_box {
    display: none;
  }
}
.cid-uBsAIWjxhH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAIWjxhH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAIWjxhH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAIWjxhH .container {
  display: flex;
  margin: auto;
}
.cid-uBsAIWjxhH .iconfont-wrapper {
  color: #ffffff;
  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-uBsAIWjxhH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAIWjxhH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAIWjxhH .navbar-caption {
  color: #ffffff;
}
.cid-uBsAIWjxhH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAIWjxhH .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAIWjxhH .dropdown-menu,
.cid-uBsAIWjxhH .navbar.opened {
  background-color: true !important;
}
.cid-uBsAIWjxhH .nav-item:focus,
.cid-uBsAIWjxhH .nav-link:focus {
  outline: none;
}
.cid-uBsAIWjxhH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAIWjxhH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAIWjxhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAIWjxhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAIWjxhH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAIWjxhH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAIWjxhH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAIWjxhH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAIWjxhH .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAIWjxhH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAIWjxhH .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAIWjxhH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAIWjxhH .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAIWjxhH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAIWjxhH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAIWjxhH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAIWjxhH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAIWjxhH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAIWjxhH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAIWjxhH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAIWjxhH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAIWjxhH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAIWjxhH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAIWjxhH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAIWjxhH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAIWjxhH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAIWjxhH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAIWjxhH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAIWjxhH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAIWjxhH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAIWjxhH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAIWjxhH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAIWjxhH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAIWjxhH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAIWjxhH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAIWjxhH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAIWjxhH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAIWjxhH .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-uBsAIWjxhH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAIWjxhH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAIWjxhH .dropdown-item.active,
.cid-uBsAIWjxhH .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAIWjxhH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAIWjxhH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAIWjxhH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAIWjxhH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAIWjxhH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAIWjxhH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAIWjxhH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAIWjxhH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAIWjxhH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAIWjxhH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAIWjxhH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAIWjxhH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAIWjxhH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAIWjxhH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAIWjxhH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAIWjxhH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAIWjxhH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAIWjxhH .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-uBsAIWjxhH .navbar {
    height: 70px;
  }
  .cid-uBsAIWjxhH .navbar.opened {
    height: auto;
  }
  .cid-uBsAIWjxhH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAIWjxhH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAIWjxhH .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAIWjxhH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAIWjxhH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAIWjxhH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAIWjxhH .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAIWjxhH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAIWjxhH .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAIWjxhH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAIWjxhH .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAIWjxhH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAIWjxhH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAIWjxhH .mbr-section-subtitle,
.cid-uBsAIWjxhH .text_widget,
.cid-uBsAIWjxhH .mbr-section-btn {
  text-align: center;
}
.cid-uBsAIWjxhH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAIWHmge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAIWHmge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAIWHmge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAIWHmge .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAIWHmge .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAIWHmge .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAIWHmge .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAIWHmge .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAIWHmge .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAIWHmge .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAIWHmge .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAIWHmge .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAIWHmge .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAIWHmge .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAIWHmge .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAIWHmge .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAIWHmge .mbr-text {
  color: #050f0f;
}
.cid-uBsAIWHmge .mbr-text,
.cid-uBsAIWHmge .text-wrapper,
.cid-uBsAIWHmge .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAIWUnSq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAIWUnSq .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAIWUnSq .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAIWUnSq .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAIWUnSq .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAIWUnSq .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAIWUnSq .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAIWUnSq .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAIWUnSq .mbr-section-title {
  color: #161616;
}
.cid-uBsAIWUnSq .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAIWUnSq .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAIWUnSq .item:focus,
.cid-uBsAIWUnSq span:focus {
  outline: none;
}
.cid-uBsAIWUnSq .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAIWUnSq .slide-content {
    padding: 16px;
  }
}
.cid-uBsAIWUnSq .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAIWUnSq .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAIWUnSq .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAIWUnSq .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAIWUnSq .item-content {
  margin-top: 24px;
}
.cid-uBsAIWUnSq .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAIWUnSq .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAIWUnSq .item-img {
    height: 324px;
  }
}
.cid-uBsAIWUnSq .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAIWUnSq .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAIWUnSq .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAIWUnSq .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAIWUnSq .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAIWUnSq .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAIWUnSq .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAIWUnSq .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAIWUnSq .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAIWUnSq .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAIWUnSq .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAIWUnSq .date-text {
    max-width: 100%;
  }
}
.cid-uBsAIWUnSq .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAIWUnSq .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAIWUnSq .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAIWUnSq .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAIWUnSq .item-subtitle {
  text-align: left;
}
.cid-uBsAIWUnSq .embla__button--next,
.cid-uBsAIWUnSq .embla__button--prev {
  display: flex;
}
.cid-uBsAIWUnSq .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAIWUnSq .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAIWUnSq .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAIWUnSq .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAIWUnSq .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAIWUnSq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAIWUnSq .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAIWUnSq .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAIWUnSq .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAIWUnSq .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAIWUnSq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAIWUnSq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAIWUnSq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAIWUnSq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAIWUnSq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAIXU2Dg {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAIXU2Dg .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAIXU2Dg .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAIXU2Dg .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAIXU2Dg .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAIXU2Dg .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAIXU2Dg .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAIXU2Dg .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAIXU2Dg .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAIXU2Dg .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAIXU2Dg .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAIXU2Dg .soc-item a {
  color: #ffffff;
}
.cid-uBsAIXU2Dg .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAIXU2Dg .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAIXU2Dg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAIXU2Dg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAIXU2Dg .mbr-tag,
.cid-uBsAIXU2Dg .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAIXU2Dg .copyright {
  color: #000000;
}
.cid-uBsAIYAx6A {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAIYAx6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAIYAx6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAIYAx6A .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAIYAx6A .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAIYAx6A .container {
    padding: 0 20px;
  }
}
.cid-uBsAIYAx6A .row {
  justify-content: center;
}
.cid-uBsAIYAx6A .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAIYAx6A .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAIYAx6A .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAIYAx6A .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAIYAx6A .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAIYAx6A .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAIYAx6A .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAIYAx6A .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAIYAx6A .mbr-desc,
.cid-uBsAIYAx6A .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAHh8Aum .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAHh8Aum .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAHh8Aum .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAHh8Aum .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAHh8Aum .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAHh8Aum .menu_box .navbar.opened,
  .cid-uBsAHh8Aum .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAHh8Aum .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAHh8Aum .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAHh8Aum .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAHh8Aum .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAHh8Aum .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAHh8Aum .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAHh8Aum .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAHh8Aum .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAHh8Aum .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAHh8Aum .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAHh8Aum .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAHh8Aum .offcanvas-body .mbr-text,
  .cid-uBsAHh8Aum .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAHh8Aum .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAHh8Aum .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAHh8Aum .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAHh8Aum .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAHh8Aum .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAHh8Aum .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAHh8Aum .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAHh8Aum ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAHh8Aum .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAHh8Aum .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-uBsAHh8Aum .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAHh8Aum 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-uBsAHh8Aum .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAHh8Aum .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAHh8Aum .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAHh8Aum .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAHh8Aum .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAHh8Aum .nav-item .nav-link {
  position: relative;
}
.cid-uBsAHh8Aum .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAHh8Aum .nav-item .nav-link:hover,
.cid-uBsAHh8Aum .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAHh8Aum .nav-item .nav-link:hover::before,
.cid-uBsAHh8Aum .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAHh8Aum .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAHh8Aum .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAHh8Aum .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAHh8Aum .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAHh8Aum .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-uBsAHh8Aum .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAHh8Aum .offcanvas_box {
    display: none;
  }
}
.cid-uBsAHh8Aum .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAHh8Aum .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAHh8Aum .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAHh8Aum .container {
  display: flex;
  margin: auto;
}
.cid-uBsAHh8Aum .iconfont-wrapper {
  color: #ffffff;
  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-uBsAHh8Aum .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAHh8Aum .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAHh8Aum .navbar-caption {
  color: #ffffff;
}
.cid-uBsAHh8Aum .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAHh8Aum .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAHh8Aum .dropdown-menu,
.cid-uBsAHh8Aum .navbar.opened {
  background-color: true !important;
}
.cid-uBsAHh8Aum .nav-item:focus,
.cid-uBsAHh8Aum .nav-link:focus {
  outline: none;
}
.cid-uBsAHh8Aum .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAHh8Aum .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAHh8Aum .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAHh8Aum .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAHh8Aum .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAHh8Aum .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAHh8Aum .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAHh8Aum .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAHh8Aum .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAHh8Aum .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAHh8Aum .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAHh8Aum .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAHh8Aum .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAHh8Aum .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAHh8Aum .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAHh8Aum .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAHh8Aum .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAHh8Aum .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAHh8Aum .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAHh8Aum .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAHh8Aum .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAHh8Aum .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAHh8Aum .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAHh8Aum .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAHh8Aum .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAHh8Aum .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAHh8Aum .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAHh8Aum .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAHh8Aum .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAHh8Aum .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAHh8Aum .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAHh8Aum .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAHh8Aum .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAHh8Aum .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAHh8Aum .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAHh8Aum .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAHh8Aum .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAHh8Aum .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-uBsAHh8Aum .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAHh8Aum .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAHh8Aum .dropdown-item.active,
.cid-uBsAHh8Aum .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAHh8Aum .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAHh8Aum .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAHh8Aum .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAHh8Aum .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAHh8Aum ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAHh8Aum .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAHh8Aum button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAHh8Aum button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAHh8Aum button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAHh8Aum button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAHh8Aum button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAHh8Aum button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAHh8Aum nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAHh8Aum nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAHh8Aum nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAHh8Aum nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAHh8Aum a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAHh8Aum .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-uBsAHh8Aum .navbar {
    height: 70px;
  }
  .cid-uBsAHh8Aum .navbar.opened {
    height: auto;
  }
  .cid-uBsAHh8Aum .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAHh8Aum .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAHh8Aum .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAHh8Aum .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAHh8Aum .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAHh8Aum .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAHh8Aum .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAHh8Aum .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAHh8Aum .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAHh8Aum .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAHh8Aum .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAHh8Aum .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAHh8Aum .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAHh8Aum .mbr-section-subtitle,
.cid-uBsAHh8Aum .text_widget,
.cid-uBsAHh8Aum .mbr-section-btn {
  text-align: center;
}
.cid-uBsAHh8Aum a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAHhvnde {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAHhvnde .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAHhvnde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAHhvnde .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAHhvnde .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAHhvnde .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAHhvnde .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAHhvnde .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAHhvnde .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAHhvnde .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAHhvnde .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAHhvnde .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAHhvnde .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAHhvnde .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAHhvnde .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAHhvnde .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAHhvnde .mbr-text {
  color: #050f0f;
}
.cid-uBsAHhvnde .mbr-text,
.cid-uBsAHhvnde .text-wrapper,
.cid-uBsAHhvnde .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAHhJjYe {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAHhJjYe .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAHhJjYe .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAHhJjYe .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAHhJjYe .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAHhJjYe .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAHhJjYe .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAHhJjYe .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAHhJjYe .mbr-section-title {
  color: #161616;
}
.cid-uBsAHhJjYe .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAHhJjYe .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAHhJjYe .item:focus,
.cid-uBsAHhJjYe span:focus {
  outline: none;
}
.cid-uBsAHhJjYe .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAHhJjYe .slide-content {
    padding: 16px;
  }
}
.cid-uBsAHhJjYe .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAHhJjYe .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAHhJjYe .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAHhJjYe .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAHhJjYe .item-content {
  margin-top: 24px;
}
.cid-uBsAHhJjYe .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAHhJjYe .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAHhJjYe .item-img {
    height: 324px;
  }
}
.cid-uBsAHhJjYe .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAHhJjYe .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAHhJjYe .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAHhJjYe .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAHhJjYe .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAHhJjYe .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAHhJjYe .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAHhJjYe .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAHhJjYe .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAHhJjYe .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAHhJjYe .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAHhJjYe .date-text {
    max-width: 100%;
  }
}
.cid-uBsAHhJjYe .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAHhJjYe .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAHhJjYe .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAHhJjYe .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAHhJjYe .item-subtitle {
  text-align: left;
}
.cid-uBsAHhJjYe .embla__button--next,
.cid-uBsAHhJjYe .embla__button--prev {
  display: flex;
}
.cid-uBsAHhJjYe .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAHhJjYe .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAHhJjYe .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAHhJjYe .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAHhJjYe .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAHhJjYe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAHhJjYe .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAHhJjYe .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAHhJjYe .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAHhJjYe .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAHhJjYe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAHhJjYe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAHhJjYe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAHhJjYe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAHhJjYe .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAHiLJGp {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAHiLJGp .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAHiLJGp .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAHiLJGp .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAHiLJGp .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAHiLJGp .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAHiLJGp .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAHiLJGp .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAHiLJGp .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAHiLJGp .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAHiLJGp .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAHiLJGp .soc-item a {
  color: #ffffff;
}
.cid-uBsAHiLJGp .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAHiLJGp .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAHiLJGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAHiLJGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAHiLJGp .mbr-tag,
.cid-uBsAHiLJGp .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAHiLJGp .copyright {
  color: #000000;
}
.cid-uBsAHjpkWl {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAHjpkWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAHjpkWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAHjpkWl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAHjpkWl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAHjpkWl .container {
    padding: 0 20px;
  }
}
.cid-uBsAHjpkWl .row {
  justify-content: center;
}
.cid-uBsAHjpkWl .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAHjpkWl .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAHjpkWl .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAHjpkWl .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAHjpkWl .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAHjpkWl .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAHjpkWl .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAHjpkWl .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAHjpkWl .mbr-desc,
.cid-uBsAHjpkWl .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAG2lsvE .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAG2lsvE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAG2lsvE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAG2lsvE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAG2lsvE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAG2lsvE .menu_box .navbar.opened,
  .cid-uBsAG2lsvE .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAG2lsvE .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAG2lsvE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAG2lsvE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAG2lsvE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAG2lsvE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAG2lsvE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAG2lsvE .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAG2lsvE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAG2lsvE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAG2lsvE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAG2lsvE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAG2lsvE .offcanvas-body .mbr-text,
  .cid-uBsAG2lsvE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAG2lsvE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAG2lsvE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAG2lsvE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAG2lsvE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAG2lsvE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAG2lsvE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAG2lsvE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAG2lsvE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAG2lsvE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAG2lsvE .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-uBsAG2lsvE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAG2lsvE 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-uBsAG2lsvE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAG2lsvE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAG2lsvE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAG2lsvE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAG2lsvE .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAG2lsvE .nav-item .nav-link {
  position: relative;
}
.cid-uBsAG2lsvE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAG2lsvE .nav-item .nav-link:hover,
.cid-uBsAG2lsvE .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAG2lsvE .nav-item .nav-link:hover::before,
.cid-uBsAG2lsvE .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAG2lsvE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAG2lsvE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAG2lsvE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAG2lsvE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAG2lsvE .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-uBsAG2lsvE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAG2lsvE .offcanvas_box {
    display: none;
  }
}
.cid-uBsAG2lsvE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAG2lsvE .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAG2lsvE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAG2lsvE .container {
  display: flex;
  margin: auto;
}
.cid-uBsAG2lsvE .iconfont-wrapper {
  color: #ffffff;
  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-uBsAG2lsvE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAG2lsvE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAG2lsvE .navbar-caption {
  color: #ffffff;
}
.cid-uBsAG2lsvE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAG2lsvE .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAG2lsvE .dropdown-menu,
.cid-uBsAG2lsvE .navbar.opened {
  background-color: true !important;
}
.cid-uBsAG2lsvE .nav-item:focus,
.cid-uBsAG2lsvE .nav-link:focus {
  outline: none;
}
.cid-uBsAG2lsvE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAG2lsvE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAG2lsvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAG2lsvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAG2lsvE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAG2lsvE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAG2lsvE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAG2lsvE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAG2lsvE .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAG2lsvE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAG2lsvE .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAG2lsvE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAG2lsvE .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAG2lsvE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAG2lsvE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAG2lsvE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAG2lsvE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAG2lsvE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAG2lsvE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAG2lsvE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAG2lsvE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAG2lsvE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAG2lsvE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAG2lsvE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAG2lsvE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAG2lsvE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAG2lsvE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAG2lsvE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAG2lsvE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAG2lsvE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAG2lsvE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAG2lsvE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAG2lsvE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAG2lsvE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAG2lsvE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAG2lsvE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAG2lsvE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAG2lsvE .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-uBsAG2lsvE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAG2lsvE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAG2lsvE .dropdown-item.active,
.cid-uBsAG2lsvE .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAG2lsvE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAG2lsvE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAG2lsvE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAG2lsvE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAG2lsvE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAG2lsvE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAG2lsvE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAG2lsvE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAG2lsvE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAG2lsvE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAG2lsvE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAG2lsvE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAG2lsvE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAG2lsvE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAG2lsvE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAG2lsvE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAG2lsvE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAG2lsvE .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-uBsAG2lsvE .navbar {
    height: 70px;
  }
  .cid-uBsAG2lsvE .navbar.opened {
    height: auto;
  }
  .cid-uBsAG2lsvE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAG2lsvE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAG2lsvE .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAG2lsvE .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAG2lsvE .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAG2lsvE .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAG2lsvE .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAG2lsvE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAG2lsvE .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAG2lsvE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAG2lsvE .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAG2lsvE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAG2lsvE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAG2lsvE .mbr-section-subtitle,
.cid-uBsAG2lsvE .text_widget,
.cid-uBsAG2lsvE .mbr-section-btn {
  text-align: center;
}
.cid-uBsAG2lsvE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAG2J3Jz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAG2J3Jz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAG2J3Jz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAG2J3Jz .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAG2J3Jz .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAG2J3Jz .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAG2J3Jz .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAG2J3Jz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAG2J3Jz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAG2J3Jz .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAG2J3Jz .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAG2J3Jz .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAG2J3Jz .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAG2J3Jz .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAG2J3Jz .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAG2J3Jz .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAG2J3Jz .mbr-text {
  color: #050f0f;
}
.cid-uBsAG2J3Jz .mbr-text,
.cid-uBsAG2J3Jz .text-wrapper,
.cid-uBsAG2J3Jz .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAG2X55R {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAG2X55R .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAG2X55R .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAG2X55R .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAG2X55R .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAG2X55R .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAG2X55R .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAG2X55R .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAG2X55R .mbr-section-title {
  color: #161616;
}
.cid-uBsAG2X55R .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAG2X55R .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAG2X55R .item:focus,
.cid-uBsAG2X55R span:focus {
  outline: none;
}
.cid-uBsAG2X55R .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAG2X55R .slide-content {
    padding: 16px;
  }
}
.cid-uBsAG2X55R .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAG2X55R .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAG2X55R .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAG2X55R .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAG2X55R .item-content {
  margin-top: 24px;
}
.cid-uBsAG2X55R .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAG2X55R .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAG2X55R .item-img {
    height: 324px;
  }
}
.cid-uBsAG2X55R .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAG2X55R .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAG2X55R .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAG2X55R .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAG2X55R .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAG2X55R .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAG2X55R .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAG2X55R .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAG2X55R .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAG2X55R .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAG2X55R .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAG2X55R .date-text {
    max-width: 100%;
  }
}
.cid-uBsAG2X55R .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAG2X55R .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAG2X55R .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAG2X55R .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAG2X55R .item-subtitle {
  text-align: left;
}
.cid-uBsAG2X55R .embla__button--next,
.cid-uBsAG2X55R .embla__button--prev {
  display: flex;
}
.cid-uBsAG2X55R .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAG2X55R .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAG2X55R .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAG2X55R .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAG2X55R .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAG2X55R .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAG2X55R .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAG2X55R .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAG2X55R .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAG2X55R .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAG2X55R .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAG2X55R .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAG2X55R .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAG2X55R .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAG2X55R .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAG3ZP7n {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAG3ZP7n .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAG3ZP7n .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAG3ZP7n .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAG3ZP7n .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAG3ZP7n .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAG3ZP7n .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAG3ZP7n .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAG3ZP7n .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAG3ZP7n .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAG3ZP7n .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAG3ZP7n .soc-item a {
  color: #ffffff;
}
.cid-uBsAG3ZP7n .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAG3ZP7n .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAG3ZP7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAG3ZP7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAG3ZP7n .mbr-tag,
.cid-uBsAG3ZP7n .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAG3ZP7n .copyright {
  color: #000000;
}
.cid-uBsAG4Hmc2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAG4Hmc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAG4Hmc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAG4Hmc2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAG4Hmc2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAG4Hmc2 .container {
    padding: 0 20px;
  }
}
.cid-uBsAG4Hmc2 .row {
  justify-content: center;
}
.cid-uBsAG4Hmc2 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAG4Hmc2 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAG4Hmc2 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAG4Hmc2 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAG4Hmc2 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAG4Hmc2 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAG4Hmc2 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAG4Hmc2 .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAG4Hmc2 .mbr-desc,
.cid-uBsAG4Hmc2 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAEQxPcN .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAEQxPcN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAEQxPcN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAEQxPcN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAEQxPcN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAEQxPcN .menu_box .navbar.opened,
  .cid-uBsAEQxPcN .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAEQxPcN .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAEQxPcN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAEQxPcN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAEQxPcN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAEQxPcN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAEQxPcN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAEQxPcN .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAEQxPcN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAEQxPcN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAEQxPcN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAEQxPcN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAEQxPcN .offcanvas-body .mbr-text,
  .cid-uBsAEQxPcN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAEQxPcN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAEQxPcN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAEQxPcN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAEQxPcN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAEQxPcN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAEQxPcN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAEQxPcN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAEQxPcN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAEQxPcN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAEQxPcN .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-uBsAEQxPcN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAEQxPcN 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-uBsAEQxPcN .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAEQxPcN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAEQxPcN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAEQxPcN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAEQxPcN .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAEQxPcN .nav-item .nav-link {
  position: relative;
}
.cid-uBsAEQxPcN .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAEQxPcN .nav-item .nav-link:hover,
.cid-uBsAEQxPcN .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAEQxPcN .nav-item .nav-link:hover::before,
.cid-uBsAEQxPcN .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAEQxPcN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAEQxPcN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAEQxPcN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAEQxPcN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAEQxPcN .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-uBsAEQxPcN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAEQxPcN .offcanvas_box {
    display: none;
  }
}
.cid-uBsAEQxPcN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAEQxPcN .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAEQxPcN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAEQxPcN .container {
  display: flex;
  margin: auto;
}
.cid-uBsAEQxPcN .iconfont-wrapper {
  color: #ffffff;
  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-uBsAEQxPcN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAEQxPcN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAEQxPcN .navbar-caption {
  color: #ffffff;
}
.cid-uBsAEQxPcN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAEQxPcN .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAEQxPcN .dropdown-menu,
.cid-uBsAEQxPcN .navbar.opened {
  background-color: true !important;
}
.cid-uBsAEQxPcN .nav-item:focus,
.cid-uBsAEQxPcN .nav-link:focus {
  outline: none;
}
.cid-uBsAEQxPcN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAEQxPcN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAEQxPcN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAEQxPcN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAEQxPcN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAEQxPcN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAEQxPcN .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAEQxPcN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAEQxPcN .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAEQxPcN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAEQxPcN .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAEQxPcN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAEQxPcN .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAEQxPcN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAEQxPcN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAEQxPcN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAEQxPcN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAEQxPcN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAEQxPcN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAEQxPcN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAEQxPcN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAEQxPcN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAEQxPcN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAEQxPcN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAEQxPcN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAEQxPcN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAEQxPcN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAEQxPcN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAEQxPcN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAEQxPcN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAEQxPcN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAEQxPcN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAEQxPcN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAEQxPcN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAEQxPcN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAEQxPcN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAEQxPcN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAEQxPcN .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-uBsAEQxPcN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAEQxPcN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAEQxPcN .dropdown-item.active,
.cid-uBsAEQxPcN .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAEQxPcN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAEQxPcN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAEQxPcN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAEQxPcN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAEQxPcN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAEQxPcN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAEQxPcN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAEQxPcN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAEQxPcN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAEQxPcN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAEQxPcN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAEQxPcN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAEQxPcN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAEQxPcN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAEQxPcN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAEQxPcN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAEQxPcN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAEQxPcN .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-uBsAEQxPcN .navbar {
    height: 70px;
  }
  .cid-uBsAEQxPcN .navbar.opened {
    height: auto;
  }
  .cid-uBsAEQxPcN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAEQxPcN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAEQxPcN .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAEQxPcN .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAEQxPcN .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAEQxPcN .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAEQxPcN .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAEQxPcN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAEQxPcN .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAEQxPcN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAEQxPcN .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAEQxPcN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAEQxPcN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAEQxPcN .mbr-section-subtitle,
.cid-uBsAEQxPcN .text_widget,
.cid-uBsAEQxPcN .mbr-section-btn {
  text-align: center;
}
.cid-uBsAEQxPcN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAEQT2h0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAEQT2h0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAEQT2h0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAEQT2h0 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAEQT2h0 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAEQT2h0 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAEQT2h0 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAEQT2h0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAEQT2h0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAEQT2h0 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAEQT2h0 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAEQT2h0 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAEQT2h0 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAEQT2h0 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAEQT2h0 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAEQT2h0 .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAEQT2h0 .mbr-text {
  color: #050f0f;
}
.cid-uBsAEQT2h0 .mbr-text,
.cid-uBsAEQT2h0 .text-wrapper,
.cid-uBsAEQT2h0 .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAER6plw {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAER6plw .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAER6plw .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAER6plw .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAER6plw .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAER6plw .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAER6plw .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAER6plw .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAER6plw .mbr-section-title {
  color: #161616;
}
.cid-uBsAER6plw .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAER6plw .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAER6plw .item:focus,
.cid-uBsAER6plw span:focus {
  outline: none;
}
.cid-uBsAER6plw .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAER6plw .slide-content {
    padding: 16px;
  }
}
.cid-uBsAER6plw .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAER6plw .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAER6plw .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAER6plw .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAER6plw .item-content {
  margin-top: 24px;
}
.cid-uBsAER6plw .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAER6plw .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAER6plw .item-img {
    height: 324px;
  }
}
.cid-uBsAER6plw .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAER6plw .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAER6plw .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAER6plw .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAER6plw .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAER6plw .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAER6plw .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAER6plw .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAER6plw .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAER6plw .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAER6plw .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAER6plw .date-text {
    max-width: 100%;
  }
}
.cid-uBsAER6plw .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAER6plw .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAER6plw .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAER6plw .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAER6plw .item-subtitle {
  text-align: left;
}
.cid-uBsAER6plw .embla__button--next,
.cid-uBsAER6plw .embla__button--prev {
  display: flex;
}
.cid-uBsAER6plw .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAER6plw .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAER6plw .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAER6plw .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAER6plw .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAER6plw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAER6plw .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAER6plw .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAER6plw .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAER6plw .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAER6plw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAER6plw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAER6plw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAER6plw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAER6plw .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAES9mG6 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAES9mG6 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAES9mG6 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAES9mG6 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAES9mG6 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAES9mG6 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAES9mG6 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAES9mG6 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAES9mG6 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAES9mG6 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAES9mG6 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAES9mG6 .soc-item a {
  color: #ffffff;
}
.cid-uBsAES9mG6 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAES9mG6 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAES9mG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAES9mG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAES9mG6 .mbr-tag,
.cid-uBsAES9mG6 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAES9mG6 .copyright {
  color: #000000;
}
.cid-uBsAESM55O {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAESM55O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAESM55O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAESM55O .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAESM55O .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAESM55O .container {
    padding: 0 20px;
  }
}
.cid-uBsAESM55O .row {
  justify-content: center;
}
.cid-uBsAESM55O .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAESM55O .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAESM55O .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAESM55O .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAESM55O .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAESM55O .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAESM55O .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAESM55O .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAESM55O .mbr-desc,
.cid-uBsAESM55O .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsADfR8xK .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsADfR8xK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsADfR8xK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsADfR8xK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsADfR8xK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsADfR8xK .menu_box .navbar.opened,
  .cid-uBsADfR8xK .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsADfR8xK .navbar-dropdown {
  position: relative !important;
}
.cid-uBsADfR8xK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsADfR8xK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsADfR8xK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsADfR8xK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsADfR8xK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsADfR8xK .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsADfR8xK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsADfR8xK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsADfR8xK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsADfR8xK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsADfR8xK .offcanvas-body .mbr-text,
  .cid-uBsADfR8xK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsADfR8xK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsADfR8xK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsADfR8xK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsADfR8xK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsADfR8xK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsADfR8xK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsADfR8xK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsADfR8xK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsADfR8xK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsADfR8xK .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-uBsADfR8xK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsADfR8xK 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-uBsADfR8xK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsADfR8xK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsADfR8xK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsADfR8xK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsADfR8xK .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsADfR8xK .nav-item .nav-link {
  position: relative;
}
.cid-uBsADfR8xK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsADfR8xK .nav-item .nav-link:hover,
.cid-uBsADfR8xK .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsADfR8xK .nav-item .nav-link:hover::before,
.cid-uBsADfR8xK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsADfR8xK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsADfR8xK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsADfR8xK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsADfR8xK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsADfR8xK .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-uBsADfR8xK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsADfR8xK .offcanvas_box {
    display: none;
  }
}
.cid-uBsADfR8xK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsADfR8xK .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsADfR8xK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsADfR8xK .container {
  display: flex;
  margin: auto;
}
.cid-uBsADfR8xK .iconfont-wrapper {
  color: #ffffff;
  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-uBsADfR8xK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsADfR8xK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsADfR8xK .navbar-caption {
  color: #ffffff;
}
.cid-uBsADfR8xK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsADfR8xK .navbar-nav {
    margin: 0;
  }
}
.cid-uBsADfR8xK .dropdown-menu,
.cid-uBsADfR8xK .navbar.opened {
  background-color: true !important;
}
.cid-uBsADfR8xK .nav-item:focus,
.cid-uBsADfR8xK .nav-link:focus {
  outline: none;
}
.cid-uBsADfR8xK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsADfR8xK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsADfR8xK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsADfR8xK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsADfR8xK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsADfR8xK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsADfR8xK .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsADfR8xK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsADfR8xK .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsADfR8xK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsADfR8xK .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsADfR8xK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsADfR8xK .navbar.collapsed {
  justify-content: center;
}
.cid-uBsADfR8xK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsADfR8xK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsADfR8xK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsADfR8xK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsADfR8xK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsADfR8xK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsADfR8xK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsADfR8xK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsADfR8xK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsADfR8xK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsADfR8xK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsADfR8xK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsADfR8xK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsADfR8xK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsADfR8xK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsADfR8xK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsADfR8xK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsADfR8xK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsADfR8xK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsADfR8xK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsADfR8xK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsADfR8xK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsADfR8xK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsADfR8xK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsADfR8xK .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-uBsADfR8xK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsADfR8xK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsADfR8xK .dropdown-item.active,
.cid-uBsADfR8xK .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsADfR8xK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsADfR8xK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsADfR8xK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsADfR8xK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsADfR8xK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsADfR8xK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsADfR8xK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsADfR8xK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsADfR8xK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsADfR8xK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsADfR8xK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsADfR8xK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsADfR8xK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsADfR8xK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsADfR8xK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsADfR8xK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsADfR8xK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsADfR8xK .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-uBsADfR8xK .navbar {
    height: 70px;
  }
  .cid-uBsADfR8xK .navbar.opened {
    height: auto;
  }
  .cid-uBsADfR8xK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsADfR8xK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsADfR8xK .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsADfR8xK .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsADfR8xK .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsADfR8xK .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsADfR8xK .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsADfR8xK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsADfR8xK .text_widget {
  margin-bottom: 32px;
}
.cid-uBsADfR8xK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsADfR8xK .text_widget a:hover {
  opacity: .5;
}
.cid-uBsADfR8xK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsADfR8xK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsADfR8xK .mbr-section-subtitle,
.cid-uBsADfR8xK .text_widget,
.cid-uBsADfR8xK .mbr-section-btn {
  text-align: center;
}
.cid-uBsADfR8xK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsADgigq8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsADgigq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsADgigq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsADgigq8 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsADgigq8 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsADgigq8 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsADgigq8 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsADgigq8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsADgigq8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsADgigq8 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsADgigq8 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsADgigq8 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsADgigq8 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsADgigq8 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsADgigq8 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsADgigq8 .mbr-section-title {
  color: #050f0f;
}
.cid-uBsADgigq8 .mbr-text {
  color: #050f0f;
}
.cid-uBsADgigq8 .mbr-text,
.cid-uBsADgigq8 .text-wrapper,
.cid-uBsADgigq8 .rating-wrapper {
  color: #050f0f;
}
.cid-uBsADgwWw4 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsADgwWw4 .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsADgwWw4 .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsADgwWw4 .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsADgwWw4 .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsADgwWw4 .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsADgwWw4 .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsADgwWw4 .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsADgwWw4 .mbr-section-title {
  color: #161616;
}
.cid-uBsADgwWw4 .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsADgwWw4 .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsADgwWw4 .item:focus,
.cid-uBsADgwWw4 span:focus {
  outline: none;
}
.cid-uBsADgwWw4 .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsADgwWw4 .slide-content {
    padding: 16px;
  }
}
.cid-uBsADgwWw4 .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsADgwWw4 .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsADgwWw4 .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsADgwWw4 .embla__slide {
    max-width: initial;
  }
}
.cid-uBsADgwWw4 .item-content {
  margin-top: 24px;
}
.cid-uBsADgwWw4 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsADgwWw4 .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsADgwWw4 .item-img {
    height: 324px;
  }
}
.cid-uBsADgwWw4 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsADgwWw4 .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsADgwWw4 .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsADgwWw4 .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsADgwWw4 .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsADgwWw4 .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsADgwWw4 .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsADgwWw4 .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsADgwWw4 .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsADgwWw4 .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsADgwWw4 .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsADgwWw4 .date-text {
    max-width: 100%;
  }
}
.cid-uBsADgwWw4 .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsADgwWw4 .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsADgwWw4 .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsADgwWw4 .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsADgwWw4 .item-subtitle {
  text-align: left;
}
.cid-uBsADgwWw4 .embla__button--next,
.cid-uBsADgwWw4 .embla__button--prev {
  display: flex;
}
.cid-uBsADgwWw4 .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsADgwWw4 .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsADgwWw4 .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsADgwWw4 .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsADgwWw4 .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsADgwWw4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsADgwWw4 .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsADgwWw4 .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsADgwWw4 .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsADgwWw4 .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsADgwWw4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsADgwWw4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsADgwWw4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsADgwWw4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsADgwWw4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsADhxPJS {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsADhxPJS .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsADhxPJS .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsADhxPJS .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsADhxPJS .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsADhxPJS .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsADhxPJS .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsADhxPJS .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsADhxPJS .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsADhxPJS .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsADhxPJS .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsADhxPJS .soc-item a {
  color: #ffffff;
}
.cid-uBsADhxPJS .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsADhxPJS .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsADhxPJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsADhxPJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsADhxPJS .mbr-tag,
.cid-uBsADhxPJS .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsADhxPJS .copyright {
  color: #000000;
}
.cid-uBsADicvJ9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsADicvJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsADicvJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsADicvJ9 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsADicvJ9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsADicvJ9 .container {
    padding: 0 20px;
  }
}
.cid-uBsADicvJ9 .row {
  justify-content: center;
}
.cid-uBsADicvJ9 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsADicvJ9 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsADicvJ9 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsADicvJ9 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsADicvJ9 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsADicvJ9 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsADicvJ9 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsADicvJ9 .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsADicvJ9 .mbr-desc,
.cid-uBsADicvJ9 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAzTWnqQ .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAzTWnqQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAzTWnqQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAzTWnqQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAzTWnqQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAzTWnqQ .menu_box .navbar.opened,
  .cid-uBsAzTWnqQ .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAzTWnqQ .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAzTWnqQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAzTWnqQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAzTWnqQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAzTWnqQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAzTWnqQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAzTWnqQ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAzTWnqQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAzTWnqQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAzTWnqQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAzTWnqQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAzTWnqQ .offcanvas-body .mbr-text,
  .cid-uBsAzTWnqQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAzTWnqQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAzTWnqQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAzTWnqQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAzTWnqQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAzTWnqQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAzTWnqQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAzTWnqQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAzTWnqQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAzTWnqQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAzTWnqQ .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-uBsAzTWnqQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAzTWnqQ 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-uBsAzTWnqQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAzTWnqQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAzTWnqQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAzTWnqQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAzTWnqQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAzTWnqQ .nav-item .nav-link {
  position: relative;
}
.cid-uBsAzTWnqQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAzTWnqQ .nav-item .nav-link:hover,
.cid-uBsAzTWnqQ .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAzTWnqQ .nav-item .nav-link:hover::before,
.cid-uBsAzTWnqQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAzTWnqQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAzTWnqQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAzTWnqQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAzTWnqQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAzTWnqQ .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-uBsAzTWnqQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAzTWnqQ .offcanvas_box {
    display: none;
  }
}
.cid-uBsAzTWnqQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAzTWnqQ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAzTWnqQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAzTWnqQ .container {
  display: flex;
  margin: auto;
}
.cid-uBsAzTWnqQ .iconfont-wrapper {
  color: #ffffff;
  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-uBsAzTWnqQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAzTWnqQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAzTWnqQ .navbar-caption {
  color: #ffffff;
}
.cid-uBsAzTWnqQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAzTWnqQ .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAzTWnqQ .dropdown-menu,
.cid-uBsAzTWnqQ .navbar.opened {
  background-color: true !important;
}
.cid-uBsAzTWnqQ .nav-item:focus,
.cid-uBsAzTWnqQ .nav-link:focus {
  outline: none;
}
.cid-uBsAzTWnqQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAzTWnqQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAzTWnqQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAzTWnqQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAzTWnqQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAzTWnqQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAzTWnqQ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAzTWnqQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAzTWnqQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAzTWnqQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAzTWnqQ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAzTWnqQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAzTWnqQ .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAzTWnqQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAzTWnqQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAzTWnqQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAzTWnqQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAzTWnqQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAzTWnqQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAzTWnqQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAzTWnqQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAzTWnqQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAzTWnqQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAzTWnqQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAzTWnqQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAzTWnqQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAzTWnqQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAzTWnqQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAzTWnqQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAzTWnqQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAzTWnqQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAzTWnqQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAzTWnqQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAzTWnqQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAzTWnqQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAzTWnqQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAzTWnqQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAzTWnqQ .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-uBsAzTWnqQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAzTWnqQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAzTWnqQ .dropdown-item.active,
.cid-uBsAzTWnqQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAzTWnqQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAzTWnqQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAzTWnqQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAzTWnqQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAzTWnqQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAzTWnqQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAzTWnqQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAzTWnqQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAzTWnqQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAzTWnqQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAzTWnqQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAzTWnqQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAzTWnqQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAzTWnqQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAzTWnqQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAzTWnqQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAzTWnqQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAzTWnqQ .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-uBsAzTWnqQ .navbar {
    height: 70px;
  }
  .cid-uBsAzTWnqQ .navbar.opened {
    height: auto;
  }
  .cid-uBsAzTWnqQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAzTWnqQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAzTWnqQ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAzTWnqQ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAzTWnqQ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAzTWnqQ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAzTWnqQ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAzTWnqQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAzTWnqQ .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAzTWnqQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAzTWnqQ .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAzTWnqQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAzTWnqQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAzTWnqQ .mbr-section-subtitle,
.cid-uBsAzTWnqQ .text_widget,
.cid-uBsAzTWnqQ .mbr-section-btn {
  text-align: center;
}
.cid-uBsAzTWnqQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAzUjYaH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAzUjYaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAzUjYaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAzUjYaH .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAzUjYaH .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAzUjYaH .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAzUjYaH .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAzUjYaH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAzUjYaH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAzUjYaH .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAzUjYaH .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAzUjYaH .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAzUjYaH .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAzUjYaH .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAzUjYaH .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAzUjYaH .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAzUjYaH .mbr-text {
  color: #050f0f;
}
.cid-uBsAzUjYaH .mbr-text,
.cid-uBsAzUjYaH .text-wrapper,
.cid-uBsAzUjYaH .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAzUwcF4 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAzUwcF4 .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAzUwcF4 .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAzUwcF4 .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAzUwcF4 .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAzUwcF4 .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAzUwcF4 .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAzUwcF4 .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAzUwcF4 .mbr-section-title {
  color: #161616;
}
.cid-uBsAzUwcF4 .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAzUwcF4 .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAzUwcF4 .item:focus,
.cid-uBsAzUwcF4 span:focus {
  outline: none;
}
.cid-uBsAzUwcF4 .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAzUwcF4 .slide-content {
    padding: 16px;
  }
}
.cid-uBsAzUwcF4 .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAzUwcF4 .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAzUwcF4 .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAzUwcF4 .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAzUwcF4 .item-content {
  margin-top: 24px;
}
.cid-uBsAzUwcF4 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAzUwcF4 .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAzUwcF4 .item-img {
    height: 324px;
  }
}
.cid-uBsAzUwcF4 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAzUwcF4 .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAzUwcF4 .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAzUwcF4 .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAzUwcF4 .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAzUwcF4 .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAzUwcF4 .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAzUwcF4 .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAzUwcF4 .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAzUwcF4 .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAzUwcF4 .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAzUwcF4 .date-text {
    max-width: 100%;
  }
}
.cid-uBsAzUwcF4 .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAzUwcF4 .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAzUwcF4 .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAzUwcF4 .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAzUwcF4 .item-subtitle {
  text-align: left;
}
.cid-uBsAzUwcF4 .embla__button--next,
.cid-uBsAzUwcF4 .embla__button--prev {
  display: flex;
}
.cid-uBsAzUwcF4 .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAzUwcF4 .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAzUwcF4 .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAzUwcF4 .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAzUwcF4 .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAzUwcF4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAzUwcF4 .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAzUwcF4 .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAzUwcF4 .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAzUwcF4 .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAzUwcF4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAzUwcF4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAzUwcF4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAzUwcF4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAzUwcF4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAzVwgaT {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAzVwgaT .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAzVwgaT .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAzVwgaT .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAzVwgaT .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAzVwgaT .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAzVwgaT .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAzVwgaT .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAzVwgaT .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAzVwgaT .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAzVwgaT .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAzVwgaT .soc-item a {
  color: #ffffff;
}
.cid-uBsAzVwgaT .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAzVwgaT .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAzVwgaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAzVwgaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAzVwgaT .mbr-tag,
.cid-uBsAzVwgaT .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAzVwgaT .copyright {
  color: #000000;
}
.cid-uBsAzWbn79 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAzWbn79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAzWbn79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAzWbn79 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAzWbn79 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAzWbn79 .container {
    padding: 0 20px;
  }
}
.cid-uBsAzWbn79 .row {
  justify-content: center;
}
.cid-uBsAzWbn79 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAzWbn79 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAzWbn79 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAzWbn79 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAzWbn79 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAzWbn79 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAzWbn79 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAzWbn79 .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAzWbn79 .mbr-desc,
.cid-uBsAzWbn79 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAyvqOj4 .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAyvqOj4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAyvqOj4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAyvqOj4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAyvqOj4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAyvqOj4 .menu_box .navbar.opened,
  .cid-uBsAyvqOj4 .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAyvqOj4 .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAyvqOj4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAyvqOj4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAyvqOj4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAyvqOj4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAyvqOj4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAyvqOj4 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAyvqOj4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAyvqOj4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAyvqOj4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAyvqOj4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAyvqOj4 .offcanvas-body .mbr-text,
  .cid-uBsAyvqOj4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAyvqOj4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAyvqOj4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAyvqOj4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAyvqOj4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAyvqOj4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAyvqOj4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAyvqOj4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAyvqOj4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAyvqOj4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAyvqOj4 .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-uBsAyvqOj4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAyvqOj4 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-uBsAyvqOj4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAyvqOj4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAyvqOj4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAyvqOj4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAyvqOj4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAyvqOj4 .nav-item .nav-link {
  position: relative;
}
.cid-uBsAyvqOj4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAyvqOj4 .nav-item .nav-link:hover,
.cid-uBsAyvqOj4 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAyvqOj4 .nav-item .nav-link:hover::before,
.cid-uBsAyvqOj4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAyvqOj4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAyvqOj4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAyvqOj4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAyvqOj4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAyvqOj4 .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-uBsAyvqOj4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAyvqOj4 .offcanvas_box {
    display: none;
  }
}
.cid-uBsAyvqOj4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAyvqOj4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAyvqOj4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAyvqOj4 .container {
  display: flex;
  margin: auto;
}
.cid-uBsAyvqOj4 .iconfont-wrapper {
  color: #ffffff;
  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-uBsAyvqOj4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAyvqOj4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAyvqOj4 .navbar-caption {
  color: #ffffff;
}
.cid-uBsAyvqOj4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAyvqOj4 .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAyvqOj4 .dropdown-menu,
.cid-uBsAyvqOj4 .navbar.opened {
  background-color: true !important;
}
.cid-uBsAyvqOj4 .nav-item:focus,
.cid-uBsAyvqOj4 .nav-link:focus {
  outline: none;
}
.cid-uBsAyvqOj4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAyvqOj4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAyvqOj4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAyvqOj4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAyvqOj4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAyvqOj4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAyvqOj4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAyvqOj4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAyvqOj4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAyvqOj4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAyvqOj4 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAyvqOj4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAyvqOj4 .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAyvqOj4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAyvqOj4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAyvqOj4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAyvqOj4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAyvqOj4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAyvqOj4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAyvqOj4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAyvqOj4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAyvqOj4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAyvqOj4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAyvqOj4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAyvqOj4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAyvqOj4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAyvqOj4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAyvqOj4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAyvqOj4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAyvqOj4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAyvqOj4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAyvqOj4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAyvqOj4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAyvqOj4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAyvqOj4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAyvqOj4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAyvqOj4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAyvqOj4 .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-uBsAyvqOj4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAyvqOj4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAyvqOj4 .dropdown-item.active,
.cid-uBsAyvqOj4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAyvqOj4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAyvqOj4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAyvqOj4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAyvqOj4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAyvqOj4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAyvqOj4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAyvqOj4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAyvqOj4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAyvqOj4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAyvqOj4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAyvqOj4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAyvqOj4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAyvqOj4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAyvqOj4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAyvqOj4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAyvqOj4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAyvqOj4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAyvqOj4 .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-uBsAyvqOj4 .navbar {
    height: 70px;
  }
  .cid-uBsAyvqOj4 .navbar.opened {
    height: auto;
  }
  .cid-uBsAyvqOj4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAyvqOj4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAyvqOj4 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAyvqOj4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAyvqOj4 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAyvqOj4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAyvqOj4 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAyvqOj4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAyvqOj4 .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAyvqOj4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAyvqOj4 .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAyvqOj4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAyvqOj4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAyvqOj4 .mbr-section-subtitle,
.cid-uBsAyvqOj4 .text_widget,
.cid-uBsAyvqOj4 .mbr-section-btn {
  text-align: center;
}
.cid-uBsAyvqOj4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAyvNA9L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAyvNA9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAyvNA9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAyvNA9L .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAyvNA9L .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAyvNA9L .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAyvNA9L .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAyvNA9L .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAyvNA9L .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAyvNA9L .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAyvNA9L .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAyvNA9L .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAyvNA9L .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAyvNA9L .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAyvNA9L .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAyvNA9L .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAyvNA9L .mbr-text {
  color: #050f0f;
}
.cid-uBsAyvNA9L .mbr-text,
.cid-uBsAyvNA9L .text-wrapper,
.cid-uBsAyvNA9L .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAyw0Fsj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAyw0Fsj .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAyw0Fsj .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAyw0Fsj .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAyw0Fsj .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAyw0Fsj .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAyw0Fsj .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAyw0Fsj .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAyw0Fsj .mbr-section-title {
  color: #161616;
}
.cid-uBsAyw0Fsj .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAyw0Fsj .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAyw0Fsj .item:focus,
.cid-uBsAyw0Fsj span:focus {
  outline: none;
}
.cid-uBsAyw0Fsj .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAyw0Fsj .slide-content {
    padding: 16px;
  }
}
.cid-uBsAyw0Fsj .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAyw0Fsj .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAyw0Fsj .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAyw0Fsj .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAyw0Fsj .item-content {
  margin-top: 24px;
}
.cid-uBsAyw0Fsj .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAyw0Fsj .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAyw0Fsj .item-img {
    height: 324px;
  }
}
.cid-uBsAyw0Fsj .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAyw0Fsj .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAyw0Fsj .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAyw0Fsj .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAyw0Fsj .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAyw0Fsj .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAyw0Fsj .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAyw0Fsj .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAyw0Fsj .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAyw0Fsj .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAyw0Fsj .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAyw0Fsj .date-text {
    max-width: 100%;
  }
}
.cid-uBsAyw0Fsj .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAyw0Fsj .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAyw0Fsj .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAyw0Fsj .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAyw0Fsj .item-subtitle {
  text-align: left;
}
.cid-uBsAyw0Fsj .embla__button--next,
.cid-uBsAyw0Fsj .embla__button--prev {
  display: flex;
}
.cid-uBsAyw0Fsj .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAyw0Fsj .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAyw0Fsj .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAyw0Fsj .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAyw0Fsj .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAyw0Fsj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAyw0Fsj .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAyw0Fsj .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAyw0Fsj .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAyw0Fsj .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAyw0Fsj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAyw0Fsj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAyw0Fsj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAyw0Fsj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAyw0Fsj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAyx2wNy {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAyx2wNy .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAyx2wNy .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAyx2wNy .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAyx2wNy .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAyx2wNy .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAyx2wNy .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAyx2wNy .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAyx2wNy .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAyx2wNy .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAyx2wNy .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAyx2wNy .soc-item a {
  color: #ffffff;
}
.cid-uBsAyx2wNy .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAyx2wNy .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAyx2wNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAyx2wNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAyx2wNy .mbr-tag,
.cid-uBsAyx2wNy .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAyx2wNy .copyright {
  color: #000000;
}
.cid-uBsAyxFE1y {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAyxFE1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAyxFE1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAyxFE1y .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAyxFE1y .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAyxFE1y .container {
    padding: 0 20px;
  }
}
.cid-uBsAyxFE1y .row {
  justify-content: center;
}
.cid-uBsAyxFE1y .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAyxFE1y .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAyxFE1y .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAyxFE1y .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAyxFE1y .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAyxFE1y .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAyxFE1y .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAyxFE1y .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAyxFE1y .mbr-desc,
.cid-uBsAyxFE1y .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAxjAANo .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAxjAANo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAxjAANo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAxjAANo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAxjAANo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAxjAANo .menu_box .navbar.opened,
  .cid-uBsAxjAANo .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAxjAANo .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAxjAANo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAxjAANo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAxjAANo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAxjAANo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAxjAANo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAxjAANo .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAxjAANo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAxjAANo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAxjAANo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAxjAANo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAxjAANo .offcanvas-body .mbr-text,
  .cid-uBsAxjAANo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAxjAANo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAxjAANo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAxjAANo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAxjAANo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAxjAANo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAxjAANo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAxjAANo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAxjAANo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAxjAANo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAxjAANo .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-uBsAxjAANo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAxjAANo 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-uBsAxjAANo .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAxjAANo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAxjAANo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAxjAANo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAxjAANo .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAxjAANo .nav-item .nav-link {
  position: relative;
}
.cid-uBsAxjAANo .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAxjAANo .nav-item .nav-link:hover,
.cid-uBsAxjAANo .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAxjAANo .nav-item .nav-link:hover::before,
.cid-uBsAxjAANo .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAxjAANo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAxjAANo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAxjAANo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAxjAANo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAxjAANo .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-uBsAxjAANo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAxjAANo .offcanvas_box {
    display: none;
  }
}
.cid-uBsAxjAANo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAxjAANo .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAxjAANo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAxjAANo .container {
  display: flex;
  margin: auto;
}
.cid-uBsAxjAANo .iconfont-wrapper {
  color: #ffffff;
  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-uBsAxjAANo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAxjAANo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAxjAANo .navbar-caption {
  color: #ffffff;
}
.cid-uBsAxjAANo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAxjAANo .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAxjAANo .dropdown-menu,
.cid-uBsAxjAANo .navbar.opened {
  background-color: true !important;
}
.cid-uBsAxjAANo .nav-item:focus,
.cid-uBsAxjAANo .nav-link:focus {
  outline: none;
}
.cid-uBsAxjAANo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAxjAANo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAxjAANo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAxjAANo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAxjAANo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAxjAANo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAxjAANo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAxjAANo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAxjAANo .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAxjAANo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAxjAANo .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAxjAANo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAxjAANo .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAxjAANo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAxjAANo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAxjAANo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAxjAANo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAxjAANo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAxjAANo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAxjAANo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAxjAANo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAxjAANo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAxjAANo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAxjAANo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAxjAANo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAxjAANo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAxjAANo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAxjAANo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAxjAANo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAxjAANo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAxjAANo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAxjAANo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAxjAANo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAxjAANo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAxjAANo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAxjAANo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAxjAANo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAxjAANo .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-uBsAxjAANo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAxjAANo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAxjAANo .dropdown-item.active,
.cid-uBsAxjAANo .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAxjAANo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAxjAANo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAxjAANo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAxjAANo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAxjAANo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAxjAANo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAxjAANo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAxjAANo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAxjAANo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAxjAANo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAxjAANo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAxjAANo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAxjAANo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAxjAANo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAxjAANo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAxjAANo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAxjAANo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAxjAANo .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-uBsAxjAANo .navbar {
    height: 70px;
  }
  .cid-uBsAxjAANo .navbar.opened {
    height: auto;
  }
  .cid-uBsAxjAANo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAxjAANo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAxjAANo .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAxjAANo .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAxjAANo .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAxjAANo .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAxjAANo .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAxjAANo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAxjAANo .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAxjAANo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAxjAANo .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAxjAANo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAxjAANo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAxjAANo .mbr-section-subtitle,
.cid-uBsAxjAANo .text_widget,
.cid-uBsAxjAANo .mbr-section-btn {
  text-align: center;
}
.cid-uBsAxjAANo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAxjXz8o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAxjXz8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAxjXz8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAxjXz8o .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAxjXz8o .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAxjXz8o .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAxjXz8o .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAxjXz8o .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAxjXz8o .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAxjXz8o .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAxjXz8o .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAxjXz8o .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAxjXz8o .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAxjXz8o .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAxjXz8o .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAxjXz8o .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAxjXz8o .mbr-text {
  color: #050f0f;
}
.cid-uBsAxjXz8o .mbr-text,
.cid-uBsAxjXz8o .text-wrapper,
.cid-uBsAxjXz8o .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAxkabqU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAxkabqU .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAxkabqU .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAxkabqU .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAxkabqU .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAxkabqU .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAxkabqU .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAxkabqU .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAxkabqU .mbr-section-title {
  color: #161616;
}
.cid-uBsAxkabqU .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAxkabqU .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAxkabqU .item:focus,
.cid-uBsAxkabqU span:focus {
  outline: none;
}
.cid-uBsAxkabqU .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAxkabqU .slide-content {
    padding: 16px;
  }
}
.cid-uBsAxkabqU .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAxkabqU .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAxkabqU .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAxkabqU .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAxkabqU .item-content {
  margin-top: 24px;
}
.cid-uBsAxkabqU .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAxkabqU .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAxkabqU .item-img {
    height: 324px;
  }
}
.cid-uBsAxkabqU .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAxkabqU .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAxkabqU .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAxkabqU .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAxkabqU .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAxkabqU .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAxkabqU .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAxkabqU .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAxkabqU .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAxkabqU .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAxkabqU .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAxkabqU .date-text {
    max-width: 100%;
  }
}
.cid-uBsAxkabqU .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAxkabqU .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAxkabqU .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAxkabqU .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAxkabqU .item-subtitle {
  text-align: left;
}
.cid-uBsAxkabqU .embla__button--next,
.cid-uBsAxkabqU .embla__button--prev {
  display: flex;
}
.cid-uBsAxkabqU .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAxkabqU .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAxkabqU .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAxkabqU .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAxkabqU .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAxkabqU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAxkabqU .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAxkabqU .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAxkabqU .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAxkabqU .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAxkabqU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAxkabqU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAxkabqU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAxkabqU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAxkabqU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAxlc9lr {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAxlc9lr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAxlc9lr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAxlc9lr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAxlc9lr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAxlc9lr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAxlc9lr .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAxlc9lr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAxlc9lr .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAxlc9lr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAxlc9lr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAxlc9lr .soc-item a {
  color: #ffffff;
}
.cid-uBsAxlc9lr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAxlc9lr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAxlc9lr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAxlc9lr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAxlc9lr .mbr-tag,
.cid-uBsAxlc9lr .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAxlc9lr .copyright {
  color: #000000;
}
.cid-uBsAxlPtmT {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAxlPtmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAxlPtmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAxlPtmT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAxlPtmT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAxlPtmT .container {
    padding: 0 20px;
  }
}
.cid-uBsAxlPtmT .row {
  justify-content: center;
}
.cid-uBsAxlPtmT .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAxlPtmT .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAxlPtmT .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAxlPtmT .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAxlPtmT .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAxlPtmT .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAxlPtmT .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAxlPtmT .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAxlPtmT .mbr-desc,
.cid-uBsAxlPtmT .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAw6QtrE .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAw6QtrE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAw6QtrE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAw6QtrE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAw6QtrE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAw6QtrE .menu_box .navbar.opened,
  .cid-uBsAw6QtrE .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAw6QtrE .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAw6QtrE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAw6QtrE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAw6QtrE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAw6QtrE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAw6QtrE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAw6QtrE .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAw6QtrE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAw6QtrE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAw6QtrE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAw6QtrE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAw6QtrE .offcanvas-body .mbr-text,
  .cid-uBsAw6QtrE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAw6QtrE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAw6QtrE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAw6QtrE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAw6QtrE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAw6QtrE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAw6QtrE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAw6QtrE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAw6QtrE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAw6QtrE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAw6QtrE .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-uBsAw6QtrE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAw6QtrE 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-uBsAw6QtrE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAw6QtrE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAw6QtrE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAw6QtrE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAw6QtrE .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAw6QtrE .nav-item .nav-link {
  position: relative;
}
.cid-uBsAw6QtrE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAw6QtrE .nav-item .nav-link:hover,
.cid-uBsAw6QtrE .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAw6QtrE .nav-item .nav-link:hover::before,
.cid-uBsAw6QtrE .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAw6QtrE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAw6QtrE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAw6QtrE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAw6QtrE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAw6QtrE .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-uBsAw6QtrE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAw6QtrE .offcanvas_box {
    display: none;
  }
}
.cid-uBsAw6QtrE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAw6QtrE .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAw6QtrE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAw6QtrE .container {
  display: flex;
  margin: auto;
}
.cid-uBsAw6QtrE .iconfont-wrapper {
  color: #ffffff;
  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-uBsAw6QtrE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAw6QtrE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAw6QtrE .navbar-caption {
  color: #ffffff;
}
.cid-uBsAw6QtrE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAw6QtrE .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAw6QtrE .dropdown-menu,
.cid-uBsAw6QtrE .navbar.opened {
  background-color: true !important;
}
.cid-uBsAw6QtrE .nav-item:focus,
.cid-uBsAw6QtrE .nav-link:focus {
  outline: none;
}
.cid-uBsAw6QtrE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAw6QtrE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAw6QtrE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAw6QtrE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAw6QtrE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAw6QtrE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAw6QtrE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAw6QtrE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAw6QtrE .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAw6QtrE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAw6QtrE .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAw6QtrE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAw6QtrE .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAw6QtrE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAw6QtrE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAw6QtrE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAw6QtrE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAw6QtrE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAw6QtrE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAw6QtrE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAw6QtrE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAw6QtrE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAw6QtrE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAw6QtrE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAw6QtrE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAw6QtrE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAw6QtrE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAw6QtrE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAw6QtrE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAw6QtrE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAw6QtrE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAw6QtrE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAw6QtrE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAw6QtrE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAw6QtrE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAw6QtrE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAw6QtrE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAw6QtrE .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-uBsAw6QtrE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAw6QtrE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAw6QtrE .dropdown-item.active,
.cid-uBsAw6QtrE .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAw6QtrE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAw6QtrE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAw6QtrE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAw6QtrE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAw6QtrE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAw6QtrE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAw6QtrE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAw6QtrE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAw6QtrE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAw6QtrE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAw6QtrE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAw6QtrE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAw6QtrE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAw6QtrE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAw6QtrE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAw6QtrE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAw6QtrE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAw6QtrE .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-uBsAw6QtrE .navbar {
    height: 70px;
  }
  .cid-uBsAw6QtrE .navbar.opened {
    height: auto;
  }
  .cid-uBsAw6QtrE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAw6QtrE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAw6QtrE .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAw6QtrE .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAw6QtrE .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAw6QtrE .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAw6QtrE .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAw6QtrE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAw6QtrE .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAw6QtrE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAw6QtrE .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAw6QtrE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAw6QtrE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAw6QtrE .mbr-section-subtitle,
.cid-uBsAw6QtrE .text_widget,
.cid-uBsAw6QtrE .mbr-section-btn {
  text-align: center;
}
.cid-uBsAw6QtrE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAw7jy5K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAw7jy5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAw7jy5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAw7jy5K .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAw7jy5K .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAw7jy5K .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAw7jy5K .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAw7jy5K .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAw7jy5K .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAw7jy5K .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAw7jy5K .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAw7jy5K .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAw7jy5K .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAw7jy5K .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAw7jy5K .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAw7jy5K .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAw7jy5K .mbr-text {
  color: #050f0f;
}
.cid-uBsAw7jy5K .mbr-text,
.cid-uBsAw7jy5K .text-wrapper,
.cid-uBsAw7jy5K .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAw7xTPG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAw7xTPG .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAw7xTPG .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAw7xTPG .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAw7xTPG .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAw7xTPG .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAw7xTPG .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAw7xTPG .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAw7xTPG .mbr-section-title {
  color: #161616;
}
.cid-uBsAw7xTPG .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAw7xTPG .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAw7xTPG .item:focus,
.cid-uBsAw7xTPG span:focus {
  outline: none;
}
.cid-uBsAw7xTPG .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAw7xTPG .slide-content {
    padding: 16px;
  }
}
.cid-uBsAw7xTPG .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAw7xTPG .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAw7xTPG .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAw7xTPG .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAw7xTPG .item-content {
  margin-top: 24px;
}
.cid-uBsAw7xTPG .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAw7xTPG .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAw7xTPG .item-img {
    height: 324px;
  }
}
.cid-uBsAw7xTPG .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAw7xTPG .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAw7xTPG .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAw7xTPG .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAw7xTPG .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAw7xTPG .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAw7xTPG .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAw7xTPG .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAw7xTPG .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAw7xTPG .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAw7xTPG .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAw7xTPG .date-text {
    max-width: 100%;
  }
}
.cid-uBsAw7xTPG .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAw7xTPG .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAw7xTPG .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAw7xTPG .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAw7xTPG .item-subtitle {
  text-align: left;
}
.cid-uBsAw7xTPG .embla__button--next,
.cid-uBsAw7xTPG .embla__button--prev {
  display: flex;
}
.cid-uBsAw7xTPG .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAw7xTPG .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAw7xTPG .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAw7xTPG .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAw7xTPG .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAw7xTPG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAw7xTPG .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAw7xTPG .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAw7xTPG .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAw7xTPG .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAw7xTPG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAw7xTPG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAw7xTPG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAw7xTPG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAw7xTPG .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAw8zuo2 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAw8zuo2 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAw8zuo2 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAw8zuo2 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAw8zuo2 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAw8zuo2 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAw8zuo2 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAw8zuo2 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAw8zuo2 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAw8zuo2 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAw8zuo2 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAw8zuo2 .soc-item a {
  color: #ffffff;
}
.cid-uBsAw8zuo2 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAw8zuo2 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAw8zuo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAw8zuo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAw8zuo2 .mbr-tag,
.cid-uBsAw8zuo2 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAw8zuo2 .copyright {
  color: #000000;
}
.cid-uBsAw9ebJE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAw9ebJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAw9ebJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAw9ebJE .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAw9ebJE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAw9ebJE .container {
    padding: 0 20px;
  }
}
.cid-uBsAw9ebJE .row {
  justify-content: center;
}
.cid-uBsAw9ebJE .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAw9ebJE .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAw9ebJE .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAw9ebJE .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAw9ebJE .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAw9ebJE .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAw9ebJE .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAw9ebJE .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAw9ebJE .mbr-desc,
.cid-uBsAw9ebJE .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAv75R3z .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAv75R3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAv75R3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAv75R3z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAv75R3z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAv75R3z .menu_box .navbar.opened,
  .cid-uBsAv75R3z .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAv75R3z .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAv75R3z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAv75R3z .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAv75R3z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAv75R3z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAv75R3z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAv75R3z .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAv75R3z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAv75R3z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAv75R3z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAv75R3z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAv75R3z .offcanvas-body .mbr-text,
  .cid-uBsAv75R3z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAv75R3z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAv75R3z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAv75R3z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAv75R3z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAv75R3z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAv75R3z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAv75R3z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAv75R3z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAv75R3z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAv75R3z .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-uBsAv75R3z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAv75R3z 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-uBsAv75R3z .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAv75R3z .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAv75R3z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAv75R3z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAv75R3z .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAv75R3z .nav-item .nav-link {
  position: relative;
}
.cid-uBsAv75R3z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAv75R3z .nav-item .nav-link:hover,
.cid-uBsAv75R3z .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAv75R3z .nav-item .nav-link:hover::before,
.cid-uBsAv75R3z .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAv75R3z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAv75R3z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAv75R3z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAv75R3z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAv75R3z .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-uBsAv75R3z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAv75R3z .offcanvas_box {
    display: none;
  }
}
.cid-uBsAv75R3z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAv75R3z .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAv75R3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAv75R3z .container {
  display: flex;
  margin: auto;
}
.cid-uBsAv75R3z .iconfont-wrapper {
  color: #ffffff;
  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-uBsAv75R3z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAv75R3z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAv75R3z .navbar-caption {
  color: #ffffff;
}
.cid-uBsAv75R3z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAv75R3z .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAv75R3z .dropdown-menu,
.cid-uBsAv75R3z .navbar.opened {
  background-color: true !important;
}
.cid-uBsAv75R3z .nav-item:focus,
.cid-uBsAv75R3z .nav-link:focus {
  outline: none;
}
.cid-uBsAv75R3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAv75R3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAv75R3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAv75R3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAv75R3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAv75R3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAv75R3z .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAv75R3z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAv75R3z .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAv75R3z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAv75R3z .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAv75R3z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAv75R3z .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAv75R3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAv75R3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAv75R3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAv75R3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAv75R3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAv75R3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAv75R3z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAv75R3z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAv75R3z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAv75R3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAv75R3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAv75R3z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAv75R3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAv75R3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAv75R3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAv75R3z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAv75R3z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAv75R3z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAv75R3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAv75R3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAv75R3z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAv75R3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAv75R3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAv75R3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAv75R3z .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-uBsAv75R3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAv75R3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAv75R3z .dropdown-item.active,
.cid-uBsAv75R3z .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAv75R3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAv75R3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAv75R3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAv75R3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAv75R3z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAv75R3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAv75R3z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAv75R3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAv75R3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAv75R3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAv75R3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAv75R3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAv75R3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAv75R3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAv75R3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAv75R3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAv75R3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAv75R3z .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-uBsAv75R3z .navbar {
    height: 70px;
  }
  .cid-uBsAv75R3z .navbar.opened {
    height: auto;
  }
  .cid-uBsAv75R3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAv75R3z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAv75R3z .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAv75R3z .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAv75R3z .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAv75R3z .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAv75R3z .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAv75R3z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAv75R3z .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAv75R3z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAv75R3z .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAv75R3z .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAv75R3z .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAv75R3z .mbr-section-subtitle,
.cid-uBsAv75R3z .text_widget,
.cid-uBsAv75R3z .mbr-section-btn {
  text-align: center;
}
.cid-uBsAv75R3z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAv7sFHL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAv7sFHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAv7sFHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAv7sFHL .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAv7sFHL .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAv7sFHL .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAv7sFHL .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAv7sFHL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAv7sFHL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAv7sFHL .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAv7sFHL .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAv7sFHL .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAv7sFHL .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAv7sFHL .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAv7sFHL .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAv7sFHL .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAv7sFHL .mbr-text {
  color: #050f0f;
}
.cid-uBsAv7sFHL .mbr-text,
.cid-uBsAv7sFHL .text-wrapper,
.cid-uBsAv7sFHL .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAv7GF9N {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAv7GF9N .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAv7GF9N .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAv7GF9N .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAv7GF9N .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAv7GF9N .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAv7GF9N .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAv7GF9N .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAv7GF9N .mbr-section-title {
  color: #161616;
}
.cid-uBsAv7GF9N .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAv7GF9N .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAv7GF9N .item:focus,
.cid-uBsAv7GF9N span:focus {
  outline: none;
}
.cid-uBsAv7GF9N .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAv7GF9N .slide-content {
    padding: 16px;
  }
}
.cid-uBsAv7GF9N .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAv7GF9N .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAv7GF9N .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAv7GF9N .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAv7GF9N .item-content {
  margin-top: 24px;
}
.cid-uBsAv7GF9N .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAv7GF9N .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAv7GF9N .item-img {
    height: 324px;
  }
}
.cid-uBsAv7GF9N .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAv7GF9N .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAv7GF9N .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAv7GF9N .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAv7GF9N .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAv7GF9N .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAv7GF9N .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAv7GF9N .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAv7GF9N .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAv7GF9N .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAv7GF9N .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAv7GF9N .date-text {
    max-width: 100%;
  }
}
.cid-uBsAv7GF9N .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAv7GF9N .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAv7GF9N .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAv7GF9N .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAv7GF9N .item-subtitle {
  text-align: left;
}
.cid-uBsAv7GF9N .embla__button--next,
.cid-uBsAv7GF9N .embla__button--prev {
  display: flex;
}
.cid-uBsAv7GF9N .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAv7GF9N .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAv7GF9N .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAv7GF9N .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAv7GF9N .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAv7GF9N .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAv7GF9N .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAv7GF9N .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAv7GF9N .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAv7GF9N .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAv7GF9N .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAv7GF9N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAv7GF9N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAv7GF9N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAv7GF9N .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAv8I4dU {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAv8I4dU .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAv8I4dU .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAv8I4dU .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAv8I4dU .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAv8I4dU .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAv8I4dU .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAv8I4dU .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAv8I4dU .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAv8I4dU .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAv8I4dU .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAv8I4dU .soc-item a {
  color: #ffffff;
}
.cid-uBsAv8I4dU .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAv8I4dU .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAv8I4dU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAv8I4dU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAv8I4dU .mbr-tag,
.cid-uBsAv8I4dU .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAv8I4dU .copyright {
  color: #000000;
}
.cid-uBsAv9nlWA {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAv9nlWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAv9nlWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAv9nlWA .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAv9nlWA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAv9nlWA .container {
    padding: 0 20px;
  }
}
.cid-uBsAv9nlWA .row {
  justify-content: center;
}
.cid-uBsAv9nlWA .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAv9nlWA .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAv9nlWA .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAv9nlWA .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAv9nlWA .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAv9nlWA .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAv9nlWA .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAv9nlWA .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAv9nlWA .mbr-desc,
.cid-uBsAv9nlWA .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsAtKZV0Y .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsAtKZV0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsAtKZV0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsAtKZV0Y .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsAtKZV0Y .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsAtKZV0Y .menu_box .navbar.opened,
  .cid-uBsAtKZV0Y .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsAtKZV0Y .navbar-dropdown {
  position: relative !important;
}
.cid-uBsAtKZV0Y .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsAtKZV0Y .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsAtKZV0Y .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsAtKZV0Y .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsAtKZV0Y .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsAtKZV0Y .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsAtKZV0Y .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsAtKZV0Y .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsAtKZV0Y .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsAtKZV0Y .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsAtKZV0Y .offcanvas-body .mbr-text,
  .cid-uBsAtKZV0Y .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsAtKZV0Y .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsAtKZV0Y .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsAtKZV0Y .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsAtKZV0Y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsAtKZV0Y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsAtKZV0Y .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsAtKZV0Y .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsAtKZV0Y ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsAtKZV0Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAtKZV0Y .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-uBsAtKZV0Y .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsAtKZV0Y 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-uBsAtKZV0Y .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsAtKZV0Y .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsAtKZV0Y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsAtKZV0Y .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsAtKZV0Y .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsAtKZV0Y .nav-item .nav-link {
  position: relative;
}
.cid-uBsAtKZV0Y .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsAtKZV0Y .nav-item .nav-link:hover,
.cid-uBsAtKZV0Y .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsAtKZV0Y .nav-item .nav-link:hover::before,
.cid-uBsAtKZV0Y .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsAtKZV0Y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsAtKZV0Y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsAtKZV0Y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsAtKZV0Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsAtKZV0Y .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-uBsAtKZV0Y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsAtKZV0Y .offcanvas_box {
    display: none;
  }
}
.cid-uBsAtKZV0Y .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsAtKZV0Y .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsAtKZV0Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsAtKZV0Y .container {
  display: flex;
  margin: auto;
}
.cid-uBsAtKZV0Y .iconfont-wrapper {
  color: #ffffff;
  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-uBsAtKZV0Y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsAtKZV0Y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsAtKZV0Y .navbar-caption {
  color: #ffffff;
}
.cid-uBsAtKZV0Y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsAtKZV0Y .navbar-nav {
    margin: 0;
  }
}
.cid-uBsAtKZV0Y .dropdown-menu,
.cid-uBsAtKZV0Y .navbar.opened {
  background-color: true !important;
}
.cid-uBsAtKZV0Y .nav-item:focus,
.cid-uBsAtKZV0Y .nav-link:focus {
  outline: none;
}
.cid-uBsAtKZV0Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsAtKZV0Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsAtKZV0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsAtKZV0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsAtKZV0Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsAtKZV0Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsAtKZV0Y .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsAtKZV0Y .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsAtKZV0Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsAtKZV0Y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsAtKZV0Y .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsAtKZV0Y .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsAtKZV0Y .navbar.collapsed {
  justify-content: center;
}
.cid-uBsAtKZV0Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsAtKZV0Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsAtKZV0Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsAtKZV0Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsAtKZV0Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsAtKZV0Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsAtKZV0Y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAtKZV0Y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsAtKZV0Y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsAtKZV0Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsAtKZV0Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsAtKZV0Y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsAtKZV0Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsAtKZV0Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsAtKZV0Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsAtKZV0Y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsAtKZV0Y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsAtKZV0Y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsAtKZV0Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsAtKZV0Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsAtKZV0Y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsAtKZV0Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsAtKZV0Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsAtKZV0Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsAtKZV0Y .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-uBsAtKZV0Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsAtKZV0Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsAtKZV0Y .dropdown-item.active,
.cid-uBsAtKZV0Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsAtKZV0Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsAtKZV0Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsAtKZV0Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsAtKZV0Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsAtKZV0Y ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsAtKZV0Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsAtKZV0Y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsAtKZV0Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsAtKZV0Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsAtKZV0Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAtKZV0Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsAtKZV0Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsAtKZV0Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAtKZV0Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsAtKZV0Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsAtKZV0Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsAtKZV0Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsAtKZV0Y .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-uBsAtKZV0Y .navbar {
    height: 70px;
  }
  .cid-uBsAtKZV0Y .navbar.opened {
    height: auto;
  }
  .cid-uBsAtKZV0Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsAtKZV0Y .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsAtKZV0Y .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsAtKZV0Y .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsAtKZV0Y .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsAtKZV0Y .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsAtKZV0Y .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsAtKZV0Y .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsAtKZV0Y .text_widget {
  margin-bottom: 32px;
}
.cid-uBsAtKZV0Y .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsAtKZV0Y .text_widget a:hover {
  opacity: .5;
}
.cid-uBsAtKZV0Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAtKZV0Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAtKZV0Y .mbr-section-subtitle,
.cid-uBsAtKZV0Y .text_widget,
.cid-uBsAtKZV0Y .mbr-section-btn {
  text-align: center;
}
.cid-uBsAtKZV0Y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsAtLpiMQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAtLpiMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAtLpiMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAtLpiMQ .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsAtLpiMQ .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsAtLpiMQ .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsAtLpiMQ .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAtLpiMQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsAtLpiMQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsAtLpiMQ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsAtLpiMQ .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsAtLpiMQ .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsAtLpiMQ .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsAtLpiMQ .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsAtLpiMQ .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsAtLpiMQ .mbr-section-title {
  color: #050f0f;
}
.cid-uBsAtLpiMQ .mbr-text {
  color: #050f0f;
}
.cid-uBsAtLpiMQ .mbr-text,
.cid-uBsAtLpiMQ .text-wrapper,
.cid-uBsAtLpiMQ .rating-wrapper {
  color: #050f0f;
}
.cid-uBsAtLFPjH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsAtLFPjH .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsAtLFPjH .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAtLFPjH .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsAtLFPjH .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsAtLFPjH .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsAtLFPjH .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsAtLFPjH .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsAtLFPjH .mbr-section-title {
  color: #161616;
}
.cid-uBsAtLFPjH .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsAtLFPjH .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsAtLFPjH .item:focus,
.cid-uBsAtLFPjH span:focus {
  outline: none;
}
.cid-uBsAtLFPjH .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsAtLFPjH .slide-content {
    padding: 16px;
  }
}
.cid-uBsAtLFPjH .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsAtLFPjH .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsAtLFPjH .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsAtLFPjH .embla__slide {
    max-width: initial;
  }
}
.cid-uBsAtLFPjH .item-content {
  margin-top: 24px;
}
.cid-uBsAtLFPjH .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsAtLFPjH .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsAtLFPjH .item-img {
    height: 324px;
  }
}
.cid-uBsAtLFPjH .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsAtLFPjH .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsAtLFPjH .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsAtLFPjH .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsAtLFPjH .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsAtLFPjH .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsAtLFPjH .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsAtLFPjH .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsAtLFPjH .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsAtLFPjH .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsAtLFPjH .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsAtLFPjH .date-text {
    max-width: 100%;
  }
}
.cid-uBsAtLFPjH .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsAtLFPjH .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsAtLFPjH .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsAtLFPjH .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsAtLFPjH .item-subtitle {
  text-align: left;
}
.cid-uBsAtLFPjH .embla__button--next,
.cid-uBsAtLFPjH .embla__button--prev {
  display: flex;
}
.cid-uBsAtLFPjH .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsAtLFPjH .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsAtLFPjH .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsAtLFPjH .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsAtLFPjH .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsAtLFPjH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsAtLFPjH .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsAtLFPjH .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsAtLFPjH .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsAtLFPjH .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsAtLFPjH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsAtLFPjH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsAtLFPjH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsAtLFPjH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsAtLFPjH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsAtMFPOP {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsAtMFPOP .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsAtMFPOP .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsAtMFPOP .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsAtMFPOP .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsAtMFPOP .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsAtMFPOP .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsAtMFPOP .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsAtMFPOP .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsAtMFPOP .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsAtMFPOP .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsAtMFPOP .soc-item a {
  color: #ffffff;
}
.cid-uBsAtMFPOP .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsAtMFPOP .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsAtMFPOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAtMFPOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsAtMFPOP .mbr-tag,
.cid-uBsAtMFPOP .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsAtMFPOP .copyright {
  color: #000000;
}
.cid-uBsAtNqV4z {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsAtNqV4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsAtNqV4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsAtNqV4z .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsAtNqV4z .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsAtNqV4z .container {
    padding: 0 20px;
  }
}
.cid-uBsAtNqV4z .row {
  justify-content: center;
}
.cid-uBsAtNqV4z .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsAtNqV4z .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsAtNqV4z .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsAtNqV4z .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsAtNqV4z .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsAtNqV4z .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsAtNqV4z .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsAtNqV4z .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsAtNqV4z .mbr-desc,
.cid-uBsAtNqV4z .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBszwoxqDt .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBszwoxqDt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBszwoxqDt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBszwoxqDt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBszwoxqDt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBszwoxqDt .menu_box .navbar.opened,
  .cid-uBszwoxqDt .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBszwoxqDt .navbar-dropdown {
  position: relative !important;
}
.cid-uBszwoxqDt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBszwoxqDt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBszwoxqDt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBszwoxqDt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBszwoxqDt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBszwoxqDt .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBszwoxqDt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBszwoxqDt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBszwoxqDt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBszwoxqDt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBszwoxqDt .offcanvas-body .mbr-text,
  .cid-uBszwoxqDt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBszwoxqDt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBszwoxqDt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBszwoxqDt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBszwoxqDt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBszwoxqDt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBszwoxqDt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBszwoxqDt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBszwoxqDt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBszwoxqDt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBszwoxqDt .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-uBszwoxqDt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBszwoxqDt 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-uBszwoxqDt .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBszwoxqDt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBszwoxqDt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBszwoxqDt .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBszwoxqDt .nav-item {
    margin: 0 !important;
  }
}
.cid-uBszwoxqDt .nav-item .nav-link {
  position: relative;
}
.cid-uBszwoxqDt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBszwoxqDt .nav-item .nav-link:hover,
.cid-uBszwoxqDt .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBszwoxqDt .nav-item .nav-link:hover::before,
.cid-uBszwoxqDt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBszwoxqDt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBszwoxqDt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBszwoxqDt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBszwoxqDt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBszwoxqDt .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-uBszwoxqDt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBszwoxqDt .offcanvas_box {
    display: none;
  }
}
.cid-uBszwoxqDt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBszwoxqDt .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBszwoxqDt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBszwoxqDt .container {
  display: flex;
  margin: auto;
}
.cid-uBszwoxqDt .iconfont-wrapper {
  color: #ffffff;
  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-uBszwoxqDt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBszwoxqDt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBszwoxqDt .navbar-caption {
  color: #ffffff;
}
.cid-uBszwoxqDt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBszwoxqDt .navbar-nav {
    margin: 0;
  }
}
.cid-uBszwoxqDt .dropdown-menu,
.cid-uBszwoxqDt .navbar.opened {
  background-color: true !important;
}
.cid-uBszwoxqDt .nav-item:focus,
.cid-uBszwoxqDt .nav-link:focus {
  outline: none;
}
.cid-uBszwoxqDt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBszwoxqDt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBszwoxqDt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBszwoxqDt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBszwoxqDt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBszwoxqDt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBszwoxqDt .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBszwoxqDt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBszwoxqDt .navbar.opened {
  transition: all 0.3s;
}
.cid-uBszwoxqDt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBszwoxqDt .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBszwoxqDt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBszwoxqDt .navbar.collapsed {
  justify-content: center;
}
.cid-uBszwoxqDt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBszwoxqDt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBszwoxqDt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBszwoxqDt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBszwoxqDt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBszwoxqDt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBszwoxqDt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBszwoxqDt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBszwoxqDt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBszwoxqDt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBszwoxqDt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBszwoxqDt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBszwoxqDt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBszwoxqDt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBszwoxqDt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBszwoxqDt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBszwoxqDt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBszwoxqDt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBszwoxqDt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBszwoxqDt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBszwoxqDt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBszwoxqDt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBszwoxqDt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBszwoxqDt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBszwoxqDt .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-uBszwoxqDt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBszwoxqDt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBszwoxqDt .dropdown-item.active,
.cid-uBszwoxqDt .dropdown-item:active {
  background-color: transparent;
}
.cid-uBszwoxqDt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBszwoxqDt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBszwoxqDt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBszwoxqDt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBszwoxqDt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBszwoxqDt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBszwoxqDt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBszwoxqDt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBszwoxqDt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBszwoxqDt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBszwoxqDt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBszwoxqDt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBszwoxqDt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBszwoxqDt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBszwoxqDt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBszwoxqDt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBszwoxqDt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBszwoxqDt .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-uBszwoxqDt .navbar {
    height: 70px;
  }
  .cid-uBszwoxqDt .navbar.opened {
    height: auto;
  }
  .cid-uBszwoxqDt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBszwoxqDt .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBszwoxqDt .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBszwoxqDt .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBszwoxqDt .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBszwoxqDt .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBszwoxqDt .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBszwoxqDt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBszwoxqDt .text_widget {
  margin-bottom: 32px;
}
.cid-uBszwoxqDt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBszwoxqDt .text_widget a:hover {
  opacity: .5;
}
.cid-uBszwoxqDt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBszwoxqDt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBszwoxqDt .mbr-section-subtitle,
.cid-uBszwoxqDt .text_widget,
.cid-uBszwoxqDt .mbr-section-btn {
  text-align: center;
}
.cid-uBszwoxqDt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBszwp2iUZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBszwp2iUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBszwp2iUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBszwp2iUZ .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBszwp2iUZ .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBszwp2iUZ .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBszwp2iUZ .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBszwp2iUZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBszwp2iUZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBszwp2iUZ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBszwp2iUZ .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBszwp2iUZ .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBszwp2iUZ .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBszwp2iUZ .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBszwp2iUZ .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBszwp2iUZ .mbr-section-title {
  color: #050f0f;
}
.cid-uBszwp2iUZ .mbr-text {
  color: #050f0f;
}
.cid-uBszwp2iUZ .mbr-text,
.cid-uBszwp2iUZ .text-wrapper,
.cid-uBszwp2iUZ .rating-wrapper {
  color: #050f0f;
}
.cid-uBszwpl5zI {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBszwpl5zI .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBszwpl5zI .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBszwpl5zI .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBszwpl5zI .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBszwpl5zI .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBszwpl5zI .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBszwpl5zI .embla {
    margin-bottom: 80px;
  }
}
.cid-uBszwpl5zI .mbr-section-title {
  color: #161616;
}
.cid-uBszwpl5zI .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBszwpl5zI .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBszwpl5zI .item:focus,
.cid-uBszwpl5zI span:focus {
  outline: none;
}
.cid-uBszwpl5zI .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBszwpl5zI .slide-content {
    padding: 16px;
  }
}
.cid-uBszwpl5zI .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBszwpl5zI .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBszwpl5zI .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBszwpl5zI .embla__slide {
    max-width: initial;
  }
}
.cid-uBszwpl5zI .item-content {
  margin-top: 24px;
}
.cid-uBszwpl5zI .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBszwpl5zI .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBszwpl5zI .item-img {
    height: 324px;
  }
}
.cid-uBszwpl5zI .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBszwpl5zI .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBszwpl5zI .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBszwpl5zI .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBszwpl5zI .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBszwpl5zI .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBszwpl5zI .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBszwpl5zI .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBszwpl5zI .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBszwpl5zI .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBszwpl5zI .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBszwpl5zI .date-text {
    max-width: 100%;
  }
}
.cid-uBszwpl5zI .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBszwpl5zI .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBszwpl5zI .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBszwpl5zI .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBszwpl5zI .item-subtitle {
  text-align: left;
}
.cid-uBszwpl5zI .embla__button--next,
.cid-uBszwpl5zI .embla__button--prev {
  display: flex;
}
.cid-uBszwpl5zI .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBszwpl5zI .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBszwpl5zI .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBszwpl5zI .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBszwpl5zI .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBszwpl5zI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBszwpl5zI .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBszwpl5zI .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBszwpl5zI .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBszwpl5zI .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBszwpl5zI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBszwpl5zI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBszwpl5zI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBszwpl5zI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBszwpl5zI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBszwqBHiJ {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBszwqBHiJ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBszwqBHiJ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBszwqBHiJ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBszwqBHiJ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBszwqBHiJ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBszwqBHiJ .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBszwqBHiJ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBszwqBHiJ .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBszwqBHiJ .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBszwqBHiJ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBszwqBHiJ .soc-item a {
  color: #ffffff;
}
.cid-uBszwqBHiJ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBszwqBHiJ .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBszwqBHiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBszwqBHiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBszwqBHiJ .mbr-tag,
.cid-uBszwqBHiJ .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBszwqBHiJ .copyright {
  color: #000000;
}
.cid-uBszwriftL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBszwriftL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBszwriftL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBszwriftL .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBszwriftL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBszwriftL .container {
    padding: 0 20px;
  }
}
.cid-uBszwriftL .row {
  justify-content: center;
}
.cid-uBszwriftL .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBszwriftL .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBszwriftL .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBszwriftL .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBszwriftL .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBszwriftL .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBszwriftL .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBszwriftL .mbr-desc {
  color: #e4dfd4;
}
.cid-uBszwriftL .mbr-desc,
.cid-uBszwriftL .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBszuVaQZi .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBszuVaQZi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBszuVaQZi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBszuVaQZi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBszuVaQZi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBszuVaQZi .menu_box .navbar.opened,
  .cid-uBszuVaQZi .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBszuVaQZi .navbar-dropdown {
  position: relative !important;
}
.cid-uBszuVaQZi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBszuVaQZi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBszuVaQZi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBszuVaQZi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBszuVaQZi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBszuVaQZi .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBszuVaQZi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBszuVaQZi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBszuVaQZi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBszuVaQZi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBszuVaQZi .offcanvas-body .mbr-text,
  .cid-uBszuVaQZi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBszuVaQZi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBszuVaQZi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBszuVaQZi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBszuVaQZi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBszuVaQZi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBszuVaQZi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBszuVaQZi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBszuVaQZi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBszuVaQZi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBszuVaQZi .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-uBszuVaQZi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBszuVaQZi 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-uBszuVaQZi .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBszuVaQZi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBszuVaQZi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBszuVaQZi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBszuVaQZi .nav-item {
    margin: 0 !important;
  }
}
.cid-uBszuVaQZi .nav-item .nav-link {
  position: relative;
}
.cid-uBszuVaQZi .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBszuVaQZi .nav-item .nav-link:hover,
.cid-uBszuVaQZi .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBszuVaQZi .nav-item .nav-link:hover::before,
.cid-uBszuVaQZi .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBszuVaQZi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBszuVaQZi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBszuVaQZi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBszuVaQZi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBszuVaQZi .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-uBszuVaQZi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBszuVaQZi .offcanvas_box {
    display: none;
  }
}
.cid-uBszuVaQZi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBszuVaQZi .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBszuVaQZi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBszuVaQZi .container {
  display: flex;
  margin: auto;
}
.cid-uBszuVaQZi .iconfont-wrapper {
  color: #ffffff;
  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-uBszuVaQZi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBszuVaQZi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBszuVaQZi .navbar-caption {
  color: #ffffff;
}
.cid-uBszuVaQZi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBszuVaQZi .navbar-nav {
    margin: 0;
  }
}
.cid-uBszuVaQZi .dropdown-menu,
.cid-uBszuVaQZi .navbar.opened {
  background-color: true !important;
}
.cid-uBszuVaQZi .nav-item:focus,
.cid-uBszuVaQZi .nav-link:focus {
  outline: none;
}
.cid-uBszuVaQZi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBszuVaQZi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBszuVaQZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBszuVaQZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBszuVaQZi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBszuVaQZi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBszuVaQZi .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBszuVaQZi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBszuVaQZi .navbar.opened {
  transition: all 0.3s;
}
.cid-uBszuVaQZi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBszuVaQZi .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBszuVaQZi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBszuVaQZi .navbar.collapsed {
  justify-content: center;
}
.cid-uBszuVaQZi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBszuVaQZi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBszuVaQZi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBszuVaQZi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBszuVaQZi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBszuVaQZi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBszuVaQZi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBszuVaQZi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBszuVaQZi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBszuVaQZi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBszuVaQZi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBszuVaQZi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBszuVaQZi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBszuVaQZi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBszuVaQZi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBszuVaQZi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBszuVaQZi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBszuVaQZi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBszuVaQZi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBszuVaQZi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBszuVaQZi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBszuVaQZi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBszuVaQZi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBszuVaQZi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBszuVaQZi .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-uBszuVaQZi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBszuVaQZi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBszuVaQZi .dropdown-item.active,
.cid-uBszuVaQZi .dropdown-item:active {
  background-color: transparent;
}
.cid-uBszuVaQZi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBszuVaQZi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBszuVaQZi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBszuVaQZi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBszuVaQZi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBszuVaQZi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBszuVaQZi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBszuVaQZi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBszuVaQZi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBszuVaQZi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBszuVaQZi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBszuVaQZi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBszuVaQZi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBszuVaQZi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBszuVaQZi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBszuVaQZi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBszuVaQZi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBszuVaQZi .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-uBszuVaQZi .navbar {
    height: 70px;
  }
  .cid-uBszuVaQZi .navbar.opened {
    height: auto;
  }
  .cid-uBszuVaQZi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBszuVaQZi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBszuVaQZi .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBszuVaQZi .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBszuVaQZi .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBszuVaQZi .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBszuVaQZi .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBszuVaQZi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBszuVaQZi .text_widget {
  margin-bottom: 32px;
}
.cid-uBszuVaQZi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBszuVaQZi .text_widget a:hover {
  opacity: .5;
}
.cid-uBszuVaQZi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBszuVaQZi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBszuVaQZi .mbr-section-subtitle,
.cid-uBszuVaQZi .text_widget,
.cid-uBszuVaQZi .mbr-section-btn {
  text-align: center;
}
.cid-uBszuVaQZi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBszuVx4nO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBszuVx4nO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBszuVx4nO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBszuVx4nO .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBszuVx4nO .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBszuVx4nO .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBszuVx4nO .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBszuVx4nO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBszuVx4nO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBszuVx4nO .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBszuVx4nO .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBszuVx4nO .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBszuVx4nO .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBszuVx4nO .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBszuVx4nO .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBszuVx4nO .mbr-section-title {
  color: #050f0f;
}
.cid-uBszuVx4nO .mbr-text {
  color: #050f0f;
}
.cid-uBszuVx4nO .mbr-text,
.cid-uBszuVx4nO .text-wrapper,
.cid-uBszuVx4nO .rating-wrapper {
  color: #050f0f;
}
.cid-uBszuVLr8S {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBszuVLr8S .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBszuVLr8S .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBszuVLr8S .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBszuVLr8S .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBszuVLr8S .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBszuVLr8S .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBszuVLr8S .embla {
    margin-bottom: 80px;
  }
}
.cid-uBszuVLr8S .mbr-section-title {
  color: #161616;
}
.cid-uBszuVLr8S .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBszuVLr8S .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBszuVLr8S .item:focus,
.cid-uBszuVLr8S span:focus {
  outline: none;
}
.cid-uBszuVLr8S .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBszuVLr8S .slide-content {
    padding: 16px;
  }
}
.cid-uBszuVLr8S .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBszuVLr8S .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBszuVLr8S .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBszuVLr8S .embla__slide {
    max-width: initial;
  }
}
.cid-uBszuVLr8S .item-content {
  margin-top: 24px;
}
.cid-uBszuVLr8S .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBszuVLr8S .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBszuVLr8S .item-img {
    height: 324px;
  }
}
.cid-uBszuVLr8S .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBszuVLr8S .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBszuVLr8S .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBszuVLr8S .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBszuVLr8S .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBszuVLr8S .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBszuVLr8S .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBszuVLr8S .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBszuVLr8S .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBszuVLr8S .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBszuVLr8S .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBszuVLr8S .date-text {
    max-width: 100%;
  }
}
.cid-uBszuVLr8S .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBszuVLr8S .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBszuVLr8S .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBszuVLr8S .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBszuVLr8S .item-subtitle {
  text-align: left;
}
.cid-uBszuVLr8S .embla__button--next,
.cid-uBszuVLr8S .embla__button--prev {
  display: flex;
}
.cid-uBszuVLr8S .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBszuVLr8S .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBszuVLr8S .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBszuVLr8S .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBszuVLr8S .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBszuVLr8S .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBszuVLr8S .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBszuVLr8S .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBszuVLr8S .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBszuVLr8S .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBszuVLr8S .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBszuVLr8S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBszuVLr8S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBszuVLr8S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBszuVLr8S .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBszuWQmCY {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBszuWQmCY .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBszuWQmCY .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBszuWQmCY .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBszuWQmCY .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBszuWQmCY .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBszuWQmCY .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBszuWQmCY .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBszuWQmCY .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBszuWQmCY .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBszuWQmCY .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBszuWQmCY .soc-item a {
  color: #ffffff;
}
.cid-uBszuWQmCY .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBszuWQmCY .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBszuWQmCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBszuWQmCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBszuWQmCY .mbr-tag,
.cid-uBszuWQmCY .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBszuWQmCY .copyright {
  color: #000000;
}
.cid-uBszuXw80f {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBszuXw80f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBszuXw80f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBszuXw80f .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBszuXw80f .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBszuXw80f .container {
    padding: 0 20px;
  }
}
.cid-uBszuXw80f .row {
  justify-content: center;
}
.cid-uBszuXw80f .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBszuXw80f .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBszuXw80f .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBszuXw80f .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBszuXw80f .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBszuXw80f .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBszuXw80f .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBszuXw80f .mbr-desc {
  color: #e4dfd4;
}
.cid-uBszuXw80f .mbr-desc,
.cid-uBszuXw80f .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsztDQOsE .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsztDQOsE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsztDQOsE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsztDQOsE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsztDQOsE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsztDQOsE .menu_box .navbar.opened,
  .cid-uBsztDQOsE .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsztDQOsE .navbar-dropdown {
  position: relative !important;
}
.cid-uBsztDQOsE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsztDQOsE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsztDQOsE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsztDQOsE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsztDQOsE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsztDQOsE .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsztDQOsE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsztDQOsE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsztDQOsE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsztDQOsE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsztDQOsE .offcanvas-body .mbr-text,
  .cid-uBsztDQOsE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsztDQOsE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsztDQOsE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsztDQOsE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsztDQOsE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsztDQOsE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsztDQOsE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsztDQOsE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsztDQOsE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsztDQOsE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsztDQOsE .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-uBsztDQOsE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsztDQOsE 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-uBsztDQOsE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsztDQOsE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsztDQOsE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsztDQOsE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsztDQOsE .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsztDQOsE .nav-item .nav-link {
  position: relative;
}
.cid-uBsztDQOsE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsztDQOsE .nav-item .nav-link:hover,
.cid-uBsztDQOsE .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsztDQOsE .nav-item .nav-link:hover::before,
.cid-uBsztDQOsE .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsztDQOsE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsztDQOsE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsztDQOsE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsztDQOsE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsztDQOsE .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-uBsztDQOsE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsztDQOsE .offcanvas_box {
    display: none;
  }
}
.cid-uBsztDQOsE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsztDQOsE .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsztDQOsE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsztDQOsE .container {
  display: flex;
  margin: auto;
}
.cid-uBsztDQOsE .iconfont-wrapper {
  color: #ffffff;
  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-uBsztDQOsE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsztDQOsE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsztDQOsE .navbar-caption {
  color: #ffffff;
}
.cid-uBsztDQOsE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsztDQOsE .navbar-nav {
    margin: 0;
  }
}
.cid-uBsztDQOsE .dropdown-menu,
.cid-uBsztDQOsE .navbar.opened {
  background-color: true !important;
}
.cid-uBsztDQOsE .nav-item:focus,
.cid-uBsztDQOsE .nav-link:focus {
  outline: none;
}
.cid-uBsztDQOsE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsztDQOsE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsztDQOsE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsztDQOsE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsztDQOsE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsztDQOsE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsztDQOsE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsztDQOsE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsztDQOsE .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsztDQOsE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsztDQOsE .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsztDQOsE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsztDQOsE .navbar.collapsed {
  justify-content: center;
}
.cid-uBsztDQOsE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsztDQOsE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsztDQOsE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsztDQOsE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsztDQOsE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsztDQOsE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsztDQOsE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsztDQOsE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsztDQOsE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsztDQOsE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsztDQOsE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsztDQOsE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsztDQOsE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsztDQOsE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsztDQOsE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsztDQOsE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsztDQOsE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsztDQOsE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsztDQOsE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsztDQOsE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsztDQOsE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsztDQOsE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsztDQOsE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsztDQOsE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsztDQOsE .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-uBsztDQOsE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsztDQOsE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsztDQOsE .dropdown-item.active,
.cid-uBsztDQOsE .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsztDQOsE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsztDQOsE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsztDQOsE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsztDQOsE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsztDQOsE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsztDQOsE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsztDQOsE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsztDQOsE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsztDQOsE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsztDQOsE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsztDQOsE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsztDQOsE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsztDQOsE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsztDQOsE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsztDQOsE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsztDQOsE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsztDQOsE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsztDQOsE .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-uBsztDQOsE .navbar {
    height: 70px;
  }
  .cid-uBsztDQOsE .navbar.opened {
    height: auto;
  }
  .cid-uBsztDQOsE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsztDQOsE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsztDQOsE .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsztDQOsE .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsztDQOsE .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsztDQOsE .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsztDQOsE .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsztDQOsE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsztDQOsE .text_widget {
  margin-bottom: 32px;
}
.cid-uBsztDQOsE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsztDQOsE .text_widget a:hover {
  opacity: .5;
}
.cid-uBsztDQOsE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsztDQOsE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsztDQOsE .mbr-section-subtitle,
.cid-uBsztDQOsE .text_widget,
.cid-uBsztDQOsE .mbr-section-btn {
  text-align: center;
}
.cid-uBsztDQOsE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsztEiMqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsztEiMqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsztEiMqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsztEiMqr .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsztEiMqr .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsztEiMqr .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsztEiMqr .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsztEiMqr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsztEiMqr .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsztEiMqr .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsztEiMqr .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsztEiMqr .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsztEiMqr .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsztEiMqr .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsztEiMqr .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsztEiMqr .mbr-section-title {
  color: #050f0f;
}
.cid-uBsztEiMqr .mbr-text {
  color: #050f0f;
}
.cid-uBsztEiMqr .mbr-text,
.cid-uBsztEiMqr .text-wrapper,
.cid-uBsztEiMqr .rating-wrapper {
  color: #050f0f;
}
.cid-uBsztEzdpp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsztEzdpp .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsztEzdpp .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsztEzdpp .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsztEzdpp .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsztEzdpp .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsztEzdpp .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsztEzdpp .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsztEzdpp .mbr-section-title {
  color: #161616;
}
.cid-uBsztEzdpp .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsztEzdpp .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsztEzdpp .item:focus,
.cid-uBsztEzdpp span:focus {
  outline: none;
}
.cid-uBsztEzdpp .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsztEzdpp .slide-content {
    padding: 16px;
  }
}
.cid-uBsztEzdpp .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsztEzdpp .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsztEzdpp .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsztEzdpp .embla__slide {
    max-width: initial;
  }
}
.cid-uBsztEzdpp .item-content {
  margin-top: 24px;
}
.cid-uBsztEzdpp .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsztEzdpp .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsztEzdpp .item-img {
    height: 324px;
  }
}
.cid-uBsztEzdpp .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsztEzdpp .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsztEzdpp .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsztEzdpp .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsztEzdpp .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsztEzdpp .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsztEzdpp .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsztEzdpp .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsztEzdpp .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsztEzdpp .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsztEzdpp .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsztEzdpp .date-text {
    max-width: 100%;
  }
}
.cid-uBsztEzdpp .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsztEzdpp .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsztEzdpp .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsztEzdpp .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsztEzdpp .item-subtitle {
  text-align: left;
}
.cid-uBsztEzdpp .embla__button--next,
.cid-uBsztEzdpp .embla__button--prev {
  display: flex;
}
.cid-uBsztEzdpp .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsztEzdpp .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsztEzdpp .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsztEzdpp .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsztEzdpp .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsztEzdpp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsztEzdpp .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsztEzdpp .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsztEzdpp .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsztEzdpp .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsztEzdpp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsztEzdpp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsztEzdpp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsztEzdpp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsztEzdpp .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsztFCDek {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsztFCDek .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsztFCDek .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsztFCDek .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsztFCDek .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsztFCDek .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsztFCDek .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsztFCDek .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsztFCDek .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsztFCDek .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsztFCDek .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsztFCDek .soc-item a {
  color: #ffffff;
}
.cid-uBsztFCDek .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsztFCDek .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsztFCDek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsztFCDek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsztFCDek .mbr-tag,
.cid-uBsztFCDek .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsztFCDek .copyright {
  color: #000000;
}
.cid-uBsztGm8U0 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsztGm8U0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsztGm8U0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsztGm8U0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsztGm8U0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsztGm8U0 .container {
    padding: 0 20px;
  }
}
.cid-uBsztGm8U0 .row {
  justify-content: center;
}
.cid-uBsztGm8U0 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsztGm8U0 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsztGm8U0 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsztGm8U0 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsztGm8U0 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsztGm8U0 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsztGm8U0 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsztGm8U0 .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsztGm8U0 .mbr-desc,
.cid-uBsztGm8U0 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uBsqSAIayg .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-uBsqSAIayg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-uBsqSAIayg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBsqSAIayg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBsqSAIayg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBsqSAIayg .menu_box .navbar.opened,
  .cid-uBsqSAIayg .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBsqSAIayg .navbar-dropdown {
  position: relative !important;
}
.cid-uBsqSAIayg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBsqSAIayg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBsqSAIayg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBsqSAIayg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBsqSAIayg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBsqSAIayg .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uBsqSAIayg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBsqSAIayg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBsqSAIayg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBsqSAIayg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBsqSAIayg .offcanvas-body .mbr-text,
  .cid-uBsqSAIayg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBsqSAIayg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBsqSAIayg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBsqSAIayg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uBsqSAIayg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBsqSAIayg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBsqSAIayg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBsqSAIayg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBsqSAIayg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBsqSAIayg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsqSAIayg .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-uBsqSAIayg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBsqSAIayg 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-uBsqSAIayg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBsqSAIayg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uBsqSAIayg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBsqSAIayg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBsqSAIayg .nav-item {
    margin: 0 !important;
  }
}
.cid-uBsqSAIayg .nav-item .nav-link {
  position: relative;
}
.cid-uBsqSAIayg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uBsqSAIayg .nav-item .nav-link:hover,
.cid-uBsqSAIayg .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uBsqSAIayg .nav-item .nav-link:hover::before,
.cid-uBsqSAIayg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBsqSAIayg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBsqSAIayg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBsqSAIayg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBsqSAIayg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBsqSAIayg .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-uBsqSAIayg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBsqSAIayg .offcanvas_box {
    display: none;
  }
}
.cid-uBsqSAIayg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBsqSAIayg .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBsqSAIayg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBsqSAIayg .container {
  display: flex;
  margin: auto;
}
.cid-uBsqSAIayg .iconfont-wrapper {
  color: #ffffff;
  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-uBsqSAIayg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBsqSAIayg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBsqSAIayg .navbar-caption {
  color: #ffffff;
}
.cid-uBsqSAIayg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBsqSAIayg .navbar-nav {
    margin: 0;
  }
}
.cid-uBsqSAIayg .dropdown-menu,
.cid-uBsqSAIayg .navbar.opened {
  background-color: true !important;
}
.cid-uBsqSAIayg .nav-item:focus,
.cid-uBsqSAIayg .nav-link:focus {
  outline: none;
}
.cid-uBsqSAIayg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBsqSAIayg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBsqSAIayg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBsqSAIayg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBsqSAIayg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBsqSAIayg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBsqSAIayg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBsqSAIayg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBsqSAIayg .navbar.opened {
  transition: all 0.3s;
}
.cid-uBsqSAIayg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBsqSAIayg .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uBsqSAIayg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBsqSAIayg .navbar.collapsed {
  justify-content: center;
}
.cid-uBsqSAIayg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBsqSAIayg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBsqSAIayg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBsqSAIayg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBsqSAIayg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBsqSAIayg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBsqSAIayg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsqSAIayg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBsqSAIayg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBsqSAIayg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBsqSAIayg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBsqSAIayg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBsqSAIayg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBsqSAIayg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBsqSAIayg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBsqSAIayg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBsqSAIayg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBsqSAIayg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBsqSAIayg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBsqSAIayg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBsqSAIayg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBsqSAIayg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBsqSAIayg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBsqSAIayg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBsqSAIayg .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-uBsqSAIayg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uBsqSAIayg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBsqSAIayg .dropdown-item.active,
.cid-uBsqSAIayg .dropdown-item:active {
  background-color: transparent;
}
.cid-uBsqSAIayg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBsqSAIayg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBsqSAIayg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBsqSAIayg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBsqSAIayg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBsqSAIayg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBsqSAIayg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-uBsqSAIayg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBsqSAIayg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBsqSAIayg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsqSAIayg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBsqSAIayg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBsqSAIayg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsqSAIayg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBsqSAIayg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBsqSAIayg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBsqSAIayg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBsqSAIayg .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-uBsqSAIayg .navbar {
    height: 70px;
  }
  .cid-uBsqSAIayg .navbar.opened {
    height: auto;
  }
  .cid-uBsqSAIayg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBsqSAIayg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBsqSAIayg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBsqSAIayg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBsqSAIayg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uBsqSAIayg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBsqSAIayg .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBsqSAIayg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBsqSAIayg .text_widget {
  margin-bottom: 32px;
}
.cid-uBsqSAIayg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBsqSAIayg .text_widget a:hover {
  opacity: .5;
}
.cid-uBsqSAIayg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBsqSAIayg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBsqSAIayg .mbr-section-subtitle,
.cid-uBsqSAIayg .text_widget,
.cid-uBsqSAIayg .mbr-section-btn {
  text-align: center;
}
.cid-uBsqSAIayg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBsrLG4F15 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsrLG4F15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsrLG4F15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsrLG4F15 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBsrLG4F15 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uBsrLG4F15 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBsrLG4F15 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsrLG4F15 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBsrLG4F15 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsrLG4F15 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsrLG4F15 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uBsrLG4F15 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uBsrLG4F15 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #00a7dd;
  box-shadow: 4px 4px 0 0 #00a7dd;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uBsrLG4F15 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uBsrLG4F15 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uBsrLG4F15 .mbr-section-title {
  color: #050f0f;
}
.cid-uBsrLG4F15 .mbr-text {
  color: #050f0f;
}
.cid-uBsrLG4F15 .mbr-text,
.cid-uBsrLG4F15 .text-wrapper,
.cid-uBsrLG4F15 .rating-wrapper {
  color: #050f0f;
}
.cid-uBsqSB9eNP {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBsqSB9eNP .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBsqSB9eNP .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBsqSB9eNP .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uBsqSB9eNP .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uBsqSB9eNP .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uBsqSB9eNP .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uBsqSB9eNP .embla {
    margin-bottom: 80px;
  }
}
.cid-uBsqSB9eNP .mbr-section-title {
  color: #161616;
}
.cid-uBsqSB9eNP .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uBsqSB9eNP .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uBsqSB9eNP .item:focus,
.cid-uBsqSB9eNP span:focus {
  outline: none;
}
.cid-uBsqSB9eNP .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsqSB9eNP .slide-content {
    padding: 16px;
  }
}
.cid-uBsqSB9eNP .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uBsqSB9eNP .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uBsqSB9eNP .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uBsqSB9eNP .embla__slide {
    max-width: initial;
  }
}
.cid-uBsqSB9eNP .item-content {
  margin-top: 24px;
}
.cid-uBsqSB9eNP .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uBsqSB9eNP .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uBsqSB9eNP .item-img {
    height: 324px;
  }
}
.cid-uBsqSB9eNP .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBsqSB9eNP .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uBsqSB9eNP .label-container {
    flex-wrap: wrap;
  }
}
.cid-uBsqSB9eNP .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uBsqSB9eNP .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uBsqSB9eNP .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uBsqSB9eNP .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBsqSB9eNP .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uBsqSB9eNP .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uBsqSB9eNP .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uBsqSB9eNP .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uBsqSB9eNP .date-text {
    max-width: 100%;
  }
}
.cid-uBsqSB9eNP .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-uBsqSB9eNP .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uBsqSB9eNP .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uBsqSB9eNP .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uBsqSB9eNP .item-subtitle {
  text-align: left;
}
.cid-uBsqSB9eNP .embla__button--next,
.cid-uBsqSB9eNP .embla__button--prev {
  display: flex;
}
.cid-uBsqSB9eNP .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBsqSB9eNP .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uBsqSB9eNP .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uBsqSB9eNP .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uBsqSB9eNP .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uBsqSB9eNP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsqSB9eNP .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uBsqSB9eNP .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uBsqSB9eNP .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uBsqSB9eNP .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uBsqSB9eNP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBsqSB9eNP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsqSB9eNP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsqSB9eNP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBsqSB9eNP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBsqSCfxnk {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uBsqSCfxnk .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uBsqSCfxnk .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBsqSCfxnk .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uBsqSCfxnk .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uBsqSCfxnk .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uBsqSCfxnk .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-uBsqSCfxnk .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uBsqSCfxnk .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-uBsqSCfxnk .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-uBsqSCfxnk .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uBsqSCfxnk .soc-item a {
  color: #ffffff;
}
.cid-uBsqSCfxnk .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uBsqSCfxnk .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uBsqSCfxnk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsqSCfxnk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBsqSCfxnk .mbr-tag,
.cid-uBsqSCfxnk .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uBsqSCfxnk .copyright {
  color: #000000;
}
.cid-uBsrM3ipJQ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBsrM3ipJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsrM3ipJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsrM3ipJQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBsrM3ipJQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsrM3ipJQ .container {
    padding: 0 20px;
  }
}
.cid-uBsrM3ipJQ .row {
  justify-content: center;
}
.cid-uBsrM3ipJQ .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBsrM3ipJQ .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uBsrM3ipJQ .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBsrM3ipJQ .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uBsrM3ipJQ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBsrM3ipJQ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uBsrM3ipJQ .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uBsrM3ipJQ .mbr-desc {
  color: #e4dfd4;
}
.cid-uBsrM3ipJQ .mbr-desc,
.cid-uBsrM3ipJQ .desc-wrapper {
  color: #232323;
  text-align: center;
}
