body {
  font-family: 'Archivo', sans-serif;
}
.display-1 {
  font-family: 'Archivo', sans-serif;
  font-size: 3.45rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.3125rem;
}
.display-2 {
  font-family: 'Archivo', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.415rem;
    font-size: calc( 1.8575rem + (3.45 - 1.8575) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8575rem + (3.45 - 1.8575) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #fff86d !important;
}
.bg-success {
  background-color: #c8d4f2 !important;
}
.bg-info {
  background-color: #7087c0 !important;
}
.bg-warning {
  background-color: #671555 !important;
}
.bg-danger {
  background-color: #2f0025 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff86d !important;
  border-color: #fff86d !important;
  color: #1e1a20 !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: #161500 !important;
  background-color: #fff416 !important;
  border-color: #fff416 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1e1a20 !important;
  background-color: #fff416 !important;
  border-color: #fff416 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c3ead8 !important;
  border-color: #c3ead8 !important;
  color: #3d3d3d !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: #83d4ae !important;
  border-color: #83d4ae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3d3d3d !important;
  background-color: #83d4ae !important;
  border-color: #83d4ae !important;
}
.btn-info,
.btn-info:active {
  background-color: #7087c0 !important;
  border-color: #7087c0 !important;
  color: #000000 !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: #425b97 !important;
  border-color: #425b97 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #425b97 !important;
  border-color: #425b97 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c8d4f2 !important;
  border-color: #c8d4f2 !important;
  color: #444444 !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: #829de1 !important;
  border-color: #829de1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #444444 !important;
  background-color: #829de1 !important;
  border-color: #829de1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #671555 !important;
  border-color: #671555 !important;
  color: #000000 !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: #1f061a !important;
  border-color: #1f061a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #1f061a !important;
  border-color: #1f061a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2f0025 !important;
  border-color: #2f0025 !important;
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d191f !important;
  border-color: #1d191f !important;
  color: #000000 !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: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff86d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fff416 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #6d6800 !important;
  background-color: #fff86d !important;
  border-color: #fff86d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c3ead8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #83d4ae !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #2d815a !important;
  background-color: #c3ead8 !important;
  border-color: #c3ead8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7087c0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #425b97 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7087c0 !important;
  border-color: #7087c0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c8d4f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #829de1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #244597 !important;
  background-color: #c8d4f2 !important;
  border-color: #c8d4f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #671555;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1f061a !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: #671555 !important;
  border-color: #671555 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2f0025;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !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: #2f0025 !important;
  border-color: #2f0025 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d191f;
}
.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: #1d191f !important;
  border-color: #1d191f !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #fff86d !important;
}
.text-secondary {
  color: #c3ead8 !important;
}
.text-success {
  color: #c8d4f2 !important;
}
.text-info {
  color: #7087c0 !important;
}
.text-warning {
  color: #671555 !important;
}
.text-danger {
  color: #2f0025 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1d191f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fff307 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #77d0a7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7694df !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3e548c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #12040f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #fff86d;
}
.nav-tabs .nav-link:not(.active) {
  color: #1d191f;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7087c0;
}
.alert-warning {
  background-color: #671555;
}
.alert-danger {
  background-color: #2f0025;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fff86d;
  border-color: #fff86d;
  color: #878000;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fff86d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c9d1e7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d12bac;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff95e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fff86d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #fff86d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fff86d;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff86d;
}
.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: #fff86d;
  border-bottom-color: #fff86d;
}
.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: #fff86d !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: #c3ead8 !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='%23fff86d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 120px;
  border-radius: 30px;
  padding: 12px 35px;
  line-height: 1.25;
  font-weight: 500 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover {
  background-color: #535353 !important;
  border-color: #535353 !important;
  color: #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
b {
  font-weight: 600 !important;
}
.cid-uMHRSHdik2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMHRSHdik2 nav.navbar {
  position: fixed;
}
.cid-uMHRSHdik2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMHRSHdik2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMHRSHdik2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMHRSHdik2 .dropdown-item:hover,
.cid-uMHRSHdik2 .dropdown-item:focus {
  background: #fff86d !important;
  color: #1d191f !important;
}
.cid-uMHRSHdik2 .dropdown-item:hover span {
  color: white;
}
.cid-uMHRSHdik2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMHRSHdik2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMHRSHdik2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMHRSHdik2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMHRSHdik2 .nav-link {
  position: relative;
}
.cid-uMHRSHdik2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMHRSHdik2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uMHRSHdik2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMHRSHdik2 .navbar-nav {
  margin-right: auto;
}
.cid-uMHRSHdik2 .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-uMHRSHdik2 .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uMHRSHdik2 .navbar-nav .nav-item .nav-link:hover {
    background: rgba(51, 51, 51, 0.1);
  }
}
.cid-uMHRSHdik2 .dropdown-menu,
.cid-uMHRSHdik2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uMHRSHdik2 .nav-item:focus,
.cid-uMHRSHdik2 .nav-link:focus {
  outline: none;
}
.cid-uMHRSHdik2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMHRSHdik2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMHRSHdik2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMHRSHdik2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMHRSHdik2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMHRSHdik2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMHRSHdik2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uMHRSHdik2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMHRSHdik2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMHRSHdik2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMHRSHdik2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMHRSHdik2 .navbar.collapsed {
  justify-content: center;
}
.cid-uMHRSHdik2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMHRSHdik2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMHRSHdik2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMHRSHdik2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMHRSHdik2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMHRSHdik2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMHRSHdik2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMHRSHdik2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMHRSHdik2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMHRSHdik2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMHRSHdik2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMHRSHdik2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMHRSHdik2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMHRSHdik2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMHRSHdik2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMHRSHdik2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMHRSHdik2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMHRSHdik2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMHRSHdik2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMHRSHdik2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMHRSHdik2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMHRSHdik2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMHRSHdik2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMHRSHdik2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 115px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-left: 5px;
}
.cid-uMHRSHdik2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMHRSHdik2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMHRSHdik2 .dropdown-item.active,
.cid-uMHRSHdik2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMHRSHdik2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMHRSHdik2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMHRSHdik2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMHRSHdik2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMHRSHdik2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMHRSHdik2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMHRSHdik2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMHRSHdik2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMHRSHdik2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMHRSHdik2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMHRSHdik2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMHRSHdik2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMHRSHdik2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMHRSHdik2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMHRSHdik2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMHRSHdik2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMHRSHdik2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMHRSHdik2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMHRSHdik2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMHRSHdik2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMHRSHdik2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMHRSHdik2 .navbar {
    height: 70px;
  }
  .cid-uMHRSHdik2 .navbar.opened {
    height: auto;
  }
  .cid-uMHRSHdik2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMHRSHdik2 .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uMHRSHdik2 .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-uMHRSHdik2 .navbar-toggler {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMHRSHdik2 .container,
  .cid-uMHRSHdik2 .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-uMHRSHdik2 .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-uMHRSHdik2 .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-uMHRSHdik2 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uMHRSHdik2 .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uMHRSHdik2 .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-uMHRSHdik2 .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-uMHRSHdik2 .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed;
    background-color: #fff86d;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uMHRSHdik2 .navbar-collapse.show {
    padding: 100px 15px;
    position: fixed;
    background-color: #fff86d;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uMHRSHdik2 .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-uMHRWfJ7Yr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-59.png-1197x797.png");
  position: relative;
}
.cid-uMHRWfJ7Yr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uMHRWfJ7Yr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHRWfJ7Yr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHRWfJ7Yr .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uMHRWfJ7Yr .content-wrapper {
    margin-top: 0;
  }
}
.cid-uMHRWfJ7Yr .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #fff86d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uMHRWfJ7Yr .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uMHRWfJ7Yr .mbr-section-title {
  color: #ffffff;
}
.cid-uMHRWfJ7Yr .mbr-text {
  color: #ffffff;
}
.cid-uMHRYV2Pyp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMHRYV2Pyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHRYV2Pyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHRYV2Pyp .row {
  justify-content: flex-start;
}
.cid-uMHRYV2Pyp .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-uMHRYV2Pyp .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-uMHRYV2Pyp .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMHRZMwEuK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMHRZMwEuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHRZMwEuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHRZMwEuK .row {
  justify-content: center;
}
.cid-uMHRZMwEuK .col-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uMHRZMwEuK .col-title {
    margin-bottom: 20px;
  }
}
.cid-uMHRZMwEuK .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-uMHRZMwEuK .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMHRZMwEuK .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uMHRZMwEuK .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uMHRZMwEuK .card-row {
  align-items: stretch;
}
.cid-uMHRZMwEuK .card:first-child .card-box {
  border-top: 1px solid #d4d4d4;
}
.cid-uMHRZMwEuK .card-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .cid-uMHRZMwEuK .card-box {
    flex-wrap: wrap;
    align-items: center;
  }
}
.cid-uMHRZMwEuK .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #000000;
}
.cid-uMHRZMwEuK .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 10px;
}
.cid-uMHRZMwEuK .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 118px;
  padding: 10px;
  margin-right: 25px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff86d;
}
@media (max-width: 991px) {
  .cid-uMHRZMwEuK .iconfont-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMHRZMwEuK .iconfont-wrapper {
    margin: 0 auto;
  }
}
.cid-uMHRZMwEuK .card-wrapper {
  display: flex;
}
.cid-uMHRZMwEuK .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMHRZMwEuK .card-title {
    text-align: center !important;
  }
}
.cid-uMHRZMwEuK .card-text {
  width: 100%;
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uMHRZMwEuK .card-text {
    text-align: center !important;
  }
}
.cid-uMHS1gA9cE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMHS1gA9cE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHS1gA9cE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHS1gA9cE .row {
  justify-content: flex-start;
}
.cid-uMHS1gA9cE .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .cid-uMHS1gA9cE .content-container {
    flex-wrap: wrap;
  }
}
.cid-uMHS1gA9cE .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-uMHS1gA9cE .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-uMHS1gA9cE .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uMHS1gA9cE .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: 200px;
  }
}
.cid-uMHS1gA9cE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMHS1gA9cE .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff86d;
}
.cid-uMHS1gA9cE .label-text {
  color: #000000;
  margin: 0;
}
.cid-uMHS1gA9cE .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uMHS1gA9cE .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-uMHS1gA9cE .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uMHS1gA9cE .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-uMHS1gA9cE .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-uMHS1YFOz4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMHS1YFOz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHS1YFOz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHS1YFOz4 .row {
  justify-content: center;
}
.cid-uMHS1YFOz4 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uMHS1YFOz4 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uMHS1YFOz4 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uMHS1YFOz4 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uMHS1YFOz4 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uMHS1YFOz4 .card-row {
  align-items: stretch;
}
.cid-uMHS1YFOz4 .card {
  padding: 10px;
}
.cid-uMHS1YFOz4 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uMHS1YFOz4 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uMHS1YFOz4 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uMHS1YFOz4 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff86d;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uMHS1YFOz4 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uMHS1YFOz4 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uMHS1YFOz4 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-uMHS1YFOz4 .card-wrapper:hover .card-box {
  background-color: #fff86d;
}
.cid-uMHS1YFOz4 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-uMHS1YFOz4 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uMHS1YFOz4 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uMHS6jigRw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMHS6jigRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHS6jigRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHS6jigRw .row {
  justify-content: flex-start;
}
.cid-uMHS6jigRw .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #f6f6f6;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uMHS6jigRw .content-container {
    flex-wrap: wrap;
  }
}
.cid-uMHS6jigRw .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-uMHS6jigRw .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-uMHS6jigRw .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-uMHS6jigRw .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: 200px;
  }
}
.cid-uMHS6jigRw .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMHS6jigRw .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff86d;
}
.cid-uMHS6jigRw .label-text {
  color: #000000;
  margin: 0;
}
.cid-uMHS6jigRw .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uMHS6jigRw .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-uMHS6jigRw .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uMHS6jigRw .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-uMHS6jigRw .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-uMHSag14NA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5f1f2;
}
.cid-uMHSag14NA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHSag14NA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHSag14NA img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uMHSag14NA .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e1d945;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uMHSag14NA .card-title,
.cid-uMHSag14NA .iconfont-wrapper {
  color: #232323;
}
.cid-uMHSag14NA .card-text {
  color: #232323;
}
.cid-uMHSag14NA .mbr-section-title {
  color: #000000;
}
.cid-uMHSag14NA .mbr-section-subtitle {
  color: #232323;
}
.cid-uMHSag14NA .content-head {
  max-width: 800px;
}
.cid-uMHSag14NA .card-subtitle {
  color: #a1a1a1;
}
.cid-uMHSbBDH4u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-uMHSbBDH4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHSbBDH4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHSbBDH4u .container {
  max-width: 1140px;
}
.cid-uMHSbBDH4u .row {
  justify-content: center;
}
.cid-uMHSbBDH4u .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uMHSbBDH4u .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uMHSbBDH4u .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uMHSbBDH4u .toggle-panel {
  width: 100%;
}
.cid-uMHSbBDH4u .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-uMHSbBDH4u .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMHSbBDH4u .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uMHSbBDH4u .panel-title {
    align-items: flex-start;
  }
}
.cid-uMHSbBDH4u .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #fff86d;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uMHSbBDH4u .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uMHSbBDH4u .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uMHSbBDH4u .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uMHSbBDH4u .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uMHSbBDH4u .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uMHSbBDH4u .panel-body {
    width: 100%;
  }
}
.cid-uMHSbBDH4u .panel-title-edit {
  color: #1D191F;
}
.cid-uMHSbBDH4u .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uMHScKuARO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uMHScKuARO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHScKuARO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHScKuARO .col-title {
  margin-bottom: 70px;
  max-width: 1120px;
}
@media (max-width: 991px) {
  .cid-uMHScKuARO .col-title {
    margin-bottom: 50px;
  }
}
.cid-uMHScKuARO .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uMHScKuARO .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-uMHScKuARO .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMHScKuARO .cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 10px;
  max-width: 1150px;
}
@media (max-width: 767px) {
  .cid-uMHScKuARO .cards-container {
    padding: 0 !important;
  }
}
.cid-uMHScKuARO .col-card {
  padding: 15px;
}
@media (max-width: 575px) {
  .cid-uMHScKuARO .col-card {
    padding: 15px 10px;
  }
}
.cid-uMHScKuARO .col-card:nth-child(1n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-uMHScKuARO .col-card:nth-child(1n) .image-wrap:hover {
  border-radius: 120px 0 0 0;
}
.cid-uMHScKuARO .col-card:nth-child(2n) .image-wrap {
  border-radius: 120px 0 0 0;
}
.cid-uMHScKuARO .col-card:nth-child(2n) .image-wrap:hover {
  border-radius: 0 120px 0 120px;
}
.cid-uMHScKuARO .col-card:nth-child(3n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-uMHScKuARO .col-card:nth-child(3n) .image-wrap:hover {
  border-radius: 120px 0 0 120px;
}
.cid-uMHScKuARO .card-wrap {
  border-radius: 0;
}
.cid-uMHScKuARO .content-wrap {
  width: 100%;
  margin-top: 40px;
}
.cid-uMHScKuARO .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transition: .3s all;
}
.cid-uMHScKuARO .image-wrap img {
  height: 420px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uMHScKuARO .image-wrap img {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .cid-uMHScKuARO .image-wrap img {
    height: 270px;
  }
}
@media (max-width: 575px) {
  .cid-uMHScKuARO .image-wrap img {
    height: auto !important;
  }
}
.cid-uMHSfNFvSf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-uMHSfNFvSf .row {
  align-items: center;
}
.cid-uMHSfNFvSf .main-col {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uMHSfNFvSf .main-col {
    flex-wrap: wrap;
  }
}
.cid-uMHSfNFvSf .title-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 50%;
  padding: 50px 10px 10px 10px !important;
}
@media (max-width: 767px) {
  .cid-uMHSfNFvSf .title-container {
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
    padding: 0 !important;
  }
}
.cid-uMHSfNFvSf .main-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
.cid-uMHSfNFvSf .main-subtitle {
  margin-top: 40px;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
.cid-uMHSfNFvSf .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 10px !important;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uMHSfNFvSf .form-container {
    width: 100%;
    min-height: auto;
    padding: 0 !important;
  }
}
.cid-uMHSfNFvSf .form-bg {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  padding: 60px 50px;
  background-color: #ffffff;
  border: 1px solid #1d191f;
}
@media (max-width: 991px) {
  .cid-uMHSfNFvSf .form-bg {
    padding: 50px 25px 50px 25px;
  }
}
@media (max-width: 767px) {
  .cid-uMHSfNFvSf .form-bg {
    padding: 35px 30px;
  }
}
.cid-uMHSfNFvSf form {
  width: 100%;
}
.cid-uMHSfNFvSf form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uMHSfNFvSf form p {
  color: #1d191f;
}
.cid-uMHSfNFvSf form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uMHSfNFvSf form .mbr-section-btn {
    width: 100%;
  }
}
.cid-uMHSfNFvSf form .mbr-section-btn .btn {
  min-width: 120px;
  width: 100%;
  border: none !important;
}
.cid-uMHSfNFvSf form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-uMHSfNFvSf form .form-control {
  height: 55px;
  border: 1px solid #818a91 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1d191f;
  font-weight: 400;
}
.cid-uMHSfNFvSf form .form-control::-webkit-input-placeholder {
  color: #adadad;
}
.cid-uMHSfNFvSf form .form-control::-moz-placeholder {
  color: #adadad;
}
.cid-uMHSfNFvSf form .form-control:-moz-placeholder {
  color: #adadad;
}
.cid-uMHSfNFvSf form .form-control:-ms-input-placeholder {
  color: #adadad;
}
.cid-uMHSfNFvSf form select {
  color: #adadad !important;
}
.cid-uMHSfNFvSf form textarea {
  height: 192px !important;
}
.cid-uMHSfNFvSf form input:active,
.cid-uMHSfNFvSf form textarea:active,
.cid-uMHSfNFvSf form input:focus,
.cid-uMHSfNFvSf form textarea:focus {
  background-color: transparent !important;
  border-color: #818a91 !important;
}
.cid-uMHSfNFvSf form input:active::-webkit-input-placeholder,
.cid-uMHSfNFvSf form textarea:active::-webkit-input-placeholder,
.cid-uMHSfNFvSf form input:focus::-webkit-input-placeholder,
.cid-uMHSfNFvSf form textarea:focus::-webkit-input-placeholder {
  color: #adadad;
}
.cid-uMHSfNFvSf form input:active::-moz-placeholder,
.cid-uMHSfNFvSf form textarea:active::-moz-placeholder,
.cid-uMHSfNFvSf form input:focus::-moz-placeholder,
.cid-uMHSfNFvSf form textarea:focus::-moz-placeholder {
  color: #adadad;
}
.cid-uMHSfNFvSf form input:active:-moz-placeholder,
.cid-uMHSfNFvSf form textarea:active:-moz-placeholder,
.cid-uMHSfNFvSf form input:focus:-moz-placeholder,
.cid-uMHSfNFvSf form textarea:focus:-moz-placeholder {
  color: #adadad;
}
.cid-uMHSfNFvSf form input:active:-ms-input-placeholder,
.cid-uMHSfNFvSf form textarea:active:-ms-input-placeholder,
.cid-uMHSfNFvSf form input:focus:-ms-input-placeholder,
.cid-uMHSfNFvSf form textarea:focus:-ms-input-placeholder {
  color: #adadad;
}
.cid-uMHSfNFvSf form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uMHSfNFvSf form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uMHSfNFvSf form label {
  width: 100%;
  color: #1d191f;
  margin-bottom: 4px;
}
.cid-uMHSfNFvSf form .form-check-input {
  border-color: #818a91 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uMHSfNFvSf form .form-check-input:focus,
.cid-uMHSfNFvSf form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1d191f !important;
}
.cid-uMHSfNFvSf form .form-check-input:checked {
  border-color: #1d191f !important;
  background-color: #1d191f !important;
}
.cid-uMHSh3qJme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMHSh3qJme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHSh3qJme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHSh3qJme .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -30%, #ffffff 20%, #ffffff 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uMHSh3qJme .card-wrapper {
    padding: 16px;
  }
}
.cid-uMHSh3qJme .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uMHSh3qJme .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMHSh3qJme .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uMHSh3qJme .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMHSh3qJme .mbr-section-title {
  color: #0e1724;
  text-align: center;
}
.cid-uMHSh3qJme .list {
  color: #ffffff;
  text-align: center;
}
.cid-uMHSh3qJme .list,
.cid-uMHSh3qJme .item-wrap,
.cid-uMHSh3qJme .tabs-wrapper {
  color: #0e1724;
}
.cid-uMHShpqtO2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #131313;
}
.cid-uMHShpqtO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHShpqtO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHShpqtO2 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uMHShpqtO2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMHShpqtO2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMHShpqtO2 .container {
    padding: 0 30px;
  }
}
.cid-uMHShpqtO2 .google-map {
  border-top: 2px solid #9c9c9c;
  border-bottom: 2px solid #9c9c9c;
}
.cid-uMHShpqtO2 .google-map iframe {
  border-radius: 0 !important;
  height: 500px;
  filter: grayscale(100%);
}
.cid-uMHShLQX9n {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uMHShLQX9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHShLQX9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHShLQX9n .copyright {
  color: #ffffff;
}
.cid-uMHShLQX9n .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMHShLQX9n .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uMHShLQX9n .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uMHShLQX9n .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uMHShLQX9n .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uMHShLQX9n .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uMHShLQX9n .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uMHShLQX9n .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uMHShLQX9n .row-links-soc,
.cid-uMHShLQX9n .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uMHShLQX9n .copyright,
.cid-uMHShLQX9n .line {
  color: #ffffff;
}
.cid-uMHShLQX9n .row-links-soc {
  color: #ffffff;
}
.cid-uMHYJVFXO0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMHYJVFXO0 nav.navbar {
  position: fixed;
}
.cid-uMHYJVFXO0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMHYJVFXO0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMHYJVFXO0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMHYJVFXO0 .dropdown-item:hover,
.cid-uMHYJVFXO0 .dropdown-item:focus {
  background: #fff86d !important;
  color: #1d191f !important;
}
.cid-uMHYJVFXO0 .dropdown-item:hover span {
  color: white;
}
.cid-uMHYJVFXO0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMHYJVFXO0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMHYJVFXO0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMHYJVFXO0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMHYJVFXO0 .nav-link {
  position: relative;
}
.cid-uMHYJVFXO0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMHYJVFXO0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uMHYJVFXO0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMHYJVFXO0 .navbar-nav {
  margin-right: auto;
}
.cid-uMHYJVFXO0 .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-uMHYJVFXO0 .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uMHYJVFXO0 .navbar-nav .nav-item .nav-link:hover {
    background: rgba(51, 51, 51, 0.1);
  }
}
.cid-uMHYJVFXO0 .dropdown-menu,
.cid-uMHYJVFXO0 .navbar.opened {
  background: #ffffff !important;
}
.cid-uMHYJVFXO0 .nav-item:focus,
.cid-uMHYJVFXO0 .nav-link:focus {
  outline: none;
}
.cid-uMHYJVFXO0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMHYJVFXO0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMHYJVFXO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMHYJVFXO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMHYJVFXO0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMHYJVFXO0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMHYJVFXO0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uMHYJVFXO0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMHYJVFXO0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMHYJVFXO0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMHYJVFXO0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMHYJVFXO0 .navbar.collapsed {
  justify-content: center;
}
.cid-uMHYJVFXO0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMHYJVFXO0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMHYJVFXO0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMHYJVFXO0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMHYJVFXO0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMHYJVFXO0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMHYJVFXO0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMHYJVFXO0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMHYJVFXO0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMHYJVFXO0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMHYJVFXO0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMHYJVFXO0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMHYJVFXO0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMHYJVFXO0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMHYJVFXO0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMHYJVFXO0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMHYJVFXO0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMHYJVFXO0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMHYJVFXO0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMHYJVFXO0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMHYJVFXO0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMHYJVFXO0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMHYJVFXO0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMHYJVFXO0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 115px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-left: 5px;
}
.cid-uMHYJVFXO0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMHYJVFXO0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMHYJVFXO0 .dropdown-item.active,
.cid-uMHYJVFXO0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMHYJVFXO0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMHYJVFXO0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMHYJVFXO0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMHYJVFXO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMHYJVFXO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMHYJVFXO0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMHYJVFXO0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMHYJVFXO0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMHYJVFXO0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMHYJVFXO0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMHYJVFXO0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMHYJVFXO0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMHYJVFXO0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMHYJVFXO0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMHYJVFXO0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMHYJVFXO0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMHYJVFXO0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMHYJVFXO0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMHYJVFXO0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMHYJVFXO0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMHYJVFXO0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMHYJVFXO0 .navbar {
    height: 70px;
  }
  .cid-uMHYJVFXO0 .navbar.opened {
    height: auto;
  }
  .cid-uMHYJVFXO0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMHYJVFXO0 .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uMHYJVFXO0 .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-uMHYJVFXO0 .navbar-toggler {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMHYJVFXO0 .container,
  .cid-uMHYJVFXO0 .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-uMHYJVFXO0 .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-uMHYJVFXO0 .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-uMHYJVFXO0 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uMHYJVFXO0 .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uMHYJVFXO0 .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-uMHYJVFXO0 .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-uMHYJVFXO0 .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed;
    background-color: #fff86d;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uMHYJVFXO0 .navbar-collapse.show {
    padding: 100px 15px;
    position: fixed;
    background-color: #fff86d;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uMHYJVFXO0 .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-uMHYRCY2hC {
  display: flex;
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uMHYRCY2hC {
    align-items: center;
  }
  .cid-uMHYRCY2hC .row {
    justify-content: center;
  }
}
.cid-uMHYRCY2hC p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMHYRCY2hC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMHYRCY2hC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMHYRCY2hC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMHYRCY2hC .content-wrap {
    width: 100%;
  }
}
.cid-uMHYRCY2hC .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uMHYRCY2hC .mbr-text,
.cid-uMHYRCY2hC .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uMHYRCY2hC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMHYK0UEQx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uMHYK0UEQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHYK0UEQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHYK0UEQx .copyright {
  color: #ffffff;
}
.cid-uMHYK0UEQx .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMHYK0UEQx .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uMHYK0UEQx .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uMHYK0UEQx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uMHYK0UEQx .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uMHYK0UEQx .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uMHYK0UEQx .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uMHYK0UEQx .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uMHYK0UEQx .row-links-soc,
.cid-uMHYK0UEQx .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uMHYK0UEQx .copyright,
.cid-uMHYK0UEQx .line {
  color: #ffffff;
}
.cid-uMHYK0UEQx .row-links-soc {
  color: #ffffff;
}
