body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 10.625rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 13.28125rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 5.38rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.725rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 3.375rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.21875rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 8.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.4375rem;
    font-size: calc( 4.3687499999999995rem + (10.625 - 4.3687499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -1vw;
  }
  .display-2 {
    font-size: 4.304rem;
    font-size: calc( 2.533rem + (5.38 - 2.533) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -0.75vw;
  }
  .display-4 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -0.5vw;
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f5c31e !important;
}
.bg-success {
  background-color: #c5e8c0 !important;
}
.bg-info {
  background-color: #e2d7ff !important;
}
.bg-warning {
  background-color: #ff9081 !important;
}
.bg-danger {
  background-color: #ce5545 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f5c31e !important;
  border-color: #f5c31e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b48c08 !important;
  border-color: #b48c08 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b48c08 !important;
  border-color: #b48c08 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ede7e2 !important;
  border-color: #ede7e2 !important;
  color: #806650 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ccbbad !important;
  border-color: #ccbbad !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #806650 !important;
  background-color: #ccbbad !important;
  border-color: #ccbbad !important;
}
.btn-info,
.btn-info:active {
  background-color: #e2d7ff !important;
  border-color: #e2d7ff !important;
  color: #3b00d7 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a380ff !important;
  border-color: #a380ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3b00d7 !important;
  background-color: #a380ff !important;
  border-color: #a380ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #c5e8c0 !important;
  border-color: #c5e8c0 !important;
  color: #377c2d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8bd180 !important;
  border-color: #8bd180 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #377c2d !important;
  background-color: #8bd180 !important;
  border-color: #8bd180 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9081 !important;
  border-color: #ff9081 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff442a !important;
  border-color: #ff442a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff442a !important;
  border-color: #ff442a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ce5545 !important;
  border-color: #ce5545 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #953427 !important;
  border-color: #953427 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #953427 !important;
  border-color: #953427 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5c31e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b48c08 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5c31e !important;
  border-color: #f5c31e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ede7e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ccbbad !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #806650 !important;
  background-color: #ede7e2 !important;
  border-color: #ede7e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2d7ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a380ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #3b00d7 !important;
  background-color: #e2d7ff !important;
  border-color: #e2d7ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c5e8c0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8bd180 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #377c2d !important;
  background-color: #c5e8c0 !important;
  border-color: #c5e8c0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9081;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff442a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9081 !important;
  border-color: #ff9081 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ce5545;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #953427 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ce5545 !important;
  border-color: #ce5545 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f5c31e !important;
}
.text-secondary {
  color: #ede7e2 !important;
}
.text-success {
  color: #c5e8c0 !important;
}
.text-info {
  color: #e2d7ff !important;
}
.text-warning {
  color: #ff9081 !important;
}
.text-danger {
  color: #ce5545 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a68107 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c6b3a3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #80cd75 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9871ff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff361b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #893024 !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: #f5c31e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e2d7ff;
}
.alert-warning {
  background-color: #ff9081;
}
.alert-danger {
  background-color: #ce5545;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f5c31e;
  border-color: #f5c31e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f5c31e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9e9e6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.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: #f5c31e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #f5c31e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f5c31e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f5c31e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f5c31e;
  border-bottom-color: #f5c31e;
}
.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: #f5c31e !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: #ede7e2 !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='%23f5c31e' %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-duration: .3s;
  transition: 0.4s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.8vw;
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding: 0 5.3vw;
  }
}
.row {
  margin-left: -0.7vw;
  margin-right: -0.7vw;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0.7vw;
  padding-right: 0.7vw;
}
@media (max-width: 767px) {
  .row {
    margin-left: -1vw;
    margin-right: -1vw;
  }
  .row > [class*="col"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
.mbr-section-btn .btn {
  min-width: 80px;
  min-height: 66px;
  padding: 22px 38px;
  border-radius: 100rem !important;
  border-width: 1px;
  font-weight: 500;
  box-shadow: none !important;
  transition: .6s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  overflow: hidden;
}
.custom-section-btn .btn-transform {
  position: relative;
  z-index: 4;
  width: 100%;
  min-width: 100%;
  animation: btn-move-out 0.6s ease-in-out;
}
.custom-section-btn .btn-primary {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-primary:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #f5c31e;
  transition: .6s all;
}
.custom-section-btn .btn-primary:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-primary:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-primary:hover:after {
  left: 100%;
}
.custom-section-btn .btn-white {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-white:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #ede7e2;
  transition: .6s all;
}
.custom-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-white:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-white:hover:after {
  left: 100%;
}
.custom-section-btn .btn-black {
  color: #FFFFFF !important;
  background: #f5c31e !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #000000;
  transition: .6s all;
}
.custom-section-btn .btn-black:hover {
  color: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-black:hover:after {
  left: 100%;
}
.custom-section-btn .btn-black-outline {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black-outline:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #FFFFFF;
  transition: .6s all;
}
.custom-section-btn .btn-black-outline:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-black-outline:hover:after {
  left: 100%;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    z-index: 2;
  }
  51% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
    z-index: 2;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(-100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-100%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.form-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.form-wrapper form {
  width: 100%;
}
.form-wrapper form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.form-wrapper form p {
  color: #000000;
}
.form-wrapper form .mbr-section-btn {
  text-align: right;
  justify-content: flex-end;
  margin-right: auto;
}
.form-wrapper form .form-group {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}
.form-wrapper form .form-control {
  height: 62px;
  border: 1px solid #000000 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 20px 32px;
  font-size: 18px;
  line-height: normal !important;
  color: #000000;
  font-weight: 500;
}
.form-wrapper form .form-control::-webkit-input-placeholder {
  color: #757575;
}
.form-wrapper form .form-control::-moz-placeholder {
  color: #757575;
}
.form-wrapper form .form-control:-moz-placeholder {
  color: #757575;
}
.form-wrapper form .form-control:-ms-input-placeholder {
  color: #757575;
}
.form-wrapper form select {
  color: #757575 !important;
}
.form-wrapper form textarea {
  height: 100px !important;
  min-height: 100px !important;
  padding: 20px 32px !important;
  resize: none;
}
.form-wrapper form textarea::-webkit-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea::-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea:-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea:-ms-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form input,
.form-wrapper form textarea {
  transition: .5s all;
}
.form-wrapper form input:active,
.form-wrapper form textarea:active,
.form-wrapper form input:focus,
.form-wrapper form textarea:focus {
  background-color: transparent !important;
  border-color: #000000 !important;
  outline: none !important;
}
.form-wrapper form input:active::-webkit-input-placeholder,
.form-wrapper form textarea:active::-webkit-input-placeholder,
.form-wrapper form input:focus::-webkit-input-placeholder,
.form-wrapper form textarea:focus::-webkit-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active::-moz-placeholder,
.form-wrapper form textarea:active::-moz-placeholder,
.form-wrapper form input:focus::-moz-placeholder,
.form-wrapper form textarea:focus::-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active:-moz-placeholder,
.form-wrapper form textarea:active:-moz-placeholder,
.form-wrapper form input:focus:-moz-placeholder,
.form-wrapper form textarea:focus:-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active:-ms-input-placeholder,
.form-wrapper form textarea:active:-ms-input-placeholder,
.form-wrapper form input:focus:-ms-input-placeholder,
.form-wrapper form textarea:focus:-ms-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form .row {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.form-wrapper form .row [class*=col] {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.form-wrapper form label {
  width: 100%;
  color: #000000;
  margin-bottom: 0.5rem;
}
.form-wrapper form .form-check-input {
  border-color: #757575 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.form-wrapper form .form-check-input:focus,
.form-wrapper form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.form-wrapper form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #757575 !important;
}
.cid-tN49DbS0dW {
  z-index: 1000;
  width: 100%;
}
.cid-tN49DbS0dW .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-tN49DbS0dW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-tN49DbS0dW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN49DbS0dW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tN49DbS0dW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tN49DbS0dW .menu_box .navbar.opened,
  .cid-tN49DbS0dW .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tN49DbS0dW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tN49DbS0dW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tN49DbS0dW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tN49DbS0dW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tN49DbS0dW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tN49DbS0dW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tN49DbS0dW .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tN49DbS0dW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tN49DbS0dW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tN49DbS0dW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tN49DbS0dW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tN49DbS0dW .offcanvas-body .mbr-text,
  .cid-tN49DbS0dW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tN49DbS0dW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tN49DbS0dW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tN49DbS0dW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tN49DbS0dW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tN49DbS0dW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tN49DbS0dW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tN49DbS0dW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tN49DbS0dW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tN49DbS0dW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tN49DbS0dW .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-tN49DbS0dW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tN49DbS0dW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tN49DbS0dW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tN49DbS0dW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tN49DbS0dW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tN49DbS0dW .nav-item {
    margin: 0 !important;
  }
}
.cid-tN49DbS0dW .nav-item .nav-link {
  position: relative;
}
.cid-tN49DbS0dW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f5c31e;
  transition: all 0.3s ease-out;
}
.cid-tN49DbS0dW .nav-item .nav-link:hover,
.cid-tN49DbS0dW .nav-item .nav-link:focus {
  opacity: 1;
  color: #f5c31e !important;
}
.cid-tN49DbS0dW .nav-item .nav-link:hover::before,
.cid-tN49DbS0dW .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tN49DbS0dW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tN49DbS0dW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tN49DbS0dW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tN49DbS0dW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tN49DbS0dW .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-tN49DbS0dW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tN49DbS0dW .offcanvas_box {
    display: none;
  }
}
.cid-tN49DbS0dW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tN49DbS0dW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tN49DbS0dW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tN49DbS0dW .container {
  display: flex;
  margin: auto;
}
.cid-tN49DbS0dW .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tN49DbS0dW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tN49DbS0dW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tN49DbS0dW .navbar-caption {
  color: #ffffff;
}
.cid-tN49DbS0dW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tN49DbS0dW .navbar-nav {
    margin: 0;
  }
}
.cid-tN49DbS0dW .dropdown-menu,
.cid-tN49DbS0dW .navbar.opened {
  background-color: true !important;
}
.cid-tN49DbS0dW .nav-item:focus,
.cid-tN49DbS0dW .nav-link:focus {
  outline: none;
}
.cid-tN49DbS0dW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN49DbS0dW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN49DbS0dW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN49DbS0dW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN49DbS0dW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN49DbS0dW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN49DbS0dW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tN49DbS0dW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tN49DbS0dW .navbar.opened {
  transition: all 0.3s;
}
.cid-tN49DbS0dW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tN49DbS0dW .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tN49DbS0dW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tN49DbS0dW .navbar.collapsed {
  justify-content: center;
}
.cid-tN49DbS0dW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN49DbS0dW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tN49DbS0dW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN49DbS0dW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN49DbS0dW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN49DbS0dW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tN49DbS0dW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tN49DbS0dW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tN49DbS0dW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tN49DbS0dW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN49DbS0dW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN49DbS0dW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tN49DbS0dW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN49DbS0dW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tN49DbS0dW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN49DbS0dW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tN49DbS0dW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tN49DbS0dW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tN49DbS0dW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tN49DbS0dW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN49DbS0dW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tN49DbS0dW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN49DbS0dW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN49DbS0dW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN49DbS0dW .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-tN49DbS0dW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tN49DbS0dW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN49DbS0dW .dropdown-item.active,
.cid-tN49DbS0dW .dropdown-item:active {
  background-color: transparent;
}
.cid-tN49DbS0dW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN49DbS0dW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN49DbS0dW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN49DbS0dW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN49DbS0dW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tN49DbS0dW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN49DbS0dW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tN49DbS0dW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tN49DbS0dW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN49DbS0dW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN49DbS0dW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN49DbS0dW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN49DbS0dW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN49DbS0dW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN49DbS0dW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN49DbS0dW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN49DbS0dW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tN49DbS0dW .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-tN49DbS0dW .navbar {
    height: 70px;
  }
  .cid-tN49DbS0dW .navbar.opened {
    height: auto;
  }
  .cid-tN49DbS0dW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN49DbS0dW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tN49DbS0dW .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tN49DbS0dW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tN49DbS0dW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tN49DbS0dW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tN49DbS0dW .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tN49DbS0dW .navbar-caption:hover {
  color: #f5c31e;
}
@media (min-width: 992px) {
  .cid-tN49DbS0dW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tN49DbS0dW .text_widget {
  margin-bottom: 32px;
}
.cid-tN49DbS0dW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tN49DbS0dW .text_widget a:hover {
  color: #f5c31e !important;
}
.cid-tN49DbS0dW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tN49DbS0dW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tN49DbS0dW .mbr-section-subtitle,
.cid-tN49DbS0dW .text_widget,
.cid-tN49DbS0dW .mbr-section-btn {
  text-align: center;
}
.cid-tN49DbS0dW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tN49Dd7Gfl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
  position: relative;
}
.cid-tN49Dd7Gfl .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #434343;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tN49Dd7Gfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN49Dd7Gfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tN49Dd7Gfl .container {
    padding: 0 !important;
  }
}
.cid-tN49Dd7Gfl .mbr-section-head {
  width: 100%;
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 991px) {
  .cid-tN49Dd7Gfl .mbr-section-head {
    margin-bottom: 8.2vw;
    padding: 0 5.3vw;
  }
}
@media (max-width: 767px) {
  .cid-tN49Dd7Gfl .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-tN49Dd7Gfl .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tN49Dd7Gfl .mbr-section-title {
    text-align: left;
  }
}
.cid-tN49Dd7Gfl .mbr-section-subtitle {
  color: #1ebeff;
  margin-bottom: 0;
  margin-top: 32px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tN49Dd7Gfl .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tN49Dd7Gfl .accordion-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  border-radius: 1.7vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tN49Dd7Gfl .accordion-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.cid-tN49Dd7Gfl .panel-group {
  border: none;
  width: 100%;
  width: 35%;
}
@media (max-width: 991px) {
  .cid-tN49Dd7Gfl .panel-group {
    width: 100%;
    border-right: none;
  }
}
.cid-tN49Dd7Gfl .card {
  position: static;
  padding: 0;
  margin: 0;
}
.cid-tN49Dd7Gfl .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-tN49Dd7Gfl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8vw 2.2vw;
}
@media (max-width: 991px) {
  .cid-tN49Dd7Gfl .panel-title {
    padding: 7.2vw 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tN49Dd7Gfl .panel-title {
    padding: 8.5333333333vw 5.3333333333vw 9.0666666667vw;
  }
}
.cid-tN49Dd7Gfl .panel-title[aria-expanded="true"] {
  padding-bottom: 0.8vw;
}
@media (max-width: 991px) {
  .cid-tN49Dd7Gfl .panel-title[aria-expanded="true"] {
    padding-bottom: 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tN49Dd7Gfl .panel-title[aria-expanded="true"] {
    padding-bottom: 9.0666666667vw;
  }
}
.cid-tN49Dd7Gfl .panel-title[aria-expanded="true"] .sign {
  opacity: 0;
  transform: rotate(180deg);
}
.cid-tN49Dd7Gfl .panel-title-edit {
  color: #f5c31e;
  margin-right: 1rem;
}
.cid-tN49Dd7Gfl .panel-body {
  padding: 0 2.2vw 1.7vw;
  transition: background 0.4s  !important;
}
@media (max-width: 991px) {
  .cid-tN49Dd7Gfl .panel-body {
    padding: 0 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tN49Dd7Gfl .panel-body {
    padding: 0 5.3333333333vw 9.0666666667vw;
  }
}
.cid-tN49Dd7Gfl .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
.cid-tN49Dd7Gfl .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-tN49Dd7Gfl .image-wrapper {
  position: absolute;
  left: 35%;
  top: 0;
  width: 65%;
  height: 100%;
}
.cid-tN49Dd7Gfl .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tN49Dd7Gfl .image-wrapper {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1.68;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-tN49Dd7Gfl .panel-text {
  color: #1ebeff;
}
.cid-tN49DdsaPl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  position: relative;
}
.cid-tN49DdsaPl .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #434343;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tN49DdsaPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN49DdsaPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tN49DdsaPl .container {
    padding: 0 !important;
  }
}
.cid-tN49DdsaPl .mbr-section-head {
  width: 100%;
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 991px) {
  .cid-tN49DdsaPl .mbr-section-head {
    margin-bottom: 8.2vw;
    padding: 0 5.3vw;
  }
}
@media (max-width: 767px) {
  .cid-tN49DdsaPl .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-tN49DdsaPl .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tN49DdsaPl .mbr-section-title {
    text-align: left;
  }
}
.cid-tN49DdsaPl .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tN49DdsaPl .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tN49DdsaPl .accordion-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  border-radius: 1.7vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tN49DdsaPl .accordion-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.cid-tN49DdsaPl .panel-group {
  border: none;
  width: 100%;
  width: 35%;
}
@media (max-width: 991px) {
  .cid-tN49DdsaPl .panel-group {
    width: 100%;
    border-right: none;
  }
}
.cid-tN49DdsaPl .card {
  position: static;
  padding: 0;
  margin: 0;
}
.cid-tN49DdsaPl .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-tN49DdsaPl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8vw 2.2vw;
}
@media (max-width: 991px) {
  .cid-tN49DdsaPl .panel-title {
    padding: 7.2vw 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tN49DdsaPl .panel-title {
    padding: 8.5333333333vw 5.3333333333vw 9.0666666667vw;
  }
}
.cid-tN49DdsaPl .panel-title[aria-expanded="true"] {
  padding-bottom: 0.8vw;
}
@media (max-width: 991px) {
  .cid-tN49DdsaPl .panel-title[aria-expanded="true"] {
    padding-bottom: 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tN49DdsaPl .panel-title[aria-expanded="true"] {
    padding-bottom: 9.0666666667vw;
  }
}
.cid-tN49DdsaPl .panel-title[aria-expanded="true"] .sign {
  opacity: 0;
  transform: rotate(180deg);
}
.cid-tN49DdsaPl .panel-title-edit {
  color: #f5c31e;
  margin-right: 1rem;
}
.cid-tN49DdsaPl .panel-body {
  padding: 0 2.2vw 1.7vw;
  transition: background 0.4s  !important;
}
@media (max-width: 991px) {
  .cid-tN49DdsaPl .panel-body {
    padding: 0 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tN49DdsaPl .panel-body {
    padding: 0 5.3333333333vw 9.0666666667vw;
  }
}
.cid-tN49DdsaPl .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
.cid-tN49DdsaPl .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-tN49DdsaPl .image-wrapper {
  position: absolute;
  left: 35%;
  top: 0;
  width: 65%;
  height: 100%;
}
.cid-tN49DdsaPl .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tN49DdsaPl .image-wrapper {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1.68;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-tN49DdsaPl .panel-text {
  color: #1ebeff;
}
.cid-tN49DdNXhc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tN49DdNXhc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN49DdNXhc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN49DdNXhc .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tN49DdNXhc .container-fluid {
    padding: 0 25px;
  }
}
.cid-tN49DdNXhc .container-fluid .row {
  padding: 0;
}
.cid-tN49DdNXhc .row {
  justify-content: center;
}
.cid-tN49DdNXhc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN49DdNXhc .mbr-text {
  color: #1ebeff;
  text-align: center;
}
.cid-tN49Denxyf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tN49Denxyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN49Denxyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN49Denxyf .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tN49Denxyf .container-fluid {
    padding: 0 25px;
  }
}
.cid-tN49Denxyf .container-fluid .row {
  padding: 0;
}
.cid-tN49Denxyf .row {
  justify-content: center;
}
.cid-tN49Denxyf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN49Denxyf .mbr-text {
  color: #1ebeff;
  text-align: center;
}
.cid-tN49DeDRq8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tN49DeDRq8 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tN49DeDRq8 .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tN49DeDRq8 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tN49DeDRq8 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tN49DeDRq8 .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tN49DeDRq8 .card {
    margin-bottom: 2vw;
  }
}
.cid-tN49DeDRq8 .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tN49DeDRq8 .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tN49DeDRq8 .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tN49DeDRq8 .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tN49DeDRq8 .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tN49DeDRq8 .card-wrap img {
    width: 40vw;
  }
}
.cid-tN49DeYAtN {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tN49DeYAtN .mbr-text {
  color: #000000;
}
.cid-tN49DeYAtN .media-container-row .mbr-text {
  color: #1ebeff;
}
.cid-tN2TVtJeWQ {
  z-index: 1000;
  width: 100%;
}
.cid-tN2TVtJeWQ .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-tN2TVtJeWQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-tN2TVtJeWQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN2TVtJeWQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tN2TVtJeWQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tN2TVtJeWQ .menu_box .navbar.opened,
  .cid-tN2TVtJeWQ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tN2TVtJeWQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tN2TVtJeWQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tN2TVtJeWQ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tN2TVtJeWQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tN2TVtJeWQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tN2TVtJeWQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tN2TVtJeWQ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tN2TVtJeWQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tN2TVtJeWQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tN2TVtJeWQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tN2TVtJeWQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tN2TVtJeWQ .offcanvas-body .mbr-text,
  .cid-tN2TVtJeWQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tN2TVtJeWQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tN2TVtJeWQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tN2TVtJeWQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tN2TVtJeWQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tN2TVtJeWQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tN2TVtJeWQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tN2TVtJeWQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tN2TVtJeWQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tN2TVtJeWQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tN2TVtJeWQ .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-tN2TVtJeWQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tN2TVtJeWQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tN2TVtJeWQ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tN2TVtJeWQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tN2TVtJeWQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tN2TVtJeWQ .nav-item {
    margin: 0 !important;
  }
}
.cid-tN2TVtJeWQ .nav-item .nav-link {
  position: relative;
}
.cid-tN2TVtJeWQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f5c31e;
  transition: all 0.3s ease-out;
}
.cid-tN2TVtJeWQ .nav-item .nav-link:hover,
.cid-tN2TVtJeWQ .nav-item .nav-link:focus {
  opacity: 1;
  color: #f5c31e !important;
}
.cid-tN2TVtJeWQ .nav-item .nav-link:hover::before,
.cid-tN2TVtJeWQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tN2TVtJeWQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tN2TVtJeWQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tN2TVtJeWQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tN2TVtJeWQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tN2TVtJeWQ .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-tN2TVtJeWQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tN2TVtJeWQ .offcanvas_box {
    display: none;
  }
}
.cid-tN2TVtJeWQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tN2TVtJeWQ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tN2TVtJeWQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tN2TVtJeWQ .container {
  display: flex;
  margin: auto;
}
.cid-tN2TVtJeWQ .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tN2TVtJeWQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tN2TVtJeWQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tN2TVtJeWQ .navbar-caption {
  color: #ffffff;
}
.cid-tN2TVtJeWQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tN2TVtJeWQ .navbar-nav {
    margin: 0;
  }
}
.cid-tN2TVtJeWQ .dropdown-menu,
.cid-tN2TVtJeWQ .navbar.opened {
  background-color: true !important;
}
.cid-tN2TVtJeWQ .nav-item:focus,
.cid-tN2TVtJeWQ .nav-link:focus {
  outline: none;
}
.cid-tN2TVtJeWQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN2TVtJeWQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN2TVtJeWQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN2TVtJeWQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN2TVtJeWQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN2TVtJeWQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN2TVtJeWQ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tN2TVtJeWQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tN2TVtJeWQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tN2TVtJeWQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tN2TVtJeWQ .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tN2TVtJeWQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tN2TVtJeWQ .navbar.collapsed {
  justify-content: center;
}
.cid-tN2TVtJeWQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN2TVtJeWQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tN2TVtJeWQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN2TVtJeWQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN2TVtJeWQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN2TVtJeWQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tN2TVtJeWQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tN2TVtJeWQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tN2TVtJeWQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tN2TVtJeWQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN2TVtJeWQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN2TVtJeWQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tN2TVtJeWQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN2TVtJeWQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tN2TVtJeWQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN2TVtJeWQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tN2TVtJeWQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tN2TVtJeWQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tN2TVtJeWQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tN2TVtJeWQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN2TVtJeWQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tN2TVtJeWQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN2TVtJeWQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN2TVtJeWQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN2TVtJeWQ .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-tN2TVtJeWQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tN2TVtJeWQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN2TVtJeWQ .dropdown-item.active,
.cid-tN2TVtJeWQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tN2TVtJeWQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN2TVtJeWQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN2TVtJeWQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN2TVtJeWQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN2TVtJeWQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tN2TVtJeWQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN2TVtJeWQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tN2TVtJeWQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tN2TVtJeWQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN2TVtJeWQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN2TVtJeWQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN2TVtJeWQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN2TVtJeWQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN2TVtJeWQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN2TVtJeWQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN2TVtJeWQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN2TVtJeWQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tN2TVtJeWQ .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-tN2TVtJeWQ .navbar {
    height: 70px;
  }
  .cid-tN2TVtJeWQ .navbar.opened {
    height: auto;
  }
  .cid-tN2TVtJeWQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN2TVtJeWQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tN2TVtJeWQ .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tN2TVtJeWQ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tN2TVtJeWQ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tN2TVtJeWQ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tN2TVtJeWQ .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tN2TVtJeWQ .navbar-caption:hover {
  color: #f5c31e;
}
@media (min-width: 992px) {
  .cid-tN2TVtJeWQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tN2TVtJeWQ .text_widget {
  margin-bottom: 32px;
}
.cid-tN2TVtJeWQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tN2TVtJeWQ .text_widget a:hover {
  color: #f5c31e !important;
}
.cid-tN2TVtJeWQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tN2TVtJeWQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tN2TVtJeWQ .mbr-section-subtitle,
.cid-tN2TVtJeWQ .text_widget,
.cid-tN2TVtJeWQ .mbr-section-btn {
  text-align: center;
}
.cid-tN2TVtJeWQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tlJMIKbuHg {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-tlJMIKbuHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJMIKbuHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-tlJMIKbuHg .mbr-section-head {
  width: 100%;
  margin-bottom: 5vw;
}
@media (max-width: 991px) {
  .cid-tlJMIKbuHg .mbr-section-head {
    margin-bottom: 8.2vw;
  }
}
@media (max-width: 767px) {
  .cid-tlJMIKbuHg .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-tlJMIKbuHg .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tlJMIKbuHg .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tlJMIKbuHg .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tlJMIKbuHg .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-tlJMIKbuHg .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-tlJMIKbuHg .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-tlJMIKbuHg .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-tlJMIKbuHg .mbr-section-subtitle {
  color: #f5c31e;
  margin-bottom: 0;
  margin-top: 32px;
  text-align: center;
}
.cid-tlJMIKbuHg .mbr-section-title-2 {
  color: #ffffff;
  text-align: center;
}
.cid-tlJMIKbuHg .mbr-section-title-3 {
  color: #ffffff;
}
.cid-tlJMIKbuHg .mbr-section-title-1 {
  color: #ffffff;
}
.cid-tlJMIKbuHg .mbr-section-title-3 P {
  text-align: center;
}
.cid-tlJOKREgeO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
  position: relative;
}
.cid-tlJOKREgeO .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tlJOKREgeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJOKREgeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlJOKREgeO .col-text {
    order: 2;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tlJOKREgeO .col-text {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tlJOKREgeO .col-img {
    order: 1;
  }
}
.cid-tlJOKREgeO .text-wrapper {
  width: 100%;
}
.cid-tlJOKREgeO .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tlJOKREgeO .mbr-text {
  color: #000000;
  width: 56%;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tlJOKREgeO .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tlJOKREgeO .mbr-text {
    margin-top: 1.5rem;
  }
}
.cid-tlJOKREgeO .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tlJOKREgeO .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-tlJOKREgeO .image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.cid-tlJOKREgeO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tlJOKREgeO .mbr-text,
.cid-tlJOKREgeO .mbr-section-btn {
  color: #1ebeff;
  text-align: left;
}
.cid-tLmkcb1zaN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5c31e;
}
.cid-tLmkcb1zaN .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tLmkcb1zaN .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tLmkcb1zaN .mbr-section-title {
  color: #FFFFFF;
}
.cid-tLmkcb1zaN .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tLmkcb1zaN .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tLmkcb1zaN .card {
    margin-bottom: 2vw;
  }
}
.cid-tLmkcb1zaN .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
  background-color: #000000;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-tLmkcb1zaN .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tLmkcb1zaN .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tLmkcb1zaN .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tLmkcb1zaN .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tLmkcb1zaN .card-wrap img {
    width: 40vw;
  }
}
.cid-tlJO4FXRhZ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
  position: relative;
}
.cid-tlJO4FXRhZ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #434343;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tlJO4FXRhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJO4FXRhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .container {
    padding: 0 !important;
  }
}
.cid-tlJO4FXRhZ .mbr-section-head {
  width: 100%;
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .mbr-section-head {
    margin-bottom: 8.2vw;
    padding: 0 5.3vw;
  }
}
@media (max-width: 767px) {
  .cid-tlJO4FXRhZ .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-tlJO4FXRhZ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .mbr-section-title {
    text-align: left;
  }
}
.cid-tlJO4FXRhZ .mbr-section-subtitle {
  color: #1ebeff;
  margin-bottom: 0;
  margin-top: 32px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tlJO4FXRhZ .accordion-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .accordion-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.cid-tlJO4FXRhZ .panel-group {
  border: none;
  width: 100%;
  width: 35%;
  border-right: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .panel-group {
    width: 100%;
    border-right: none;
  }
}
.cid-tlJO4FXRhZ .card {
  position: static;
  padding: 0;
  margin: 0;
}
.cid-tlJO4FXRhZ .card:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-tlJO4FXRhZ .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-tlJO4FXRhZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8vw 2.2vw;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .panel-title {
    padding: 7.2vw 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tlJO4FXRhZ .panel-title {
    padding: 8.5333333333vw 5.3333333333vw 9.0666666667vw;
  }
}
.cid-tlJO4FXRhZ .panel-title[aria-expanded="true"] {
  padding-bottom: 0.8vw;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .panel-title[aria-expanded="true"] {
    padding-bottom: 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tlJO4FXRhZ .panel-title[aria-expanded="true"] {
    padding-bottom: 9.0666666667vw;
  }
}
.cid-tlJO4FXRhZ .panel-title[aria-expanded="true"] .sign {
  opacity: 0;
  transform: rotate(180deg);
}
.cid-tlJO4FXRhZ .panel-title-edit {
  color: #f5c31e;
  margin-right: 1rem;
}
.cid-tlJO4FXRhZ .panel-body {
  padding: 0 2.2vw 1.7vw;
  transition: background 0.4s  !important;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .panel-body {
    padding: 0 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tlJO4FXRhZ .panel-body {
    padding: 0 5.3333333333vw 9.0666666667vw;
  }
}
.cid-tlJO4FXRhZ .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
.cid-tlJO4FXRhZ .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-tlJO4FXRhZ .image-wrapper {
  position: absolute;
  left: 35%;
  top: 0;
  width: 65%;
  height: 100%;
}
.cid-tlJO4FXRhZ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .image-wrapper {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1.68;
    border-top: 1px solid #ffffff;
  }
}
.cid-tlJO4FXRhZ .panel-collapse:not(.collapse) .panel-body {
  background-color: #000000;
}
.cid-tlJO4FXRhZ .panel-collapse.show .panel-body {
  background-color: #000000;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-tlJO4FXRhZ .panel-text {
  color: #1ebeff;
}
.cid-tN2OzC8Jx7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
  position: relative;
}
.cid-tN2OzC8Jx7 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #434343;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tN2OzC8Jx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN2OzC8Jx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tN2OzC8Jx7 .container {
    padding: 0 !important;
  }
}
.cid-tN2OzC8Jx7 .mbr-section-head {
  width: 100%;
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 991px) {
  .cid-tN2OzC8Jx7 .mbr-section-head {
    margin-bottom: 8.2vw;
    padding: 0 5.3vw;
  }
}
@media (max-width: 767px) {
  .cid-tN2OzC8Jx7 .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-tN2OzC8Jx7 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tN2OzC8Jx7 .mbr-section-title {
    text-align: left;
  }
}
.cid-tN2OzC8Jx7 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tN2OzC8Jx7 .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tN2OzC8Jx7 .accordion-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-tN2OzC8Jx7 .accordion-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.cid-tN2OzC8Jx7 .panel-group {
  border: none;
  width: 100%;
  width: 35%;
  border-right: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-tN2OzC8Jx7 .panel-group {
    width: 100%;
    border-right: none;
  }
}
.cid-tN2OzC8Jx7 .card {
  position: static;
  padding: 0;
  margin: 0;
}
.cid-tN2OzC8Jx7 .card:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-tN2OzC8Jx7 .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-tN2OzC8Jx7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8vw 2.2vw;
}
@media (max-width: 991px) {
  .cid-tN2OzC8Jx7 .panel-title {
    padding: 7.2vw 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tN2OzC8Jx7 .panel-title {
    padding: 8.5333333333vw 5.3333333333vw 9.0666666667vw;
  }
}
.cid-tN2OzC8Jx7 .panel-title[aria-expanded="true"] {
  padding-bottom: 0.8vw;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tN2OzC8Jx7 .panel-title[aria-expanded="true"] {
    padding-bottom: 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tN2OzC8Jx7 .panel-title[aria-expanded="true"] {
    padding-bottom: 9.0666666667vw;
  }
}
.cid-tN2OzC8Jx7 .panel-title[aria-expanded="true"] .sign {
  opacity: 0;
  transform: rotate(180deg);
}
.cid-tN2OzC8Jx7 .panel-title-edit {
  color: #f5c31e;
  margin-right: 1rem;
}
.cid-tN2OzC8Jx7 .panel-body {
  padding: 0 2.2vw 1.7vw;
  transition: background 0.4s  !important;
}
@media (max-width: 991px) {
  .cid-tN2OzC8Jx7 .panel-body {
    padding: 0 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tN2OzC8Jx7 .panel-body {
    padding: 0 5.3333333333vw 9.0666666667vw;
  }
}
.cid-tN2OzC8Jx7 .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
.cid-tN2OzC8Jx7 .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-tN2OzC8Jx7 .image-wrapper {
  position: absolute;
  left: 35%;
  top: 0;
  width: 65%;
  height: 100%;
}
.cid-tN2OzC8Jx7 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tN2OzC8Jx7 .image-wrapper {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1.68;
    border-top: 1px solid #ffffff;
  }
}
.cid-tN2OzC8Jx7 .panel-collapse:not(.collapse) .panel-body {
  background-color: #000000;
}
.cid-tN2OzC8Jx7 .panel-collapse.show .panel-body {
  background-color: #000000;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-tN2OzC8Jx7 .panel-text {
  color: #1ebeff;
}
.cid-tLmzHofYrh {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tLmzHofYrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLmzHofYrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLmzHofYrh .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLmzHofYrh .container-fluid {
    padding: 0 25px;
  }
}
.cid-tLmzHofYrh .container-fluid .row {
  padding: 0;
}
.cid-tLmzHofYrh .row {
  justify-content: center;
}
.cid-tLmzHofYrh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLmzHofYrh .mbr-text {
  color: #1ebeff;
  text-align: center;
}
.cid-tLmjbLulOQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5c31e;
}
.cid-tLmjbLulOQ .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tLmjbLulOQ .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tLmjbLulOQ .mbr-section-title {
  color: #FFFFFF;
}
.cid-tLmjbLulOQ .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tLmjbLulOQ .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tLmjbLulOQ .card {
    margin-bottom: 2vw;
  }
}
.cid-tLmjbLulOQ .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
  background-color: #000000;
  border: 1px solid #ede7e2;
}
@media (max-width: 991px) {
  .cid-tLmjbLulOQ .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tLmjbLulOQ .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tLmjbLulOQ .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tLmjbLulOQ .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tLmjbLulOQ .card-wrap img {
    width: 40vw;
  }
}
.cid-tLmAjttEWq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tLmAjttEWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLmAjttEWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLmAjttEWq .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLmAjttEWq .container-fluid {
    padding: 0 25px;
  }
}
.cid-tLmAjttEWq .container-fluid .row {
  padding: 0;
}
.cid-tLmAjttEWq .row {
  justify-content: center;
}
.cid-tLmAjttEWq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLmAjttEWq .mbr-text {
  color: #1ebeff;
  text-align: center;
}
.cid-tLmrf7431k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tLmrf7431k .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tLmrf7431k .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tLmrf7431k .mbr-section-title {
  color: #FFFFFF;
}
.cid-tLmrf7431k .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tLmrf7431k .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tLmrf7431k .card {
    margin-bottom: 2vw;
  }
}
.cid-tLmrf7431k .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tLmrf7431k .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tLmrf7431k .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tLmrf7431k .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tLmrf7431k .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tLmrf7431k .card-wrap img {
    width: 40vw;
  }
}
.cid-tlJSdPfCNW {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tlJSdPfCNW .mbr-text {
  color: #000000;
}
.cid-tlJSdPfCNW .media-container-row .mbr-text {
  color: #1ebeff;
}
.cid-tNr44UnFmx {
  z-index: 1000;
  width: 100%;
}
.cid-tNr44UnFmx .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-tNr44UnFmx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-tNr44UnFmx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNr44UnFmx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNr44UnFmx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tNr44UnFmx .menu_box .navbar.opened,
  .cid-tNr44UnFmx .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tNr44UnFmx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tNr44UnFmx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tNr44UnFmx .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNr44UnFmx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tNr44UnFmx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tNr44UnFmx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tNr44UnFmx .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tNr44UnFmx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tNr44UnFmx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tNr44UnFmx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tNr44UnFmx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tNr44UnFmx .offcanvas-body .mbr-text,
  .cid-tNr44UnFmx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tNr44UnFmx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tNr44UnFmx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tNr44UnFmx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tNr44UnFmx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tNr44UnFmx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tNr44UnFmx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tNr44UnFmx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tNr44UnFmx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tNr44UnFmx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNr44UnFmx .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-tNr44UnFmx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tNr44UnFmx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tNr44UnFmx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tNr44UnFmx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tNr44UnFmx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNr44UnFmx .nav-item {
    margin: 0 !important;
  }
}
.cid-tNr44UnFmx .nav-item .nav-link {
  position: relative;
}
.cid-tNr44UnFmx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f5c31e;
  transition: all 0.3s ease-out;
}
.cid-tNr44UnFmx .nav-item .nav-link:hover,
.cid-tNr44UnFmx .nav-item .nav-link:focus {
  opacity: 1;
  color: #f5c31e !important;
}
.cid-tNr44UnFmx .nav-item .nav-link:hover::before,
.cid-tNr44UnFmx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tNr44UnFmx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNr44UnFmx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tNr44UnFmx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tNr44UnFmx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNr44UnFmx .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-tNr44UnFmx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tNr44UnFmx .offcanvas_box {
    display: none;
  }
}
.cid-tNr44UnFmx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tNr44UnFmx .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tNr44UnFmx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tNr44UnFmx .container {
  display: flex;
  margin: auto;
}
.cid-tNr44UnFmx .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tNr44UnFmx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tNr44UnFmx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tNr44UnFmx .navbar-caption {
  color: #ffffff;
}
.cid-tNr44UnFmx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tNr44UnFmx .navbar-nav {
    margin: 0;
  }
}
.cid-tNr44UnFmx .dropdown-menu,
.cid-tNr44UnFmx .navbar.opened {
  background-color: true !important;
}
.cid-tNr44UnFmx .nav-item:focus,
.cid-tNr44UnFmx .nav-link:focus {
  outline: none;
}
.cid-tNr44UnFmx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNr44UnFmx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNr44UnFmx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNr44UnFmx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNr44UnFmx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNr44UnFmx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNr44UnFmx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tNr44UnFmx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tNr44UnFmx .navbar.opened {
  transition: all 0.3s;
}
.cid-tNr44UnFmx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tNr44UnFmx .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tNr44UnFmx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tNr44UnFmx .navbar.collapsed {
  justify-content: center;
}
.cid-tNr44UnFmx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNr44UnFmx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNr44UnFmx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNr44UnFmx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNr44UnFmx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNr44UnFmx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tNr44UnFmx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNr44UnFmx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tNr44UnFmx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tNr44UnFmx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNr44UnFmx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNr44UnFmx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tNr44UnFmx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNr44UnFmx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tNr44UnFmx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNr44UnFmx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tNr44UnFmx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tNr44UnFmx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tNr44UnFmx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tNr44UnFmx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNr44UnFmx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tNr44UnFmx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNr44UnFmx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNr44UnFmx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNr44UnFmx .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-tNr44UnFmx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tNr44UnFmx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNr44UnFmx .dropdown-item.active,
.cid-tNr44UnFmx .dropdown-item:active {
  background-color: transparent;
}
.cid-tNr44UnFmx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNr44UnFmx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNr44UnFmx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNr44UnFmx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNr44UnFmx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tNr44UnFmx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNr44UnFmx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tNr44UnFmx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNr44UnFmx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNr44UnFmx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNr44UnFmx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNr44UnFmx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNr44UnFmx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNr44UnFmx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNr44UnFmx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNr44UnFmx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNr44UnFmx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tNr44UnFmx .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-tNr44UnFmx .navbar {
    height: 70px;
  }
  .cid-tNr44UnFmx .navbar.opened {
    height: auto;
  }
  .cid-tNr44UnFmx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNr44UnFmx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tNr44UnFmx .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tNr44UnFmx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tNr44UnFmx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tNr44UnFmx .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tNr44UnFmx .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tNr44UnFmx .navbar-caption:hover {
  color: #f5c31e;
}
@media (min-width: 992px) {
  .cid-tNr44UnFmx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tNr44UnFmx .text_widget {
  margin-bottom: 32px;
}
.cid-tNr44UnFmx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tNr44UnFmx .text_widget a:hover {
  color: #f5c31e !important;
}
.cid-tNr44UnFmx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tNr44UnFmx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNr44UnFmx .mbr-section-subtitle,
.cid-tNr44UnFmx .text_widget,
.cid-tNr44UnFmx .mbr-section-btn {
  text-align: center;
}
.cid-tNr44UnFmx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNr44V3BaU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
  position: relative;
}
.cid-tNr44V3BaU .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tNr44V3BaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNr44V3BaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNr44V3BaU .col-text {
    order: 2;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tNr44V3BaU .col-text {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tNr44V3BaU .col-img {
    order: 1;
  }
}
.cid-tNr44V3BaU .text-wrapper {
  width: 100%;
}
.cid-tNr44V3BaU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tNr44V3BaU .mbr-text {
  color: #000000;
  width: 56%;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tNr44V3BaU .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tNr44V3BaU .mbr-text {
    margin-top: 1.5rem;
  }
}
.cid-tNr44V3BaU .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tNr44V3BaU .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-tNr44V3BaU .image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.cid-tNr44V3BaU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNr44V3BaU .mbr-text,
.cid-tNr44V3BaU .mbr-section-btn {
  color: #1ebeff;
  text-align: left;
}
.cid-tNr44WaUvj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNr44WaUvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNr44WaUvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNr44WaUvj .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNr44WaUvj .container-fluid {
    padding: 0 25px;
  }
}
.cid-tNr44WaUvj .container-fluid .row {
  padding: 0;
}
.cid-tNr44WaUvj .row {
  justify-content: center;
}
.cid-tNr44WaUvj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNr44WaUvj .mbr-text {
  color: #1ebeff;
  text-align: center;
}
.cid-tNr44WqQhd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5c31e;
}
.cid-tNr44WqQhd .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tNr44WqQhd .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tNr44WqQhd .mbr-section-title {
  color: #FFFFFF;
}
.cid-tNr44WqQhd .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tNr44WqQhd .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tNr44WqQhd .card {
    margin-bottom: 2vw;
  }
}
.cid-tNr44WqQhd .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
  background-color: #000000;
  border: 1px solid #ede7e2;
}
@media (max-width: 991px) {
  .cid-tNr44WqQhd .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tNr44WqQhd .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tNr44WqQhd .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tNr44WqQhd .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tNr44WqQhd .card-wrap img {
    width: 40vw;
  }
}
.cid-tNr44VhTG0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5c31e;
}
.cid-tNr44VhTG0 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tNr44VhTG0 .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tNr44VhTG0 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tNr44VhTG0 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tNr44VhTG0 .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tNr44VhTG0 .card {
    margin-bottom: 2vw;
  }
}
.cid-tNr44VhTG0 .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
  background-color: #000000;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-tNr44VhTG0 .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tNr44VhTG0 .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tNr44VhTG0 .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tNr44VhTG0 .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tNr44VhTG0 .card-wrap img {
    width: 40vw;
  }
}
.cid-tNradb4err {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5c31e;
}
.cid-tNradb4err .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tNradb4err .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tNradb4err .mbr-section-title {
  color: #FFFFFF;
}
.cid-tNradb4err .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tNradb4err .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tNradb4err .card {
    margin-bottom: 2vw;
  }
}
.cid-tNradb4err .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
  background-color: #000000;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-tNradb4err .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tNradb4err .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tNradb4err .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tNradb4err .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tNradb4err .card-wrap img {
    width: 40vw;
  }
}
.cid-tNr44WKLx3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNr44WKLx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNr44WKLx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNr44WKLx3 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNr44WKLx3 .container-fluid {
    padding: 0 25px;
  }
}
.cid-tNr44WKLx3 .container-fluid .row {
  padding: 0;
}
.cid-tNr44WKLx3 .row {
  justify-content: center;
}
.cid-tNr44WKLx3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNr44WKLx3 .mbr-text {
  color: #1ebeff;
  text-align: center;
}
.cid-tNr44WZ0CC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tNr44WZ0CC .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tNr44WZ0CC .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tNr44WZ0CC .mbr-section-title {
  color: #FFFFFF;
}
.cid-tNr44WZ0CC .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tNr44WZ0CC .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tNr44WZ0CC .card {
    margin-bottom: 2vw;
  }
}
.cid-tNr44WZ0CC .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tNr44WZ0CC .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tNr44WZ0CC .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tNr44WZ0CC .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tNr44WZ0CC .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tNr44WZ0CC .card-wrap img {
    width: 40vw;
  }
}
.cid-tNr44XizNL {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tNr44XizNL .mbr-text {
  color: #000000;
}
.cid-tNr44XizNL .media-container-row .mbr-text {
  color: #1ebeff;
}
.cid-tNBi0VwIPC {
  z-index: 1000;
  width: 100%;
}
.cid-tNBi0VwIPC .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-tNBi0VwIPC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-tNBi0VwIPC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNBi0VwIPC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNBi0VwIPC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tNBi0VwIPC .menu_box .navbar.opened,
  .cid-tNBi0VwIPC .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tNBi0VwIPC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tNBi0VwIPC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tNBi0VwIPC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNBi0VwIPC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tNBi0VwIPC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tNBi0VwIPC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tNBi0VwIPC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tNBi0VwIPC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tNBi0VwIPC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tNBi0VwIPC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tNBi0VwIPC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tNBi0VwIPC .offcanvas-body .mbr-text,
  .cid-tNBi0VwIPC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tNBi0VwIPC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tNBi0VwIPC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tNBi0VwIPC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tNBi0VwIPC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tNBi0VwIPC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tNBi0VwIPC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tNBi0VwIPC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tNBi0VwIPC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tNBi0VwIPC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNBi0VwIPC .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-tNBi0VwIPC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tNBi0VwIPC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tNBi0VwIPC .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tNBi0VwIPC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tNBi0VwIPC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNBi0VwIPC .nav-item {
    margin: 0 !important;
  }
}
.cid-tNBi0VwIPC .nav-item .nav-link {
  position: relative;
}
.cid-tNBi0VwIPC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f5c31e;
  transition: all 0.3s ease-out;
}
.cid-tNBi0VwIPC .nav-item .nav-link:hover,
.cid-tNBi0VwIPC .nav-item .nav-link:focus {
  opacity: 1;
  color: #f5c31e !important;
}
.cid-tNBi0VwIPC .nav-item .nav-link:hover::before,
.cid-tNBi0VwIPC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tNBi0VwIPC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNBi0VwIPC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tNBi0VwIPC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tNBi0VwIPC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNBi0VwIPC .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-tNBi0VwIPC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tNBi0VwIPC .offcanvas_box {
    display: none;
  }
}
.cid-tNBi0VwIPC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tNBi0VwIPC .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tNBi0VwIPC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tNBi0VwIPC .container {
  display: flex;
  margin: auto;
}
.cid-tNBi0VwIPC .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tNBi0VwIPC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tNBi0VwIPC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tNBi0VwIPC .navbar-caption {
  color: #ffffff;
}
.cid-tNBi0VwIPC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tNBi0VwIPC .navbar-nav {
    margin: 0;
  }
}
.cid-tNBi0VwIPC .dropdown-menu,
.cid-tNBi0VwIPC .navbar.opened {
  background-color: true !important;
}
.cid-tNBi0VwIPC .nav-item:focus,
.cid-tNBi0VwIPC .nav-link:focus {
  outline: none;
}
.cid-tNBi0VwIPC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNBi0VwIPC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNBi0VwIPC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNBi0VwIPC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNBi0VwIPC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNBi0VwIPC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNBi0VwIPC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tNBi0VwIPC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tNBi0VwIPC .navbar.opened {
  transition: all 0.3s;
}
.cid-tNBi0VwIPC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tNBi0VwIPC .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tNBi0VwIPC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tNBi0VwIPC .navbar.collapsed {
  justify-content: center;
}
.cid-tNBi0VwIPC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNBi0VwIPC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNBi0VwIPC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNBi0VwIPC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNBi0VwIPC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNBi0VwIPC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tNBi0VwIPC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNBi0VwIPC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tNBi0VwIPC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tNBi0VwIPC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNBi0VwIPC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNBi0VwIPC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tNBi0VwIPC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNBi0VwIPC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tNBi0VwIPC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNBi0VwIPC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tNBi0VwIPC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tNBi0VwIPC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tNBi0VwIPC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tNBi0VwIPC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNBi0VwIPC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tNBi0VwIPC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNBi0VwIPC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNBi0VwIPC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNBi0VwIPC .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-tNBi0VwIPC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tNBi0VwIPC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNBi0VwIPC .dropdown-item.active,
.cid-tNBi0VwIPC .dropdown-item:active {
  background-color: transparent;
}
.cid-tNBi0VwIPC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNBi0VwIPC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNBi0VwIPC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNBi0VwIPC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNBi0VwIPC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tNBi0VwIPC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNBi0VwIPC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tNBi0VwIPC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNBi0VwIPC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNBi0VwIPC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNBi0VwIPC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNBi0VwIPC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNBi0VwIPC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNBi0VwIPC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNBi0VwIPC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNBi0VwIPC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNBi0VwIPC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tNBi0VwIPC .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-tNBi0VwIPC .navbar {
    height: 70px;
  }
  .cid-tNBi0VwIPC .navbar.opened {
    height: auto;
  }
  .cid-tNBi0VwIPC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNBi0VwIPC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tNBi0VwIPC .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tNBi0VwIPC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tNBi0VwIPC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tNBi0VwIPC .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tNBi0VwIPC .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tNBi0VwIPC .navbar-caption:hover {
  color: #f5c31e;
}
@media (min-width: 992px) {
  .cid-tNBi0VwIPC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tNBi0VwIPC .text_widget {
  margin-bottom: 32px;
}
.cid-tNBi0VwIPC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tNBi0VwIPC .text_widget a:hover {
  color: #f5c31e !important;
}
.cid-tNBi0VwIPC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tNBi0VwIPC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNBi0VwIPC .mbr-section-subtitle,
.cid-tNBi0VwIPC .text_widget,
.cid-tNBi0VwIPC .mbr-section-btn {
  text-align: center;
}
.cid-tNBi0VwIPC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNBi0WyCIj {
  background-color: #000000;
}
.cid-tNBi0WyCIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNBi0WyCIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNBi0WyCIj .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNBi0WyCIj .container-fluid {
    padding: 0 25px;
  }
}
.cid-tNBi0WyCIj .container-fluid .row {
  padding: 0;
}
.cid-tNBi0WyCIj .row {
  justify-content: center;
}
.cid-tNBi0WyCIj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNBi0WyCIj .mbr-text {
  color: #1ebeff;
  text-align: center;
}
.cid-tNBi0WJLUc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tNBi0WJLUc .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tNBi0WJLUc .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tNBi0WJLUc .mbr-section-title {
  color: #FFFFFF;
}
.cid-tNBi0WJLUc .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tNBi0WJLUc .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tNBi0WJLUc .card {
    margin-bottom: 2vw;
  }
}
.cid-tNBi0WJLUc .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tNBi0WJLUc .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tNBi0WJLUc .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tNBi0WJLUc .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tNBi0WJLUc .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tNBi0WJLUc .card-wrap img {
    width: 40vw;
  }
}
.cid-tNBi0X1JE3 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tNBi0X1JE3 .mbr-text {
  color: #000000;
}
.cid-tNBi0X1JE3 .media-container-row .mbr-text {
  color: #1ebeff;
}
.cid-tObxfovE4v {
  z-index: 1000;
  width: 100%;
}
.cid-tObxfovE4v .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-tObxfovE4v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-tObxfovE4v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tObxfovE4v .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tObxfovE4v .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tObxfovE4v .menu_box .navbar.opened,
  .cid-tObxfovE4v .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tObxfovE4v nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tObxfovE4v .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tObxfovE4v .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tObxfovE4v .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tObxfovE4v .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tObxfovE4v .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tObxfovE4v .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tObxfovE4v .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tObxfovE4v .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tObxfovE4v .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tObxfovE4v .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tObxfovE4v .offcanvas-body .mbr-text,
  .cid-tObxfovE4v .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tObxfovE4v .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tObxfovE4v .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tObxfovE4v .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tObxfovE4v .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tObxfovE4v .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tObxfovE4v .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tObxfovE4v .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tObxfovE4v ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tObxfovE4v .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tObxfovE4v .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-tObxfovE4v .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tObxfovE4v li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tObxfovE4v .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tObxfovE4v .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tObxfovE4v .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tObxfovE4v .nav-item {
    margin: 0 !important;
  }
}
.cid-tObxfovE4v .nav-item .nav-link {
  position: relative;
}
.cid-tObxfovE4v .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f5c31e;
  transition: all 0.3s ease-out;
}
.cid-tObxfovE4v .nav-item .nav-link:hover,
.cid-tObxfovE4v .nav-item .nav-link:focus {
  opacity: 1;
  color: #f5c31e !important;
}
.cid-tObxfovE4v .nav-item .nav-link:hover::before,
.cid-tObxfovE4v .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tObxfovE4v .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tObxfovE4v .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tObxfovE4v .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tObxfovE4v .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tObxfovE4v .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-tObxfovE4v .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tObxfovE4v .offcanvas_box {
    display: none;
  }
}
.cid-tObxfovE4v .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tObxfovE4v .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tObxfovE4v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tObxfovE4v .container {
  display: flex;
  margin: auto;
}
.cid-tObxfovE4v .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tObxfovE4v .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tObxfovE4v .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tObxfovE4v .navbar-caption {
  color: #ffffff;
}
.cid-tObxfovE4v .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tObxfovE4v .navbar-nav {
    margin: 0;
  }
}
.cid-tObxfovE4v .dropdown-menu,
.cid-tObxfovE4v .navbar.opened {
  background-color: true !important;
}
.cid-tObxfovE4v .nav-item:focus,
.cid-tObxfovE4v .nav-link:focus {
  outline: none;
}
.cid-tObxfovE4v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tObxfovE4v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tObxfovE4v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tObxfovE4v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tObxfovE4v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tObxfovE4v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tObxfovE4v .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tObxfovE4v .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tObxfovE4v .navbar.opened {
  transition: all 0.3s;
}
.cid-tObxfovE4v .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tObxfovE4v .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tObxfovE4v .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tObxfovE4v .navbar.collapsed {
  justify-content: center;
}
.cid-tObxfovE4v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tObxfovE4v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tObxfovE4v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tObxfovE4v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tObxfovE4v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tObxfovE4v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tObxfovE4v .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tObxfovE4v .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tObxfovE4v .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tObxfovE4v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tObxfovE4v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tObxfovE4v .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tObxfovE4v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tObxfovE4v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tObxfovE4v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tObxfovE4v .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tObxfovE4v .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tObxfovE4v .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tObxfovE4v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tObxfovE4v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tObxfovE4v .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tObxfovE4v .navbar.navbar-short {
  min-height: 60px;
}
.cid-tObxfovE4v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tObxfovE4v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tObxfovE4v .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-tObxfovE4v .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tObxfovE4v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tObxfovE4v .dropdown-item.active,
.cid-tObxfovE4v .dropdown-item:active {
  background-color: transparent;
}
.cid-tObxfovE4v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tObxfovE4v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tObxfovE4v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tObxfovE4v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tObxfovE4v ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tObxfovE4v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tObxfovE4v button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tObxfovE4v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tObxfovE4v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tObxfovE4v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tObxfovE4v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tObxfovE4v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tObxfovE4v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tObxfovE4v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tObxfovE4v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tObxfovE4v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tObxfovE4v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tObxfovE4v .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-tObxfovE4v .navbar {
    height: 70px;
  }
  .cid-tObxfovE4v .navbar.opened {
    height: auto;
  }
  .cid-tObxfovE4v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tObxfovE4v .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tObxfovE4v .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tObxfovE4v .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tObxfovE4v .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tObxfovE4v .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tObxfovE4v .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tObxfovE4v .navbar-caption:hover {
  color: #f5c31e;
}
@media (min-width: 992px) {
  .cid-tObxfovE4v .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tObxfovE4v .text_widget {
  margin-bottom: 32px;
}
.cid-tObxfovE4v .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tObxfovE4v .text_widget a:hover {
  color: #f5c31e !important;
}
.cid-tObxfovE4v .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tObxfovE4v .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tObxfovE4v .mbr-section-subtitle,
.cid-tObxfovE4v .text_widget,
.cid-tObxfovE4v .mbr-section-btn {
  text-align: center;
}
.cid-tObxfovE4v a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tObxfoT0Gw {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tObxfoT0Gw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tObxfoT0Gw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tObxfoT0Gw .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tObxfoT0Gw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tObxfoT0Gw .container {
    padding: 0 26px;
  }
}
.cid-tObxfoT0Gw .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tObxfoT0Gw .image-wrapper img {
    height: 300px;
  }
}
.cid-tObxfoT0Gw .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-tObxfoT0Gw .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tObxfoT0Gw .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tObxfoT0Gw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tObxfoT0Gw .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tObxfoT0Gw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tObxfoT0Gw .mbr-section-title {
  color: #cacaca;
}
.cid-tObxfoT0Gw .mbr-section-subtitle {
  color: #78daff;
}
.cid-tObxfoT0Gw .mbr-text {
  color: #78daff;
}
.cid-tObxfp5ow6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tObxfp5ow6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tObxfp5ow6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tObxfp5ow6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tObxfp5ow6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tObxfphZnl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tObxfphZnl .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tObxfphZnl .card-img {
  padding-bottom: 2rem;
}
.cid-tObxfphZnl .mbr-text {
  color: #767676;
}
.cid-tObxfphZnl span {
  font-size: 14px;
  color: #ffffff;
}
.cid-tObxfphZnl .mbr-section-btn {
  margin-left: 0;
}
.cid-tObxfphZnl .date span {
  display: inline-block;
  background-color: #ede7e2;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tObxfphZnl .card-title {
    text-align: center;
  }
  .cid-tObxfphZnl p.mbr-text,
  .cid-tObxfphZnl p.date {
    text-align: center;
  }
}
.cid-tObxfphZnl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tObxfphZnl H2 {
  color: #9eb4e8;
}
.cid-tObxfphZnl .card-title,
.cid-tObxfphZnl .card-img {
  color: #ffffff;
}
.cid-tObxfpyylF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tObxfpyylF .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tObxfpyylF .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tObxfpyylF .mbr-section-title {
  color: #FFFFFF;
}
.cid-tObxfpyylF .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tObxfpyylF .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tObxfpyylF .card {
    margin-bottom: 2vw;
  }
}
.cid-tObxfpyylF .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tObxfpyylF .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tObxfpyylF .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tObxfpyylF .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tObxfpyylF .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tObxfpyylF .card-wrap img {
    width: 40vw;
  }
}
.cid-tObxfpOXPX {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tObxfpOXPX .mbr-text {
  color: #000000;
}
.cid-tObxfpOXPX .media-container-row .mbr-text {
  color: #1ebeff;
}
.cid-tObugyMAQb {
  z-index: 1000;
  width: 100%;
}
.cid-tObugyMAQb .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-tObugyMAQb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-tObugyMAQb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tObugyMAQb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tObugyMAQb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tObugyMAQb .menu_box .navbar.opened,
  .cid-tObugyMAQb .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tObugyMAQb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tObugyMAQb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tObugyMAQb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tObugyMAQb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tObugyMAQb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tObugyMAQb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tObugyMAQb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tObugyMAQb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tObugyMAQb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tObugyMAQb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tObugyMAQb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tObugyMAQb .offcanvas-body .mbr-text,
  .cid-tObugyMAQb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tObugyMAQb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tObugyMAQb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tObugyMAQb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tObugyMAQb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tObugyMAQb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tObugyMAQb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tObugyMAQb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tObugyMAQb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tObugyMAQb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tObugyMAQb .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-tObugyMAQb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tObugyMAQb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tObugyMAQb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tObugyMAQb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tObugyMAQb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tObugyMAQb .nav-item {
    margin: 0 !important;
  }
}
.cid-tObugyMAQb .nav-item .nav-link {
  position: relative;
}
.cid-tObugyMAQb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f5c31e;
  transition: all 0.3s ease-out;
}
.cid-tObugyMAQb .nav-item .nav-link:hover,
.cid-tObugyMAQb .nav-item .nav-link:focus {
  opacity: 1;
  color: #f5c31e !important;
}
.cid-tObugyMAQb .nav-item .nav-link:hover::before,
.cid-tObugyMAQb .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tObugyMAQb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tObugyMAQb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tObugyMAQb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tObugyMAQb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tObugyMAQb .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-tObugyMAQb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tObugyMAQb .offcanvas_box {
    display: none;
  }
}
.cid-tObugyMAQb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tObugyMAQb .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tObugyMAQb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tObugyMAQb .container {
  display: flex;
  margin: auto;
}
.cid-tObugyMAQb .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tObugyMAQb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tObugyMAQb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tObugyMAQb .navbar-caption {
  color: #ffffff;
}
.cid-tObugyMAQb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tObugyMAQb .navbar-nav {
    margin: 0;
  }
}
.cid-tObugyMAQb .dropdown-menu,
.cid-tObugyMAQb .navbar.opened {
  background-color: true !important;
}
.cid-tObugyMAQb .nav-item:focus,
.cid-tObugyMAQb .nav-link:focus {
  outline: none;
}
.cid-tObugyMAQb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tObugyMAQb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tObugyMAQb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tObugyMAQb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tObugyMAQb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tObugyMAQb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tObugyMAQb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tObugyMAQb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tObugyMAQb .navbar.opened {
  transition: all 0.3s;
}
.cid-tObugyMAQb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tObugyMAQb .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tObugyMAQb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tObugyMAQb .navbar.collapsed {
  justify-content: center;
}
.cid-tObugyMAQb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tObugyMAQb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tObugyMAQb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tObugyMAQb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tObugyMAQb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tObugyMAQb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tObugyMAQb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tObugyMAQb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tObugyMAQb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tObugyMAQb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tObugyMAQb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tObugyMAQb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tObugyMAQb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tObugyMAQb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tObugyMAQb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tObugyMAQb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tObugyMAQb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tObugyMAQb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tObugyMAQb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tObugyMAQb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tObugyMAQb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tObugyMAQb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tObugyMAQb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tObugyMAQb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tObugyMAQb .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-tObugyMAQb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tObugyMAQb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tObugyMAQb .dropdown-item.active,
.cid-tObugyMAQb .dropdown-item:active {
  background-color: transparent;
}
.cid-tObugyMAQb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tObugyMAQb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tObugyMAQb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tObugyMAQb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tObugyMAQb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tObugyMAQb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tObugyMAQb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tObugyMAQb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tObugyMAQb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tObugyMAQb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tObugyMAQb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tObugyMAQb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tObugyMAQb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tObugyMAQb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tObugyMAQb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tObugyMAQb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tObugyMAQb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tObugyMAQb .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-tObugyMAQb .navbar {
    height: 70px;
  }
  .cid-tObugyMAQb .navbar.opened {
    height: auto;
  }
  .cid-tObugyMAQb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tObugyMAQb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tObugyMAQb .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tObugyMAQb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tObugyMAQb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tObugyMAQb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tObugyMAQb .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tObugyMAQb .navbar-caption:hover {
  color: #f5c31e;
}
@media (min-width: 992px) {
  .cid-tObugyMAQb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tObugyMAQb .text_widget {
  margin-bottom: 32px;
}
.cid-tObugyMAQb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tObugyMAQb .text_widget a:hover {
  color: #f5c31e !important;
}
.cid-tObugyMAQb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tObugyMAQb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tObugyMAQb .mbr-section-subtitle,
.cid-tObugyMAQb .text_widget,
.cid-tObugyMAQb .mbr-section-btn {
  text-align: center;
}
.cid-tObugyMAQb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tObv3SG8yp {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tObv3SG8yp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tObv3SG8yp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tObv3SG8yp .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tObv3SG8yp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tObv3SG8yp .container {
    padding: 0 26px;
  }
}
.cid-tObv3SG8yp .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tObv3SG8yp .image-wrapper img {
    height: 300px;
  }
}
.cid-tObv3SG8yp .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-tObv3SG8yp .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tObv3SG8yp .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tObv3SG8yp .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tObv3SG8yp .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tObv3SG8yp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tObv3SG8yp .mbr-section-title {
  color: #cacaca;
}
.cid-tObv3SG8yp .mbr-section-subtitle {
  color: #78daff;
}
.cid-tObv3SG8yp .mbr-text {
  color: #78daff;
}
.cid-tObuV3Vdcj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tObuV3Vdcj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tObuV3Vdcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tObuV3Vdcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tObuV3Vdcj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tObvBml8ZB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tObvBml8ZB .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tObvBml8ZB .card-img {
  padding-bottom: 2rem;
}
.cid-tObvBml8ZB .mbr-text {
  color: #767676;
}
.cid-tObvBml8ZB span {
  font-size: 14px;
  color: #ffffff;
}
.cid-tObvBml8ZB .mbr-section-btn {
  margin-left: 0;
}
.cid-tObvBml8ZB .date span {
  display: inline-block;
  background-color: #ede7e2;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tObvBml8ZB .card-title {
    text-align: center;
  }
  .cid-tObvBml8ZB p.mbr-text,
  .cid-tObvBml8ZB p.date {
    text-align: center;
  }
}
.cid-tObvBml8ZB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tObvBml8ZB H2 {
  color: #9eb4e8;
}
.cid-tObvBml8ZB .card-title,
.cid-tObvBml8ZB .card-img {
  color: #ffffff;
}
.cid-tObugzk2Cs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tObugzk2Cs .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tObugzk2Cs .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tObugzk2Cs .mbr-section-title {
  color: #FFFFFF;
}
.cid-tObugzk2Cs .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tObugzk2Cs .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tObugzk2Cs .card {
    margin-bottom: 2vw;
  }
}
.cid-tObugzk2Cs .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tObugzk2Cs .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tObugzk2Cs .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tObugzk2Cs .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tObugzk2Cs .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tObugzk2Cs .card-wrap img {
    width: 40vw;
  }
}
.cid-tObugzz76m {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tObugzz76m .mbr-text {
  color: #000000;
}
.cid-tObugzz76m .media-container-row .mbr-text {
  color: #1ebeff;
}
.cid-tObyS74oXd {
  z-index: 1000;
  width: 100%;
}
.cid-tObyS74oXd .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-tObyS74oXd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-tObyS74oXd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tObyS74oXd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tObyS74oXd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tObyS74oXd .menu_box .navbar.opened,
  .cid-tObyS74oXd .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tObyS74oXd nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tObyS74oXd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tObyS74oXd .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tObyS74oXd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tObyS74oXd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tObyS74oXd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tObyS74oXd .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tObyS74oXd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tObyS74oXd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tObyS74oXd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tObyS74oXd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tObyS74oXd .offcanvas-body .mbr-text,
  .cid-tObyS74oXd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tObyS74oXd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tObyS74oXd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tObyS74oXd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tObyS74oXd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tObyS74oXd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tObyS74oXd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tObyS74oXd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tObyS74oXd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tObyS74oXd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tObyS74oXd .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-tObyS74oXd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tObyS74oXd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tObyS74oXd .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tObyS74oXd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tObyS74oXd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tObyS74oXd .nav-item {
    margin: 0 !important;
  }
}
.cid-tObyS74oXd .nav-item .nav-link {
  position: relative;
}
.cid-tObyS74oXd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f5c31e;
  transition: all 0.3s ease-out;
}
.cid-tObyS74oXd .nav-item .nav-link:hover,
.cid-tObyS74oXd .nav-item .nav-link:focus {
  opacity: 1;
  color: #f5c31e !important;
}
.cid-tObyS74oXd .nav-item .nav-link:hover::before,
.cid-tObyS74oXd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tObyS74oXd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tObyS74oXd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tObyS74oXd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tObyS74oXd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tObyS74oXd .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-tObyS74oXd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tObyS74oXd .offcanvas_box {
    display: none;
  }
}
.cid-tObyS74oXd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tObyS74oXd .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tObyS74oXd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tObyS74oXd .container {
  display: flex;
  margin: auto;
}
.cid-tObyS74oXd .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tObyS74oXd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tObyS74oXd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tObyS74oXd .navbar-caption {
  color: #ffffff;
}
.cid-tObyS74oXd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tObyS74oXd .navbar-nav {
    margin: 0;
  }
}
.cid-tObyS74oXd .dropdown-menu,
.cid-tObyS74oXd .navbar.opened {
  background-color: true !important;
}
.cid-tObyS74oXd .nav-item:focus,
.cid-tObyS74oXd .nav-link:focus {
  outline: none;
}
.cid-tObyS74oXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tObyS74oXd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tObyS74oXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tObyS74oXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tObyS74oXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tObyS74oXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tObyS74oXd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tObyS74oXd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tObyS74oXd .navbar.opened {
  transition: all 0.3s;
}
.cid-tObyS74oXd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tObyS74oXd .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tObyS74oXd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tObyS74oXd .navbar.collapsed {
  justify-content: center;
}
.cid-tObyS74oXd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tObyS74oXd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tObyS74oXd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tObyS74oXd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tObyS74oXd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tObyS74oXd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tObyS74oXd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tObyS74oXd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tObyS74oXd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tObyS74oXd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tObyS74oXd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tObyS74oXd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tObyS74oXd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tObyS74oXd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tObyS74oXd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tObyS74oXd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tObyS74oXd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tObyS74oXd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tObyS74oXd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tObyS74oXd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tObyS74oXd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tObyS74oXd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tObyS74oXd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tObyS74oXd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tObyS74oXd .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-tObyS74oXd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tObyS74oXd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tObyS74oXd .dropdown-item.active,
.cid-tObyS74oXd .dropdown-item:active {
  background-color: transparent;
}
.cid-tObyS74oXd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tObyS74oXd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tObyS74oXd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tObyS74oXd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tObyS74oXd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tObyS74oXd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tObyS74oXd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tObyS74oXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tObyS74oXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tObyS74oXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tObyS74oXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tObyS74oXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tObyS74oXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tObyS74oXd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tObyS74oXd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tObyS74oXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tObyS74oXd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tObyS74oXd .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-tObyS74oXd .navbar {
    height: 70px;
  }
  .cid-tObyS74oXd .navbar.opened {
    height: auto;
  }
  .cid-tObyS74oXd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tObyS74oXd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tObyS74oXd .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tObyS74oXd .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tObyS74oXd .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tObyS74oXd .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tObyS74oXd .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tObyS74oXd .navbar-caption:hover {
  color: #f5c31e;
}
@media (min-width: 992px) {
  .cid-tObyS74oXd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tObyS74oXd .text_widget {
  margin-bottom: 32px;
}
.cid-tObyS74oXd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tObyS74oXd .text_widget a:hover {
  color: #f5c31e !important;
}
.cid-tObyS74oXd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tObyS74oXd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tObyS74oXd .mbr-section-subtitle,
.cid-tObyS74oXd .text_widget,
.cid-tObyS74oXd .mbr-section-btn {
  text-align: center;
}
.cid-tObyS74oXd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tObyS7uJJI {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tObyS7uJJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tObyS7uJJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tObyS7uJJI .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tObyS7uJJI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tObyS7uJJI .container {
    padding: 0 26px;
  }
}
.cid-tObyS7uJJI .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tObyS7uJJI .image-wrapper img {
    height: 300px;
  }
}
.cid-tObyS7uJJI .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-tObyS7uJJI .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tObyS7uJJI .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tObyS7uJJI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tObyS7uJJI .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tObyS7uJJI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tObyS7uJJI .mbr-section-title {
  color: #cacaca;
}
.cid-tObyS7uJJI .mbr-section-subtitle {
  color: #78daff;
}
.cid-tObyS7uJJI .mbr-text {
  color: #78daff;
}
.cid-tObyS7HopO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tObyS7HopO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tObyS7HopO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tObyS7HopO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tObyS7HopO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tObyS7TTJf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tObyS7TTJf .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tObyS7TTJf .card-img {
  padding-bottom: 2rem;
}
.cid-tObyS7TTJf .mbr-text {
  color: #767676;
}
.cid-tObyS7TTJf span {
  font-size: 14px;
  color: #ffffff;
}
.cid-tObyS7TTJf .mbr-section-btn {
  margin-left: 0;
}
.cid-tObyS7TTJf .date span {
  display: inline-block;
  background-color: #ede7e2;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tObyS7TTJf .card-title {
    text-align: center;
  }
  .cid-tObyS7TTJf p.mbr-text,
  .cid-tObyS7TTJf p.date {
    text-align: center;
  }
}
.cid-tObyS7TTJf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tObyS7TTJf H2 {
  color: #9eb4e8;
}
.cid-tObyS7TTJf .card-title,
.cid-tObyS7TTJf .card-img {
  color: #ffffff;
}
.cid-tObyS8arBk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tObyS8arBk .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tObyS8arBk .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tObyS8arBk .mbr-section-title {
  color: #FFFFFF;
}
.cid-tObyS8arBk .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tObyS8arBk .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tObyS8arBk .card {
    margin-bottom: 2vw;
  }
}
.cid-tObyS8arBk .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tObyS8arBk .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tObyS8arBk .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tObyS8arBk .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tObyS8arBk .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tObyS8arBk .card-wrap img {
    width: 40vw;
  }
}
.cid-tObyS8qKUH {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tObyS8qKUH .mbr-text {
  color: #000000;
}
.cid-tObyS8qKUH .media-container-row .mbr-text {
  color: #1ebeff;
}
.cid-tObAxlKq9h {
  z-index: 1000;
  width: 100%;
}
.cid-tObAxlKq9h .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-tObAxlKq9h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-tObAxlKq9h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tObAxlKq9h .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tObAxlKq9h .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tObAxlKq9h .menu_box .navbar.opened,
  .cid-tObAxlKq9h .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tObAxlKq9h nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tObAxlKq9h .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tObAxlKq9h .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tObAxlKq9h .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tObAxlKq9h .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tObAxlKq9h .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tObAxlKq9h .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tObAxlKq9h .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tObAxlKq9h .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tObAxlKq9h .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tObAxlKq9h .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tObAxlKq9h .offcanvas-body .mbr-text,
  .cid-tObAxlKq9h .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tObAxlKq9h .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tObAxlKq9h .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tObAxlKq9h .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tObAxlKq9h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tObAxlKq9h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tObAxlKq9h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tObAxlKq9h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tObAxlKq9h ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tObAxlKq9h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tObAxlKq9h .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-tObAxlKq9h .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tObAxlKq9h li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tObAxlKq9h .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tObAxlKq9h .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tObAxlKq9h .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tObAxlKq9h .nav-item {
    margin: 0 !important;
  }
}
.cid-tObAxlKq9h .nav-item .nav-link {
  position: relative;
}
.cid-tObAxlKq9h .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f5c31e;
  transition: all 0.3s ease-out;
}
.cid-tObAxlKq9h .nav-item .nav-link:hover,
.cid-tObAxlKq9h .nav-item .nav-link:focus {
  opacity: 1;
  color: #f5c31e !important;
}
.cid-tObAxlKq9h .nav-item .nav-link:hover::before,
.cid-tObAxlKq9h .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tObAxlKq9h .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tObAxlKq9h .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tObAxlKq9h .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tObAxlKq9h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tObAxlKq9h .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-tObAxlKq9h .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tObAxlKq9h .offcanvas_box {
    display: none;
  }
}
.cid-tObAxlKq9h .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tObAxlKq9h .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tObAxlKq9h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tObAxlKq9h .container {
  display: flex;
  margin: auto;
}
.cid-tObAxlKq9h .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tObAxlKq9h .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tObAxlKq9h .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tObAxlKq9h .navbar-caption {
  color: #ffffff;
}
.cid-tObAxlKq9h .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tObAxlKq9h .navbar-nav {
    margin: 0;
  }
}
.cid-tObAxlKq9h .dropdown-menu,
.cid-tObAxlKq9h .navbar.opened {
  background-color: true !important;
}
.cid-tObAxlKq9h .nav-item:focus,
.cid-tObAxlKq9h .nav-link:focus {
  outline: none;
}
.cid-tObAxlKq9h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tObAxlKq9h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tObAxlKq9h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tObAxlKq9h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tObAxlKq9h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tObAxlKq9h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tObAxlKq9h .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tObAxlKq9h .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tObAxlKq9h .navbar.opened {
  transition: all 0.3s;
}
.cid-tObAxlKq9h .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tObAxlKq9h .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tObAxlKq9h .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tObAxlKq9h .navbar.collapsed {
  justify-content: center;
}
.cid-tObAxlKq9h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tObAxlKq9h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tObAxlKq9h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tObAxlKq9h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tObAxlKq9h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tObAxlKq9h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tObAxlKq9h .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tObAxlKq9h .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tObAxlKq9h .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tObAxlKq9h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tObAxlKq9h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tObAxlKq9h .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tObAxlKq9h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tObAxlKq9h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tObAxlKq9h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tObAxlKq9h .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tObAxlKq9h .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tObAxlKq9h .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tObAxlKq9h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tObAxlKq9h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tObAxlKq9h .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tObAxlKq9h .navbar.navbar-short {
  min-height: 60px;
}
.cid-tObAxlKq9h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tObAxlKq9h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tObAxlKq9h .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-tObAxlKq9h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tObAxlKq9h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tObAxlKq9h .dropdown-item.active,
.cid-tObAxlKq9h .dropdown-item:active {
  background-color: transparent;
}
.cid-tObAxlKq9h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tObAxlKq9h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tObAxlKq9h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tObAxlKq9h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tObAxlKq9h ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tObAxlKq9h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tObAxlKq9h button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tObAxlKq9h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tObAxlKq9h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tObAxlKq9h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tObAxlKq9h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tObAxlKq9h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tObAxlKq9h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tObAxlKq9h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tObAxlKq9h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tObAxlKq9h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tObAxlKq9h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tObAxlKq9h .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-tObAxlKq9h .navbar {
    height: 70px;
  }
  .cid-tObAxlKq9h .navbar.opened {
    height: auto;
  }
  .cid-tObAxlKq9h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tObAxlKq9h .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tObAxlKq9h .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tObAxlKq9h .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tObAxlKq9h .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tObAxlKq9h .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tObAxlKq9h .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tObAxlKq9h .navbar-caption:hover {
  color: #f5c31e;
}
@media (min-width: 992px) {
  .cid-tObAxlKq9h .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tObAxlKq9h .text_widget {
  margin-bottom: 32px;
}
.cid-tObAxlKq9h .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tObAxlKq9h .text_widget a:hover {
  color: #f5c31e !important;
}
.cid-tObAxlKq9h .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tObAxlKq9h .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tObAxlKq9h .mbr-section-subtitle,
.cid-tObAxlKq9h .text_widget,
.cid-tObAxlKq9h .mbr-section-btn {
  text-align: center;
}
.cid-tObAxlKq9h a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tObAxm9ZPD {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tObAxm9ZPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tObAxm9ZPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tObAxm9ZPD .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tObAxm9ZPD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tObAxm9ZPD .container {
    padding: 0 26px;
  }
}
.cid-tObAxm9ZPD .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tObAxm9ZPD .image-wrapper img {
    height: 300px;
  }
}
.cid-tObAxm9ZPD .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-tObAxm9ZPD .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tObAxm9ZPD .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tObAxm9ZPD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tObAxm9ZPD .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tObAxm9ZPD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tObAxm9ZPD .mbr-section-title {
  color: #cacaca;
}
.cid-tObAxm9ZPD .mbr-section-subtitle {
  color: #78daff;
}
.cid-tObAxm9ZPD .mbr-text {
  color: #78daff;
}
.cid-tObAxmmTlc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tObAxmmTlc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tObAxmmTlc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tObAxmmTlc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tObAxmmTlc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tObAxmy9fX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tObAxmy9fX .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tObAxmy9fX .card-img {
  padding-bottom: 2rem;
}
.cid-tObAxmy9fX .mbr-text {
  color: #767676;
}
.cid-tObAxmy9fX span {
  font-size: 14px;
  color: #ffffff;
}
.cid-tObAxmy9fX .mbr-section-btn {
  margin-left: 0;
}
.cid-tObAxmy9fX .date span {
  display: inline-block;
  background-color: #ede7e2;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tObAxmy9fX .card-title {
    text-align: center;
  }
  .cid-tObAxmy9fX p.mbr-text,
  .cid-tObAxmy9fX p.date {
    text-align: center;
  }
}
.cid-tObAxmy9fX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tObAxmy9fX H2 {
  color: #9eb4e8;
}
.cid-tObAxmy9fX .card-title,
.cid-tObAxmy9fX .card-img {
  color: #ffffff;
}
.cid-tObAxmQQWw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tObAxmQQWw .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tObAxmQQWw .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tObAxmQQWw .mbr-section-title {
  color: #FFFFFF;
}
.cid-tObAxmQQWw .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tObAxmQQWw .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tObAxmQQWw .card {
    margin-bottom: 2vw;
  }
}
.cid-tObAxmQQWw .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tObAxmQQWw .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tObAxmQQWw .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tObAxmQQWw .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tObAxmQQWw .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tObAxmQQWw .card-wrap img {
    width: 40vw;
  }
}
.cid-tObAxn6tbm {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tObAxn6tbm .mbr-text {
  color: #000000;
}
.cid-tObAxn6tbm .media-container-row .mbr-text {
  color: #1ebeff;
}
.cid-tObEkzeOLw {
  z-index: 1000;
  width: 100%;
}
.cid-tObEkzeOLw .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-tObEkzeOLw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-tObEkzeOLw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tObEkzeOLw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tObEkzeOLw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tObEkzeOLw .menu_box .navbar.opened,
  .cid-tObEkzeOLw .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tObEkzeOLw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tObEkzeOLw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tObEkzeOLw .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tObEkzeOLw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tObEkzeOLw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tObEkzeOLw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tObEkzeOLw .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tObEkzeOLw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tObEkzeOLw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tObEkzeOLw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tObEkzeOLw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tObEkzeOLw .offcanvas-body .mbr-text,
  .cid-tObEkzeOLw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tObEkzeOLw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tObEkzeOLw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tObEkzeOLw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tObEkzeOLw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tObEkzeOLw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tObEkzeOLw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tObEkzeOLw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tObEkzeOLw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tObEkzeOLw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tObEkzeOLw .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-tObEkzeOLw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tObEkzeOLw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tObEkzeOLw .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tObEkzeOLw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tObEkzeOLw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tObEkzeOLw .nav-item {
    margin: 0 !important;
  }
}
.cid-tObEkzeOLw .nav-item .nav-link {
  position: relative;
}
.cid-tObEkzeOLw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f5c31e;
  transition: all 0.3s ease-out;
}
.cid-tObEkzeOLw .nav-item .nav-link:hover,
.cid-tObEkzeOLw .nav-item .nav-link:focus {
  opacity: 1;
  color: #f5c31e !important;
}
.cid-tObEkzeOLw .nav-item .nav-link:hover::before,
.cid-tObEkzeOLw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tObEkzeOLw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tObEkzeOLw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tObEkzeOLw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tObEkzeOLw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tObEkzeOLw .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-tObEkzeOLw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tObEkzeOLw .offcanvas_box {
    display: none;
  }
}
.cid-tObEkzeOLw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tObEkzeOLw .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tObEkzeOLw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tObEkzeOLw .container {
  display: flex;
  margin: auto;
}
.cid-tObEkzeOLw .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tObEkzeOLw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tObEkzeOLw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tObEkzeOLw .navbar-caption {
  color: #ffffff;
}
.cid-tObEkzeOLw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tObEkzeOLw .navbar-nav {
    margin: 0;
  }
}
.cid-tObEkzeOLw .dropdown-menu,
.cid-tObEkzeOLw .navbar.opened {
  background-color: true !important;
}
.cid-tObEkzeOLw .nav-item:focus,
.cid-tObEkzeOLw .nav-link:focus {
  outline: none;
}
.cid-tObEkzeOLw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tObEkzeOLw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tObEkzeOLw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tObEkzeOLw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tObEkzeOLw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tObEkzeOLw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tObEkzeOLw .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tObEkzeOLw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tObEkzeOLw .navbar.opened {
  transition: all 0.3s;
}
.cid-tObEkzeOLw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tObEkzeOLw .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tObEkzeOLw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tObEkzeOLw .navbar.collapsed {
  justify-content: center;
}
.cid-tObEkzeOLw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tObEkzeOLw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tObEkzeOLw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tObEkzeOLw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tObEkzeOLw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tObEkzeOLw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tObEkzeOLw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tObEkzeOLw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tObEkzeOLw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tObEkzeOLw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tObEkzeOLw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tObEkzeOLw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tObEkzeOLw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tObEkzeOLw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tObEkzeOLw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tObEkzeOLw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tObEkzeOLw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tObEkzeOLw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tObEkzeOLw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tObEkzeOLw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tObEkzeOLw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tObEkzeOLw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tObEkzeOLw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tObEkzeOLw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tObEkzeOLw .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-tObEkzeOLw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tObEkzeOLw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tObEkzeOLw .dropdown-item.active,
.cid-tObEkzeOLw .dropdown-item:active {
  background-color: transparent;
}
.cid-tObEkzeOLw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tObEkzeOLw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tObEkzeOLw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tObEkzeOLw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tObEkzeOLw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tObEkzeOLw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tObEkzeOLw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tObEkzeOLw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tObEkzeOLw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tObEkzeOLw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tObEkzeOLw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tObEkzeOLw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tObEkzeOLw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tObEkzeOLw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tObEkzeOLw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tObEkzeOLw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tObEkzeOLw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tObEkzeOLw .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-tObEkzeOLw .navbar {
    height: 70px;
  }
  .cid-tObEkzeOLw .navbar.opened {
    height: auto;
  }
  .cid-tObEkzeOLw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tObEkzeOLw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tObEkzeOLw .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tObEkzeOLw .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tObEkzeOLw .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tObEkzeOLw .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tObEkzeOLw .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tObEkzeOLw .navbar-caption:hover {
  color: #f5c31e;
}
@media (min-width: 992px) {
  .cid-tObEkzeOLw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tObEkzeOLw .text_widget {
  margin-bottom: 32px;
}
.cid-tObEkzeOLw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tObEkzeOLw .text_widget a:hover {
  color: #f5c31e !important;
}
.cid-tObEkzeOLw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tObEkzeOLw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tObEkzeOLw .mbr-section-subtitle,
.cid-tObEkzeOLw .text_widget,
.cid-tObEkzeOLw .mbr-section-btn {
  text-align: center;
}
.cid-tObEkzeOLw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tObEBkgJJn {
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-tObEBkgJJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tObEBkgJJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tObEBkgJJn form .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
}
.cid-tObEBkgJJn h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-tObEBkgJJn .form-control,
.cid-tObEBkgJJn .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none !important;
  border-radius: 0;
  border-left: 2px solid #f19521 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tObEBkgJJn .form-control::-webkit-input-placeholder,
.cid-tObEBkgJJn .field-input::-webkit-input-placeholder,
.cid-tObEBkgJJn .form-control::-webkit-input-placeholder,
.cid-tObEBkgJJn .field-input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.cid-tObEBkgJJn .form-control:-moz-placeholder,
.cid-tObEBkgJJn .field-input:-moz-placeholder,
.cid-tObEBkgJJn .form-control:-moz-placeholder,
.cid-tObEBkgJJn .field-input:-moz-placeholder {
  color: #6e6e6e;
}
.cid-tObEBkgJJn .form-control:hover,
.cid-tObEBkgJJn .field-input:hover,
.cid-tObEBkgJJn .form-control:focus,
.cid-tObEBkgJJn .field-input:focus {
  background-color: #ffffff;
  border-color: #f19521 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tObEBkgJJn .form-control:hover::-webkit-input-placeholder,
.cid-tObEBkgJJn .field-input:hover::-webkit-input-placeholder,
.cid-tObEBkgJJn .form-control:focus::-webkit-input-placeholder,
.cid-tObEBkgJJn .field-input:focus::-webkit-input-placeholder,
.cid-tObEBkgJJn .form-control:hover::-webkit-input-placeholder,
.cid-tObEBkgJJn .field-input:hover::-webkit-input-placeholder,
.cid-tObEBkgJJn .form-control:focus::-webkit-input-placeholder,
.cid-tObEBkgJJn .field-input:focus::-webkit-input-placeholder {
  color: #6e6e6e;
}
.cid-tObEBkgJJn .form-control:hover:-moz-placeholder,
.cid-tObEBkgJJn .field-input:hover:-moz-placeholder,
.cid-tObEBkgJJn .form-control:focus:-moz-placeholder,
.cid-tObEBkgJJn .field-input:focus:-moz-placeholder,
.cid-tObEBkgJJn .form-control:hover:-moz-placeholder,
.cid-tObEBkgJJn .field-input:hover:-moz-placeholder,
.cid-tObEBkgJJn .form-control:focus:-moz-placeholder,
.cid-tObEBkgJJn .field-input:focus:-moz-placeholder {
  color: #6e6e6e;
}
.cid-tObEBkgJJn .jq-number__spin:hover,
.cid-tObEBkgJJn .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #f19521 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tObEBkgJJn .jq-number__spin {
  background-color: #ffffff;
  border-color: #f19521;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tObEBkgJJn .jq-selectbox li,
.cid-tObEBkgJJn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tObEBkgJJn .jq-selectbox li:hover,
.cid-tObEBkgJJn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tObEBkgJJn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tObEBkgJJn .jq-number__spin.minus:hover:after,
.cid-tObEBkgJJn .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tObEBkgJJn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tObEBkgJJn .jq-number__spin.minus:after,
.cid-tObEBkgJJn .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tObEBkgJJn textarea {
  min-height: 150px;
}
.cid-tObEBkgJJn input::-webkit-clear-button {
  display: none;
}
.cid-tObEBkgJJn input::-webkit-inner-spin-button {
  display: none;
}
.cid-tObEBkgJJn input::-webkit-outer-spin-button {
  display: none;
}
.cid-tObEBkgJJn input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tObEBkgJJn LABEL {
  color: #ffffff;
}
.cid-tObEBkgJJn .col-auto {
  margin: auto;
}
.cid-tObEBkgJJn .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tObEkzMME1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tObEkzMME1 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tObEkzMME1 .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tObEkzMME1 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tObEkzMME1 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tObEkzMME1 .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tObEkzMME1 .card {
    margin-bottom: 2vw;
  }
}
.cid-tObEkzMME1 .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tObEkzMME1 .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tObEkzMME1 .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tObEkzMME1 .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tObEkzMME1 .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tObEkzMME1 .card-wrap img {
    width: 40vw;
  }
}
.cid-tObEkA0gjP {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tObEkA0gjP .mbr-text {
  color: #000000;
}
.cid-tObEkA0gjP .media-container-row .mbr-text {
  color: #1ebeff;
}
.cid-tN4byH2QzP {
  z-index: 1000;
  width: 100%;
}
.cid-tN4byH2QzP .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-tN4byH2QzP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-tN4byH2QzP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN4byH2QzP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tN4byH2QzP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tN4byH2QzP .menu_box .navbar.opened,
  .cid-tN4byH2QzP .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tN4byH2QzP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tN4byH2QzP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tN4byH2QzP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tN4byH2QzP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tN4byH2QzP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tN4byH2QzP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tN4byH2QzP .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tN4byH2QzP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tN4byH2QzP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tN4byH2QzP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tN4byH2QzP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tN4byH2QzP .offcanvas-body .mbr-text,
  .cid-tN4byH2QzP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tN4byH2QzP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tN4byH2QzP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tN4byH2QzP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tN4byH2QzP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tN4byH2QzP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tN4byH2QzP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tN4byH2QzP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tN4byH2QzP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tN4byH2QzP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tN4byH2QzP .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-tN4byH2QzP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tN4byH2QzP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tN4byH2QzP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tN4byH2QzP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tN4byH2QzP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tN4byH2QzP .nav-item {
    margin: 0 !important;
  }
}
.cid-tN4byH2QzP .nav-item .nav-link {
  position: relative;
}
.cid-tN4byH2QzP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f5c31e;
  transition: all 0.3s ease-out;
}
.cid-tN4byH2QzP .nav-item .nav-link:hover,
.cid-tN4byH2QzP .nav-item .nav-link:focus {
  opacity: 1;
  color: #f5c31e !important;
}
.cid-tN4byH2QzP .nav-item .nav-link:hover::before,
.cid-tN4byH2QzP .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tN4byH2QzP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tN4byH2QzP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tN4byH2QzP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tN4byH2QzP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tN4byH2QzP .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-tN4byH2QzP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tN4byH2QzP .offcanvas_box {
    display: none;
  }
}
.cid-tN4byH2QzP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tN4byH2QzP .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tN4byH2QzP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tN4byH2QzP .container {
  display: flex;
  margin: auto;
}
.cid-tN4byH2QzP .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tN4byH2QzP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tN4byH2QzP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tN4byH2QzP .navbar-caption {
  color: #ffffff;
}
.cid-tN4byH2QzP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tN4byH2QzP .navbar-nav {
    margin: 0;
  }
}
.cid-tN4byH2QzP .dropdown-menu,
.cid-tN4byH2QzP .navbar.opened {
  background-color: true !important;
}
.cid-tN4byH2QzP .nav-item:focus,
.cid-tN4byH2QzP .nav-link:focus {
  outline: none;
}
.cid-tN4byH2QzP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN4byH2QzP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN4byH2QzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN4byH2QzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN4byH2QzP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN4byH2QzP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN4byH2QzP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tN4byH2QzP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tN4byH2QzP .navbar.opened {
  transition: all 0.3s;
}
.cid-tN4byH2QzP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tN4byH2QzP .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tN4byH2QzP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tN4byH2QzP .navbar.collapsed {
  justify-content: center;
}
.cid-tN4byH2QzP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN4byH2QzP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tN4byH2QzP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN4byH2QzP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN4byH2QzP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN4byH2QzP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tN4byH2QzP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tN4byH2QzP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tN4byH2QzP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tN4byH2QzP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN4byH2QzP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN4byH2QzP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tN4byH2QzP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN4byH2QzP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tN4byH2QzP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN4byH2QzP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tN4byH2QzP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tN4byH2QzP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tN4byH2QzP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tN4byH2QzP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN4byH2QzP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tN4byH2QzP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN4byH2QzP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN4byH2QzP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN4byH2QzP .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-tN4byH2QzP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tN4byH2QzP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN4byH2QzP .dropdown-item.active,
.cid-tN4byH2QzP .dropdown-item:active {
  background-color: transparent;
}
.cid-tN4byH2QzP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN4byH2QzP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN4byH2QzP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN4byH2QzP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN4byH2QzP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tN4byH2QzP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN4byH2QzP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tN4byH2QzP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tN4byH2QzP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN4byH2QzP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN4byH2QzP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN4byH2QzP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN4byH2QzP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN4byH2QzP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN4byH2QzP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN4byH2QzP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN4byH2QzP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tN4byH2QzP .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-tN4byH2QzP .navbar {
    height: 70px;
  }
  .cid-tN4byH2QzP .navbar.opened {
    height: auto;
  }
  .cid-tN4byH2QzP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN4byH2QzP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tN4byH2QzP .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tN4byH2QzP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tN4byH2QzP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tN4byH2QzP .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tN4byH2QzP .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tN4byH2QzP .navbar-caption:hover {
  color: #f5c31e;
}
@media (min-width: 992px) {
  .cid-tN4byH2QzP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tN4byH2QzP .text_widget {
  margin-bottom: 32px;
}
.cid-tN4byH2QzP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tN4byH2QzP .text_widget a:hover {
  color: #f5c31e !important;
}
.cid-tN4byH2QzP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tN4byH2QzP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tN4byH2QzP .mbr-section-subtitle,
.cid-tN4byH2QzP .text_widget,
.cid-tN4byH2QzP .mbr-section-btn {
  text-align: center;
}
.cid-tN4byH2QzP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tN4byHrPBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN4byHrPBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-tN4byHrPBT .mbr-section-head {
  width: 100%;
  margin-bottom: 5vw;
}
@media (max-width: 991px) {
  .cid-tN4byHrPBT .mbr-section-head {
    margin-bottom: 8.2vw;
  }
}
@media (max-width: 767px) {
  .cid-tN4byHrPBT .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-tN4byHrPBT .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tN4byHrPBT .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tN4byHrPBT .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tN4byHrPBT .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-tN4byHrPBT .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-tN4byHrPBT .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-tN4byHrPBT .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-tN4byHrPBT .mbr-section-subtitle {
  color: #f5c31e;
  margin-bottom: 0;
  margin-top: 32px;
  text-align: center;
}
.cid-tN4byHrPBT .mbr-section-title-2 {
  color: #ffffff;
  text-align: center;
}
.cid-tN4byHrPBT .mbr-section-title-3 {
  color: #ffffff;
}
.cid-tN4byHrPBT .mbr-section-title-1 {
  color: #ffffff;
}
.cid-tN4byHrPBT .mbr-section-title-3 P {
  text-align: center;
}
.cid-tN4lzUnRTl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-tN4lzUnRTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN4lzUnRTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN4lzUnRTl .image-wrapper {
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
}
.cid-tN4lzUnRTl img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-tN4lzUnRTl img {
    min-height: 400px;
  }
}
.cid-ujBdEHLDHZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5c31e;
}
.cid-ujBdEHLDHZ .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ujBdEHLDHZ .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-ujBdEHLDHZ .mbr-section-title {
  color: #FFFFFF;
}
.cid-ujBdEHLDHZ .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-ujBdEHLDHZ .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-ujBdEHLDHZ .card {
    margin-bottom: 2vw;
  }
}
.cid-ujBdEHLDHZ .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
  background-color: #000000;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-ujBdEHLDHZ .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-ujBdEHLDHZ .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-ujBdEHLDHZ .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-ujBdEHLDHZ .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-ujBdEHLDHZ .card-wrap img {
    width: 40vw;
  }
}
.cid-tN4leaXUma {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-tN4leaXUma .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN4leaXUma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN4leaXUma .mbr-section-title {
  color: #fafafa;
}
.cid-tN4leaXUma .mbr-section-subtitle {
  color: #303030;
}
.cid-tN4sS1aXK3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tN4sS1aXK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN4sS1aXK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN4sS1aXK3 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tN4sS1aXK3 .container-fluid {
    padding: 0 25px;
  }
}
.cid-tN4sS1aXK3 .container-fluid .row {
  padding: 0;
}
.cid-tN4sS1aXK3 .row {
  justify-content: center;
}
.cid-tN4sS1aXK3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN4sS1aXK3 .mbr-text {
  color: #1ebeff;
  text-align: center;
}
.cid-ujBdIzqVz7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5c31e;
}
.cid-ujBdIzqVz7 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ujBdIzqVz7 .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-ujBdIzqVz7 .mbr-section-title {
  color: #FFFFFF;
}
.cid-ujBdIzqVz7 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-ujBdIzqVz7 .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-ujBdIzqVz7 .card {
    margin-bottom: 2vw;
  }
}
.cid-ujBdIzqVz7 .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
  background-color: #000000;
  border: 1px solid #ede7e2;
}
@media (max-width: 991px) {
  .cid-ujBdIzqVz7 .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-ujBdIzqVz7 .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-ujBdIzqVz7 .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-ujBdIzqVz7 .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-ujBdIzqVz7 .card-wrap img {
    width: 40vw;
  }
}
.cid-tN4byJo4R5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tN4byJo4R5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN4byJo4R5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN4byJo4R5 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tN4byJo4R5 .container-fluid {
    padding: 0 25px;
  }
}
.cid-tN4byJo4R5 .container-fluid .row {
  padding: 0;
}
.cid-tN4byJo4R5 .row {
  justify-content: center;
}
.cid-tN4byJo4R5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN4byJo4R5 .mbr-text {
  color: #1ebeff;
  text-align: center;
}
.cid-tN4byJDreX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tN4byJDreX .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tN4byJDreX .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tN4byJDreX .mbr-section-title {
  color: #FFFFFF;
}
.cid-tN4byJDreX .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tN4byJDreX .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tN4byJDreX .card {
    margin-bottom: 2vw;
  }
}
.cid-tN4byJDreX .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tN4byJDreX .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-tN4byJDreX .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-tN4byJDreX .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tN4byJDreX .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-tN4byJDreX .card-wrap img {
    width: 40vw;
  }
}
.cid-tN4byJYHFe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tN4byJYHFe .mbr-text {
  color: #000000;
}
.cid-tN4byJYHFe .media-container-row .mbr-text {
  color: #1ebeff;
}
.cid-ucqWZNFQi1 {
  z-index: 1000;
  width: 100%;
}
.cid-ucqWZNFQi1 .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-ucqWZNFQi1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-ucqWZNFQi1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucqWZNFQi1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ucqWZNFQi1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ucqWZNFQi1 .menu_box .navbar.opened,
  .cid-ucqWZNFQi1 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ucqWZNFQi1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ucqWZNFQi1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ucqWZNFQi1 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucqWZNFQi1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ucqWZNFQi1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ucqWZNFQi1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ucqWZNFQi1 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-ucqWZNFQi1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ucqWZNFQi1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ucqWZNFQi1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ucqWZNFQi1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ucqWZNFQi1 .offcanvas-body .mbr-text,
  .cid-ucqWZNFQi1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ucqWZNFQi1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ucqWZNFQi1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ucqWZNFQi1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ucqWZNFQi1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ucqWZNFQi1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ucqWZNFQi1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ucqWZNFQi1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ucqWZNFQi1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ucqWZNFQi1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucqWZNFQi1 .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-ucqWZNFQi1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ucqWZNFQi1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ucqWZNFQi1 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ucqWZNFQi1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ucqWZNFQi1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ucqWZNFQi1 .nav-item {
    margin: 0 !important;
  }
}
.cid-ucqWZNFQi1 .nav-item .nav-link {
  position: relative;
}
.cid-ucqWZNFQi1 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f5c31e;
  transition: all 0.3s ease-out;
}
.cid-ucqWZNFQi1 .nav-item .nav-link:hover,
.cid-ucqWZNFQi1 .nav-item .nav-link:focus {
  opacity: 1;
  color: #f5c31e !important;
}
.cid-ucqWZNFQi1 .nav-item .nav-link:hover::before,
.cid-ucqWZNFQi1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ucqWZNFQi1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ucqWZNFQi1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ucqWZNFQi1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ucqWZNFQi1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucqWZNFQi1 .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-ucqWZNFQi1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ucqWZNFQi1 .offcanvas_box {
    display: none;
  }
}
.cid-ucqWZNFQi1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ucqWZNFQi1 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ucqWZNFQi1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ucqWZNFQi1 .container {
  display: flex;
  margin: auto;
}
.cid-ucqWZNFQi1 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ucqWZNFQi1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ucqWZNFQi1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ucqWZNFQi1 .navbar-caption {
  color: #ffffff;
}
.cid-ucqWZNFQi1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ucqWZNFQi1 .navbar-nav {
    margin: 0;
  }
}
.cid-ucqWZNFQi1 .dropdown-menu,
.cid-ucqWZNFQi1 .navbar.opened {
  background-color: true !important;
}
.cid-ucqWZNFQi1 .nav-item:focus,
.cid-ucqWZNFQi1 .nav-link:focus {
  outline: none;
}
.cid-ucqWZNFQi1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucqWZNFQi1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucqWZNFQi1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucqWZNFQi1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucqWZNFQi1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucqWZNFQi1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucqWZNFQi1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ucqWZNFQi1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ucqWZNFQi1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucqWZNFQi1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ucqWZNFQi1 .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-ucqWZNFQi1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ucqWZNFQi1 .navbar.collapsed {
  justify-content: center;
}
.cid-ucqWZNFQi1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucqWZNFQi1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucqWZNFQi1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucqWZNFQi1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucqWZNFQi1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucqWZNFQi1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ucqWZNFQi1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucqWZNFQi1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ucqWZNFQi1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ucqWZNFQi1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucqWZNFQi1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucqWZNFQi1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ucqWZNFQi1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucqWZNFQi1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ucqWZNFQi1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucqWZNFQi1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ucqWZNFQi1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ucqWZNFQi1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ucqWZNFQi1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ucqWZNFQi1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucqWZNFQi1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ucqWZNFQi1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucqWZNFQi1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucqWZNFQi1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucqWZNFQi1 .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-ucqWZNFQi1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ucqWZNFQi1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucqWZNFQi1 .dropdown-item.active,
.cid-ucqWZNFQi1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucqWZNFQi1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucqWZNFQi1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucqWZNFQi1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucqWZNFQi1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucqWZNFQi1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ucqWZNFQi1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucqWZNFQi1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-ucqWZNFQi1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucqWZNFQi1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucqWZNFQi1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucqWZNFQi1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucqWZNFQi1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucqWZNFQi1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucqWZNFQi1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucqWZNFQi1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucqWZNFQi1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucqWZNFQi1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ucqWZNFQi1 .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-ucqWZNFQi1 .navbar {
    height: 70px;
  }
  .cid-ucqWZNFQi1 .navbar.opened {
    height: auto;
  }
  .cid-ucqWZNFQi1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucqWZNFQi1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ucqWZNFQi1 .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-ucqWZNFQi1 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ucqWZNFQi1 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-ucqWZNFQi1 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-ucqWZNFQi1 .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-ucqWZNFQi1 .navbar-caption:hover {
  color: #f5c31e;
}
@media (min-width: 992px) {
  .cid-ucqWZNFQi1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ucqWZNFQi1 .text_widget {
  margin-bottom: 32px;
}
.cid-ucqWZNFQi1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ucqWZNFQi1 .text_widget a:hover {
  color: #f5c31e !important;
}
.cid-ucqWZNFQi1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ucqWZNFQi1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucqWZNFQi1 .mbr-section-subtitle,
.cid-ucqWZNFQi1 .text_widget,
.cid-ucqWZNFQi1 .mbr-section-btn {
  text-align: center;
}
.cid-ucqWZNFQi1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ucqWZO3sxf {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-ucqWZO3sxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucqWZO3sxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ucqWZO3sxf .mbr-section-head {
  width: 100%;
  margin-bottom: 5vw;
}
@media (max-width: 991px) {
  .cid-ucqWZO3sxf .mbr-section-head {
    margin-bottom: 8.2vw;
  }
}
@media (max-width: 767px) {
  .cid-ucqWZO3sxf .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-ucqWZO3sxf .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ucqWZO3sxf .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-ucqWZO3sxf .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-ucqWZO3sxf .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-ucqWZO3sxf .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-ucqWZO3sxf .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-ucqWZO3sxf .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-ucqWZO3sxf .mbr-section-subtitle {
  color: #f5c31e;
  margin-bottom: 0;
  margin-top: 32px;
  text-align: center;
}
.cid-ucqWZO3sxf .mbr-section-title-2 {
  color: #ffffff;
  text-align: center;
}
.cid-ucqWZO3sxf .mbr-section-title-3 {
  color: #ffffff;
}
.cid-ucqWZO3sxf .mbr-section-title-1 {
  color: #ffffff;
}
.cid-ucqWZO3sxf .mbr-section-title-3 P {
  text-align: center;
}
.cid-ucqWZOGTZc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5c31e;
}
.cid-ucqWZOGTZc .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ucqWZOGTZc .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-ucqWZOGTZc .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucqWZOGTZc .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-ucqWZOGTZc .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-ucqWZOGTZc .card {
    margin-bottom: 2vw;
  }
}
.cid-ucqWZOGTZc .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
  background-color: #000000;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-ucqWZOGTZc .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-ucqWZOGTZc .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-ucqWZOGTZc .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-ucqWZOGTZc .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-ucqWZOGTZc .card-wrap img {
    width: 40vw;
  }
}
.cid-ucqWZOo7WU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
  position: relative;
}
.cid-ucqWZOo7WU .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-ucqWZOo7WU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucqWZOo7WU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucqWZOo7WU .col-text {
    order: 2;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ucqWZOo7WU .col-text {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .cid-ucqWZOo7WU .col-img {
    order: 1;
  }
}
.cid-ucqWZOo7WU .text-wrapper {
  width: 100%;
}
.cid-ucqWZOo7WU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ucqWZOo7WU .mbr-text {
  color: #000000;
  width: 56%;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-ucqWZOo7WU .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ucqWZOo7WU .mbr-text {
    margin-top: 1.5rem;
  }
}
.cid-ucqWZOo7WU .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ucqWZOo7WU .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-ucqWZOo7WU .image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.cid-ucqWZOo7WU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucqWZOo7WU .mbr-text,
.cid-ucqWZOo7WU .mbr-section-btn {
  color: #1ebeff;
  text-align: left;
}
.cid-ujBduPNCa5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5c31e;
}
.cid-ujBduPNCa5 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ujBduPNCa5 .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-ujBduPNCa5 .mbr-section-title {
  color: #FFFFFF;
}
.cid-ujBduPNCa5 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-ujBduPNCa5 .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-ujBduPNCa5 .card {
    margin-bottom: 2vw;
  }
}
.cid-ujBduPNCa5 .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
  background-color: #000000;
  border: 1px solid #ede7e2;
}
@media (max-width: 991px) {
  .cid-ujBduPNCa5 .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-ujBduPNCa5 .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-ujBduPNCa5 .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-ujBduPNCa5 .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-ujBduPNCa5 .card-wrap img {
    width: 40vw;
  }
}
.cid-ucqWZQiL3J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ucqWZQiL3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucqWZQiL3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucqWZQiL3J .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucqWZQiL3J .container-fluid {
    padding: 0 25px;
  }
}
.cid-ucqWZQiL3J .container-fluid .row {
  padding: 0;
}
.cid-ucqWZQiL3J .row {
  justify-content: center;
}
.cid-ucqWZQiL3J .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucqWZQiL3J .mbr-text {
  color: #1ebeff;
  text-align: center;
}
.cid-ucqWZQBfGc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ucqWZQBfGc .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ucqWZQBfGc .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-ucqWZQBfGc .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucqWZQBfGc .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-ucqWZQBfGc .card {
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-ucqWZQBfGc .card {
    margin-bottom: 2vw;
  }
}
.cid-ucqWZQBfGc .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.9vw;
  border-radius: 0.83vw;
}
@media (max-width: 991px) {
  .cid-ucqWZQBfGc .card-wrap {
    min-height: 22vw;
    border-radius: 2.6vw;
  }
}
@media (max-width: 575px) {
  .cid-ucqWZQBfGc .card-wrap {
    min-height: 52vw;
    border-radius: 3.2vw;
  }
}
.cid-ucqWZQBfGc .card-wrap img {
  max-width: 100%;
  width: 9.65vw;
  height: auto;
}
@media (max-width: 991px) {
  .cid-ucqWZQBfGc .card-wrap img {
    width: 25vw;
  }
}
@media (max-width: 575px) {
  .cid-ucqWZQBfGc .card-wrap img {
    width: 40vw;
  }
}
.cid-ucqWZQW3fS {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ucqWZQW3fS .mbr-text {
  color: #000000;
}
.cid-ucqWZQW3fS .media-container-row .mbr-text {
  color: #1ebeff;
}
