.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 8.75rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.9375rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.875rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.84375rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.25rem;
  line-height: 160%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 7rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.125rem;
    font-size: calc( 3.7124999999999995rem + (8.75 - 3.7124999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.7124999999999995rem + (8.75 - 3.7124999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.1rem;
    font-size: calc( 2.0062499999999996rem + (3.875 - 2.0062499999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0062499999999996rem + (3.875 - 2.0062499999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #248400 !important;
}
.bg-info {
  background-color: #f9f353 !important;
}
.bg-warning {
  background-color: #e8e12a !important;
}
.bg-danger {
  background-color: #c41919 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #393939 !important;
  border-color: #393939 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #535353 !important;
  border-color: #535353 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f9f353 !important;
  border-color: #f9f353 !important;
  color: #4a4803 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fbf684 !important;
  border-color: #fbf684 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4a4803 !important;
  background-color: #fbf684 !important;
  border-color: #fbf684 !important;
}
.btn-success,
.btn-success:active {
  background-color: #248400 !important;
  border-color: #248400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #32b700 !important;
  border-color: #32b700 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #32b700 !important;
  border-color: #32b700 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e8e12a !important;
  border-color: #e8e12a !important;
  color: #111102 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ede758 !important;
  border-color: #ede758 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #111102 !important;
  background-color: #ede758 !important;
  border-color: #ede758 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c41919 !important;
  border-color: #c41919 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e42c2c !important;
  border-color: #e42c2c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e42c2c !important;
  border-color: #e42c2c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #393939;
  color: #393939;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0e0e0e !important;
  background-color: transparent !important;
  border-color: #0e0e0e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #393939 !important;
  border-color: #393939 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f9f353;
  color: #f9f353;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ede508 !important;
  background-color: transparent !important;
  border-color: #ede508 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4a4803 !important;
  background-color: #f9f353 !important;
  border-color: #f9f353 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #248400;
  color: #248400;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0c2d00 !important;
  background-color: transparent !important;
  border-color: #0c2d00 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #248400 !important;
  border-color: #248400 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e8e12a;
  color: #e8e12a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a9a312 !important;
  background-color: transparent !important;
  border-color: #a9a312 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #111102 !important;
  background-color: #e8e12a !important;
  border-color: #e8e12a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c41919;
  color: #c41919;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #770f0f !important;
  background-color: transparent !important;
  border-color: #770f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c41919 !important;
  border-color: #c41919 !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: #000000 !important;
}
.text-secondary {
  color: #393939 !important;
}
.text-success {
  color: #248400 !important;
}
.text-info {
  color: #f9f353 !important;
}
.text-warning {
  color: #e8e12a !important;
}
.text-danger {
  color: #c41919 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #060606 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #081e00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ded608 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9b9611 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6a0d0d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f9f353;
}
.alert-warning {
  background-color: #e8e12a;
}
.alert-danger {
  background-color: #c41919;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #49ff04;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcfbe2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ed7070;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.25rem;
  line-height: 160%;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.25rem;
  line-height: 160%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #393939 !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='%23000000' %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: 15px 30px;
  min-width: 150px;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.03);
  border: none !important;
  box-shadow: none;
}
img {
  border-radius: 0 !important;
}
.cid-uBRKMnq2Bd {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBRKMnq2Bd .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
  position: fixed !important;
}
.cid-uBRKMnq2Bd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #191b1d !important;
  background: #191b1d;
}
.cid-uBRKMnq2Bd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBRKMnq2Bd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBRKMnq2Bd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBRKMnq2Bd .menu_box .navbar.opened,
  .cid-uBRKMnq2Bd .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBRKMnq2Bd nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uBRKMnq2Bd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBRKMnq2Bd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRKMnq2Bd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBRKMnq2Bd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBRKMnq2Bd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBRKMnq2Bd .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e8e12a;
  }
  .cid-uBRKMnq2Bd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBRKMnq2Bd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBRKMnq2Bd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBRKMnq2Bd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBRKMnq2Bd .offcanvas-body .mbr-text,
  .cid-uBRKMnq2Bd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBRKMnq2Bd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBRKMnq2Bd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBRKMnq2Bd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f353;
  }
  .cid-uBRKMnq2Bd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBRKMnq2Bd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBRKMnq2Bd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBRKMnq2Bd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBRKMnq2Bd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBRKMnq2Bd body {
    padding-top: 70px;
  }
  .cid-uBRKMnq2Bd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBRKMnq2Bd .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-uBRKMnq2Bd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBRKMnq2Bd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uBRKMnq2Bd .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBRKMnq2Bd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uBRKMnq2Bd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBRKMnq2Bd .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uBRKMnq2Bd .nav-item {
    margin: 0 !important;
  }
}
.cid-uBRKMnq2Bd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uBRKMnq2Bd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBRKMnq2Bd .nav-item .nav-link:hover::before,
.cid-uBRKMnq2Bd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBRKMnq2Bd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBRKMnq2Bd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBRKMnq2Bd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBRKMnq2Bd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBRKMnq2Bd .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-uBRKMnq2Bd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBRKMnq2Bd .offcanvas_box {
    display: none;
  }
}
.cid-uBRKMnq2Bd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBRKMnq2Bd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBRKMnq2Bd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBRKMnq2Bd .container {
  display: flex;
  margin: auto;
}
.cid-uBRKMnq2Bd .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uBRKMnq2Bd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBRKMnq2Bd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBRKMnq2Bd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBRKMnq2Bd .navbar-nav {
    margin: 0;
  }
}
.cid-uBRKMnq2Bd .dropdown-menu,
.cid-uBRKMnq2Bd .navbar.opened {
  background-color: false !important;
}
.cid-uBRKMnq2Bd .nav-item:focus,
.cid-uBRKMnq2Bd .nav-link:focus {
  outline: none;
}
.cid-uBRKMnq2Bd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBRKMnq2Bd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBRKMnq2Bd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBRKMnq2Bd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBRKMnq2Bd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBRKMnq2Bd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBRKMnq2Bd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBRKMnq2Bd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBRKMnq2Bd .navbar.opened {
  transition: all 0.3s;
}
.cid-uBRKMnq2Bd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBRKMnq2Bd .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uBRKMnq2Bd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBRKMnq2Bd .navbar.collapsed {
  justify-content: center;
}
.cid-uBRKMnq2Bd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBRKMnq2Bd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBRKMnq2Bd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBRKMnq2Bd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBRKMnq2Bd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBRKMnq2Bd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBRKMnq2Bd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBRKMnq2Bd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBRKMnq2Bd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBRKMnq2Bd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBRKMnq2Bd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBRKMnq2Bd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBRKMnq2Bd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBRKMnq2Bd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBRKMnq2Bd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBRKMnq2Bd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBRKMnq2Bd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBRKMnq2Bd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBRKMnq2Bd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBRKMnq2Bd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBRKMnq2Bd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBRKMnq2Bd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBRKMnq2Bd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBRKMnq2Bd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBRKMnq2Bd .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-uBRKMnq2Bd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBRKMnq2Bd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBRKMnq2Bd .dropdown-item.active,
.cid-uBRKMnq2Bd .dropdown-item:active {
  background-color: transparent;
}
.cid-uBRKMnq2Bd .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uBRKMnq2Bd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBRKMnq2Bd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBRKMnq2Bd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBRKMnq2Bd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBRKMnq2Bd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBRKMnq2Bd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #000000;
}
.cid-uBRKMnq2Bd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f353;
}
.cid-uBRKMnq2Bd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBRKMnq2Bd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBRKMnq2Bd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBRKMnq2Bd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBRKMnq2Bd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBRKMnq2Bd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBRKMnq2Bd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBRKMnq2Bd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBRKMnq2Bd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBRKMnq2Bd .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-uBRKMnq2Bd .navbar {
    height: 70px;
  }
  .cid-uBRKMnq2Bd .navbar.opened {
    height: auto;
  }
  .cid-uBRKMnq2Bd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBRKMnq2Bd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBRKMnq2Bd .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBRKMnq2Bd .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBRKMnq2Bd .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBRKMnq2Bd .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uBRKMnq2Bd .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uBRKMnq2Bd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBRKMnq2Bd .text_widget {
  margin-bottom: 32px;
}
.cid-uBRKMnq2Bd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBRKMnq2Bd .text_widget a:hover,
.cid-uBRKMnq2Bd .text_widget a:focus {
  opacity: .8;
}
.cid-uBRKMnq2Bd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBRKMnq2Bd .navbar-caption {
  color: #000000;
}
.cid-uBRKMnq2Bd .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uBRKMnq2Bd .mbr-section-subtitle,
.cid-uBRKMnq2Bd .text_widget,
.cid-uBRKMnq2Bd .mbr-section-btn {
  text-align: center;
}
.cid-uBRKMnq2Bd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNKBnf7Wyl {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNKBnf7Wyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNKBnf7Wyl .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-tNKBnf7Wyl .container {
    padding: 0 30px;
  }
}
.cid-tNKBnf7Wyl .row .card {
  justify-content: center;
}
.cid-tNKBnf7Wyl .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tNKBnf7Wyl .title-wrapper .mbr-section-subtitle {
  opacity: 1;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tNKBnf7Wyl .image-wrapper {
    margin-top: 30px;
  }
}
.cid-tNKBnf7Wyl .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-tNKBnf7Wyl .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .cid-tNKBnf7Wyl .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tNKBnf7Wyl .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-tNKBnf7Wyl .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-tNKBnf7Wyl .mbr-section-title {
  color: #ffffff;
}
.cid-tNKBnf7Wyl .mbr-section-subtitle {
  color: #e8e12a;
}
.cid-uBKt9s75CH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uBKt9s75CH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKt9s75CH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKt9s75CH .row {
  justify-content: space-between;
}
.cid-uBKt9s75CH .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBKt9s75CH .content-wrapper {
    padding: 0;
  }
}
.cid-uBKt9s75CH .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBKt9s75CH .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBKt9s75CH .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBKt9s75CH .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBKt9s75CH .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKt9s75CH .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBKt9s75CH .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBKt9s75CH .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBKt9s75CH .mbr-section-title {
  color: #000000;
}
.cid-uBKt9s75CH .mbr-desc {
  color: #000000;
}
.cid-uBKt9s75CH .mbr-text {
  color: #000000;
}
.cid-uBKt9s75CH .mbr-section-title,
.cid-uBKt9s75CH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tNKBolVpvN {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tNKBolVpvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNKBolVpvN .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-tNKBolVpvN .container {
    padding: 0 30px;
  }
}
.cid-tNKBolVpvN .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNKBolVpvN .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tNKBolVpvN .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tNKBolVpvN .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNKBolVpvN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tNKBolVpvN .content-wrapper .image-wrapper {
  position: relative;
}
.cid-tNKBolVpvN .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .7;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-tNKBolVpvN .content-wrapper .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tNKBolVpvN .content-wrapper .image-wrapper img {
  width: 650px;
  height: 650px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  opacity: 0.7;
  object-fit: cover;
  margin: 0 auto 0 0;
}
@media (max-width: 1400px) {
  .cid-tNKBolVpvN .content-wrapper .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-tNKBolVpvN .content-wrapper .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tNKBolVpvN .content-wrapper .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-tNKBolVpvN .content-wrapper .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-tNKBolVpvN .content-wrapper .mbr-text {
  width: 50%;
  margin: 0 auto;
  position: relative;
  margin: -12rem auto 0;
}
@media (max-width: 992px) {
  .cid-tNKBolVpvN .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-tNKBolVpvN .mbr-section-title {
  color: #e8e12a;
}
.cid-tNKBolVpvN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNKBolVpvN .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tNKBnZFIyz {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.cid-tNKBnZFIyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNKBnZFIyz .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-tNKBnZFIyz .container {
    padding: 0 30px;
  }
}
.cid-tNKBnZFIyz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
.cid-tNKBnZFIyz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNKBnZFIyz .content-wrapper .image-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-tNKBnZFIyz .content-wrapper .image-wrapper {
    margin-top: 45px;
  }
}
.cid-tNKBnZFIyz .content-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNKBnZFIyz .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-tNKBnZFIyz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNKBnZFIyz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tNKBpKbb9k {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tNKBpKbb9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNKBpKbb9k .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-tNKBpKbb9k .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNKBpKbb9k .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-tNKBpKbb9k .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNKBpKbb9k .image-wrapper img {
    height: 350px;
  }
}
.cid-tNKBpKbb9k .content-wrapper {
  padding-left: 90px;
  padding-left: 0;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-tNKBpKbb9k .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNKBpKbb9k .content-wrapper {
    padding: 0;
  }
}
.cid-tNKBpKbb9k .content-wrapper .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-tNKBpKbb9k .content-wrapper .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-tNKBpKbb9k .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-tNKBpKbb9k .content-wrapper .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-tNKBpKbb9k .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNKBpKbb9k .content-wrapper .panel-group {
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-tNKBpKbb9k .content-wrapper .panel-group {
    padding-left: 0;
  }
}
.cid-tNKBpKbb9k .content-wrapper .panel-group .card {
  border-bottom: 2px solid #393939;
  border-radius: 0 !important;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.cid-tNKBpKbb9k .content-wrapper .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-tNKBpKbb9k .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNKBpKbb9k .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  color: #393939;
  background-color: #e8e12a;
}
.cid-tNKBpKbb9k .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-tNKBpKbb9k .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  opacity: .8;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tNKBpKbb9k .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  color: #e8e12a;
  background-color: #393939;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tNKBpKbb9k .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-tNKBpKbb9k .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.6;
  margin-bottom: 0;
}
.cid-tNKBpKbb9k .mbr-section-title {
  color: #ffffff;
}
.cid-tNKBpKbb9k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNKBpKbb9k .panel-title {
  color: #ffffff;
}
.cid-tNKBpKbb9k .panel-text {
  color: #ffffff;
  text-align: left;
}
.cid-tNKBpKbb9k .panel-title-edit {
  color: #e8e12a;
}
.cid-uEQxEoylPm {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEQxEoylPm .container {
    padding: 0 24px;
  }
}
.cid-uEQxEoylPm .card {
  justify-content: center;
}
.cid-uEQxEoylPm .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEQxEoylPm .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uEQxEoylPm .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEQxEoylPm .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uEQxEoylPm .text-wrapper {
  border-top: 1px solid #f9f353;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEQxEoylPm .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uEQxEoylPm .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uEQxEoylPm .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uEQxEoylPm .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uEQxEoylPm .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEQxEoylPm .mbr-desc {
  color: #F9F6E0;
}
.cid-uEQxEoylPm .mbr-text {
  color: #ffffff;
}
.cid-uEQxEoylPm .mbr-section-btn {
  text-align: right;
}
.cid-uEQxEoylPm .mbr-section-title,
.cid-uEQxEoylPm .mbr-section-btn {
  color: #ffffff;
}
.cid-uEQisC7lR2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-uEQisC7lR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQisC7lR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEQisC7lR2 .container {
    padding: 0 24px;
  }
}
.cid-uEQisC7lR2 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uEQisC7lR2 .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uEQisC7lR2 .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEQisC7lR2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uEQisC7lR2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEQisC7lR2 .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-uEQisC7lR2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEQisC7lR2 .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uEQisC7lR2 .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uEQisC7lR2 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uEQisC7lR2 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uEQisC7lR2 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEQisC7lR2 .mbr-text {
  color: #F9F6E0;
}
.cid-uEQisC7lR2 .mbr-desc {
  color: #f9f353;
}
.cid-tNKBr23ouo {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f9f353;
}
.cid-tNKBr23ouo .item:focus,
.cid-tNKBr23ouo span:focus {
  outline: none;
}
.cid-tNKBr23ouo .item-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tNKBr23ouo .container {
    padding: 0 30px;
  }
}
.cid-tNKBr23ouo .icon-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tNKBr23ouo .icon-wrapper {
    text-align: left;
  }
}
.cid-tNKBr23ouo .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 50px;
  color: #000000;
}
.cid-tNKBr23ouo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tNKBr23ouo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tNKBr23ouo .embla__slide .slide-content {
  width: 100%;
}
.cid-tNKBr23ouo .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tNKBr23ouo .embla__slide .slide-content .item-content .mbr-desc {
  line-height: 180%;
  opacity: .6;
  margin: 45px 0 0 0;
}
.cid-tNKBr23ouo .embla__button--next,
.cid-tNKBr23ouo .embla__button--prev {
  display: flex;
}
.cid-tNKBr23ouo .embla__button {
  top: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f9f353 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-tNKBr23ouo .embla__button {
    display: none;
  }
}
.cid-tNKBr23ouo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tNKBr23ouo .embla__button:hover {
  opacity: 1 !important;
}
.cid-tNKBr23ouo .embla__button.embla__button--prev {
  left: 0;
}
.cid-tNKBr23ouo .embla__button.embla__button--next {
  left: 100px;
}
.cid-tNKBr23ouo .embla {
  position: relative;
  width: 100%;
}
.cid-tNKBr23ouo .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tNKBr23ouo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tNKBr23ouo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tNKBr23ouo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tNKBr23ouo .mbr-text {
  color: #000000;
}
.cid-tNKBr23ouo .mbr-desc {
  color: #ffffff;
}
.cid-uE84d0CSDq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f9f353;
}
.cid-uCC2LlVomU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uCC2LlVomU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCC2LlVomU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCC2LlVomU .items-wrapper {
  justify-content: flex-end;
}
.cid-uCC2LlVomU .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCC2LlVomU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uCC2LlVomU .image-wrapper img {
  height: 750px;
  width: 750px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uCC2LlVomU .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uCC2LlVomU .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uCC2LlVomU .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uCC2LlVomU .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uCC2LlVomU .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uCC2LlVomU .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uCC2LlVomU .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uCC2LlVomU .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uCC2LlVomU .content-wrapper {
    padding-left: 0;
  }
}
.cid-uCC2LlVomU .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uCC2LlVomU .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCC2LlVomU .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uCC2LlVomU .mbr-desc {
  color: #ffffff;
}
.cid-uCC2LlVomU .mbr-section-title {
  color: #272b2e;
}
.cid-uCC2LlVomU .mbr-text,
.cid-uCC2LlVomU .text-wrapper {
  color: #272b2e;
}
.cid-uCC2LlVomU .mbr-section-title,
.cid-uCC2LlVomU .mbr-section-btn {
  color: #ffffff;
}
.cid-uCC2LlVomU .mbr-text {
  color: #ffffff;
}
.cid-uC8hRDAmRn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #191b1d;
}
.cid-uC8hRDAmRn .wrapper {
  background-color: #191b1d;
}
.cid-uC8hRDAmRn li {
  list-style-type: none;
}
.cid-uC8hRDAmRn .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uC8hRDAmRn .list-1 li {
  margin-bottom: 1rem;
}
.cid-uC8hRDAmRn .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uC8hRDAmRn .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uC8hRDAmRn .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uC8hRDAmRn ul {
  margin: 0;
}
.cid-uC8hRDAmRn .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uC8hRDAmRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC8hRDAmRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC8hRDAmRn .mbr-section-title {
  color: #ffffff;
}
.cid-uC8hRDAmRn .list1 {
  color: #ffffff;
}
.cid-uC8hRDAmRn .list2 {
  color: #ffffff;
}
.cid-uC8hRDAmRn .mbr-text {
  color: #ffffff;
}
.cid-uEW28wy518 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-uC8jdEgapp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #191b1d;
  overflow: hidden;
}
.cid-uHdxINhsdN {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uHdxINhsdN .mbr-section-subtitle {
  color: #767676;
}
.cid-uHdxINhsdN H2 {
  color: #ebeae2;
}
.cid-uHdvdjRqIe {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHdvdjRqIe .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHdvdjRqIe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #191b1d !important;
  background: #191b1d;
}
.cid-uHdvdjRqIe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHdvdjRqIe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHdvdjRqIe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHdvdjRqIe .menu_box .navbar.opened,
  .cid-uHdvdjRqIe .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHdvdjRqIe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHdvdjRqIe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHdvdjRqIe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHdvdjRqIe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHdvdjRqIe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHdvdjRqIe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHdvdjRqIe .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e8e12a;
  }
  .cid-uHdvdjRqIe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHdvdjRqIe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHdvdjRqIe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHdvdjRqIe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHdvdjRqIe .offcanvas-body .mbr-text,
  .cid-uHdvdjRqIe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHdvdjRqIe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHdvdjRqIe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHdvdjRqIe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f353;
  }
  .cid-uHdvdjRqIe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHdvdjRqIe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHdvdjRqIe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHdvdjRqIe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHdvdjRqIe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHdvdjRqIe body {
    padding-top: 70px;
  }
  .cid-uHdvdjRqIe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHdvdjRqIe .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-uHdvdjRqIe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHdvdjRqIe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHdvdjRqIe .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHdvdjRqIe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uHdvdjRqIe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHdvdjRqIe .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uHdvdjRqIe .nav-item {
    margin: 0 !important;
  }
}
.cid-uHdvdjRqIe .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHdvdjRqIe .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHdvdjRqIe .nav-item .nav-link:hover::before,
.cid-uHdvdjRqIe .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHdvdjRqIe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHdvdjRqIe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHdvdjRqIe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHdvdjRqIe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHdvdjRqIe .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-uHdvdjRqIe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHdvdjRqIe .offcanvas_box {
    display: none;
  }
}
.cid-uHdvdjRqIe .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHdvdjRqIe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHdvdjRqIe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHdvdjRqIe .container {
  display: flex;
  margin: auto;
}
.cid-uHdvdjRqIe .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHdvdjRqIe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHdvdjRqIe .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHdvdjRqIe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHdvdjRqIe .navbar-nav {
    margin: 0;
  }
}
.cid-uHdvdjRqIe .dropdown-menu,
.cid-uHdvdjRqIe .navbar.opened {
  background-color: false !important;
}
.cid-uHdvdjRqIe .nav-item:focus,
.cid-uHdvdjRqIe .nav-link:focus {
  outline: none;
}
.cid-uHdvdjRqIe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHdvdjRqIe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHdvdjRqIe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHdvdjRqIe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHdvdjRqIe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHdvdjRqIe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHdvdjRqIe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHdvdjRqIe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHdvdjRqIe .navbar.opened {
  transition: all 0.3s;
}
.cid-uHdvdjRqIe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHdvdjRqIe .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHdvdjRqIe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHdvdjRqIe .navbar.collapsed {
  justify-content: center;
}
.cid-uHdvdjRqIe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHdvdjRqIe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHdvdjRqIe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHdvdjRqIe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHdvdjRqIe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHdvdjRqIe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHdvdjRqIe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHdvdjRqIe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHdvdjRqIe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHdvdjRqIe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHdvdjRqIe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHdvdjRqIe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHdvdjRqIe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHdvdjRqIe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHdvdjRqIe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHdvdjRqIe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHdvdjRqIe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHdvdjRqIe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHdvdjRqIe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHdvdjRqIe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHdvdjRqIe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHdvdjRqIe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHdvdjRqIe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHdvdjRqIe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHdvdjRqIe .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-uHdvdjRqIe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHdvdjRqIe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHdvdjRqIe .dropdown-item.active,
.cid-uHdvdjRqIe .dropdown-item:active {
  background-color: transparent;
}
.cid-uHdvdjRqIe .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHdvdjRqIe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHdvdjRqIe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHdvdjRqIe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHdvdjRqIe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHdvdjRqIe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHdvdjRqIe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #000000;
}
.cid-uHdvdjRqIe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f353;
}
.cid-uHdvdjRqIe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHdvdjRqIe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHdvdjRqIe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHdvdjRqIe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHdvdjRqIe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHdvdjRqIe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHdvdjRqIe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHdvdjRqIe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHdvdjRqIe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHdvdjRqIe .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-uHdvdjRqIe .navbar {
    height: 70px;
  }
  .cid-uHdvdjRqIe .navbar.opened {
    height: auto;
  }
  .cid-uHdvdjRqIe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHdvdjRqIe .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHdvdjRqIe .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uHdvdjRqIe .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHdvdjRqIe .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHdvdjRqIe .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uHdvdjRqIe .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uHdvdjRqIe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHdvdjRqIe .text_widget {
  margin-bottom: 32px;
}
.cid-uHdvdjRqIe .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHdvdjRqIe .text_widget a:hover,
.cid-uHdvdjRqIe .text_widget a:focus {
  opacity: .8;
}
.cid-uHdvdjRqIe .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHdvdjRqIe .navbar-caption {
  color: #000000;
}
.cid-uHdvdjRqIe .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHdvdjRqIe .mbr-section-subtitle,
.cid-uHdvdjRqIe .text_widget,
.cid-uHdvdjRqIe .mbr-section-btn {
  text-align: center;
}
.cid-uHdvdjRqIe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHdxuUNVLr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHdxuUNVLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdxuUNVLr .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-uHdxuUNVLr .container {
    padding: 0 30px;
  }
}
.cid-uHdxuUNVLr .row {
  justify-content: center;
}
.cid-uHdxuUNVLr .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uHdxuUNVLr .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uHdxuUNVLr .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #e8e12a;
}
.cid-uHdxuUNVLr .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uHdxuUNVLr .mbr-text {
  color: #ffffff;
}
.cid-uHdvds3pRF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #191b1d;
}
.cid-uHdvds3pRF .wrapper {
  background-color: #191b1d;
}
.cid-uHdvds3pRF li {
  list-style-type: none;
}
.cid-uHdvds3pRF .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uHdvds3pRF .list-1 li {
  margin-bottom: 1rem;
}
.cid-uHdvds3pRF .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uHdvds3pRF .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uHdvds3pRF .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uHdvds3pRF ul {
  margin: 0;
}
.cid-uHdvds3pRF .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uHdvds3pRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdvds3pRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdvds3pRF .mbr-section-title {
  color: #ffffff;
}
.cid-uHdvds3pRF .list1 {
  color: #ffffff;
}
.cid-uHdvds3pRF .list2 {
  color: #ffffff;
}
.cid-uHdvds3pRF .mbr-text {
  color: #ffffff;
}
.cid-uHdvdsNa2s {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-uHdvdtoe6H {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #191b1d;
  overflow: hidden;
}
.cid-uHdCYml4gH {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uHdCYml4gH .mbr-section-subtitle {
  color: #767676;
}
.cid-uHdCYml4gH H2 {
  color: #ebeae2;
}
.cid-uHdCYmNzH1 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHdCYmNzH1 .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHdCYmNzH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #191b1d !important;
  background: #191b1d;
}
.cid-uHdCYmNzH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHdCYmNzH1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHdCYmNzH1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHdCYmNzH1 .menu_box .navbar.opened,
  .cid-uHdCYmNzH1 .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHdCYmNzH1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHdCYmNzH1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHdCYmNzH1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHdCYmNzH1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHdCYmNzH1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHdCYmNzH1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHdCYmNzH1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e8e12a;
  }
  .cid-uHdCYmNzH1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHdCYmNzH1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHdCYmNzH1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHdCYmNzH1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHdCYmNzH1 .offcanvas-body .mbr-text,
  .cid-uHdCYmNzH1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHdCYmNzH1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHdCYmNzH1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHdCYmNzH1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f353;
  }
  .cid-uHdCYmNzH1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHdCYmNzH1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHdCYmNzH1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHdCYmNzH1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHdCYmNzH1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHdCYmNzH1 body {
    padding-top: 70px;
  }
  .cid-uHdCYmNzH1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHdCYmNzH1 .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-uHdCYmNzH1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHdCYmNzH1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHdCYmNzH1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHdCYmNzH1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uHdCYmNzH1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHdCYmNzH1 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uHdCYmNzH1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHdCYmNzH1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHdCYmNzH1 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHdCYmNzH1 .nav-item .nav-link:hover::before,
.cid-uHdCYmNzH1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHdCYmNzH1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHdCYmNzH1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHdCYmNzH1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHdCYmNzH1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHdCYmNzH1 .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-uHdCYmNzH1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHdCYmNzH1 .offcanvas_box {
    display: none;
  }
}
.cid-uHdCYmNzH1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHdCYmNzH1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHdCYmNzH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHdCYmNzH1 .container {
  display: flex;
  margin: auto;
}
.cid-uHdCYmNzH1 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHdCYmNzH1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHdCYmNzH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHdCYmNzH1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHdCYmNzH1 .navbar-nav {
    margin: 0;
  }
}
.cid-uHdCYmNzH1 .dropdown-menu,
.cid-uHdCYmNzH1 .navbar.opened {
  background-color: false !important;
}
.cid-uHdCYmNzH1 .nav-item:focus,
.cid-uHdCYmNzH1 .nav-link:focus {
  outline: none;
}
.cid-uHdCYmNzH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHdCYmNzH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHdCYmNzH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHdCYmNzH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHdCYmNzH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHdCYmNzH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHdCYmNzH1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHdCYmNzH1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHdCYmNzH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHdCYmNzH1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHdCYmNzH1 .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHdCYmNzH1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHdCYmNzH1 .navbar.collapsed {
  justify-content: center;
}
.cid-uHdCYmNzH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHdCYmNzH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHdCYmNzH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHdCYmNzH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHdCYmNzH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHdCYmNzH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHdCYmNzH1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHdCYmNzH1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHdCYmNzH1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHdCYmNzH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHdCYmNzH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHdCYmNzH1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHdCYmNzH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHdCYmNzH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHdCYmNzH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHdCYmNzH1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHdCYmNzH1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHdCYmNzH1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHdCYmNzH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHdCYmNzH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHdCYmNzH1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHdCYmNzH1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHdCYmNzH1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHdCYmNzH1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHdCYmNzH1 .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-uHdCYmNzH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHdCYmNzH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHdCYmNzH1 .dropdown-item.active,
.cid-uHdCYmNzH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHdCYmNzH1 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHdCYmNzH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHdCYmNzH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHdCYmNzH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHdCYmNzH1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHdCYmNzH1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHdCYmNzH1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #000000;
}
.cid-uHdCYmNzH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f353;
}
.cid-uHdCYmNzH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHdCYmNzH1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHdCYmNzH1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHdCYmNzH1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHdCYmNzH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHdCYmNzH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHdCYmNzH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHdCYmNzH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHdCYmNzH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHdCYmNzH1 .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-uHdCYmNzH1 .navbar {
    height: 70px;
  }
  .cid-uHdCYmNzH1 .navbar.opened {
    height: auto;
  }
  .cid-uHdCYmNzH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHdCYmNzH1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHdCYmNzH1 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uHdCYmNzH1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHdCYmNzH1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHdCYmNzH1 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uHdCYmNzH1 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uHdCYmNzH1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHdCYmNzH1 .text_widget {
  margin-bottom: 32px;
}
.cid-uHdCYmNzH1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHdCYmNzH1 .text_widget a:hover,
.cid-uHdCYmNzH1 .text_widget a:focus {
  opacity: .8;
}
.cid-uHdCYmNzH1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHdCYmNzH1 .navbar-caption {
  color: #000000;
}
.cid-uHdCYmNzH1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHdCYmNzH1 .mbr-section-subtitle,
.cid-uHdCYmNzH1 .text_widget,
.cid-uHdCYmNzH1 .mbr-section-btn {
  text-align: center;
}
.cid-uHdCYmNzH1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHdCYnvrM4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHdCYnvrM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdCYnvrM4 .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-uHdCYnvrM4 .container {
    padding: 0 30px;
  }
}
.cid-uHdCYnvrM4 .row {
  justify-content: center;
}
.cid-uHdCYnvrM4 .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uHdCYnvrM4 .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uHdCYnvrM4 .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #e8e12a;
}
.cid-uHdCYnvrM4 .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uHdCYnvrM4 .mbr-text {
  color: #ffffff;
}
.cid-uHdCYo25Im {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #191b1d;
}
.cid-uHdCYo25Im .wrapper {
  background-color: #191b1d;
}
.cid-uHdCYo25Im li {
  list-style-type: none;
}
.cid-uHdCYo25Im .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uHdCYo25Im .list-1 li {
  margin-bottom: 1rem;
}
.cid-uHdCYo25Im .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uHdCYo25Im .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uHdCYo25Im .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uHdCYo25Im ul {
  margin: 0;
}
.cid-uHdCYo25Im .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uHdCYo25Im .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdCYo25Im .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdCYo25Im .mbr-section-title {
  color: #ffffff;
}
.cid-uHdCYo25Im .list1 {
  color: #ffffff;
}
.cid-uHdCYo25Im .list2 {
  color: #ffffff;
}
.cid-uHdCYo25Im .mbr-text {
  color: #ffffff;
}
.cid-uHdCYoDMd5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-uHdCYp5WqN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #191b1d;
  overflow: hidden;
}
.cid-uHdGU8jroA {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uHdGU8jroA .mbr-section-subtitle {
  color: #767676;
}
.cid-uHdGU8jroA H2 {
  color: #ebeae2;
}
.cid-uHdGU8J7sO {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHdGU8J7sO .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHdGU8J7sO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #191b1d !important;
  background: #191b1d;
}
.cid-uHdGU8J7sO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHdGU8J7sO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHdGU8J7sO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHdGU8J7sO .menu_box .navbar.opened,
  .cid-uHdGU8J7sO .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHdGU8J7sO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHdGU8J7sO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHdGU8J7sO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHdGU8J7sO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHdGU8J7sO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHdGU8J7sO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHdGU8J7sO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e8e12a;
  }
  .cid-uHdGU8J7sO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHdGU8J7sO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHdGU8J7sO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHdGU8J7sO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHdGU8J7sO .offcanvas-body .mbr-text,
  .cid-uHdGU8J7sO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHdGU8J7sO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHdGU8J7sO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHdGU8J7sO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f353;
  }
  .cid-uHdGU8J7sO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHdGU8J7sO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHdGU8J7sO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHdGU8J7sO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHdGU8J7sO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHdGU8J7sO body {
    padding-top: 70px;
  }
  .cid-uHdGU8J7sO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHdGU8J7sO .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-uHdGU8J7sO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHdGU8J7sO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHdGU8J7sO .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHdGU8J7sO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uHdGU8J7sO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHdGU8J7sO .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uHdGU8J7sO .nav-item {
    margin: 0 !important;
  }
}
.cid-uHdGU8J7sO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHdGU8J7sO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHdGU8J7sO .nav-item .nav-link:hover::before,
.cid-uHdGU8J7sO .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHdGU8J7sO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHdGU8J7sO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHdGU8J7sO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHdGU8J7sO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHdGU8J7sO .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-uHdGU8J7sO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHdGU8J7sO .offcanvas_box {
    display: none;
  }
}
.cid-uHdGU8J7sO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHdGU8J7sO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHdGU8J7sO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHdGU8J7sO .container {
  display: flex;
  margin: auto;
}
.cid-uHdGU8J7sO .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHdGU8J7sO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHdGU8J7sO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHdGU8J7sO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHdGU8J7sO .navbar-nav {
    margin: 0;
  }
}
.cid-uHdGU8J7sO .dropdown-menu,
.cid-uHdGU8J7sO .navbar.opened {
  background-color: false !important;
}
.cid-uHdGU8J7sO .nav-item:focus,
.cid-uHdGU8J7sO .nav-link:focus {
  outline: none;
}
.cid-uHdGU8J7sO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHdGU8J7sO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHdGU8J7sO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHdGU8J7sO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHdGU8J7sO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHdGU8J7sO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHdGU8J7sO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHdGU8J7sO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHdGU8J7sO .navbar.opened {
  transition: all 0.3s;
}
.cid-uHdGU8J7sO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHdGU8J7sO .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHdGU8J7sO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHdGU8J7sO .navbar.collapsed {
  justify-content: center;
}
.cid-uHdGU8J7sO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHdGU8J7sO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHdGU8J7sO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHdGU8J7sO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHdGU8J7sO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHdGU8J7sO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHdGU8J7sO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHdGU8J7sO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHdGU8J7sO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHdGU8J7sO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHdGU8J7sO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHdGU8J7sO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHdGU8J7sO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHdGU8J7sO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHdGU8J7sO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHdGU8J7sO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHdGU8J7sO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHdGU8J7sO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHdGU8J7sO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHdGU8J7sO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHdGU8J7sO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHdGU8J7sO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHdGU8J7sO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHdGU8J7sO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHdGU8J7sO .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-uHdGU8J7sO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHdGU8J7sO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHdGU8J7sO .dropdown-item.active,
.cid-uHdGU8J7sO .dropdown-item:active {
  background-color: transparent;
}
.cid-uHdGU8J7sO .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHdGU8J7sO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHdGU8J7sO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHdGU8J7sO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHdGU8J7sO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHdGU8J7sO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHdGU8J7sO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #000000;
}
.cid-uHdGU8J7sO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f353;
}
.cid-uHdGU8J7sO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHdGU8J7sO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHdGU8J7sO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHdGU8J7sO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHdGU8J7sO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHdGU8J7sO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHdGU8J7sO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHdGU8J7sO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHdGU8J7sO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHdGU8J7sO .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-uHdGU8J7sO .navbar {
    height: 70px;
  }
  .cid-uHdGU8J7sO .navbar.opened {
    height: auto;
  }
  .cid-uHdGU8J7sO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHdGU8J7sO .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHdGU8J7sO .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uHdGU8J7sO .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHdGU8J7sO .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHdGU8J7sO .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uHdGU8J7sO .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uHdGU8J7sO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHdGU8J7sO .text_widget {
  margin-bottom: 32px;
}
.cid-uHdGU8J7sO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHdGU8J7sO .text_widget a:hover,
.cid-uHdGU8J7sO .text_widget a:focus {
  opacity: .8;
}
.cid-uHdGU8J7sO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHdGU8J7sO .navbar-caption {
  color: #000000;
}
.cid-uHdGU8J7sO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHdGU8J7sO .mbr-section-subtitle,
.cid-uHdGU8J7sO .text_widget,
.cid-uHdGU8J7sO .mbr-section-btn {
  text-align: center;
}
.cid-uHdGU8J7sO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHdGU9omhZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHdGU9omhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdGU9omhZ .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-uHdGU9omhZ .container {
    padding: 0 30px;
  }
}
.cid-uHdGU9omhZ .row {
  justify-content: center;
}
.cid-uHdGU9omhZ .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uHdGU9omhZ .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uHdGU9omhZ .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #e8e12a;
}
.cid-uHdGU9omhZ .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uHdGU9omhZ .mbr-text {
  color: #ffffff;
}
.cid-uHdGU9Xpre {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #191b1d;
}
.cid-uHdGU9Xpre .wrapper {
  background-color: #191b1d;
}
.cid-uHdGU9Xpre li {
  list-style-type: none;
}
.cid-uHdGU9Xpre .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uHdGU9Xpre .list-1 li {
  margin-bottom: 1rem;
}
.cid-uHdGU9Xpre .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uHdGU9Xpre .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uHdGU9Xpre .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uHdGU9Xpre ul {
  margin: 0;
}
.cid-uHdGU9Xpre .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uHdGU9Xpre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdGU9Xpre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdGU9Xpre .mbr-section-title {
  color: #ffffff;
}
.cid-uHdGU9Xpre .list1 {
  color: #ffffff;
}
.cid-uHdGU9Xpre .list2 {
  color: #ffffff;
}
.cid-uHdGU9Xpre .mbr-text {
  color: #ffffff;
}
.cid-uHdGUaxJA1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-uHdGUb01jm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #191b1d;
  overflow: hidden;
}
.cid-uHdSsWRS3E {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uHdSsWRS3E .mbr-section-subtitle {
  color: #767676;
}
.cid-uHdSsWRS3E H2 {
  color: #ebeae2;
}
.cid-uHdSsXe6ti {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHdSsXe6ti .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHdSsXe6ti .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #191b1d !important;
  background: #191b1d;
}
.cid-uHdSsXe6ti .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHdSsXe6ti .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHdSsXe6ti .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHdSsXe6ti .menu_box .navbar.opened,
  .cid-uHdSsXe6ti .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHdSsXe6ti nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHdSsXe6ti .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHdSsXe6ti .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHdSsXe6ti .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHdSsXe6ti .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHdSsXe6ti .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHdSsXe6ti .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e8e12a;
  }
  .cid-uHdSsXe6ti .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHdSsXe6ti .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHdSsXe6ti .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHdSsXe6ti .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHdSsXe6ti .offcanvas-body .mbr-text,
  .cid-uHdSsXe6ti .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHdSsXe6ti .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHdSsXe6ti .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHdSsXe6ti .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f353;
  }
  .cid-uHdSsXe6ti .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHdSsXe6ti .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHdSsXe6ti .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHdSsXe6ti .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHdSsXe6ti ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHdSsXe6ti body {
    padding-top: 70px;
  }
  .cid-uHdSsXe6ti .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHdSsXe6ti .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-uHdSsXe6ti .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHdSsXe6ti li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHdSsXe6ti .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHdSsXe6ti .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uHdSsXe6ti .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHdSsXe6ti .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uHdSsXe6ti .nav-item {
    margin: 0 !important;
  }
}
.cid-uHdSsXe6ti .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHdSsXe6ti .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHdSsXe6ti .nav-item .nav-link:hover::before,
.cid-uHdSsXe6ti .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHdSsXe6ti .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHdSsXe6ti .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHdSsXe6ti .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHdSsXe6ti .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHdSsXe6ti .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-uHdSsXe6ti .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHdSsXe6ti .offcanvas_box {
    display: none;
  }
}
.cid-uHdSsXe6ti .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHdSsXe6ti .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHdSsXe6ti .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHdSsXe6ti .container {
  display: flex;
  margin: auto;
}
.cid-uHdSsXe6ti .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHdSsXe6ti .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHdSsXe6ti .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHdSsXe6ti .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHdSsXe6ti .navbar-nav {
    margin: 0;
  }
}
.cid-uHdSsXe6ti .dropdown-menu,
.cid-uHdSsXe6ti .navbar.opened {
  background-color: false !important;
}
.cid-uHdSsXe6ti .nav-item:focus,
.cid-uHdSsXe6ti .nav-link:focus {
  outline: none;
}
.cid-uHdSsXe6ti .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHdSsXe6ti .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHdSsXe6ti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHdSsXe6ti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHdSsXe6ti .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHdSsXe6ti .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHdSsXe6ti .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHdSsXe6ti .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHdSsXe6ti .navbar.opened {
  transition: all 0.3s;
}
.cid-uHdSsXe6ti .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHdSsXe6ti .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHdSsXe6ti .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHdSsXe6ti .navbar.collapsed {
  justify-content: center;
}
.cid-uHdSsXe6ti .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHdSsXe6ti .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHdSsXe6ti .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHdSsXe6ti .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHdSsXe6ti .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHdSsXe6ti .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHdSsXe6ti .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHdSsXe6ti .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHdSsXe6ti .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHdSsXe6ti .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHdSsXe6ti .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHdSsXe6ti .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHdSsXe6ti .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHdSsXe6ti .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHdSsXe6ti .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHdSsXe6ti .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHdSsXe6ti .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHdSsXe6ti .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHdSsXe6ti .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHdSsXe6ti .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHdSsXe6ti .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHdSsXe6ti .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHdSsXe6ti .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHdSsXe6ti .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHdSsXe6ti .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-uHdSsXe6ti .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHdSsXe6ti .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHdSsXe6ti .dropdown-item.active,
.cid-uHdSsXe6ti .dropdown-item:active {
  background-color: transparent;
}
.cid-uHdSsXe6ti .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHdSsXe6ti .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHdSsXe6ti .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHdSsXe6ti .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHdSsXe6ti ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHdSsXe6ti .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHdSsXe6ti button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #000000;
}
.cid-uHdSsXe6ti button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f353;
}
.cid-uHdSsXe6ti button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHdSsXe6ti button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHdSsXe6ti button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHdSsXe6ti button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHdSsXe6ti nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHdSsXe6ti nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHdSsXe6ti nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHdSsXe6ti nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHdSsXe6ti a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHdSsXe6ti .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-uHdSsXe6ti .navbar {
    height: 70px;
  }
  .cid-uHdSsXe6ti .navbar.opened {
    height: auto;
  }
  .cid-uHdSsXe6ti .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHdSsXe6ti .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHdSsXe6ti .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uHdSsXe6ti .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHdSsXe6ti .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHdSsXe6ti .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uHdSsXe6ti .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uHdSsXe6ti .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHdSsXe6ti .text_widget {
  margin-bottom: 32px;
}
.cid-uHdSsXe6ti .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHdSsXe6ti .text_widget a:hover,
.cid-uHdSsXe6ti .text_widget a:focus {
  opacity: .8;
}
.cid-uHdSsXe6ti .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHdSsXe6ti .navbar-caption {
  color: #000000;
}
.cid-uHdSsXe6ti .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHdSsXe6ti .mbr-section-subtitle,
.cid-uHdSsXe6ti .text_widget,
.cid-uHdSsXe6ti .mbr-section-btn {
  text-align: center;
}
.cid-uHdSsXe6ti a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHdSsXTWwo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHdSsXTWwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdSsXTWwo .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-uHdSsXTWwo .container {
    padding: 0 30px;
  }
}
.cid-uHdSsXTWwo .row {
  justify-content: center;
}
.cid-uHdSsXTWwo .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uHdSsXTWwo .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uHdSsXTWwo .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #e8e12a;
}
.cid-uHdSsXTWwo .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uHdSsXTWwo .mbr-text {
  color: #ffffff;
}
.cid-uHdSsYkLFK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #191b1d;
}
.cid-uHdSsYkLFK .wrapper {
  background-color: #191b1d;
}
.cid-uHdSsYkLFK li {
  list-style-type: none;
}
.cid-uHdSsYkLFK .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uHdSsYkLFK .list-1 li {
  margin-bottom: 1rem;
}
.cid-uHdSsYkLFK .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uHdSsYkLFK .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uHdSsYkLFK .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uHdSsYkLFK ul {
  margin: 0;
}
.cid-uHdSsYkLFK .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uHdSsYkLFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdSsYkLFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdSsYkLFK .mbr-section-title {
  color: #ffffff;
}
.cid-uHdSsYkLFK .list1 {
  color: #ffffff;
}
.cid-uHdSsYkLFK .list2 {
  color: #ffffff;
}
.cid-uHdSsYkLFK .mbr-text {
  color: #ffffff;
}
.cid-uHdSsYQS1a {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-uHdSsZfoZj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #191b1d;
  overflow: hidden;
}
