.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: Bacasime Antique;
}
.display-1 {
  font-family: 'Bacasime Antique', serif;
  font-size: 4.4rem;
  line-height: 88px;
  letter-spacing: -0.005em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Bacasime Antique', serif;
  font-size: 3rem;
  line-height: 58px;
  letter-spacing: .005em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bacasime Antique', serif;
  font-size: 1.125rem;
  line-height: 110%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Bacasime Antique', serif;
  font-size: 1.6rem;
  line-height: 46px;
  letter-spacing: .005em;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Bacasime Antique', serif;
  font-size: 1.2rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f2ac2b !important;
}
.bg-success {
  background-color: #171827 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8d5ef1 !important;
}
.bg-danger {
  background-color: #4d1760 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #171827 !important;
  border-color: #171827 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e2189 !important;
  border-color: #6e2189 !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: #f2ac2b;
  color: #f2ac2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bb7d0b !important;
  background-color: transparent !important;
  border-color: #bb7d0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec8c39;
  color: #ec8c39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc6112 !important;
  background-color: transparent !important;
  border-color: #bc6112 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #171827;
  color: #171827;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #171827 !important;
  border-color: #171827 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8d5ef1;
  color: #8d5ef1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5714e4 !important;
  background-color: transparent !important;
  border-color: #5714e4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4d1760;
  color: #4d1760;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15061a !important;
  background-color: transparent !important;
  border-color: #15061a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d1760 !important;
  border-color: #4d1760 !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: #f2ac2b !important;
}
.text-secondary {
  color: #ec8c39 !important;
}
.text-success {
  color: #171827 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8d5ef1 !important;
}
.text-danger {
  color: #4d1760 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ac730b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae5a11 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5113d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b030e !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: #f2ac2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8d5ef1;
}
.alert-danger {
  background-color: #4d1760;
}
.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: #f2ac2b;
  border-color: #f2ac2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f2ac2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7eb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6c7dd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a030c7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bacasime Antique', serif;
  font-size: 1.2rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #f2ac2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bacasime Antique', serif;
  font-size: 1.2rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f2ac2b;
}
/* 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: #f2ac2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2ac2b;
}
.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: #f2ac2b;
  border-bottom-color: #f2ac2b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f2ac2b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ec8c39 !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='%23f2ac2b' %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;
  border-width: 1px;
  border-radius: 6px !important;
  padding: 14px 26px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  background-image: linear-gradient(94.47deg, #f2ac2b 0, #ec8c39 75%);
  color: #171827 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #f2ac2b !important;
  background-image: initial;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  background-image: linear-gradient(94.47deg, #ec8c39 0, #f2ac2b 75%);
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #ec8c39 !important;
  background-image: initial;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  background-image: linear-gradient(94.47deg, #171827 0, #ec8c39 75%);
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #171827 !important;
  background-image: initial;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  background-image: linear-gradient(94.47deg, #ffffff 0, #ec8c39 75%);
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  background-image: linear-gradient(94.47deg, #8d5ef1 0, #ec8c39 75%);
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #8d5ef1 !important;
  background-image: initial;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  background-image: linear-gradient(94.47deg, #4d1760 0, #ec8c39 75%);
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #4d1760 !important;
  background-image: initial;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: #000000 !important;
  background-image: initial;
}
img {
  border-radius: 12px !important;
}
.cid-tROHsKd3mI {
  background-color: transparent;
}
.cid-tROHsKd3mI .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-tROHsKd3mI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-tROHsKd3mI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tROHsKd3mI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tROHsKd3mI .menu_box .navbar.opened,
  .cid-tROHsKd3mI .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tROHsKd3mI .navbar-dropdown {
  position: relative !important;
}
.cid-tROHsKd3mI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tROHsKd3mI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tROHsKd3mI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tROHsKd3mI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tROHsKd3mI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tROHsKd3mI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tROHsKd3mI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tROHsKd3mI .offcanvas-body .mbr-text,
  .cid-tROHsKd3mI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tROHsKd3mI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tROHsKd3mI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tROHsKd3mI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tROHsKd3mI .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-tROHsKd3mI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tROHsKd3mI 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-tROHsKd3mI .lg_brand {
    margin: 0 1rem;
  }
  .cid-tROHsKd3mI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tROHsKd3mI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tROHsKd3mI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .nav-item {
    margin: 0 !important;
  }
}
.cid-tROHsKd3mI .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tROHsKd3mI .nav-item .nav-link:hover,
.cid-tROHsKd3mI .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-tROHsKd3mI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tROHsKd3mI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tROHsKd3mI .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-tROHsKd3mI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tROHsKd3mI .offcanvas_box {
    display: none;
  }
}
.cid-tROHsKd3mI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tROHsKd3mI .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tROHsKd3mI .container {
  display: flex;
  margin: auto;
}
.cid-tROHsKd3mI .iconfont-wrapper {
  color: #f2ac2b;
  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-tROHsKd3mI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tROHsKd3mI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tROHsKd3mI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .navbar-nav {
    margin: 0;
  }
}
.cid-tROHsKd3mI .dropdown-menu,
.cid-tROHsKd3mI .navbar.opened {
  background-color: false !important;
}
.cid-tROHsKd3mI .nav-item:focus,
.cid-tROHsKd3mI .nav-link:focus {
  outline: none;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tROHsKd3mI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tROHsKd3mI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tROHsKd3mI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tROHsKd3mI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tROHsKd3mI .navbar.opened {
  transition: all 0.3s;
}
.cid-tROHsKd3mI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tROHsKd3mI .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tROHsKd3mI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tROHsKd3mI .navbar.collapsed {
  justify-content: center;
}
.cid-tROHsKd3mI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tROHsKd3mI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tROHsKd3mI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tROHsKd3mI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tROHsKd3mI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tROHsKd3mI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tROHsKd3mI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tROHsKd3mI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tROHsKd3mI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tROHsKd3mI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tROHsKd3mI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tROHsKd3mI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tROHsKd3mI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tROHsKd3mI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tROHsKd3mI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tROHsKd3mI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tROHsKd3mI .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-tROHsKd3mI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tROHsKd3mI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tROHsKd3mI .dropdown-item.active,
.cid-tROHsKd3mI .dropdown-item:active {
  background-color: transparent;
}
.cid-tROHsKd3mI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tROHsKd3mI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tROHsKd3mI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tROHsKd3mI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tROHsKd3mI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tROHsKd3mI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tROHsKd3mI .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-tROHsKd3mI .navbar {
    height: 70px;
  }
  .cid-tROHsKd3mI .navbar.opened {
    height: auto;
  }
  .cid-tROHsKd3mI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tROHsKd3mI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tROHsKd3mI .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tROHsKd3mI .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tROHsKd3mI .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tROHsKd3mI .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tROHsKd3mI .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tROHsKd3mI .text_widget {
  margin-bottom: 32px;
}
.cid-tROHsKd3mI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tROHsKd3mI .text_widget a:hover,
.cid-tROHsKd3mI .text_widget a:focus {
  opacity: .6;
}
.cid-tROHsKd3mI .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tROHsKd3mI .navbar-caption {
  color: #f2ac2b;
}
.cid-tROHsKd3mI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tROHsKd3mI .mbr-section-subtitle,
.cid-tROHsKd3mI .text_widget,
.cid-tROHsKd3mI .mbr-section-btn {
  text-align: center;
}
.cid-tROHsKd3mI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tROHvnO7p6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHvnO7p6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHvnO7p6 .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-tROHvnO7p6 .container {
    padding: 0 15px;
  }
}
.cid-tROHvnO7p6 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tROHvnO7p6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tROHvnO7p6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tROHvnO7p6 .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-tROHvnO7p6 .mbr-section-title {
  color: #ffffff;
}
.cid-tROHvnO7p6 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-tROHvnO7p6 .mbr-text {
  color: #ffffff;
}
.cid-tROI4QT8h2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROI4QT8h2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROI4QT8h2 .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-tROI4QT8h2 .container {
    padding: 0 15px;
  }
}
.cid-tROI4QT8h2 .row {
  justify-content: center;
}
.cid-tROI4QT8h2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tROI4QT8h2 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-tROI4QT8h2 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tROI4QT8h2 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-tROI4QT8h2 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-tROI4QT8h2 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tROI4QT8h2 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-tROI4QT8h2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROI4QT8h2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tROI4QT8h2 .list {
  color: #ffffff;
}
.cid-uBxaMNppeW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxaMNppeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxaMNppeW .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-uBxaMNppeW .container {
    padding: 0 15px;
  }
}
.cid-uBxaMNppeW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxaMNppeW .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxaMNppeW .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxaMNppeW .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxaMNppeW .mbr-section-title {
  color: #ffffff;
}
.cid-uBxaMNppeW .mbr-text {
  color: #ffffff;
}
.cid-uBxaMNppeW .mbr-name {
  color: #f2ac2b;
}
.cid-tROHPboWa8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpeg");
}
.cid-tROHPboWa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHPboWa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHPboWa8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHPboWa8 .container {
    padding: 0 15px;
  }
}
.cid-tROHPboWa8 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-tROHPboWa8 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-tROHPboWa8 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tROHPboWa8 .image-wrapper img {
    height: 400px;
  }
}
.cid-tROHPboWa8 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tROHPboWa8 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tROHPboWa8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tROHPboWa8 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tROHPboWa8 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tROHPboWa8 .mbr-section-title {
  color: #ffffff;
}
.cid-tROHPboWa8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tROHPboWa8 .mbr-text {
  color: #ffffff;
}
.cid-tROHCn2Twe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHCn2Twe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHCn2Twe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHCn2Twe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .container {
    padding: 0 15px;
  }
}
.cid-tROHCn2Twe .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tROHCn2Twe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tROHCn2Twe .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .items-wrapper {
    display: block;
  }
}
.cid-tROHCn2Twe .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-tROHCn2Twe .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .text-wrapper {
    margin-top: 40px;
  }
}
.cid-tROHCn2Twe .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROHCn2Twe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROHCn2Twe .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tROHCn2Twe .item-text {
  color: #d2d2df;
}
.cid-tROHCn2Twe .item-text,
.cid-tROHCn2Twe .icon-wrapper {
  text-align: center;
}
.cid-uBxaLJiLZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxaLJiLZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxaLJiLZ2 .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-uBxaLJiLZ2 .container {
    padding: 0 15px;
  }
}
.cid-uBxaLJiLZ2 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxaLJiLZ2 .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxaLJiLZ2 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxaLJiLZ2 .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxaLJiLZ2 .mbr-section-title {
  color: #ffffff;
}
.cid-uBxaLJiLZ2 .mbr-text {
  color: #ffffff;
}
.cid-uBxaLJiLZ2 .mbr-name {
  color: #f2ac2b;
}
.cid-tROHZLdfqQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHZLdfqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHZLdfqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHZLdfqQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHZLdfqQ .container {
    padding: 0 15px;
  }
}
.cid-tROHZLdfqQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROHZLdfqQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tROHZLdfqQ .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-tROHZLdfqQ .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tROHZLdfqQ .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-tROHZLdfqQ .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-tROHZLdfqQ .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-tROHZLdfqQ .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-tROHZLdfqQ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-tROHZLdfqQ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-tROHZLdfqQ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-tROHZLdfqQ .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-tROHZLdfqQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-tROHZLdfqQ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-tROHZLdfqQ .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-tROHZLdfqQ .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-tROHZLdfqQ .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHZLdfqQ .image-wrapper {
    margin: 0;
  }
}
.cid-tROHZLdfqQ .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
  z-index: 1;
}
.cid-tROHZLdfqQ .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-tROHZLdfqQ .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tROHZLdfqQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROHZLdfqQ .panel-title {
  color: #d2d2df;
}
.cid-tROHZLdfqQ .panel-text {
  color: #d2d2df;
}
.cid-tROHZLdfqQ .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBxaNuuEV1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxaNuuEV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxaNuuEV1 .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-uBxaNuuEV1 .container {
    padding: 0 15px;
  }
}
.cid-uBxaNuuEV1 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxaNuuEV1 .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxaNuuEV1 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxaNuuEV1 .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxaNuuEV1 .mbr-section-title {
  color: #ffffff;
}
.cid-uBxaNuuEV1 .mbr-text {
  color: #ffffff;
}
.cid-uBxaNuuEV1 .mbr-name {
  color: #f2ac2b;
}
.cid-uBwUac5g5w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b1324;
}
.cid-uBwUac5g5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBwUac5g5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBwUac5g5w .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBwUac5g5w .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBwUac5g5w .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uBwUac5g5w .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBwUac5g5w .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBwUac5g5w .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBwUac5g5w .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBwUac5g5w .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBwUac5g5w .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBwUac5g5w .item {
    margin-bottom: 28px;
  }
}
.cid-uBwUac5g5w .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uBwUac5g5w .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uBwUac5g5w .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uBwUac5g5w .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uBwUac5g5w .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uBwUac5g5w .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uBwUac5g5w .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uBwUac5g5w .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBwUac5g5w .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uBwUac5g5w .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uBwUac5g5w .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uBwUac5g5w .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uBwUac5g5w .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uBwUac5g5w .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uBwUac5g5w .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBwUac5g5w .mbr-text,
.cid-uBwUac5g5w .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBwUac5g5w .mbr-desc,
.cid-uBwUac5g5w .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBwUac5g5w .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBwUac5g5w .item-text {
  color: #ffffff;
}
.cid-uBxbe4m0uR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxbe4m0uR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxbe4m0uR .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-uBxbe4m0uR .container {
    padding: 0 15px;
  }
}
.cid-uBxbe4m0uR .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxbe4m0uR .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxbe4m0uR .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxbe4m0uR .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxbe4m0uR .mbr-section-title {
  color: #ffffff;
}
.cid-uBxbe4m0uR .mbr-text {
  color: #ffffff;
}
.cid-uBxbe4m0uR .mbr-name {
  color: #f2ac2b;
}
.cid-uBx1tuvNUE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0b1324;
}
.cid-uBx1tuvNUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBx1tuvNUE .col-12 {
  padding: 0;
}
.cid-uBx1tuvNUE .row {
  margin: 0;
}
.cid-uBx1tuvNUE .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uBx1tuvNUE .card-margin {
    margin-top: -1px;
  }
}
.cid-uBx1tuvNUE .card-wrapper {
  min-height: 500px;
  border: 1px solid #f2ac2b;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uBx1tuvNUE .card-wrapper {
    padding: 1rem;
  }
}
.cid-uBx1tuvNUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBx1tuvNUE .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uBx1tuvNUE .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uBx1tuvNUE .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uBx1tuvNUE .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uBx1tuvNUE .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uBx1tuvNUE .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBx1tuvNUE .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBx1tuvNUE .mbr-section-title {
  color: #ffffff;
}
.cid-uBx1tuvNUE .mbr-text,
.cid-uBx1tuvNUE .mbr-section-btn {
  color: #ffffff;
}
.cid-tROHM6USBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHM6USBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHM6USBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHM6USBC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tROHM6USBC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tROHM6USBC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROHM6USBC .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-tROHM6USBC .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-tROHM6USBC .content-wrapper .list .item-wrap:hover,
.cid-tROHM6USBC .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-tROHM6USBC .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-tROHM6USBC .mbr-section-title {
  color: #ffffff;
}
.cid-tROHM6USBC .mbr-text {
  color: #ffffff;
}
.cid-tROHM6USBC .list {
  color: #d2d2df;
}
.cid-uBxoanhTQS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b1324;
}
.cid-uBxoanhTQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxoanhTQS .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-uBxoanhTQS .container {
    padding: 0 20px;
  }
}
.cid-uBxoanhTQS .row {
  margin: 0;
}
.cid-uBxoanhTQS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxoanhTQS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBxoanhTQS .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uBxoanhTQS .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uBxoanhTQS .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uBxoanhTQS .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uBxoanhTQS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxaPPKAbV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxaPPKAbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxaPPKAbV .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-uBxaPPKAbV .container {
    padding: 0 15px;
  }
}
.cid-uBxaPPKAbV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxaPPKAbV .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxaPPKAbV .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxaPPKAbV .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxaPPKAbV .mbr-section-title {
  color: #ffffff;
}
.cid-uBxaPPKAbV .mbr-text {
  color: #ffffff;
}
.cid-uBxaPPKAbV .mbr-name {
  color: #f2ac2b;
}
.cid-uBxbmFHZi8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #0b1324;
}
.cid-uBxbmFHZi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxbmFHZi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxbmFHZi8 .card-wrapper {
  border: 1px solid #f2ac2b;
}
.cid-uBxbmFHZi8 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBxbmFHZi8 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uBxbmFHZi8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBxbmFHZi8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBxbmFHZi8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBxbmFHZi8 .content-head {
  max-width: 800px;
}
.cid-uBxbmFHZi8 .mbr-section-title {
  color: #221b35;
}
.cid-uBxbNFBnBm {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #0b1324, #0b1324);
}
.cid-uBxbNFBnBm .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uBxbNFBnBm .container {
    padding: 0 16px;
  }
}
.cid-uBxbNFBnBm li {
  line-height: 1.8;
}
.cid-uBxbNFBnBm li:hover {
  cursor: pointer;
}
.cid-uBxbNFBnBm .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBxbNFBnBm .card {
    margin-bottom: 40px;
  }
}
.cid-uBxbNFBnBm .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBxbNFBnBm .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxbNFBnBm .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uBxbNFBnBm .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBxbNFBnBm .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uBxbNFBnBm .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uBxbNFBnBm .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBxbNFBnBm .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-uBxbNFBnBm .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uBxbNFBnBm .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxbNFBnBm .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBxbNFBnBm .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uBxbNFBnBm .mbr-section-title {
  color: #ffffff;
}
.cid-uBxbNFBnBm .copyright {
  color: #ffffff;
}
.cid-uBxbNFBnBm .mbr-card-title {
  color: #ffffff;
}
.cid-uBxbNFBnBm .list {
  color: #ffffff;
  text-align: left;
}
.cid-uBxbNFBnBm .mbr-section-title,
.cid-uBxbNFBnBm .title-wrapper,
.cid-uBxbNFBnBm .social-wrapper {
  color: #232323;
}
.cid-uBxrkGlwAm {
  background-color: transparent;
}
.cid-uBxrkGlwAm .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uBxrkGlwAm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uBxrkGlwAm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBxrkGlwAm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBxrkGlwAm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBxrkGlwAm .menu_box .navbar.opened,
  .cid-uBxrkGlwAm .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBxrkGlwAm .navbar-dropdown {
  position: relative !important;
}
.cid-uBxrkGlwAm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBxrkGlwAm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxrkGlwAm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBxrkGlwAm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBxrkGlwAm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBxrkGlwAm .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uBxrkGlwAm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBxrkGlwAm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBxrkGlwAm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBxrkGlwAm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBxrkGlwAm .offcanvas-body .mbr-text,
  .cid-uBxrkGlwAm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBxrkGlwAm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBxrkGlwAm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBxrkGlwAm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uBxrkGlwAm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBxrkGlwAm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBxrkGlwAm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBxrkGlwAm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBxrkGlwAm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBxrkGlwAm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBxrkGlwAm .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-uBxrkGlwAm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBxrkGlwAm 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-uBxrkGlwAm .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBxrkGlwAm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBxrkGlwAm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBxrkGlwAm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBxrkGlwAm .nav-item {
    margin: 0 !important;
  }
}
.cid-uBxrkGlwAm .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uBxrkGlwAm .nav-item .nav-link:hover,
.cid-uBxrkGlwAm .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uBxrkGlwAm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBxrkGlwAm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBxrkGlwAm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBxrkGlwAm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBxrkGlwAm .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-uBxrkGlwAm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBxrkGlwAm .offcanvas_box {
    display: none;
  }
}
.cid-uBxrkGlwAm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBxrkGlwAm .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBxrkGlwAm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBxrkGlwAm .container {
  display: flex;
  margin: auto;
}
.cid-uBxrkGlwAm .iconfont-wrapper {
  color: #f2ac2b;
  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-uBxrkGlwAm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBxrkGlwAm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBxrkGlwAm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBxrkGlwAm .navbar-nav {
    margin: 0;
  }
}
.cid-uBxrkGlwAm .dropdown-menu,
.cid-uBxrkGlwAm .navbar.opened {
  background-color: false !important;
}
.cid-uBxrkGlwAm .nav-item:focus,
.cid-uBxrkGlwAm .nav-link:focus {
  outline: none;
}
.cid-uBxrkGlwAm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBxrkGlwAm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBxrkGlwAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBxrkGlwAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBxrkGlwAm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBxrkGlwAm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBxrkGlwAm .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBxrkGlwAm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBxrkGlwAm .navbar.opened {
  transition: all 0.3s;
}
.cid-uBxrkGlwAm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBxrkGlwAm .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uBxrkGlwAm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBxrkGlwAm .navbar.collapsed {
  justify-content: center;
}
.cid-uBxrkGlwAm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBxrkGlwAm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBxrkGlwAm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBxrkGlwAm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBxrkGlwAm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBxrkGlwAm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBxrkGlwAm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBxrkGlwAm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBxrkGlwAm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBxrkGlwAm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBxrkGlwAm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBxrkGlwAm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBxrkGlwAm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBxrkGlwAm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBxrkGlwAm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBxrkGlwAm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBxrkGlwAm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBxrkGlwAm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBxrkGlwAm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBxrkGlwAm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBxrkGlwAm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBxrkGlwAm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBxrkGlwAm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBxrkGlwAm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBxrkGlwAm .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-uBxrkGlwAm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uBxrkGlwAm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBxrkGlwAm .dropdown-item.active,
.cid-uBxrkGlwAm .dropdown-item:active {
  background-color: transparent;
}
.cid-uBxrkGlwAm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uBxrkGlwAm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBxrkGlwAm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBxrkGlwAm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBxrkGlwAm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBxrkGlwAm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBxrkGlwAm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uBxrkGlwAm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uBxrkGlwAm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBxrkGlwAm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxrkGlwAm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxrkGlwAm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBxrkGlwAm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxrkGlwAm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBxrkGlwAm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBxrkGlwAm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxrkGlwAm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBxrkGlwAm .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-uBxrkGlwAm .navbar {
    height: 70px;
  }
  .cid-uBxrkGlwAm .navbar.opened {
    height: auto;
  }
  .cid-uBxrkGlwAm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBxrkGlwAm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBxrkGlwAm .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBxrkGlwAm .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBxrkGlwAm .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBxrkGlwAm .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uBxrkGlwAm .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uBxrkGlwAm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBxrkGlwAm .text_widget {
  margin-bottom: 32px;
}
.cid-uBxrkGlwAm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBxrkGlwAm .text_widget a:hover,
.cid-uBxrkGlwAm .text_widget a:focus {
  opacity: .6;
}
.cid-uBxrkGlwAm .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uBxrkGlwAm .navbar-caption {
  color: #f2ac2b;
}
.cid-uBxrkGlwAm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBxrkGlwAm .mbr-section-subtitle,
.cid-uBxrkGlwAm .text_widget,
.cid-uBxrkGlwAm .mbr-section-btn {
  text-align: center;
}
.cid-uBxrkGlwAm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBxrkHN1aB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxrkHN1aB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxrkHN1aB .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-uBxrkHN1aB .container {
    padding: 0 15px;
  }
}
.cid-uBxrkHN1aB .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uBxrkHN1aB .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBxrkHN1aB .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uBxrkHN1aB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uBxrkHN1aB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uBxrkHN1aB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBxrkHN1aB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxrkHN1aB .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uBxrkHN1aB .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uBxrkHN1aB .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uBxrkHN1aB .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uBxrkHN1aB .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uBxrkHN1aB .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uBxrkHN1aB .mbr-section-title {
  color: #ffffff;
}
.cid-uBxrkHN1aB .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uBxrkHN1aB .mbr-text {
  color: #ffffff;
}
.cid-uBxrkJHuhf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxrkJHuhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxrkJHuhf .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-uBxrkJHuhf .container {
    padding: 0 15px;
  }
}
.cid-uBxrkJHuhf .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxrkJHuhf .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxrkJHuhf .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxrkJHuhf .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxrkJHuhf .mbr-section-title {
  color: #ffffff;
}
.cid-uBxrkJHuhf .mbr-text {
  color: #ffffff;
}
.cid-uBxrkJHuhf .mbr-name {
  color: #f2ac2b;
}
.cid-uBxrkVsJhn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #0b1324;
}
.cid-uBxrkVsJhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxrkVsJhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxrkVsJhn .card-wrapper {
  border: 1px solid #f2ac2b;
}
.cid-uBxrkVsJhn .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBxrkVsJhn .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uBxrkVsJhn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBxrkVsJhn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBxrkVsJhn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBxrkVsJhn .content-head {
  max-width: 800px;
}
.cid-uBxrkVsJhn .mbr-section-title {
  color: #221b35;
}
.cid-uBxrkWzeRS {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #0b1324, #0b1324);
}
.cid-uBxrkWzeRS .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uBxrkWzeRS .container {
    padding: 0 16px;
  }
}
.cid-uBxrkWzeRS li {
  line-height: 1.8;
}
.cid-uBxrkWzeRS li:hover {
  cursor: pointer;
}
.cid-uBxrkWzeRS .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBxrkWzeRS .card {
    margin-bottom: 40px;
  }
}
.cid-uBxrkWzeRS .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBxrkWzeRS .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxrkWzeRS .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uBxrkWzeRS .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBxrkWzeRS .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uBxrkWzeRS .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uBxrkWzeRS .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBxrkWzeRS .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-uBxrkWzeRS .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uBxrkWzeRS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxrkWzeRS .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBxrkWzeRS .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uBxrkWzeRS .mbr-section-title {
  color: #ffffff;
}
.cid-uBxrkWzeRS .copyright {
  color: #ffffff;
}
.cid-uBxrkWzeRS .mbr-card-title {
  color: #ffffff;
}
.cid-uBxrkWzeRS .list {
  color: #ffffff;
  text-align: left;
}
.cid-uBxrkWzeRS .mbr-section-title,
.cid-uBxrkWzeRS .title-wrapper,
.cid-uBxrkWzeRS .social-wrapper {
  color: #232323;
}
.cid-uBxrRF5HkS {
  background-color: transparent;
}
.cid-uBxrRF5HkS .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uBxrRF5HkS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uBxrRF5HkS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBxrRF5HkS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBxrRF5HkS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBxrRF5HkS .menu_box .navbar.opened,
  .cid-uBxrRF5HkS .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBxrRF5HkS .navbar-dropdown {
  position: relative !important;
}
.cid-uBxrRF5HkS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBxrRF5HkS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxrRF5HkS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBxrRF5HkS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBxrRF5HkS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBxrRF5HkS .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uBxrRF5HkS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBxrRF5HkS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBxrRF5HkS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBxrRF5HkS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBxrRF5HkS .offcanvas-body .mbr-text,
  .cid-uBxrRF5HkS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBxrRF5HkS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBxrRF5HkS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBxrRF5HkS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uBxrRF5HkS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBxrRF5HkS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBxrRF5HkS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBxrRF5HkS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBxrRF5HkS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBxrRF5HkS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBxrRF5HkS .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-uBxrRF5HkS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBxrRF5HkS 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-uBxrRF5HkS .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBxrRF5HkS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBxrRF5HkS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBxrRF5HkS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBxrRF5HkS .nav-item {
    margin: 0 !important;
  }
}
.cid-uBxrRF5HkS .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uBxrRF5HkS .nav-item .nav-link:hover,
.cid-uBxrRF5HkS .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uBxrRF5HkS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBxrRF5HkS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBxrRF5HkS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBxrRF5HkS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBxrRF5HkS .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-uBxrRF5HkS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBxrRF5HkS .offcanvas_box {
    display: none;
  }
}
.cid-uBxrRF5HkS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBxrRF5HkS .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBxrRF5HkS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBxrRF5HkS .container {
  display: flex;
  margin: auto;
}
.cid-uBxrRF5HkS .iconfont-wrapper {
  color: #f2ac2b;
  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-uBxrRF5HkS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBxrRF5HkS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBxrRF5HkS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBxrRF5HkS .navbar-nav {
    margin: 0;
  }
}
.cid-uBxrRF5HkS .dropdown-menu,
.cid-uBxrRF5HkS .navbar.opened {
  background-color: false !important;
}
.cid-uBxrRF5HkS .nav-item:focus,
.cid-uBxrRF5HkS .nav-link:focus {
  outline: none;
}
.cid-uBxrRF5HkS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBxrRF5HkS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBxrRF5HkS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBxrRF5HkS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBxrRF5HkS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBxrRF5HkS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBxrRF5HkS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBxrRF5HkS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBxrRF5HkS .navbar.opened {
  transition: all 0.3s;
}
.cid-uBxrRF5HkS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBxrRF5HkS .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uBxrRF5HkS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBxrRF5HkS .navbar.collapsed {
  justify-content: center;
}
.cid-uBxrRF5HkS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBxrRF5HkS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBxrRF5HkS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBxrRF5HkS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBxrRF5HkS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBxrRF5HkS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBxrRF5HkS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBxrRF5HkS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBxrRF5HkS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBxrRF5HkS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBxrRF5HkS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBxrRF5HkS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBxrRF5HkS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBxrRF5HkS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBxrRF5HkS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBxrRF5HkS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBxrRF5HkS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBxrRF5HkS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBxrRF5HkS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBxrRF5HkS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBxrRF5HkS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBxrRF5HkS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBxrRF5HkS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBxrRF5HkS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBxrRF5HkS .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-uBxrRF5HkS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uBxrRF5HkS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBxrRF5HkS .dropdown-item.active,
.cid-uBxrRF5HkS .dropdown-item:active {
  background-color: transparent;
}
.cid-uBxrRF5HkS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uBxrRF5HkS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBxrRF5HkS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBxrRF5HkS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBxrRF5HkS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBxrRF5HkS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBxrRF5HkS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uBxrRF5HkS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uBxrRF5HkS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBxrRF5HkS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxrRF5HkS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxrRF5HkS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBxrRF5HkS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxrRF5HkS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBxrRF5HkS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBxrRF5HkS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxrRF5HkS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBxrRF5HkS .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-uBxrRF5HkS .navbar {
    height: 70px;
  }
  .cid-uBxrRF5HkS .navbar.opened {
    height: auto;
  }
  .cid-uBxrRF5HkS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBxrRF5HkS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBxrRF5HkS .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBxrRF5HkS .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBxrRF5HkS .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBxrRF5HkS .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uBxrRF5HkS .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uBxrRF5HkS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBxrRF5HkS .text_widget {
  margin-bottom: 32px;
}
.cid-uBxrRF5HkS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBxrRF5HkS .text_widget a:hover,
.cid-uBxrRF5HkS .text_widget a:focus {
  opacity: .6;
}
.cid-uBxrRF5HkS .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uBxrRF5HkS .navbar-caption {
  color: #f2ac2b;
}
.cid-uBxrRF5HkS .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBxrRF5HkS .mbr-section-subtitle,
.cid-uBxrRF5HkS .text_widget,
.cid-uBxrRF5HkS .mbr-section-btn {
  text-align: center;
}
.cid-uBxrRF5HkS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBxrRGyB1G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxrRGyB1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxrRGyB1G .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-uBxrRGyB1G .container {
    padding: 0 15px;
  }
}
.cid-uBxrRGyB1G .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uBxrRGyB1G .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBxrRGyB1G .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uBxrRGyB1G .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uBxrRGyB1G .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uBxrRGyB1G .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBxrRGyB1G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxrRGyB1G .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uBxrRGyB1G .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uBxrRGyB1G .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uBxrRGyB1G .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uBxrRGyB1G .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uBxrRGyB1G .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uBxrRGyB1G .mbr-section-title {
  color: #ffffff;
}
.cid-uBxrRGyB1G .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uBxrRGyB1G .mbr-text {
  color: #ffffff;
}
.cid-uBxrRHKiil {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxrRHKiil .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxrRHKiil .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-uBxrRHKiil .container {
    padding: 0 15px;
  }
}
.cid-uBxrRHKiil .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxrRHKiil .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxrRHKiil .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxrRHKiil .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxrRHKiil .mbr-section-title {
  color: #ffffff;
}
.cid-uBxrRHKiil .mbr-text {
  color: #ffffff;
}
.cid-uBxrRHKiil .mbr-name {
  color: #f2ac2b;
}
.cid-uBxrRIS3f5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #0b1324;
}
.cid-uBxrRIS3f5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxrRIS3f5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxrRIS3f5 .card-wrapper {
  border: 1px solid #f2ac2b;
}
.cid-uBxrRIS3f5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBxrRIS3f5 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uBxrRIS3f5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBxrRIS3f5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBxrRIS3f5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBxrRIS3f5 .content-head {
  max-width: 800px;
}
.cid-uBxrRIS3f5 .mbr-section-title {
  color: #221b35;
}
.cid-uBxrRJNhtm {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #0b1324, #0b1324);
}
.cid-uBxrRJNhtm .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uBxrRJNhtm .container {
    padding: 0 16px;
  }
}
.cid-uBxrRJNhtm li {
  line-height: 1.8;
}
.cid-uBxrRJNhtm li:hover {
  cursor: pointer;
}
.cid-uBxrRJNhtm .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBxrRJNhtm .card {
    margin-bottom: 40px;
  }
}
.cid-uBxrRJNhtm .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBxrRJNhtm .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxrRJNhtm .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uBxrRJNhtm .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBxrRJNhtm .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uBxrRJNhtm .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uBxrRJNhtm .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBxrRJNhtm .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-uBxrRJNhtm .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uBxrRJNhtm .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxrRJNhtm .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBxrRJNhtm .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uBxrRJNhtm .mbr-section-title {
  color: #ffffff;
}
.cid-uBxrRJNhtm .copyright {
  color: #ffffff;
}
.cid-uBxrRJNhtm .mbr-card-title {
  color: #ffffff;
}
.cid-uBxrRJNhtm .list {
  color: #ffffff;
  text-align: left;
}
.cid-uBxrRJNhtm .mbr-section-title,
.cid-uBxrRJNhtm .title-wrapper,
.cid-uBxrRJNhtm .social-wrapper {
  color: #232323;
}
.cid-uBxsnybohP {
  background-color: transparent;
}
.cid-uBxsnybohP .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uBxsnybohP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uBxsnybohP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBxsnybohP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBxsnybohP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBxsnybohP .menu_box .navbar.opened,
  .cid-uBxsnybohP .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBxsnybohP .navbar-dropdown {
  position: relative !important;
}
.cid-uBxsnybohP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBxsnybohP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxsnybohP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBxsnybohP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBxsnybohP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBxsnybohP .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uBxsnybohP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBxsnybohP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBxsnybohP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBxsnybohP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBxsnybohP .offcanvas-body .mbr-text,
  .cid-uBxsnybohP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBxsnybohP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBxsnybohP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBxsnybohP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uBxsnybohP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBxsnybohP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBxsnybohP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBxsnybohP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBxsnybohP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBxsnybohP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBxsnybohP .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-uBxsnybohP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBxsnybohP 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-uBxsnybohP .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBxsnybohP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBxsnybohP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBxsnybohP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBxsnybohP .nav-item {
    margin: 0 !important;
  }
}
.cid-uBxsnybohP .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uBxsnybohP .nav-item .nav-link:hover,
.cid-uBxsnybohP .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uBxsnybohP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBxsnybohP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBxsnybohP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBxsnybohP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBxsnybohP .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-uBxsnybohP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBxsnybohP .offcanvas_box {
    display: none;
  }
}
.cid-uBxsnybohP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBxsnybohP .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBxsnybohP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBxsnybohP .container {
  display: flex;
  margin: auto;
}
.cid-uBxsnybohP .iconfont-wrapper {
  color: #f2ac2b;
  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-uBxsnybohP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBxsnybohP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBxsnybohP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBxsnybohP .navbar-nav {
    margin: 0;
  }
}
.cid-uBxsnybohP .dropdown-menu,
.cid-uBxsnybohP .navbar.opened {
  background-color: false !important;
}
.cid-uBxsnybohP .nav-item:focus,
.cid-uBxsnybohP .nav-link:focus {
  outline: none;
}
.cid-uBxsnybohP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBxsnybohP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBxsnybohP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBxsnybohP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBxsnybohP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBxsnybohP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBxsnybohP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBxsnybohP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBxsnybohP .navbar.opened {
  transition: all 0.3s;
}
.cid-uBxsnybohP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBxsnybohP .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uBxsnybohP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBxsnybohP .navbar.collapsed {
  justify-content: center;
}
.cid-uBxsnybohP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBxsnybohP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBxsnybohP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBxsnybohP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBxsnybohP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBxsnybohP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBxsnybohP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBxsnybohP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBxsnybohP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBxsnybohP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBxsnybohP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBxsnybohP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBxsnybohP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBxsnybohP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBxsnybohP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBxsnybohP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBxsnybohP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBxsnybohP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBxsnybohP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBxsnybohP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBxsnybohP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBxsnybohP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBxsnybohP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBxsnybohP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBxsnybohP .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-uBxsnybohP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uBxsnybohP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBxsnybohP .dropdown-item.active,
.cid-uBxsnybohP .dropdown-item:active {
  background-color: transparent;
}
.cid-uBxsnybohP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uBxsnybohP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBxsnybohP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBxsnybohP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBxsnybohP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBxsnybohP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBxsnybohP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uBxsnybohP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uBxsnybohP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBxsnybohP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxsnybohP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxsnybohP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBxsnybohP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxsnybohP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBxsnybohP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBxsnybohP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxsnybohP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBxsnybohP .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-uBxsnybohP .navbar {
    height: 70px;
  }
  .cid-uBxsnybohP .navbar.opened {
    height: auto;
  }
  .cid-uBxsnybohP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBxsnybohP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBxsnybohP .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBxsnybohP .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBxsnybohP .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBxsnybohP .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uBxsnybohP .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uBxsnybohP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBxsnybohP .text_widget {
  margin-bottom: 32px;
}
.cid-uBxsnybohP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBxsnybohP .text_widget a:hover,
.cid-uBxsnybohP .text_widget a:focus {
  opacity: .6;
}
.cid-uBxsnybohP .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uBxsnybohP .navbar-caption {
  color: #f2ac2b;
}
.cid-uBxsnybohP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBxsnybohP .mbr-section-subtitle,
.cid-uBxsnybohP .text_widget,
.cid-uBxsnybohP .mbr-section-btn {
  text-align: center;
}
.cid-uBxsnybohP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBxsnzlntu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxsnzlntu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnzlntu .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-uBxsnzlntu .container {
    padding: 0 15px;
  }
}
.cid-uBxsnzlntu .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uBxsnzlntu .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBxsnzlntu .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uBxsnzlntu .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uBxsnzlntu .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uBxsnzlntu .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBxsnzlntu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxsnzlntu .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uBxsnzlntu .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uBxsnzlntu .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uBxsnzlntu .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uBxsnzlntu .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uBxsnzlntu .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uBxsnzlntu .mbr-section-title {
  color: #ffffff;
}
.cid-uBxsnzlntu .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uBxsnzlntu .mbr-text {
  color: #ffffff;
}
.cid-uBxsnAoDHe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxsnAoDHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnAoDHe .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-uBxsnAoDHe .container {
    padding: 0 15px;
  }
}
.cid-uBxsnAoDHe .row {
  justify-content: center;
}
.cid-uBxsnAoDHe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxsnAoDHe .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxsnAoDHe .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uBxsnAoDHe .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uBxsnAoDHe .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBxsnAoDHe .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uBxsnAoDHe .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uBxsnAoDHe .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uBxsnAoDHe .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uBxsnAoDHe .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBxsnAoDHe .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uBxsnAoDHe .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uBxsnAoDHe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxsnAoDHe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBxsnAoDHe .list {
  color: #ffffff;
}
.cid-uBxsnBlaxs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxsnBlaxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnBlaxs .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-uBxsnBlaxs .container {
    padding: 0 15px;
  }
}
.cid-uBxsnBlaxs .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxsnBlaxs .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxsnBlaxs .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxsnBlaxs .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxsnBlaxs .mbr-section-title {
  color: #ffffff;
}
.cid-uBxsnBlaxs .mbr-text {
  color: #ffffff;
}
.cid-uBxsnBlaxs .mbr-name {
  color: #f2ac2b;
}
.cid-uBxsnCbMQE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpeg");
}
.cid-uBxsnCbMQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnCbMQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxsnCbMQE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxsnCbMQE .container {
    padding: 0 15px;
  }
}
.cid-uBxsnCbMQE .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uBxsnCbMQE .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uBxsnCbMQE .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uBxsnCbMQE .image-wrapper img {
    height: 400px;
  }
}
.cid-uBxsnCbMQE .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uBxsnCbMQE .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBxsnCbMQE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBxsnCbMQE .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBxsnCbMQE .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uBxsnCbMQE .mbr-section-title {
  color: #ffffff;
}
.cid-uBxsnCbMQE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBxsnCbMQE .mbr-text {
  color: #ffffff;
}
.cid-uBxsnD1uFW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxsnD1uFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnD1uFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxsnD1uFW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxsnD1uFW .container {
    padding: 0 15px;
  }
}
.cid-uBxsnD1uFW .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxsnD1uFW .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBxsnD1uFW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBxsnD1uFW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uBxsnD1uFW .items-wrapper {
    display: block;
  }
}
.cid-uBxsnD1uFW .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uBxsnD1uFW .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-uBxsnD1uFW .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-uBxsnD1uFW .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-uBxsnD1uFW .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-uBxsnD1uFW .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-uBxsnD1uFW .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-uBxsnD1uFW .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-uBxsnD1uFW .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-uBxsnD1uFW .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uBxsnD1uFW .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uBxsnD1uFW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxsnD1uFW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxsnD1uFW .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uBxsnD1uFW .item-text {
  color: #d2d2df;
}
.cid-uBxsnD1uFW .item-text,
.cid-uBxsnD1uFW .icon-wrapper {
  text-align: center;
}
.cid-uBxsnE7tpz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxsnE7tpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnE7tpz .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-uBxsnE7tpz .container {
    padding: 0 15px;
  }
}
.cid-uBxsnE7tpz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxsnE7tpz .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxsnE7tpz .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxsnE7tpz .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxsnE7tpz .mbr-section-title {
  color: #ffffff;
}
.cid-uBxsnE7tpz .mbr-text {
  color: #ffffff;
}
.cid-uBxsnE7tpz .mbr-name {
  color: #f2ac2b;
}
.cid-uBxsnETJT0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxsnETJT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnETJT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxsnETJT0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxsnETJT0 .container {
    padding: 0 15px;
  }
}
.cid-uBxsnETJT0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxsnETJT0 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxsnETJT0 .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uBxsnETJT0 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uBxsnETJT0 .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uBxsnETJT0 .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uBxsnETJT0 .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uBxsnETJT0 .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uBxsnETJT0 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uBxsnETJT0 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uBxsnETJT0 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uBxsnETJT0 .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uBxsnETJT0 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uBxsnETJT0 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uBxsnETJT0 .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uBxsnETJT0 .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBxsnETJT0 .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxsnETJT0 .image-wrapper {
    margin: 0;
  }
}
.cid-uBxsnETJT0 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
  z-index: 1;
}
.cid-uBxsnETJT0 .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uBxsnETJT0 .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uBxsnETJT0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxsnETJT0 .panel-title {
  color: #d2d2df;
}
.cid-uBxsnETJT0 .panel-text {
  color: #d2d2df;
}
.cid-uBxsnETJT0 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBxsnGqIK0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxsnGqIK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnGqIK0 .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-uBxsnGqIK0 .container {
    padding: 0 15px;
  }
}
.cid-uBxsnGqIK0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxsnGqIK0 .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxsnGqIK0 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxsnGqIK0 .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxsnGqIK0 .mbr-section-title {
  color: #ffffff;
}
.cid-uBxsnGqIK0 .mbr-text {
  color: #ffffff;
}
.cid-uBxsnGqIK0 .mbr-name {
  color: #f2ac2b;
}
.cid-uBxsnHnqcq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b1324;
}
.cid-uBxsnHnqcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnHnqcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxsnHnqcq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBxsnHnqcq .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBxsnHnqcq .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uBxsnHnqcq .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBxsnHnqcq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBxsnHnqcq .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBxsnHnqcq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBxsnHnqcq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBxsnHnqcq .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBxsnHnqcq .item {
    margin-bottom: 28px;
  }
}
.cid-uBxsnHnqcq .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uBxsnHnqcq .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uBxsnHnqcq .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uBxsnHnqcq .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uBxsnHnqcq .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uBxsnHnqcq .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uBxsnHnqcq .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uBxsnHnqcq .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBxsnHnqcq .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uBxsnHnqcq .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uBxsnHnqcq .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uBxsnHnqcq .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uBxsnHnqcq .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uBxsnHnqcq .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uBxsnHnqcq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxsnHnqcq .mbr-text,
.cid-uBxsnHnqcq .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBxsnHnqcq .mbr-desc,
.cid-uBxsnHnqcq .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBxsnHnqcq .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxsnHnqcq .item-text {
  color: #ffffff;
}
.cid-uBxsnIwFCK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxsnIwFCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnIwFCK .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-uBxsnIwFCK .container {
    padding: 0 15px;
  }
}
.cid-uBxsnIwFCK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxsnIwFCK .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxsnIwFCK .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxsnIwFCK .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxsnIwFCK .mbr-section-title {
  color: #ffffff;
}
.cid-uBxsnIwFCK .mbr-text {
  color: #ffffff;
}
.cid-uBxsnIwFCK .mbr-name {
  color: #f2ac2b;
}
.cid-uBxsnJuRVD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0b1324;
}
.cid-uBxsnJuRVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnJuRVD .col-12 {
  padding: 0;
}
.cid-uBxsnJuRVD .row {
  margin: 0;
}
.cid-uBxsnJuRVD .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uBxsnJuRVD .card-margin {
    margin-top: -1px;
  }
}
.cid-uBxsnJuRVD .card-wrapper {
  min-height: 500px;
  border: 1px solid #f2ac2b;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uBxsnJuRVD .card-wrapper {
    padding: 1rem;
  }
}
.cid-uBxsnJuRVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxsnJuRVD .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uBxsnJuRVD .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uBxsnJuRVD .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uBxsnJuRVD .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uBxsnJuRVD .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uBxsnJuRVD .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxsnJuRVD .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBxsnJuRVD .mbr-section-title {
  color: #ffffff;
}
.cid-uBxsnJuRVD .mbr-text,
.cid-uBxsnJuRVD .mbr-section-btn {
  color: #ffffff;
}
.cid-uBxsnKHalW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxsnKHalW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnKHalW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxsnKHalW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxsnKHalW .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uBxsnKHalW .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBxsnKHalW .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxsnKHalW .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxsnKHalW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxsnKHalW .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxsnKHalW .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uBxsnKHalW .content-wrapper .list .item-wrap:hover,
.cid-uBxsnKHalW .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uBxsnKHalW .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uBxsnKHalW .mbr-section-title {
  color: #ffffff;
}
.cid-uBxsnKHalW .mbr-text {
  color: #ffffff;
}
.cid-uBxsnKHalW .list {
  color: #d2d2df;
}
.cid-uBxsnLAc5c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b1324;
}
.cid-uBxsnLAc5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnLAc5c .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-uBxsnLAc5c .container {
    padding: 0 20px;
  }
}
.cid-uBxsnLAc5c .row {
  margin: 0;
}
.cid-uBxsnLAc5c .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxsnLAc5c .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBxsnLAc5c .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uBxsnLAc5c .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uBxsnLAc5c .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uBxsnLAc5c .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uBxsnLAc5c .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxsnMs3Oo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxsnMs3Oo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnMs3Oo .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-uBxsnMs3Oo .container {
    padding: 0 15px;
  }
}
.cid-uBxsnMs3Oo .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxsnMs3Oo .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxsnMs3Oo .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxsnMs3Oo .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxsnMs3Oo .mbr-section-title {
  color: #ffffff;
}
.cid-uBxsnMs3Oo .mbr-text {
  color: #ffffff;
}
.cid-uBxsnMs3Oo .mbr-name {
  color: #f2ac2b;
}
.cid-uBxvvG7djV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxvvG7djV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvvG7djV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxvvG7djV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxvvG7djV .container {
    padding: 0 15px;
  }
}
.cid-uBxvvG7djV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxvvG7djV .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxvvG7djV .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-uBxvvG7djV .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uBxvvG7djV .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uBxvvG7djV .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uBxvvG7djV .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uBxvvG7djV .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uBxvvG7djV .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uBxvvG7djV .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uBxvvG7djV .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-uBxvvG7djV .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-uBxvvG7djV .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-uBxvvG7djV .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uBxvvG7djV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxvvG7djV .panel-title {
  color: #ffffff;
}
.cid-uBxvvG7djV .panel-text {
  color: #d2d2df;
}
.cid-uBxsnNsgtb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #0b1324;
}
.cid-uBxsnNsgtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxsnNsgtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxsnNsgtb .card-wrapper {
  border: 1px solid #f2ac2b;
}
.cid-uBxsnNsgtb .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBxsnNsgtb .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uBxsnNsgtb .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBxsnNsgtb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBxsnNsgtb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBxsnNsgtb .content-head {
  max-width: 800px;
}
.cid-uBxsnNsgtb .mbr-section-title {
  color: #221b35;
}
.cid-uBxsnOscpE {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #0b1324, #0b1324);
}
.cid-uBxsnOscpE .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uBxsnOscpE .container {
    padding: 0 16px;
  }
}
.cid-uBxsnOscpE li {
  line-height: 1.8;
}
.cid-uBxsnOscpE li:hover {
  cursor: pointer;
}
.cid-uBxsnOscpE .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBxsnOscpE .card {
    margin-bottom: 40px;
  }
}
.cid-uBxsnOscpE .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBxsnOscpE .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxsnOscpE .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uBxsnOscpE .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBxsnOscpE .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uBxsnOscpE .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uBxsnOscpE .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBxsnOscpE .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-uBxsnOscpE .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uBxsnOscpE .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxsnOscpE .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBxsnOscpE .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uBxsnOscpE .mbr-section-title {
  color: #ffffff;
}
.cid-uBxsnOscpE .copyright {
  color: #ffffff;
}
.cid-uBxsnOscpE .mbr-card-title {
  color: #ffffff;
}
.cid-uBxsnOscpE .list {
  color: #ffffff;
  text-align: left;
}
.cid-uBxsnOscpE .mbr-section-title,
.cid-uBxsnOscpE .title-wrapper,
.cid-uBxsnOscpE .social-wrapper {
  color: #232323;
}
.cid-uBxvRbIKOa {
  background-color: transparent;
}
.cid-uBxvRbIKOa .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uBxvRbIKOa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uBxvRbIKOa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBxvRbIKOa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBxvRbIKOa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBxvRbIKOa .menu_box .navbar.opened,
  .cid-uBxvRbIKOa .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBxvRbIKOa .navbar-dropdown {
  position: relative !important;
}
.cid-uBxvRbIKOa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBxvRbIKOa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxvRbIKOa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBxvRbIKOa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBxvRbIKOa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBxvRbIKOa .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uBxvRbIKOa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBxvRbIKOa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBxvRbIKOa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBxvRbIKOa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBxvRbIKOa .offcanvas-body .mbr-text,
  .cid-uBxvRbIKOa .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBxvRbIKOa .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBxvRbIKOa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBxvRbIKOa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uBxvRbIKOa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBxvRbIKOa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBxvRbIKOa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBxvRbIKOa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBxvRbIKOa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBxvRbIKOa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBxvRbIKOa .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-uBxvRbIKOa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBxvRbIKOa 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-uBxvRbIKOa .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBxvRbIKOa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBxvRbIKOa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBxvRbIKOa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBxvRbIKOa .nav-item {
    margin: 0 !important;
  }
}
.cid-uBxvRbIKOa .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uBxvRbIKOa .nav-item .nav-link:hover,
.cid-uBxvRbIKOa .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uBxvRbIKOa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBxvRbIKOa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBxvRbIKOa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBxvRbIKOa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBxvRbIKOa .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-uBxvRbIKOa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBxvRbIKOa .offcanvas_box {
    display: none;
  }
}
.cid-uBxvRbIKOa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBxvRbIKOa .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBxvRbIKOa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBxvRbIKOa .container {
  display: flex;
  margin: auto;
}
.cid-uBxvRbIKOa .iconfont-wrapper {
  color: #f2ac2b;
  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-uBxvRbIKOa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBxvRbIKOa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBxvRbIKOa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBxvRbIKOa .navbar-nav {
    margin: 0;
  }
}
.cid-uBxvRbIKOa .dropdown-menu,
.cid-uBxvRbIKOa .navbar.opened {
  background-color: false !important;
}
.cid-uBxvRbIKOa .nav-item:focus,
.cid-uBxvRbIKOa .nav-link:focus {
  outline: none;
}
.cid-uBxvRbIKOa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBxvRbIKOa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBxvRbIKOa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBxvRbIKOa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBxvRbIKOa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBxvRbIKOa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBxvRbIKOa .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBxvRbIKOa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBxvRbIKOa .navbar.opened {
  transition: all 0.3s;
}
.cid-uBxvRbIKOa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBxvRbIKOa .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uBxvRbIKOa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBxvRbIKOa .navbar.collapsed {
  justify-content: center;
}
.cid-uBxvRbIKOa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBxvRbIKOa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBxvRbIKOa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBxvRbIKOa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBxvRbIKOa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBxvRbIKOa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBxvRbIKOa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBxvRbIKOa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBxvRbIKOa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBxvRbIKOa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBxvRbIKOa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBxvRbIKOa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBxvRbIKOa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBxvRbIKOa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBxvRbIKOa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBxvRbIKOa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBxvRbIKOa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBxvRbIKOa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBxvRbIKOa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBxvRbIKOa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBxvRbIKOa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBxvRbIKOa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBxvRbIKOa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBxvRbIKOa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBxvRbIKOa .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-uBxvRbIKOa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uBxvRbIKOa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBxvRbIKOa .dropdown-item.active,
.cid-uBxvRbIKOa .dropdown-item:active {
  background-color: transparent;
}
.cid-uBxvRbIKOa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uBxvRbIKOa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBxvRbIKOa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBxvRbIKOa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBxvRbIKOa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBxvRbIKOa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBxvRbIKOa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uBxvRbIKOa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uBxvRbIKOa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBxvRbIKOa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxvRbIKOa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxvRbIKOa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBxvRbIKOa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxvRbIKOa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBxvRbIKOa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBxvRbIKOa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxvRbIKOa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBxvRbIKOa .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-uBxvRbIKOa .navbar {
    height: 70px;
  }
  .cid-uBxvRbIKOa .navbar.opened {
    height: auto;
  }
  .cid-uBxvRbIKOa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBxvRbIKOa .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBxvRbIKOa .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBxvRbIKOa .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBxvRbIKOa .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBxvRbIKOa .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uBxvRbIKOa .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uBxvRbIKOa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBxvRbIKOa .text_widget {
  margin-bottom: 32px;
}
.cid-uBxvRbIKOa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBxvRbIKOa .text_widget a:hover,
.cid-uBxvRbIKOa .text_widget a:focus {
  opacity: .6;
}
.cid-uBxvRbIKOa .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uBxvRbIKOa .navbar-caption {
  color: #f2ac2b;
}
.cid-uBxvRbIKOa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBxvRbIKOa .mbr-section-subtitle,
.cid-uBxvRbIKOa .text_widget,
.cid-uBxvRbIKOa .mbr-section-btn {
  text-align: center;
}
.cid-uBxvRbIKOa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBxvRdLW2n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxvRdLW2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRdLW2n .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-uBxvRdLW2n .container {
    padding: 0 15px;
  }
}
.cid-uBxvRdLW2n .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uBxvRdLW2n .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBxvRdLW2n .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uBxvRdLW2n .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uBxvRdLW2n .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uBxvRdLW2n .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBxvRdLW2n .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxvRdLW2n .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uBxvRdLW2n .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uBxvRdLW2n .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uBxvRdLW2n .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uBxvRdLW2n .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uBxvRdLW2n .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uBxvRdLW2n .mbr-section-title {
  color: #ffffff;
}
.cid-uBxvRdLW2n .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uBxvRdLW2n .mbr-text {
  color: #ffffff;
}
.cid-uBxvReToWm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxvReToWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvReToWm .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-uBxvReToWm .container {
    padding: 0 15px;
  }
}
.cid-uBxvReToWm .row {
  justify-content: center;
}
.cid-uBxvReToWm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxvReToWm .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxvReToWm .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uBxvReToWm .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uBxvReToWm .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBxvReToWm .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uBxvReToWm .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uBxvReToWm .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uBxvReToWm .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uBxvReToWm .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBxvReToWm .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uBxvReToWm .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uBxvReToWm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxvReToWm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBxvReToWm .list {
  color: #ffffff;
}
.cid-uBxvRfMitb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxvRfMitb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRfMitb .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-uBxvRfMitb .container {
    padding: 0 15px;
  }
}
.cid-uBxvRfMitb .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxvRfMitb .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxvRfMitb .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxvRfMitb .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxvRfMitb .mbr-section-title {
  color: #ffffff;
}
.cid-uBxvRfMitb .mbr-text {
  color: #ffffff;
}
.cid-uBxvRfMitb .mbr-name {
  color: #f2ac2b;
}
.cid-uBxvRgB8n9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpeg");
}
.cid-uBxvRgB8n9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRgB8n9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxvRgB8n9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxvRgB8n9 .container {
    padding: 0 15px;
  }
}
.cid-uBxvRgB8n9 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uBxvRgB8n9 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uBxvRgB8n9 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uBxvRgB8n9 .image-wrapper img {
    height: 400px;
  }
}
.cid-uBxvRgB8n9 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uBxvRgB8n9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBxvRgB8n9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBxvRgB8n9 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBxvRgB8n9 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uBxvRgB8n9 .mbr-section-title {
  color: #ffffff;
}
.cid-uBxvRgB8n9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBxvRgB8n9 .mbr-text {
  color: #ffffff;
}
.cid-uBxvRhO6sG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxvRhO6sG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRhO6sG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxvRhO6sG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxvRhO6sG .container {
    padding: 0 15px;
  }
}
.cid-uBxvRhO6sG .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxvRhO6sG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBxvRhO6sG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBxvRhO6sG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uBxvRhO6sG .items-wrapper {
    display: block;
  }
}
.cid-uBxvRhO6sG .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uBxvRhO6sG .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-uBxvRhO6sG .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-uBxvRhO6sG .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-uBxvRhO6sG .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-uBxvRhO6sG .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-uBxvRhO6sG .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-uBxvRhO6sG .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-uBxvRhO6sG .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-uBxvRhO6sG .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uBxvRhO6sG .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uBxvRhO6sG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxvRhO6sG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxvRhO6sG .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uBxvRhO6sG .item-text {
  color: #d2d2df;
}
.cid-uBxvRhO6sG .item-text,
.cid-uBxvRhO6sG .icon-wrapper {
  text-align: center;
}
.cid-uBxvRj9QiW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxvRj9QiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRj9QiW .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-uBxvRj9QiW .container {
    padding: 0 15px;
  }
}
.cid-uBxvRj9QiW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxvRj9QiW .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxvRj9QiW .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxvRj9QiW .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxvRj9QiW .mbr-section-title {
  color: #ffffff;
}
.cid-uBxvRj9QiW .mbr-text {
  color: #ffffff;
}
.cid-uBxvRj9QiW .mbr-name {
  color: #f2ac2b;
}
.cid-uBxvRjZP2X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxvRjZP2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRjZP2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxvRjZP2X .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxvRjZP2X .container {
    padding: 0 15px;
  }
}
.cid-uBxvRjZP2X .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxvRjZP2X .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxvRjZP2X .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uBxvRjZP2X .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uBxvRjZP2X .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uBxvRjZP2X .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uBxvRjZP2X .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uBxvRjZP2X .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uBxvRjZP2X .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uBxvRjZP2X .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uBxvRjZP2X .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uBxvRjZP2X .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uBxvRjZP2X .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uBxvRjZP2X .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uBxvRjZP2X .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uBxvRjZP2X .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBxvRjZP2X .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxvRjZP2X .image-wrapper {
    margin: 0;
  }
}
.cid-uBxvRjZP2X .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
  z-index: 1;
}
.cid-uBxvRjZP2X .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uBxvRjZP2X .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uBxvRjZP2X .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxvRjZP2X .panel-title {
  color: #d2d2df;
}
.cid-uBxvRjZP2X .panel-text {
  color: #d2d2df;
}
.cid-uBxvRjZP2X .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBxvRlaCLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxvRlaCLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRlaCLP .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-uBxvRlaCLP .container {
    padding: 0 15px;
  }
}
.cid-uBxvRlaCLP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxvRlaCLP .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxvRlaCLP .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxvRlaCLP .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxvRlaCLP .mbr-section-title {
  color: #ffffff;
}
.cid-uBxvRlaCLP .mbr-text {
  color: #ffffff;
}
.cid-uBxvRlaCLP .mbr-name {
  color: #f2ac2b;
}
.cid-uBxvRm4j4T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b1324;
}
.cid-uBxvRm4j4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRm4j4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxvRm4j4T .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBxvRm4j4T .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBxvRm4j4T .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uBxvRm4j4T .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBxvRm4j4T .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBxvRm4j4T .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBxvRm4j4T .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBxvRm4j4T .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBxvRm4j4T .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBxvRm4j4T .item {
    margin-bottom: 28px;
  }
}
.cid-uBxvRm4j4T .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uBxvRm4j4T .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uBxvRm4j4T .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uBxvRm4j4T .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uBxvRm4j4T .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uBxvRm4j4T .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uBxvRm4j4T .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uBxvRm4j4T .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBxvRm4j4T .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uBxvRm4j4T .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uBxvRm4j4T .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uBxvRm4j4T .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uBxvRm4j4T .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uBxvRm4j4T .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uBxvRm4j4T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxvRm4j4T .mbr-text,
.cid-uBxvRm4j4T .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBxvRm4j4T .mbr-desc,
.cid-uBxvRm4j4T .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBxvRm4j4T .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxvRm4j4T .item-text {
  color: #ffffff;
}
.cid-uBxvRn7RcY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxvRn7RcY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRn7RcY .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-uBxvRn7RcY .container {
    padding: 0 15px;
  }
}
.cid-uBxvRn7RcY .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxvRn7RcY .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxvRn7RcY .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxvRn7RcY .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxvRn7RcY .mbr-section-title {
  color: #ffffff;
}
.cid-uBxvRn7RcY .mbr-text {
  color: #ffffff;
}
.cid-uBxvRn7RcY .mbr-name {
  color: #f2ac2b;
}
.cid-uBxvRo7YCl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0b1324;
}
.cid-uBxvRo7YCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRo7YCl .col-12 {
  padding: 0;
}
.cid-uBxvRo7YCl .row {
  margin: 0;
}
.cid-uBxvRo7YCl .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uBxvRo7YCl .card-margin {
    margin-top: -1px;
  }
}
.cid-uBxvRo7YCl .card-wrapper {
  min-height: 500px;
  border: 1px solid #f2ac2b;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uBxvRo7YCl .card-wrapper {
    padding: 1rem;
  }
}
.cid-uBxvRo7YCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxvRo7YCl .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uBxvRo7YCl .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uBxvRo7YCl .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uBxvRo7YCl .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uBxvRo7YCl .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uBxvRo7YCl .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxvRo7YCl .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBxvRo7YCl .mbr-section-title {
  color: #ffffff;
}
.cid-uBxvRo7YCl .mbr-text,
.cid-uBxvRo7YCl .mbr-section-btn {
  color: #ffffff;
}
.cid-uBxvRpfH7L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxvRpfH7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRpfH7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxvRpfH7L .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxvRpfH7L .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uBxvRpfH7L .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBxvRpfH7L .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxvRpfH7L .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxvRpfH7L .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxvRpfH7L .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxvRpfH7L .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uBxvRpfH7L .content-wrapper .list .item-wrap:hover,
.cid-uBxvRpfH7L .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uBxvRpfH7L .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uBxvRpfH7L .mbr-section-title {
  color: #ffffff;
}
.cid-uBxvRpfH7L .mbr-text {
  color: #ffffff;
}
.cid-uBxvRpfH7L .list {
  color: #d2d2df;
}
.cid-uBxvRqbPPa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b1324;
}
.cid-uBxvRqbPPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRqbPPa .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-uBxvRqbPPa .container {
    padding: 0 20px;
  }
}
.cid-uBxvRqbPPa .row {
  margin: 0;
}
.cid-uBxvRqbPPa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxvRqbPPa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBxvRqbPPa .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uBxvRqbPPa .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uBxvRqbPPa .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uBxvRqbPPa .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uBxvRqbPPa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxvRrcuc0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxvRrcuc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRrcuc0 .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-uBxvRrcuc0 .container {
    padding: 0 15px;
  }
}
.cid-uBxvRrcuc0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxvRrcuc0 .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxvRrcuc0 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxvRrcuc0 .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxvRrcuc0 .mbr-section-title {
  color: #ffffff;
}
.cid-uBxvRrcuc0 .mbr-text {
  color: #ffffff;
}
.cid-uBxvRrcuc0 .mbr-name {
  color: #f2ac2b;
}
.cid-uBxvRsdVCR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxvRsdVCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRsdVCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxvRsdVCR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxvRsdVCR .container {
    padding: 0 15px;
  }
}
.cid-uBxvRsdVCR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxvRsdVCR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxvRsdVCR .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-uBxvRsdVCR .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uBxvRsdVCR .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uBxvRsdVCR .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uBxvRsdVCR .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uBxvRsdVCR .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uBxvRsdVCR .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uBxvRsdVCR .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uBxvRsdVCR .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-uBxvRsdVCR .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-uBxvRsdVCR .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-uBxvRsdVCR .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uBxvRsdVCR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxvRsdVCR .panel-title {
  color: #ffffff;
}
.cid-uBxvRsdVCR .panel-text {
  color: #d2d2df;
}
.cid-uBxvRtemvL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #0b1324;
}
.cid-uBxvRtemvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxvRtemvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxvRtemvL .card-wrapper {
  border: 1px solid #f2ac2b;
}
.cid-uBxvRtemvL .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBxvRtemvL .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uBxvRtemvL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBxvRtemvL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBxvRtemvL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBxvRtemvL .content-head {
  max-width: 800px;
}
.cid-uBxvRtemvL .mbr-section-title {
  color: #221b35;
}
.cid-uBxvRumfZq {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #0b1324, #0b1324);
}
.cid-uBxvRumfZq .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uBxvRumfZq .container {
    padding: 0 16px;
  }
}
.cid-uBxvRumfZq li {
  line-height: 1.8;
}
.cid-uBxvRumfZq li:hover {
  cursor: pointer;
}
.cid-uBxvRumfZq .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBxvRumfZq .card {
    margin-bottom: 40px;
  }
}
.cid-uBxvRumfZq .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBxvRumfZq .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxvRumfZq .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uBxvRumfZq .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBxvRumfZq .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uBxvRumfZq .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uBxvRumfZq .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBxvRumfZq .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-uBxvRumfZq .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uBxvRumfZq .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxvRumfZq .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBxvRumfZq .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uBxvRumfZq .mbr-section-title {
  color: #ffffff;
}
.cid-uBxvRumfZq .copyright {
  color: #ffffff;
}
.cid-uBxvRumfZq .mbr-card-title {
  color: #ffffff;
}
.cid-uBxvRumfZq .list {
  color: #ffffff;
  text-align: left;
}
.cid-uBxvRumfZq .mbr-section-title,
.cid-uBxvRumfZq .title-wrapper,
.cid-uBxvRumfZq .social-wrapper {
  color: #232323;
}
.cid-uBxxwjvKpg {
  background-color: transparent;
}
.cid-uBxxwjvKpg .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uBxxwjvKpg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uBxxwjvKpg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBxxwjvKpg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBxxwjvKpg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBxxwjvKpg .menu_box .navbar.opened,
  .cid-uBxxwjvKpg .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBxxwjvKpg .navbar-dropdown {
  position: relative !important;
}
.cid-uBxxwjvKpg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBxxwjvKpg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxxwjvKpg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBxxwjvKpg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBxxwjvKpg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBxxwjvKpg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uBxxwjvKpg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBxxwjvKpg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBxxwjvKpg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBxxwjvKpg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBxxwjvKpg .offcanvas-body .mbr-text,
  .cid-uBxxwjvKpg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBxxwjvKpg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBxxwjvKpg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBxxwjvKpg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uBxxwjvKpg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBxxwjvKpg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBxxwjvKpg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBxxwjvKpg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBxxwjvKpg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBxxwjvKpg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBxxwjvKpg .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-uBxxwjvKpg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBxxwjvKpg 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-uBxxwjvKpg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBxxwjvKpg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uBxxwjvKpg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBxxwjvKpg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBxxwjvKpg .nav-item {
    margin: 0 !important;
  }
}
.cid-uBxxwjvKpg .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uBxxwjvKpg .nav-item .nav-link:hover,
.cid-uBxxwjvKpg .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uBxxwjvKpg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBxxwjvKpg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBxxwjvKpg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBxxwjvKpg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBxxwjvKpg .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-uBxxwjvKpg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBxxwjvKpg .offcanvas_box {
    display: none;
  }
}
.cid-uBxxwjvKpg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBxxwjvKpg .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBxxwjvKpg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBxxwjvKpg .container {
  display: flex;
  margin: auto;
}
.cid-uBxxwjvKpg .iconfont-wrapper {
  color: #f2ac2b;
  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-uBxxwjvKpg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBxxwjvKpg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBxxwjvKpg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBxxwjvKpg .navbar-nav {
    margin: 0;
  }
}
.cid-uBxxwjvKpg .dropdown-menu,
.cid-uBxxwjvKpg .navbar.opened {
  background-color: false !important;
}
.cid-uBxxwjvKpg .nav-item:focus,
.cid-uBxxwjvKpg .nav-link:focus {
  outline: none;
}
.cid-uBxxwjvKpg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBxxwjvKpg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBxxwjvKpg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBxxwjvKpg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBxxwjvKpg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBxxwjvKpg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBxxwjvKpg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBxxwjvKpg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBxxwjvKpg .navbar.opened {
  transition: all 0.3s;
}
.cid-uBxxwjvKpg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBxxwjvKpg .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uBxxwjvKpg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBxxwjvKpg .navbar.collapsed {
  justify-content: center;
}
.cid-uBxxwjvKpg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBxxwjvKpg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBxxwjvKpg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBxxwjvKpg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBxxwjvKpg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBxxwjvKpg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBxxwjvKpg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBxxwjvKpg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBxxwjvKpg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBxxwjvKpg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBxxwjvKpg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBxxwjvKpg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBxxwjvKpg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBxxwjvKpg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBxxwjvKpg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBxxwjvKpg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBxxwjvKpg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBxxwjvKpg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBxxwjvKpg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBxxwjvKpg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBxxwjvKpg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBxxwjvKpg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBxxwjvKpg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBxxwjvKpg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBxxwjvKpg .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-uBxxwjvKpg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uBxxwjvKpg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBxxwjvKpg .dropdown-item.active,
.cid-uBxxwjvKpg .dropdown-item:active {
  background-color: transparent;
}
.cid-uBxxwjvKpg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uBxxwjvKpg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBxxwjvKpg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBxxwjvKpg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBxxwjvKpg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBxxwjvKpg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBxxwjvKpg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uBxxwjvKpg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uBxxwjvKpg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBxxwjvKpg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxxwjvKpg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxxwjvKpg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBxxwjvKpg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxxwjvKpg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBxxwjvKpg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBxxwjvKpg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxxwjvKpg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBxxwjvKpg .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-uBxxwjvKpg .navbar {
    height: 70px;
  }
  .cid-uBxxwjvKpg .navbar.opened {
    height: auto;
  }
  .cid-uBxxwjvKpg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBxxwjvKpg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uBxxwjvKpg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uBxxwjvKpg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBxxwjvKpg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBxxwjvKpg .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uBxxwjvKpg .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uBxxwjvKpg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBxxwjvKpg .text_widget {
  margin-bottom: 32px;
}
.cid-uBxxwjvKpg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBxxwjvKpg .text_widget a:hover,
.cid-uBxxwjvKpg .text_widget a:focus {
  opacity: .6;
}
.cid-uBxxwjvKpg .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uBxxwjvKpg .navbar-caption {
  color: #f2ac2b;
}
.cid-uBxxwjvKpg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBxxwjvKpg .mbr-section-subtitle,
.cid-uBxxwjvKpg .text_widget,
.cid-uBxxwjvKpg .mbr-section-btn {
  text-align: center;
}
.cid-uBxxwjvKpg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBxxwllx8w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxxwllx8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwllx8w .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-uBxxwllx8w .container {
    padding: 0 15px;
  }
}
.cid-uBxxwllx8w .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uBxxwllx8w .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBxxwllx8w .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uBxxwllx8w .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uBxxwllx8w .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uBxxwllx8w .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBxxwllx8w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxxwllx8w .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uBxxwllx8w .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uBxxwllx8w .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uBxxwllx8w .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uBxxwllx8w .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uBxxwllx8w .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uBxxwllx8w .mbr-section-title {
  color: #ffffff;
}
.cid-uBxxwllx8w .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uBxxwllx8w .mbr-text {
  color: #ffffff;
}
.cid-uBxxwmctjD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxxwmctjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwmctjD .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-uBxxwmctjD .container {
    padding: 0 15px;
  }
}
.cid-uBxxwmctjD .row {
  justify-content: center;
}
.cid-uBxxwmctjD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxxwmctjD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxxwmctjD .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uBxxwmctjD .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uBxxwmctjD .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBxxwmctjD .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uBxxwmctjD .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uBxxwmctjD .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uBxxwmctjD .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uBxxwmctjD .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBxxwmctjD .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uBxxwmctjD .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uBxxwmctjD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxxwmctjD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBxxwmctjD .list {
  color: #ffffff;
}
.cid-uBxxwnaksg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxxwnaksg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwnaksg .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-uBxxwnaksg .container {
    padding: 0 15px;
  }
}
.cid-uBxxwnaksg .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxxwnaksg .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxxwnaksg .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxxwnaksg .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxxwnaksg .mbr-section-title {
  color: #ffffff;
}
.cid-uBxxwnaksg .mbr-text {
  color: #ffffff;
}
.cid-uBxxwnaksg .mbr-name {
  color: #f2ac2b;
}
.cid-uBxxwo1uMN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpeg");
}
.cid-uBxxwo1uMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwo1uMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxxwo1uMN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxxwo1uMN .container {
    padding: 0 15px;
  }
}
.cid-uBxxwo1uMN .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uBxxwo1uMN .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uBxxwo1uMN .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uBxxwo1uMN .image-wrapper img {
    height: 400px;
  }
}
.cid-uBxxwo1uMN .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uBxxwo1uMN .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBxxwo1uMN .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBxxwo1uMN .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBxxwo1uMN .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uBxxwo1uMN .mbr-section-title {
  color: #ffffff;
}
.cid-uBxxwo1uMN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBxxwo1uMN .mbr-text {
  color: #ffffff;
}
.cid-uBxxwpug0T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxxwpug0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwpug0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxxwpug0T .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxxwpug0T .container {
    padding: 0 15px;
  }
}
.cid-uBxxwpug0T .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxxwpug0T .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBxxwpug0T .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBxxwpug0T .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uBxxwpug0T .items-wrapper {
    display: block;
  }
}
.cid-uBxxwpug0T .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uBxxwpug0T .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-uBxxwpug0T .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-uBxxwpug0T .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-uBxxwpug0T .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-uBxxwpug0T .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-uBxxwpug0T .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-uBxxwpug0T .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-uBxxwpug0T .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-uBxxwpug0T .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uBxxwpug0T .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uBxxwpug0T .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxxwpug0T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxxwpug0T .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uBxxwpug0T .item-text {
  color: #d2d2df;
}
.cid-uBxxwpug0T .item-text,
.cid-uBxxwpug0T .icon-wrapper {
  text-align: center;
}
.cid-uBxxwqN3Qe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxxwqN3Qe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwqN3Qe .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-uBxxwqN3Qe .container {
    padding: 0 15px;
  }
}
.cid-uBxxwqN3Qe .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxxwqN3Qe .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxxwqN3Qe .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxxwqN3Qe .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxxwqN3Qe .mbr-section-title {
  color: #ffffff;
}
.cid-uBxxwqN3Qe .mbr-text {
  color: #ffffff;
}
.cid-uBxxwqN3Qe .mbr-name {
  color: #f2ac2b;
}
.cid-uBxxwrDOMb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxxwrDOMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwrDOMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxxwrDOMb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxxwrDOMb .container {
    padding: 0 15px;
  }
}
.cid-uBxxwrDOMb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxxwrDOMb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxxwrDOMb .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uBxxwrDOMb .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uBxxwrDOMb .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uBxxwrDOMb .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uBxxwrDOMb .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uBxxwrDOMb .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uBxxwrDOMb .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uBxxwrDOMb .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uBxxwrDOMb .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uBxxwrDOMb .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uBxxwrDOMb .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uBxxwrDOMb .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uBxxwrDOMb .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uBxxwrDOMb .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBxxwrDOMb .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxxwrDOMb .image-wrapper {
    margin: 0;
  }
}
.cid-uBxxwrDOMb .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
  z-index: 1;
}
.cid-uBxxwrDOMb .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uBxxwrDOMb .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uBxxwrDOMb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxxwrDOMb .panel-title {
  color: #d2d2df;
}
.cid-uBxxwrDOMb .panel-text {
  color: #d2d2df;
}
.cid-uBxxwrDOMb .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBxxwsOoBW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxxwsOoBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwsOoBW .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-uBxxwsOoBW .container {
    padding: 0 15px;
  }
}
.cid-uBxxwsOoBW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxxwsOoBW .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxxwsOoBW .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxxwsOoBW .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxxwsOoBW .mbr-section-title {
  color: #ffffff;
}
.cid-uBxxwsOoBW .mbr-text {
  color: #ffffff;
}
.cid-uBxxwsOoBW .mbr-name {
  color: #f2ac2b;
}
.cid-uBxxwtOyHY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b1324;
}
.cid-uBxxwtOyHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwtOyHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxxwtOyHY .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBxxwtOyHY .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBxxwtOyHY .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uBxxwtOyHY .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBxxwtOyHY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBxxwtOyHY .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBxxwtOyHY .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBxxwtOyHY .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBxxwtOyHY .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBxxwtOyHY .item {
    margin-bottom: 28px;
  }
}
.cid-uBxxwtOyHY .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uBxxwtOyHY .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uBxxwtOyHY .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uBxxwtOyHY .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uBxxwtOyHY .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uBxxwtOyHY .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uBxxwtOyHY .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uBxxwtOyHY .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBxxwtOyHY .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uBxxwtOyHY .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uBxxwtOyHY .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uBxxwtOyHY .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uBxxwtOyHY .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uBxxwtOyHY .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uBxxwtOyHY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxxwtOyHY .mbr-text,
.cid-uBxxwtOyHY .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBxxwtOyHY .mbr-desc,
.cid-uBxxwtOyHY .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBxxwtOyHY .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxxwtOyHY .item-text {
  color: #ffffff;
}
.cid-uBxxwuT2Pl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxxwuT2Pl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwuT2Pl .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-uBxxwuT2Pl .container {
    padding: 0 15px;
  }
}
.cid-uBxxwuT2Pl .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxxwuT2Pl .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxxwuT2Pl .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxxwuT2Pl .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxxwuT2Pl .mbr-section-title {
  color: #ffffff;
}
.cid-uBxxwuT2Pl .mbr-text {
  color: #ffffff;
}
.cid-uBxxwuT2Pl .mbr-name {
  color: #f2ac2b;
}
.cid-uBxxwvOtkw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0b1324;
}
.cid-uBxxwvOtkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwvOtkw .col-12 {
  padding: 0;
}
.cid-uBxxwvOtkw .row {
  margin: 0;
}
.cid-uBxxwvOtkw .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uBxxwvOtkw .card-margin {
    margin-top: -1px;
  }
}
.cid-uBxxwvOtkw .card-wrapper {
  min-height: 500px;
  border: 1px solid #f2ac2b;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uBxxwvOtkw .card-wrapper {
    padding: 1rem;
  }
}
.cid-uBxxwvOtkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxxwvOtkw .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uBxxwvOtkw .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uBxxwvOtkw .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uBxxwvOtkw .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uBxxwvOtkw .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uBxxwvOtkw .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxxwvOtkw .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBxxwvOtkw .mbr-section-title {
  color: #ffffff;
}
.cid-uBxxwvOtkw .mbr-text,
.cid-uBxxwvOtkw .mbr-section-btn {
  color: #ffffff;
}
.cid-uBxxwwZVe9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxxwwZVe9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwwZVe9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxxwwZVe9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxxwwZVe9 .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uBxxwwZVe9 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBxxwwZVe9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxxwwZVe9 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxxwwZVe9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxxwwZVe9 .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxxwwZVe9 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uBxxwwZVe9 .content-wrapper .list .item-wrap:hover,
.cid-uBxxwwZVe9 .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uBxxwwZVe9 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uBxxwwZVe9 .mbr-section-title {
  color: #ffffff;
}
.cid-uBxxwwZVe9 .mbr-text {
  color: #ffffff;
}
.cid-uBxxwwZVe9 .list {
  color: #d2d2df;
}
.cid-uBxxwxXRnF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b1324;
}
.cid-uBxxwxXRnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwxXRnF .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-uBxxwxXRnF .container {
    padding: 0 20px;
  }
}
.cid-uBxxwxXRnF .row {
  margin: 0;
}
.cid-uBxxwxXRnF .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxxwxXRnF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBxxwxXRnF .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uBxxwxXRnF .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uBxxwxXRnF .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uBxxwxXRnF .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uBxxwxXRnF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxxwySEmW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxxwySEmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwySEmW .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-uBxxwySEmW .container {
    padding: 0 15px;
  }
}
.cid-uBxxwySEmW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBxxwySEmW .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uBxxwySEmW .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBxxwySEmW .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uBxxwySEmW .mbr-section-title {
  color: #ffffff;
}
.cid-uBxxwySEmW .mbr-text {
  color: #ffffff;
}
.cid-uBxxwySEmW .mbr-name {
  color: #f2ac2b;
}
.cid-uBxxwA1Cz4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uBxxwA1Cz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwA1Cz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxxwA1Cz4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBxxwA1Cz4 .container {
    padding: 0 15px;
  }
}
.cid-uBxxwA1Cz4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxxwA1Cz4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxxwA1Cz4 .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-uBxxwA1Cz4 .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uBxxwA1Cz4 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uBxxwA1Cz4 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uBxxwA1Cz4 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uBxxwA1Cz4 .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uBxxwA1Cz4 .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uBxxwA1Cz4 .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uBxxwA1Cz4 .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-uBxxwA1Cz4 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-uBxxwA1Cz4 .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-uBxxwA1Cz4 .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uBxxwA1Cz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxxwA1Cz4 .panel-title {
  color: #ffffff;
}
.cid-uBxxwA1Cz4 .panel-text {
  color: #d2d2df;
}
.cid-uBxxwBauRZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #0b1324;
}
.cid-uBxxwBauRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxxwBauRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxxwBauRZ .card-wrapper {
  border: 1px solid #f2ac2b;
}
.cid-uBxxwBauRZ .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBxxwBauRZ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uBxxwBauRZ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBxxwBauRZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBxxwBauRZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBxxwBauRZ .content-head {
  max-width: 800px;
}
.cid-uBxxwBauRZ .mbr-section-title {
  color: #221b35;
}
.cid-uBxxwCdhNF {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #0b1324, #0b1324);
}
.cid-uBxxwCdhNF .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uBxxwCdhNF .container {
    padding: 0 16px;
  }
}
.cid-uBxxwCdhNF li {
  line-height: 1.8;
}
.cid-uBxxwCdhNF li:hover {
  cursor: pointer;
}
.cid-uBxxwCdhNF .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBxxwCdhNF .card {
    margin-bottom: 40px;
  }
}
.cid-uBxxwCdhNF .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBxxwCdhNF .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxxwCdhNF .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uBxxwCdhNF .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBxxwCdhNF .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uBxxwCdhNF .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uBxxwCdhNF .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBxxwCdhNF .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-uBxxwCdhNF .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uBxxwCdhNF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxxwCdhNF .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBxxwCdhNF .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uBxxwCdhNF .mbr-section-title {
  color: #ffffff;
}
.cid-uBxxwCdhNF .copyright {
  color: #ffffff;
}
.cid-uBxxwCdhNF .mbr-card-title {
  color: #ffffff;
}
.cid-uBxxwCdhNF .list {
  color: #ffffff;
  text-align: left;
}
.cid-uBxxwCdhNF .mbr-section-title,
.cid-uBxxwCdhNF .title-wrapper,
.cid-uBxxwCdhNF .social-wrapper {
  color: #232323;
}
