body {
  font-family: 'Manrope', sans-serif;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 8.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 7.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.16rem;
    font-size: calc( 3.7300000000000004rem + (8.8 - 3.7300000000000004) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.7300000000000004rem + (8.8 - 3.7300000000000004) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #eeeeee !important;
}
.bg-success {
  background-color: #22a5e5 !important;
}
.bg-info {
  background-color: #ffb81c !important;
}
.bg-warning {
  background-color: #e8d233 !important;
}
.bg-danger {
  background-color: #ffb81c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !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: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #6f6f6f !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !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: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6f6f6f !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffb81c !important;
  border-color: #ffb81c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c48700 !important;
  border-color: #c48700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c48700 !important;
  border-color: #c48700 !important;
}
.btn-success,
.btn-success:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e8d233 !important;
  border-color: #e8d233 !important;
  color: #191603 !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: #b09d14 !important;
  border-color: #b09d14 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #191603 !important;
  background-color: #b09d14 !important;
  border-color: #b09d14 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffb81c !important;
  border-color: #ffb81c !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: #c48700 !important;
  border-color: #c48700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c48700 !important;
  border-color: #c48700 !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: #eeeeee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eeeeee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb81c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c48700 !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: #ffb81c !important;
  border-color: #ffb81c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22a5e5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e8d233;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b09d14 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #191603 !important;
  background-color: #e8d233 !important;
  border-color: #e8d233 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb81c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c48700 !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: #ffb81c !important;
  border-color: #ffb81c !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: #eeeeee !important;
}
.text-secondary {
  color: #eeeeee !important;
}
.text-success {
  color: #22a5e5 !important;
}
.text-info {
  color: #ffb81c !important;
}
.text-warning {
  color: #e8d233 !important;
}
.text-danger {
  color: #ffb81c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bbbbbb !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bbbbbb !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #116690 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b57c00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a39112 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b57c00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #eeeeee;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffb81c;
}
.alert-warning {
  background-color: #e8d233;
}
.alert-danger {
  background-color: #ffb81c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #7b7b7b;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #eeeeee;
}
.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: #d9effa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff8e8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdfaea;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff8e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #eeeeee !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #eeeeee;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #eeeeee;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #eeeeee;
}
.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: #eeeeee;
  border-bottom-color: #eeeeee;
}
.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: #eeeeee !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: #eeeeee !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='%23eeeeee' %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;
}
.cid-tLaDg36Mda {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/rio-arc-10-640x480.webp");
}
.cid-tLaDg36Mda a:hover {
  background-image: none !important;
}
.cid-tLaDg36Mda .mbr-section-title {
  text-indent: -0.07em;
  color: #ffb81c;
}
.cid-tLaDg36Mda .mbr-section-subtitle {
  color: #ffb81c;
  text-align: left;
}
.cid-tLaDg36Mda .mbr-text {
  color: #ffffff;
}
.cid-tLaDg36Mda .colored-text {
  color: #a68462 !important;
}
.cid-tMbY7cbLaR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMbY7cbLaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMbY7cbLaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMbY7cbLaR .container {
    padding: 0 16px;
  }
}
.cid-tMbY7cbLaR .card {
  position: relative;
  justify-content: center;
}
.cid-tMbY7cbLaR .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tMbY7cbLaR .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMbY7cbLaR .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMbY7cbLaR .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMbY7cbLaR .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMbY7cbLaR .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMbY7cbLaR .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMbY7cbLaR .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMbY7cbLaR .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMbY7cbLaR .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tMbY7cbLaR .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMbY7cbLaR .mbr-text {
  color: #ffb81c;
}
.cid-tMbY7cbLaR .mbr-name {
  color: #ffffff;
}
.cid-tMbY7cbLaR .mbr-desc {
  color: #dce2e3;
}
.cid-tMbQX6UfWj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMbQX6UfWj .image-h {
  height: 19rem;
}
.cid-tMbQX6UfWj .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-tLfbTtwBbh .navbar-dropdown {
  position: relative !important;
}
.cid-tLfbTtwBbh .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tLfbTtwBbh .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tLfbTtwBbh .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tLfbTtwBbh .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tLfbTtwBbh .navbar-caption {
  font-weight: 500;
}
.cid-tLfbTtwBbh .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-tLfbTtwBbh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLfbTtwBbh .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tLfbTtwBbh .dropdown-item:hover,
.cid-tLfbTtwBbh .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tLfbTtwBbh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLfbTtwBbh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLfbTtwBbh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLfbTtwBbh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLfbTtwBbh .nav-link {
  position: relative;
}
.cid-tLfbTtwBbh .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tLfbTtwBbh .container {
  display: flex;
  margin: auto;
}
.cid-tLfbTtwBbh .dropdown-menu,
.cid-tLfbTtwBbh .navbar.opened {
  background: #414142 !important;
}
.cid-tLfbTtwBbh .nav-item:focus,
.cid-tLfbTtwBbh .nav-link:focus {
  outline: none;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLfbTtwBbh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLfbTtwBbh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLfbTtwBbh .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tLfbTtwBbh .navbar.opened {
  transition: all 0.3s;
}
.cid-tLfbTtwBbh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLfbTtwBbh .navbar .navbar-logo img {
  width: auto;
}
.cid-tLfbTtwBbh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLfbTtwBbh .navbar.collapsed {
  justify-content: center;
}
.cid-tLfbTtwBbh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLfbTtwBbh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLfbTtwBbh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tLfbTtwBbh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLfbTtwBbh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLfbTtwBbh .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-tLfbTtwBbh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLfbTtwBbh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tLfbTtwBbh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLfbTtwBbh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLfbTtwBbh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLfbTtwBbh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLfbTtwBbh .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-tLfbTtwBbh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLfbTtwBbh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLfbTtwBbh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLfbTtwBbh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLfbTtwBbh .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tLfbTtwBbh .navbar.navbar-short {
  min-height: 80px;
}
.cid-tLfbTtwBbh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLfbTtwBbh .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tLfbTtwBbh .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-tLfbTtwBbh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLfbTtwBbh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLfbTtwBbh .dropdown-item.active,
.cid-tLfbTtwBbh .dropdown-item:active {
  background-color: transparent;
}
.cid-tLfbTtwBbh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLfbTtwBbh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLfbTtwBbh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLfbTtwBbh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tLfbTtwBbh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLfbTtwBbh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLfbTtwBbh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLfbTtwBbh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLfbTtwBbh .navbar {
    height: 70px;
  }
  .cid-tLfbTtwBbh .navbar.opened {
    height: auto;
  }
  .cid-tLfbTtwBbh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMchFU2E9V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMchFU2E9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMchFU2E9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMchFU2E9V .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMchFU2E9V .text-container {
    margin: 0 5%;
  }
}
.cid-tMchFU2E9V .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMchFU2E9V .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMchFU2E9V .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMchFU2E9V .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMchFU2E9V .mbr-text {
  color: #e8e8e8;
}
.cid-tMchFU2E9V .mbr-desc,
.cid-tMchFU2E9V .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMchFU2E9V .mbr-text,
.cid-tMchFU2E9V .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMchXTOcYX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/harlingen-1-2-8.33.48-pm-1280x960.webp");
}
.cid-tMchXTOcYX .colored-text {
  color: #ffffff !important;
}
.cid-tMchXTOcYX .mbr-section-title {
  color: #ffffff;
}
.cid-tMchXTOcYX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMchXTOcYX .mbr-text {
  color: #ffffff;
}
.cid-tMchG7q2pJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMchG7q2pJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMchG7q2pJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMchG7q2pJ .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMchG7q2pJ .text-container {
    margin: 0 5%;
  }
}
.cid-tMchG7q2pJ .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMchG7q2pJ .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMchG7q2pJ .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMchG7q2pJ .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMchG7q2pJ .mbr-text {
  color: #e8e8e8;
}
.cid-tMchG7q2pJ .mbr-desc,
.cid-tMchG7q2pJ .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMchG7q2pJ .mbr-text,
.cid-tMchG7q2pJ .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMchYU46dS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/harlingen-1-3-8.33.48-pm-1280x960.webp");
}
.cid-tMchYU46dS .colored-text {
  color: #ffffff !important;
}
.cid-tMchYU46dS .mbr-section-title {
  color: #ffffff;
}
.cid-tMchYU46dS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMchYU46dS .mbr-text {
  color: #ffffff;
}
.cid-tMchGkeEDE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMchGkeEDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMchGkeEDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMchGkeEDE .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMchGkeEDE .text-container {
    margin: 0 5%;
  }
}
.cid-tMchGkeEDE .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMchGkeEDE .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMchGkeEDE .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMchGkeEDE .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMchGkeEDE .mbr-text {
  color: #e8e8e8;
}
.cid-tMchGkeEDE .mbr-desc,
.cid-tMchGkeEDE .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMchGkeEDE .mbr-text,
.cid-tMchGkeEDE .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMchZ8GKLy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/harlingen-1-2-640x480.webp");
}
.cid-tMchZ8GKLy .colored-text {
  color: #ffffff !important;
}
.cid-tMchZ8GKLy .mbr-section-title {
  color: #ffffff;
}
.cid-tMchZ8GKLy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMchZ8GKLy .mbr-text {
  color: #ffffff;
}
.cid-tMz6zf1BVi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMz6zf1BVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMz6zf1BVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMz6zf1BVi .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMz6zf1BVi .text-container {
    margin: 0 5%;
  }
}
.cid-tMz6zf1BVi .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMz6zf1BVi .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMz6zf1BVi .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMz6zf1BVi .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMz6zf1BVi .mbr-text {
  color: #e8e8e8;
}
.cid-tMz6zf1BVi .mbr-desc,
.cid-tMz6zf1BVi .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMz6zf1BVi .mbr-text,
.cid-tMz6zf1BVi .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMz6Jp3WbF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/rio-arc-1-7-1280x960.webp");
}
.cid-tMz6Jp3WbF .colored-text {
  color: #ffffff !important;
}
.cid-tMz6Jp3WbF .mbr-section-title {
  color: #ffffff;
}
.cid-tMz6Jp3WbF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMz6Jp3WbF .mbr-text {
  color: #ffffff;
}
.cid-tLfaOQIubC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tLfaOQIubC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLfaOQIubC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLfaOQIubC .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tLfaOQIubC .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tLfaOQIubC .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tLfaOQIubC [class^="socicon-"]:before,
.cid-tLfaOQIubC [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tLfaOQIubC .mbr-section-title,
.cid-tLfaOQIubC .social-list {
  color: #ffb81c;
}
.cid-tMPLtLuzdg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPLtLuzdg .colored-text {
  color: #ffffff !important;
}
.cid-tMPLtLuzdg .mbr-section-title {
  color: #ffffff;
}
.cid-tMPLtLuzdg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPLtLuzdg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMcurua9IT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tLfbTtwBbh .navbar-dropdown {
  position: relative !important;
}
.cid-tLfbTtwBbh .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tLfbTtwBbh .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tLfbTtwBbh .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tLfbTtwBbh .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tLfbTtwBbh .navbar-caption {
  font-weight: 500;
}
.cid-tLfbTtwBbh .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-tLfbTtwBbh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLfbTtwBbh .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tLfbTtwBbh .dropdown-item:hover,
.cid-tLfbTtwBbh .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tLfbTtwBbh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLfbTtwBbh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLfbTtwBbh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLfbTtwBbh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLfbTtwBbh .nav-link {
  position: relative;
}
.cid-tLfbTtwBbh .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tLfbTtwBbh .container {
  display: flex;
  margin: auto;
}
.cid-tLfbTtwBbh .dropdown-menu,
.cid-tLfbTtwBbh .navbar.opened {
  background: #414142 !important;
}
.cid-tLfbTtwBbh .nav-item:focus,
.cid-tLfbTtwBbh .nav-link:focus {
  outline: none;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLfbTtwBbh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLfbTtwBbh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLfbTtwBbh .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tLfbTtwBbh .navbar.opened {
  transition: all 0.3s;
}
.cid-tLfbTtwBbh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLfbTtwBbh .navbar .navbar-logo img {
  width: auto;
}
.cid-tLfbTtwBbh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLfbTtwBbh .navbar.collapsed {
  justify-content: center;
}
.cid-tLfbTtwBbh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLfbTtwBbh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLfbTtwBbh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tLfbTtwBbh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLfbTtwBbh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLfbTtwBbh .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-tLfbTtwBbh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLfbTtwBbh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tLfbTtwBbh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLfbTtwBbh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLfbTtwBbh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLfbTtwBbh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLfbTtwBbh .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-tLfbTtwBbh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLfbTtwBbh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLfbTtwBbh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLfbTtwBbh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLfbTtwBbh .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tLfbTtwBbh .navbar.navbar-short {
  min-height: 80px;
}
.cid-tLfbTtwBbh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLfbTtwBbh .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tLfbTtwBbh .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-tLfbTtwBbh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLfbTtwBbh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLfbTtwBbh .dropdown-item.active,
.cid-tLfbTtwBbh .dropdown-item:active {
  background-color: transparent;
}
.cid-tLfbTtwBbh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLfbTtwBbh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLfbTtwBbh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLfbTtwBbh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tLfbTtwBbh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLfbTtwBbh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLfbTtwBbh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLfbTtwBbh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLfbTtwBbh .navbar {
    height: 70px;
  }
  .cid-tLfbTtwBbh .navbar.opened {
    height: auto;
  }
  .cid-tLfbTtwBbh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMcqQ0Gafz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMcqQ0Gafz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMcqQ0Gafz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMcqQ0Gafz .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMcqQ0Gafz .text-container {
    margin: 0 5%;
  }
}
.cid-tMcqQ0Gafz .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMcqQ0Gafz .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMcqQ0Gafz .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMcqQ0Gafz .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMcqQ0Gafz .mbr-text {
  color: #e8e8e8;
}
.cid-tMcqQ0Gafz .mbr-desc,
.cid-tMcqQ0Gafz .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMcqQ0Gafz .mbr-text,
.cid-tMcqQ0Gafz .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMcqYY2PtY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMcqYY2PtY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMcqYY2PtY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMcqYY2PtY .container {
    padding: 0 16px;
  }
}
.cid-tMcqYY2PtY .card {
  position: relative;
  justify-content: center;
}
.cid-tMcqYY2PtY .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tMcqYY2PtY .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMcqYY2PtY .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMcqYY2PtY .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMcqYY2PtY .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMcqYY2PtY .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMcqYY2PtY .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMcqYY2PtY .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMcqYY2PtY .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMcqYY2PtY .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tMcqYY2PtY .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMcqYY2PtY .mbr-text {
  color: #ffffff;
}
.cid-tMcqYY2PtY .mbr-name {
  color: #ffffff;
}
.cid-tMcqYY2PtY .mbr-desc {
  color: #dce2e3;
}
.cid-tMPLD8lMfr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPLD8lMfr .colored-text {
  color: #ffffff !important;
}
.cid-tMPLD8lMfr .mbr-section-title {
  color: #ffffff;
}
.cid-tMPLD8lMfr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPLD8lMfr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMcurua9IT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMd3kPK4ao .navbar-dropdown {
  position: relative !important;
}
.cid-tMd3kPK4ao .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMd3kPK4ao .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMd3kPK4ao .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMd3kPK4ao .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMd3kPK4ao .navbar-caption {
  font-weight: 500;
}
.cid-tMd3kPK4ao .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-tMd3kPK4ao .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMd3kPK4ao .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMd3kPK4ao .dropdown-item:hover,
.cid-tMd3kPK4ao .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMd3kPK4ao .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMd3kPK4ao .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMd3kPK4ao .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMd3kPK4ao .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMd3kPK4ao .nav-link {
  position: relative;
}
.cid-tMd3kPK4ao .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMd3kPK4ao .container {
  display: flex;
  margin: auto;
}
.cid-tMd3kPK4ao .dropdown-menu,
.cid-tMd3kPK4ao .navbar.opened {
  background: #414142 !important;
}
.cid-tMd3kPK4ao .nav-item:focus,
.cid-tMd3kPK4ao .nav-link:focus {
  outline: none;
}
.cid-tMd3kPK4ao .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMd3kPK4ao .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMd3kPK4ao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMd3kPK4ao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMd3kPK4ao .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMd3kPK4ao .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMd3kPK4ao .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMd3kPK4ao .navbar.opened {
  transition: all 0.3s;
}
.cid-tMd3kPK4ao .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMd3kPK4ao .navbar .navbar-logo img {
  width: auto;
}
.cid-tMd3kPK4ao .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMd3kPK4ao .navbar.collapsed {
  justify-content: center;
}
.cid-tMd3kPK4ao .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMd3kPK4ao .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMd3kPK4ao .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMd3kPK4ao .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMd3kPK4ao .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMd3kPK4ao .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-tMd3kPK4ao .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMd3kPK4ao .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMd3kPK4ao .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMd3kPK4ao .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMd3kPK4ao .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMd3kPK4ao .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMd3kPK4ao .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-tMd3kPK4ao .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMd3kPK4ao .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMd3kPK4ao .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMd3kPK4ao .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMd3kPK4ao .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMd3kPK4ao .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMd3kPK4ao .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMd3kPK4ao .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMd3kPK4ao .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-tMd3kPK4ao .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMd3kPK4ao .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMd3kPK4ao .dropdown-item.active,
.cid-tMd3kPK4ao .dropdown-item:active {
  background-color: transparent;
}
.cid-tMd3kPK4ao .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMd3kPK4ao .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMd3kPK4ao .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMd3kPK4ao .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMd3kPK4ao .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMd3kPK4ao .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMd3kPK4ao ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMd3kPK4ao button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMd3kPK4ao button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMd3kPK4ao button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMd3kPK4ao button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMd3kPK4ao button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMd3kPK4ao button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMd3kPK4ao nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMd3kPK4ao nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMd3kPK4ao nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMd3kPK4ao nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMd3kPK4ao a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMd3kPK4ao .navbar {
    height: 70px;
  }
  .cid-tMd3kPK4ao .navbar.opened {
    height: auto;
  }
  .cid-tMd3kPK4ao .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMd3kQtCuq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMd3kQtCuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMd3kQtCuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMd3kQtCuq .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMd3kQtCuq .text-container {
    margin: 0 5%;
  }
}
.cid-tMd3kQtCuq .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMd3kQtCuq .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMd3kQtCuq .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMd3kQtCuq .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMd3kQtCuq .mbr-text {
  color: #e8e8e8;
}
.cid-tMd3kQtCuq .mbr-desc,
.cid-tMd3kQtCuq .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMd3kQtCuq .mbr-text,
.cid-tMd3kQtCuq .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMd3kQOnMb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMd3kQOnMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMd3kQOnMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMd3kQOnMb .container {
    padding: 0 16px;
  }
}
.cid-tMd3kQOnMb .card {
  position: relative;
  justify-content: center;
}
.cid-tMd3kQOnMb .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tMd3kQOnMb .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMd3kQOnMb .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMd3kQOnMb .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMd3kQOnMb .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMd3kQOnMb .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMd3kQOnMb .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMd3kQOnMb .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMd3kQOnMb .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMd3kQOnMb .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tMd3kQOnMb .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMd3kQOnMb .mbr-text {
  color: #ffffff;
}
.cid-tMd3kQOnMb .mbr-name {
  color: #ffffff;
}
.cid-tMd3kQOnMb .mbr-desc {
  color: #dce2e3;
}
.cid-tMPOtJSEAI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPOtJSEAI .colored-text {
  color: #ffffff !important;
}
.cid-tMPOtJSEAI .mbr-section-title {
  color: #ffffff;
}
.cid-tMPOtJSEAI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPOtJSEAI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMd3kRbpYZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMd98ctlwu .navbar-dropdown {
  position: relative !important;
}
.cid-tMd98ctlwu .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMd98ctlwu .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMd98ctlwu .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMd98ctlwu .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMd98ctlwu .navbar-caption {
  font-weight: 500;
}
.cid-tMd98ctlwu .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-tMd98ctlwu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMd98ctlwu .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMd98ctlwu .dropdown-item:hover,
.cid-tMd98ctlwu .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMd98ctlwu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMd98ctlwu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMd98ctlwu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMd98ctlwu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMd98ctlwu .nav-link {
  position: relative;
}
.cid-tMd98ctlwu .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMd98ctlwu .container {
  display: flex;
  margin: auto;
}
.cid-tMd98ctlwu .dropdown-menu,
.cid-tMd98ctlwu .navbar.opened {
  background: #414142 !important;
}
.cid-tMd98ctlwu .nav-item:focus,
.cid-tMd98ctlwu .nav-link:focus {
  outline: none;
}
.cid-tMd98ctlwu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMd98ctlwu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMd98ctlwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMd98ctlwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMd98ctlwu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMd98ctlwu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMd98ctlwu .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMd98ctlwu .navbar.opened {
  transition: all 0.3s;
}
.cid-tMd98ctlwu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMd98ctlwu .navbar .navbar-logo img {
  width: auto;
}
.cid-tMd98ctlwu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMd98ctlwu .navbar.collapsed {
  justify-content: center;
}
.cid-tMd98ctlwu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMd98ctlwu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMd98ctlwu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMd98ctlwu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMd98ctlwu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMd98ctlwu .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-tMd98ctlwu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMd98ctlwu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMd98ctlwu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMd98ctlwu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMd98ctlwu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMd98ctlwu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMd98ctlwu .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-tMd98ctlwu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMd98ctlwu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMd98ctlwu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMd98ctlwu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMd98ctlwu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMd98ctlwu .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMd98ctlwu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMd98ctlwu .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMd98ctlwu .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-tMd98ctlwu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMd98ctlwu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMd98ctlwu .dropdown-item.active,
.cid-tMd98ctlwu .dropdown-item:active {
  background-color: transparent;
}
.cid-tMd98ctlwu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMd98ctlwu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMd98ctlwu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMd98ctlwu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMd98ctlwu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMd98ctlwu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMd98ctlwu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMd98ctlwu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMd98ctlwu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMd98ctlwu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMd98ctlwu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMd98ctlwu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMd98ctlwu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMd98ctlwu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMd98ctlwu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMd98ctlwu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMd98ctlwu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMd98ctlwu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMd98ctlwu .navbar {
    height: 70px;
  }
  .cid-tMd98ctlwu .navbar.opened {
    height: auto;
  }
  .cid-tMd98ctlwu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMd98dikhl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMd98dikhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMd98dikhl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMd98dikhl .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMd98dikhl .text-container {
    margin: 0 5%;
  }
}
.cid-tMd98dikhl .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMd98dikhl .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMd98dikhl .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMd98dikhl .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMd98dikhl .mbr-text {
  color: #e8e8e8;
}
.cid-tMd98dikhl .mbr-desc,
.cid-tMd98dikhl .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMd98dikhl .mbr-text,
.cid-tMd98dikhl .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMFwLmDPpO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFwLmDPpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFwLmDPpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMFwLmDPpO .container {
    padding: 0 16px;
  }
}
.cid-tMFwLmDPpO .card {
  position: relative;
  justify-content: center;
}
.cid-tMFwLmDPpO .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tMFwLmDPpO .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMFwLmDPpO .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMFwLmDPpO .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMFwLmDPpO .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMFwLmDPpO .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMFwLmDPpO .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMFwLmDPpO .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMFwLmDPpO .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMFwLmDPpO .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tMFwLmDPpO .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMFwLmDPpO .mbr-text {
  color: #ffffff;
}
.cid-tMFwLmDPpO .mbr-name {
  color: #ffffff;
}
.cid-tMFwLmDPpO .mbr-desc {
  color: #dce2e3;
}
.cid-tMdbx6OAes {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMdbx6OAes .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMdbx6OAes .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-tMdbx6OAes .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMdbx6OAes .row {
  flex-direction: row-reverse;
}
.cid-tMdbx6OAes img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMdbx6OAes .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMdbx6OAes .mbr-text {
  color: #ffffff;
}
.cid-tMdbx6OAes .mbr-section-title {
  color: #ffb81c;
}
.cid-tMdbx6OAes .mbr-description {
  color: #ffffff;
}
.cid-tMdfJdIWMk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMdfJdIWMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMdfJdIWMk .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-tMdfJdIWMk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMdfJdIWMk .row {
  flex-direction: row-reverse;
}
.cid-tMdfJdIWMk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMdfJdIWMk .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMdfJdIWMk .mbr-text {
  color: #ffffff;
}
.cid-tMdfJdIWMk .mbr-section-title {
  color: #ffb81c;
}
.cid-tMdfJdIWMk .mbr-description {
  color: #ffffff;
}
.cid-tMPO8RTzMH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPO8RTzMH .colored-text {
  color: #ffffff !important;
}
.cid-tMPO8RTzMH .mbr-section-title {
  color: #ffffff;
}
.cid-tMPO8RTzMH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPO8RTzMH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMd98etJ1n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tLfbTtwBbh .navbar-dropdown {
  position: relative !important;
}
.cid-tLfbTtwBbh .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tLfbTtwBbh .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tLfbTtwBbh .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tLfbTtwBbh .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tLfbTtwBbh .navbar-caption {
  font-weight: 500;
}
.cid-tLfbTtwBbh .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-tLfbTtwBbh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLfbTtwBbh .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tLfbTtwBbh .dropdown-item:hover,
.cid-tLfbTtwBbh .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tLfbTtwBbh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLfbTtwBbh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLfbTtwBbh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLfbTtwBbh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLfbTtwBbh .nav-link {
  position: relative;
}
.cid-tLfbTtwBbh .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tLfbTtwBbh .container {
  display: flex;
  margin: auto;
}
.cid-tLfbTtwBbh .dropdown-menu,
.cid-tLfbTtwBbh .navbar.opened {
  background: #414142 !important;
}
.cid-tLfbTtwBbh .nav-item:focus,
.cid-tLfbTtwBbh .nav-link:focus {
  outline: none;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLfbTtwBbh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLfbTtwBbh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLfbTtwBbh .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tLfbTtwBbh .navbar.opened {
  transition: all 0.3s;
}
.cid-tLfbTtwBbh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLfbTtwBbh .navbar .navbar-logo img {
  width: auto;
}
.cid-tLfbTtwBbh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLfbTtwBbh .navbar.collapsed {
  justify-content: center;
}
.cid-tLfbTtwBbh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLfbTtwBbh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLfbTtwBbh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tLfbTtwBbh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLfbTtwBbh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLfbTtwBbh .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-tLfbTtwBbh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLfbTtwBbh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tLfbTtwBbh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLfbTtwBbh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLfbTtwBbh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLfbTtwBbh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLfbTtwBbh .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-tLfbTtwBbh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLfbTtwBbh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLfbTtwBbh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLfbTtwBbh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLfbTtwBbh .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tLfbTtwBbh .navbar.navbar-short {
  min-height: 80px;
}
.cid-tLfbTtwBbh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLfbTtwBbh .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tLfbTtwBbh .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-tLfbTtwBbh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLfbTtwBbh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLfbTtwBbh .dropdown-item.active,
.cid-tLfbTtwBbh .dropdown-item:active {
  background-color: transparent;
}
.cid-tLfbTtwBbh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLfbTtwBbh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLfbTtwBbh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLfbTtwBbh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tLfbTtwBbh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLfbTtwBbh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLfbTtwBbh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLfbTtwBbh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLfbTtwBbh .navbar {
    height: 70px;
  }
  .cid-tLfbTtwBbh .navbar.opened {
    height: auto;
  }
  .cid-tLfbTtwBbh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMctf7cSiI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMctf7cSiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMctf7cSiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMctf7cSiI .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMctf7cSiI .text-container {
    margin: 0 5%;
  }
}
.cid-tMctf7cSiI .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMctf7cSiI .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMctf7cSiI .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMctf7cSiI .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMctf7cSiI .mbr-text {
  color: #e8e8e8;
}
.cid-tMctf7cSiI .mbr-desc,
.cid-tMctf7cSiI .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMctf7cSiI .mbr-text,
.cid-tMctf7cSiI .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMO9Qj8XHm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMO9Qj8XHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMO9Qj8XHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMO9Qj8XHm .container {
    padding: 0 16px;
  }
}
.cid-tMO9Qj8XHm .card {
  position: relative;
  justify-content: center;
}
.cid-tMO9Qj8XHm .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tMO9Qj8XHm .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMO9Qj8XHm .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMO9Qj8XHm .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMO9Qj8XHm .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMO9Qj8XHm .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMO9Qj8XHm .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMO9Qj8XHm .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMO9Qj8XHm .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMO9Qj8XHm .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tMO9Qj8XHm .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMO9Qj8XHm .mbr-text {
  color: #ffffff;
}
.cid-tMO9Qj8XHm .mbr-name {
  color: #ffffff;
}
.cid-tMO9Qj8XHm .mbr-desc {
  color: #dce2e3;
}
.cid-tMPBU4rbYn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #333333;
}
.cid-tMPBU4rbYn .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tMPBU4rbYn .col-lg-4,
.cid-tMPBU4rbYn .col-12 {
  padding: 0 2rem;
}
.cid-tMPBU4rbYn .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tMPBU4rbYn .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tMPBU4rbYn .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tMPBU4rbYn .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tMPBU4rbYn .card-title,
.cid-tMPBU4rbYn .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-tMPBU4rbYn .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tMPBU4rbYn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPBU4rbYn .mbr-section-title {
  color: #ffb81c;
}
.cid-tMPBU4rbYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPBU4rbYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMPKQi5Rqn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPKQi5Rqn .colored-text {
  color: #ffffff !important;
}
.cid-tMPKQi5Rqn .mbr-section-title {
  color: #ffffff;
}
.cid-tMPKQi5Rqn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPKQi5Rqn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMcurua9IT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tLfbTtwBbh .navbar-dropdown {
  position: relative !important;
}
.cid-tLfbTtwBbh .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tLfbTtwBbh .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tLfbTtwBbh .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tLfbTtwBbh .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tLfbTtwBbh .navbar-caption {
  font-weight: 500;
}
.cid-tLfbTtwBbh .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-tLfbTtwBbh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLfbTtwBbh .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tLfbTtwBbh .dropdown-item:hover,
.cid-tLfbTtwBbh .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tLfbTtwBbh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLfbTtwBbh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLfbTtwBbh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLfbTtwBbh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLfbTtwBbh .nav-link {
  position: relative;
}
.cid-tLfbTtwBbh .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tLfbTtwBbh .container {
  display: flex;
  margin: auto;
}
.cid-tLfbTtwBbh .dropdown-menu,
.cid-tLfbTtwBbh .navbar.opened {
  background: #414142 !important;
}
.cid-tLfbTtwBbh .nav-item:focus,
.cid-tLfbTtwBbh .nav-link:focus {
  outline: none;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLfbTtwBbh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLfbTtwBbh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLfbTtwBbh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLfbTtwBbh .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tLfbTtwBbh .navbar.opened {
  transition: all 0.3s;
}
.cid-tLfbTtwBbh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLfbTtwBbh .navbar .navbar-logo img {
  width: auto;
}
.cid-tLfbTtwBbh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLfbTtwBbh .navbar.collapsed {
  justify-content: center;
}
.cid-tLfbTtwBbh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLfbTtwBbh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLfbTtwBbh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tLfbTtwBbh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLfbTtwBbh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLfbTtwBbh .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-tLfbTtwBbh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLfbTtwBbh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tLfbTtwBbh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLfbTtwBbh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLfbTtwBbh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLfbTtwBbh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLfbTtwBbh .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-tLfbTtwBbh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLfbTtwBbh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLfbTtwBbh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLfbTtwBbh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLfbTtwBbh .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tLfbTtwBbh .navbar.navbar-short {
  min-height: 80px;
}
.cid-tLfbTtwBbh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLfbTtwBbh .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tLfbTtwBbh .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-tLfbTtwBbh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLfbTtwBbh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLfbTtwBbh .dropdown-item.active,
.cid-tLfbTtwBbh .dropdown-item:active {
  background-color: transparent;
}
.cid-tLfbTtwBbh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLfbTtwBbh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLfbTtwBbh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLfbTtwBbh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tLfbTtwBbh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLfbTtwBbh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLfbTtwBbh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLfbTtwBbh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLfbTtwBbh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLfbTtwBbh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLfbTtwBbh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLfbTtwBbh .navbar {
    height: 70px;
  }
  .cid-tLfbTtwBbh .navbar.opened {
    height: auto;
  }
  .cid-tLfbTtwBbh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMcs99aVkI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMcs99aVkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMcs99aVkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMcs99aVkI .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMcs99aVkI .text-container {
    margin: 0 5%;
  }
}
.cid-tMcs99aVkI .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMcs99aVkI .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMcs99aVkI .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMcs99aVkI .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMcs99aVkI .mbr-text {
  color: #e8e8e8;
}
.cid-tMcs99aVkI .mbr-desc,
.cid-tMcs99aVkI .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMcs99aVkI .mbr-text,
.cid-tMcs99aVkI .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMcsvbxvkZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMcsvbxvkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMcsvbxvkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMcsvbxvkZ .container {
    padding: 0 16px;
  }
}
.cid-tMcsvbxvkZ .card {
  position: relative;
  justify-content: center;
}
.cid-tMcsvbxvkZ .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tMcsvbxvkZ .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMcsvbxvkZ .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMcsvbxvkZ .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMcsvbxvkZ .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMcsvbxvkZ .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMcsvbxvkZ .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMcsvbxvkZ .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMcsvbxvkZ .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMcsvbxvkZ .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tMcsvbxvkZ .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMcsvbxvkZ .mbr-text {
  color: #ffffff;
}
.cid-tMcsvbxvkZ .mbr-name {
  color: #ffffff;
}
.cid-tMcsvbxvkZ .mbr-desc {
  color: #dce2e3;
}
.cid-tMPOka7yxD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPOka7yxD .colored-text {
  color: #ffffff !important;
}
.cid-tMPOka7yxD .mbr-section-title {
  color: #ffffff;
}
.cid-tMPOka7yxD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPOka7yxD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMcurua9IT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMi96Rpu3w .navbar-dropdown {
  position: relative !important;
}
.cid-tMi96Rpu3w .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMi96Rpu3w .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMi96Rpu3w .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMi96Rpu3w .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMi96Rpu3w .navbar-caption {
  font-weight: 500;
}
.cid-tMi96Rpu3w .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-tMi96Rpu3w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMi96Rpu3w .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMi96Rpu3w .dropdown-item:hover,
.cid-tMi96Rpu3w .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMi96Rpu3w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMi96Rpu3w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMi96Rpu3w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMi96Rpu3w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMi96Rpu3w .nav-link {
  position: relative;
}
.cid-tMi96Rpu3w .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMi96Rpu3w .container {
  display: flex;
  margin: auto;
}
.cid-tMi96Rpu3w .dropdown-menu,
.cid-tMi96Rpu3w .navbar.opened {
  background: #414142 !important;
}
.cid-tMi96Rpu3w .nav-item:focus,
.cid-tMi96Rpu3w .nav-link:focus {
  outline: none;
}
.cid-tMi96Rpu3w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMi96Rpu3w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMi96Rpu3w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMi96Rpu3w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMi96Rpu3w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMi96Rpu3w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMi96Rpu3w .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMi96Rpu3w .navbar.opened {
  transition: all 0.3s;
}
.cid-tMi96Rpu3w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMi96Rpu3w .navbar .navbar-logo img {
  width: auto;
}
.cid-tMi96Rpu3w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMi96Rpu3w .navbar.collapsed {
  justify-content: center;
}
.cid-tMi96Rpu3w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMi96Rpu3w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMi96Rpu3w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMi96Rpu3w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMi96Rpu3w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMi96Rpu3w .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-tMi96Rpu3w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMi96Rpu3w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMi96Rpu3w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMi96Rpu3w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMi96Rpu3w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMi96Rpu3w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMi96Rpu3w .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-tMi96Rpu3w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMi96Rpu3w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMi96Rpu3w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMi96Rpu3w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMi96Rpu3w .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMi96Rpu3w .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMi96Rpu3w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMi96Rpu3w .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMi96Rpu3w .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-tMi96Rpu3w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMi96Rpu3w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMi96Rpu3w .dropdown-item.active,
.cid-tMi96Rpu3w .dropdown-item:active {
  background-color: transparent;
}
.cid-tMi96Rpu3w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMi96Rpu3w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMi96Rpu3w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMi96Rpu3w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMi96Rpu3w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMi96Rpu3w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMi96Rpu3w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMi96Rpu3w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMi96Rpu3w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMi96Rpu3w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMi96Rpu3w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMi96Rpu3w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMi96Rpu3w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMi96Rpu3w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMi96Rpu3w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMi96Rpu3w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMi96Rpu3w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMi96Rpu3w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMi96Rpu3w .navbar {
    height: 70px;
  }
  .cid-tMi96Rpu3w .navbar.opened {
    height: auto;
  }
  .cid-tMi96Rpu3w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMi96RUWiX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMi96RUWiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMi96RUWiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMi96RUWiX .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMi96RUWiX .text-container {
    margin: 0 5%;
  }
}
.cid-tMi96RUWiX .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMi96RUWiX .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMi96RUWiX .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMi96RUWiX .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMi96RUWiX .mbr-text {
  color: #e8e8e8;
}
.cid-tMi96RUWiX .mbr-desc,
.cid-tMi96RUWiX .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMi96RUWiX .mbr-text,
.cid-tMi96RUWiX .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMi96SmL43 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMi96SmL43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMi96SmL43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMi96SmL43 .container {
    padding: 0 16px;
  }
}
.cid-tMi96SmL43 .card {
  position: relative;
  justify-content: center;
}
.cid-tMi96SmL43 .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tMi96SmL43 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMi96SmL43 .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMi96SmL43 .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMi96SmL43 .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMi96SmL43 .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMi96SmL43 .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMi96SmL43 .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMi96SmL43 .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMi96SmL43 .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tMi96SmL43 .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMi96SmL43 .mbr-text {
  color: #ffffff;
}
.cid-tMi96SmL43 .mbr-name {
  color: #ffffff;
}
.cid-tMi96SmL43 .mbr-desc {
  color: #dce2e3;
}
.cid-tMPOIbzTdk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPOIbzTdk .colored-text {
  color: #ffffff !important;
}
.cid-tMPOIbzTdk .mbr-section-title {
  color: #ffffff;
}
.cid-tMPOIbzTdk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPOIbzTdk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMi96SShYx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMFco07xSW .navbar-dropdown {
  position: relative !important;
}
.cid-tMFco07xSW .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMFco07xSW .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMFco07xSW .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMFco07xSW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMFco07xSW .navbar-caption {
  font-weight: 500;
}
.cid-tMFco07xSW .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-tMFco07xSW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMFco07xSW .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMFco07xSW .dropdown-item:hover,
.cid-tMFco07xSW .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMFco07xSW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMFco07xSW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMFco07xSW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMFco07xSW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMFco07xSW .nav-link {
  position: relative;
}
.cid-tMFco07xSW .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMFco07xSW .container {
  display: flex;
  margin: auto;
}
.cid-tMFco07xSW .dropdown-menu,
.cid-tMFco07xSW .navbar.opened {
  background: #414142 !important;
}
.cid-tMFco07xSW .nav-item:focus,
.cid-tMFco07xSW .nav-link:focus {
  outline: none;
}
.cid-tMFco07xSW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMFco07xSW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMFco07xSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMFco07xSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMFco07xSW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMFco07xSW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMFco07xSW .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMFco07xSW .navbar.opened {
  transition: all 0.3s;
}
.cid-tMFco07xSW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMFco07xSW .navbar .navbar-logo img {
  width: auto;
}
.cid-tMFco07xSW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMFco07xSW .navbar.collapsed {
  justify-content: center;
}
.cid-tMFco07xSW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMFco07xSW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMFco07xSW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMFco07xSW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMFco07xSW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMFco07xSW .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-tMFco07xSW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMFco07xSW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMFco07xSW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMFco07xSW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMFco07xSW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMFco07xSW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMFco07xSW .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-tMFco07xSW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMFco07xSW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMFco07xSW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMFco07xSW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMFco07xSW .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMFco07xSW .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMFco07xSW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMFco07xSW .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMFco07xSW .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-tMFco07xSW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMFco07xSW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMFco07xSW .dropdown-item.active,
.cid-tMFco07xSW .dropdown-item:active {
  background-color: transparent;
}
.cid-tMFco07xSW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMFco07xSW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMFco07xSW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMFco07xSW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMFco07xSW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMFco07xSW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMFco07xSW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMFco07xSW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMFco07xSW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMFco07xSW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMFco07xSW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMFco07xSW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMFco07xSW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMFco07xSW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMFco07xSW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMFco07xSW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMFco07xSW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMFco07xSW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMFco07xSW .navbar {
    height: 70px;
  }
  .cid-tMFco07xSW .navbar.opened {
    height: auto;
  }
  .cid-tMFco07xSW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMFco0EfPt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFco0EfPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFco0EfPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMFco0EfPt .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMFco0EfPt .text-container {
    margin: 0 5%;
  }
}
.cid-tMFco0EfPt .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMFco0EfPt .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMFco0EfPt .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMFco0EfPt .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMFco0EfPt .mbr-text {
  color: #e8e8e8;
}
.cid-tMFco0EfPt .mbr-desc,
.cid-tMFco0EfPt .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMFco0EfPt .mbr-text,
.cid-tMFco0EfPt .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMFco15Wd3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFco15Wd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFco15Wd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMFco15Wd3 .container {
    padding: 0 16px;
  }
}
.cid-tMFco15Wd3 .card {
  position: relative;
  justify-content: center;
}
.cid-tMFco15Wd3 .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tMFco15Wd3 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMFco15Wd3 .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMFco15Wd3 .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMFco15Wd3 .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMFco15Wd3 .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMFco15Wd3 .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMFco15Wd3 .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMFco15Wd3 .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMFco15Wd3 .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tMFco15Wd3 .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMFco15Wd3 .mbr-text {
  color: #ffffff;
}
.cid-tMFco15Wd3 .mbr-name {
  color: #ffffff;
}
.cid-tMFco15Wd3 .mbr-desc {
  color: #dce2e3;
}
.cid-tMPOXKthAc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPOXKthAc .colored-text {
  color: #ffffff !important;
}
.cid-tMPOXKthAc .mbr-section-title {
  color: #ffffff;
}
.cid-tMPOXKthAc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPOXKthAc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMFco1x54v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMFzaldAyj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFzaldAyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFzaldAyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMFzaldAyj .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMFzaldAyj .text-container {
    margin: 0 5%;
  }
}
.cid-tMFzaldAyj .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMFzaldAyj .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMFzaldAyj .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMFzaldAyj .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMFzaldAyj .mbr-text {
  color: #e8e8e8;
}
.cid-tMFzaldAyj .mbr-desc,
.cid-tMFzaldAyj .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMFzaldAyj .mbr-text,
.cid-tMFzaldAyj .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMFzoXjg7n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFzoXjg7n .colored-text {
  color: #ffffff !important;
}
.cid-tMFzoXjg7n .mbr-section-title {
  color: #ffffff;
}
.cid-tMFzoXjg7n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMFzoXjg7n .mbr-text {
  color: #ffffff;
}
.cid-tMFzakOccp .navbar-dropdown {
  position: relative !important;
}
.cid-tMFzakOccp .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMFzakOccp .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMFzakOccp .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMFzakOccp .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMFzakOccp .navbar-caption {
  font-weight: 500;
}
.cid-tMFzakOccp .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-tMFzakOccp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMFzakOccp .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMFzakOccp .dropdown-item:hover,
.cid-tMFzakOccp .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMFzakOccp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMFzakOccp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMFzakOccp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMFzakOccp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMFzakOccp .nav-link {
  position: relative;
}
.cid-tMFzakOccp .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMFzakOccp .container {
  display: flex;
  margin: auto;
}
.cid-tMFzakOccp .dropdown-menu,
.cid-tMFzakOccp .navbar.opened {
  background: #414142 !important;
}
.cid-tMFzakOccp .nav-item:focus,
.cid-tMFzakOccp .nav-link:focus {
  outline: none;
}
.cid-tMFzakOccp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMFzakOccp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMFzakOccp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMFzakOccp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMFzakOccp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMFzakOccp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMFzakOccp .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMFzakOccp .navbar.opened {
  transition: all 0.3s;
}
.cid-tMFzakOccp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMFzakOccp .navbar .navbar-logo img {
  width: auto;
}
.cid-tMFzakOccp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMFzakOccp .navbar.collapsed {
  justify-content: center;
}
.cid-tMFzakOccp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMFzakOccp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMFzakOccp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMFzakOccp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMFzakOccp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMFzakOccp .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-tMFzakOccp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMFzakOccp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMFzakOccp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMFzakOccp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMFzakOccp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMFzakOccp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMFzakOccp .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-tMFzakOccp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMFzakOccp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMFzakOccp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMFzakOccp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMFzakOccp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMFzakOccp .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMFzakOccp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMFzakOccp .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMFzakOccp .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-tMFzakOccp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMFzakOccp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMFzakOccp .dropdown-item.active,
.cid-tMFzakOccp .dropdown-item:active {
  background-color: transparent;
}
.cid-tMFzakOccp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMFzakOccp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMFzakOccp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMFzakOccp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMFzakOccp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMFzakOccp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMFzakOccp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMFzakOccp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMFzakOccp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMFzakOccp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMFzakOccp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMFzakOccp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMFzakOccp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMFzakOccp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMFzakOccp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMFzakOccp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMFzakOccp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMFzakOccp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMFzakOccp .navbar {
    height: 70px;
  }
  .cid-tMFzakOccp .navbar.opened {
    height: auto;
  }
  .cid-tMFzakOccp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMFBuPKoTp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFBuPKoTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFBuPKoTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMFBuPKoTp .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMFBuPKoTp .text-container {
    margin: 0 5%;
  }
}
.cid-tMFBuPKoTp .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMFBuPKoTp .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMFBuPKoTp .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMFBuPKoTp .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMFBuPKoTp .mbr-text {
  color: #e8e8e8;
}
.cid-tMFBuPKoTp .mbr-desc,
.cid-tMFBuPKoTp .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMFBuPKoTp .mbr-text,
.cid-tMFBuPKoTp .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMFBLyrOCE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFBLyrOCE .colored-text {
  color: #ffffff !important;
}
.cid-tMFBLyrOCE .mbr-section-title {
  color: #ffffff;
}
.cid-tMFBLyrOCE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMFBLyrOCE .mbr-text {
  color: #ffffff;
}
.cid-tMFBvhOAfu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFBvhOAfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFBvhOAfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMFBvhOAfu .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMFBvhOAfu .text-container {
    margin: 0 5%;
  }
}
.cid-tMFBvhOAfu .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMFBvhOAfu .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMFBvhOAfu .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMFBvhOAfu .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMFBvhOAfu .mbr-text {
  color: #e8e8e8;
}
.cid-tMFBvhOAfu .mbr-desc,
.cid-tMFBvhOAfu .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMFBvhOAfu .mbr-text,
.cid-tMFBvhOAfu .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMFBLNoFQn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFBLNoFQn .colored-text {
  color: #ffffff !important;
}
.cid-tMFBLNoFQn .mbr-section-title {
  color: #ffffff;
}
.cid-tMFBLNoFQn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMFBLNoFQn .mbr-text {
  color: #ffffff;
}
.cid-tMPPbdJvRR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPPbdJvRR .colored-text {
  color: #ffffff !important;
}
.cid-tMPPbdJvRR .mbr-section-title {
  color: #ffffff;
}
.cid-tMPPbdJvRR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPPbdJvRR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMFzalX1ZE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMFFUyNcKA .navbar-dropdown {
  position: relative !important;
}
.cid-tMFFUyNcKA .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMFFUyNcKA .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMFFUyNcKA .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMFFUyNcKA .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMFFUyNcKA .navbar-caption {
  font-weight: 500;
}
.cid-tMFFUyNcKA .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-tMFFUyNcKA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMFFUyNcKA .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMFFUyNcKA .dropdown-item:hover,
.cid-tMFFUyNcKA .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMFFUyNcKA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMFFUyNcKA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMFFUyNcKA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMFFUyNcKA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMFFUyNcKA .nav-link {
  position: relative;
}
.cid-tMFFUyNcKA .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMFFUyNcKA .container {
  display: flex;
  margin: auto;
}
.cid-tMFFUyNcKA .dropdown-menu,
.cid-tMFFUyNcKA .navbar.opened {
  background: #414142 !important;
}
.cid-tMFFUyNcKA .nav-item:focus,
.cid-tMFFUyNcKA .nav-link:focus {
  outline: none;
}
.cid-tMFFUyNcKA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMFFUyNcKA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMFFUyNcKA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMFFUyNcKA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMFFUyNcKA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMFFUyNcKA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMFFUyNcKA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMFFUyNcKA .navbar.opened {
  transition: all 0.3s;
}
.cid-tMFFUyNcKA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMFFUyNcKA .navbar .navbar-logo img {
  width: auto;
}
.cid-tMFFUyNcKA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMFFUyNcKA .navbar.collapsed {
  justify-content: center;
}
.cid-tMFFUyNcKA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMFFUyNcKA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMFFUyNcKA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMFFUyNcKA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMFFUyNcKA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMFFUyNcKA .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-tMFFUyNcKA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMFFUyNcKA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMFFUyNcKA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMFFUyNcKA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMFFUyNcKA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMFFUyNcKA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMFFUyNcKA .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-tMFFUyNcKA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMFFUyNcKA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMFFUyNcKA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMFFUyNcKA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMFFUyNcKA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMFFUyNcKA .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMFFUyNcKA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMFFUyNcKA .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMFFUyNcKA .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-tMFFUyNcKA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMFFUyNcKA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMFFUyNcKA .dropdown-item.active,
.cid-tMFFUyNcKA .dropdown-item:active {
  background-color: transparent;
}
.cid-tMFFUyNcKA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMFFUyNcKA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMFFUyNcKA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMFFUyNcKA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMFFUyNcKA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMFFUyNcKA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMFFUyNcKA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMFFUyNcKA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMFFUyNcKA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMFFUyNcKA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMFFUyNcKA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMFFUyNcKA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMFFUyNcKA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMFFUyNcKA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMFFUyNcKA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMFFUyNcKA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMFFUyNcKA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMFFUyNcKA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMFFUyNcKA .navbar {
    height: 70px;
  }
  .cid-tMFFUyNcKA .navbar.opened {
    height: auto;
  }
  .cid-tMFFUyNcKA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMFFUzciUC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFFUzciUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFFUzciUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMFFUzciUC .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMFFUzciUC .text-container {
    margin: 0 5%;
  }
}
.cid-tMFFUzciUC .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMFFUzciUC .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMFFUzciUC .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMFFUzciUC .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMFFUzciUC .mbr-text {
  color: #e8e8e8;
}
.cid-tMFFUzciUC .mbr-desc,
.cid-tMFFUzciUC .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMFFUzciUC .mbr-text,
.cid-tMFFUzciUC .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMFFUzz9o8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFFUzz9o8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFFUzz9o8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMFFUzz9o8 .container {
    padding: 0 16px;
  }
}
.cid-tMFFUzz9o8 .card {
  position: relative;
  justify-content: center;
}
.cid-tMFFUzz9o8 .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tMFFUzz9o8 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMFFUzz9o8 .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMFFUzz9o8 .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMFFUzz9o8 .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMFFUzz9o8 .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMFFUzz9o8 .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMFFUzz9o8 .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMFFUzz9o8 .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMFFUzz9o8 .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tMFFUzz9o8 .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMFFUzz9o8 .mbr-text {
  color: #ffffff;
}
.cid-tMFFUzz9o8 .mbr-name {
  color: #ffffff;
}
.cid-tMFFUzz9o8 .mbr-desc {
  color: #dce2e3;
}
.cid-tMPLY0KdRh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPLY0KdRh .colored-text {
  color: #ffffff !important;
}
.cid-tMPLY0KdRh .mbr-section-title {
  color: #ffffff;
}
.cid-tMPLY0KdRh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPLY0KdRh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMFFUA5Yy3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMFJEtA5iT .navbar-dropdown {
  position: relative !important;
}
.cid-tMFJEtA5iT .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMFJEtA5iT .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMFJEtA5iT .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMFJEtA5iT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMFJEtA5iT .navbar-caption {
  font-weight: 500;
}
.cid-tMFJEtA5iT .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-tMFJEtA5iT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMFJEtA5iT .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMFJEtA5iT .dropdown-item:hover,
.cid-tMFJEtA5iT .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMFJEtA5iT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMFJEtA5iT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMFJEtA5iT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMFJEtA5iT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMFJEtA5iT .nav-link {
  position: relative;
}
.cid-tMFJEtA5iT .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMFJEtA5iT .container {
  display: flex;
  margin: auto;
}
.cid-tMFJEtA5iT .dropdown-menu,
.cid-tMFJEtA5iT .navbar.opened {
  background: #414142 !important;
}
.cid-tMFJEtA5iT .nav-item:focus,
.cid-tMFJEtA5iT .nav-link:focus {
  outline: none;
}
.cid-tMFJEtA5iT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMFJEtA5iT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMFJEtA5iT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMFJEtA5iT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMFJEtA5iT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMFJEtA5iT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMFJEtA5iT .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMFJEtA5iT .navbar.opened {
  transition: all 0.3s;
}
.cid-tMFJEtA5iT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMFJEtA5iT .navbar .navbar-logo img {
  width: auto;
}
.cid-tMFJEtA5iT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMFJEtA5iT .navbar.collapsed {
  justify-content: center;
}
.cid-tMFJEtA5iT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMFJEtA5iT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMFJEtA5iT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMFJEtA5iT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMFJEtA5iT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMFJEtA5iT .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-tMFJEtA5iT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMFJEtA5iT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMFJEtA5iT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMFJEtA5iT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMFJEtA5iT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMFJEtA5iT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMFJEtA5iT .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-tMFJEtA5iT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMFJEtA5iT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMFJEtA5iT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMFJEtA5iT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMFJEtA5iT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMFJEtA5iT .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMFJEtA5iT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMFJEtA5iT .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMFJEtA5iT .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-tMFJEtA5iT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMFJEtA5iT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMFJEtA5iT .dropdown-item.active,
.cid-tMFJEtA5iT .dropdown-item:active {
  background-color: transparent;
}
.cid-tMFJEtA5iT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMFJEtA5iT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMFJEtA5iT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMFJEtA5iT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMFJEtA5iT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMFJEtA5iT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMFJEtA5iT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMFJEtA5iT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMFJEtA5iT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMFJEtA5iT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMFJEtA5iT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMFJEtA5iT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMFJEtA5iT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMFJEtA5iT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMFJEtA5iT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMFJEtA5iT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMFJEtA5iT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMFJEtA5iT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMFJEtA5iT .navbar {
    height: 70px;
  }
  .cid-tMFJEtA5iT .navbar.opened {
    height: auto;
  }
  .cid-tMFJEtA5iT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMFJEu7Xwi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFJEu7Xwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFJEu7Xwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMFJEu7Xwi .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMFJEu7Xwi .text-container {
    margin: 0 5%;
  }
}
.cid-tMFJEu7Xwi .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMFJEu7Xwi .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMFJEu7Xwi .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMFJEu7Xwi .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMFJEu7Xwi .mbr-text {
  color: #e8e8e8;
}
.cid-tMFJEu7Xwi .mbr-desc,
.cid-tMFJEu7Xwi .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMFJEu7Xwi .mbr-text,
.cid-tMFJEu7Xwi .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMFJEuuE9E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFJEuuE9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFJEuuE9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMFJEuuE9E .container {
    padding: 0 16px;
  }
}
.cid-tMFJEuuE9E .card {
  position: relative;
  justify-content: center;
}
.cid-tMFJEuuE9E .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tMFJEuuE9E .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMFJEuuE9E .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMFJEuuE9E .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMFJEuuE9E .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMFJEuuE9E .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMFJEuuE9E .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMFJEuuE9E .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMFJEuuE9E .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMFJEuuE9E .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tMFJEuuE9E .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMFJEuuE9E .mbr-text {
  color: #ffffff;
}
.cid-tMFJEuuE9E .mbr-name {
  color: #ffffff;
}
.cid-tMFJEuuE9E .mbr-desc {
  color: #dce2e3;
}
.cid-tMPMdTfB6F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPMdTfB6F .colored-text {
  color: #ffffff !important;
}
.cid-tMPMdTfB6F .mbr-section-title {
  color: #ffffff;
}
.cid-tMPMdTfB6F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPMdTfB6F .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMFJEuU8kM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMFOjAFbnN .navbar-dropdown {
  position: relative !important;
}
.cid-tMFOjAFbnN .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMFOjAFbnN .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMFOjAFbnN .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMFOjAFbnN .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMFOjAFbnN .navbar-caption {
  font-weight: 500;
}
.cid-tMFOjAFbnN .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-tMFOjAFbnN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMFOjAFbnN .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMFOjAFbnN .dropdown-item:hover,
.cid-tMFOjAFbnN .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMFOjAFbnN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMFOjAFbnN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMFOjAFbnN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMFOjAFbnN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMFOjAFbnN .nav-link {
  position: relative;
}
.cid-tMFOjAFbnN .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMFOjAFbnN .container {
  display: flex;
  margin: auto;
}
.cid-tMFOjAFbnN .dropdown-menu,
.cid-tMFOjAFbnN .navbar.opened {
  background: #414142 !important;
}
.cid-tMFOjAFbnN .nav-item:focus,
.cid-tMFOjAFbnN .nav-link:focus {
  outline: none;
}
.cid-tMFOjAFbnN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMFOjAFbnN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMFOjAFbnN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMFOjAFbnN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMFOjAFbnN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMFOjAFbnN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMFOjAFbnN .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMFOjAFbnN .navbar.opened {
  transition: all 0.3s;
}
.cid-tMFOjAFbnN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMFOjAFbnN .navbar .navbar-logo img {
  width: auto;
}
.cid-tMFOjAFbnN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMFOjAFbnN .navbar.collapsed {
  justify-content: center;
}
.cid-tMFOjAFbnN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMFOjAFbnN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMFOjAFbnN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMFOjAFbnN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMFOjAFbnN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMFOjAFbnN .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-tMFOjAFbnN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMFOjAFbnN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMFOjAFbnN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMFOjAFbnN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMFOjAFbnN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMFOjAFbnN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMFOjAFbnN .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-tMFOjAFbnN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMFOjAFbnN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMFOjAFbnN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMFOjAFbnN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMFOjAFbnN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMFOjAFbnN .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMFOjAFbnN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMFOjAFbnN .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMFOjAFbnN .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-tMFOjAFbnN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMFOjAFbnN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMFOjAFbnN .dropdown-item.active,
.cid-tMFOjAFbnN .dropdown-item:active {
  background-color: transparent;
}
.cid-tMFOjAFbnN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMFOjAFbnN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMFOjAFbnN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMFOjAFbnN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMFOjAFbnN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMFOjAFbnN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMFOjAFbnN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMFOjAFbnN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMFOjAFbnN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMFOjAFbnN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMFOjAFbnN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMFOjAFbnN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMFOjAFbnN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMFOjAFbnN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMFOjAFbnN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMFOjAFbnN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMFOjAFbnN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMFOjAFbnN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMFOjAFbnN .navbar {
    height: 70px;
  }
  .cid-tMFOjAFbnN .navbar.opened {
    height: auto;
  }
  .cid-tMFOjAFbnN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMFOjBIDvi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFOjBIDvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFOjBIDvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMFOjBIDvi .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMFOjBIDvi .text-container {
    margin: 0 5%;
  }
}
.cid-tMFOjBIDvi .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMFOjBIDvi .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMFOjBIDvi .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMFOjBIDvi .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMFOjBIDvi .mbr-text {
  color: #e8e8e8;
}
.cid-tMFOjBIDvi .mbr-desc,
.cid-tMFOjBIDvi .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMFOjBIDvi .mbr-text,
.cid-tMFOjBIDvi .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMFOjCdiFR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMFOjCdiFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFOjCdiFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMFOjCdiFR .container {
    padding: 0 16px;
  }
}
.cid-tMFOjCdiFR .card {
  position: relative;
  justify-content: center;
}
.cid-tMFOjCdiFR .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMFOjCdiFR .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMFOjCdiFR .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMFOjCdiFR .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMFOjCdiFR .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMFOjCdiFR .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMFOjCdiFR .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMFOjCdiFR .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMFOjCdiFR .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMFOjCdiFR .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMFOjCdiFR .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMFOjCdiFR .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMFOjCdiFR .mbr-text {
  color: #ffffff;
}
.cid-tMFOjCdiFR .mbr-name {
  color: #ffffff;
}
.cid-tMFOjCdiFR .mbr-desc {
  color: #dce2e3;
}
.cid-tMPJipxTM6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPJipxTM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPJipxTM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMPJipxTM6 .container {
    padding: 0 16px;
  }
}
.cid-tMPJipxTM6 .card {
  position: relative;
  justify-content: center;
}
.cid-tMPJipxTM6 .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMPJipxTM6 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMPJipxTM6 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMPJipxTM6 .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMPJipxTM6 .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMPJipxTM6 .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMPJipxTM6 .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMPJipxTM6 .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMPJipxTM6 .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMPJipxTM6 .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMPJipxTM6 .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMPJipxTM6 .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMPJipxTM6 .mbr-text {
  color: #ffffff;
}
.cid-tMPJipxTM6 .mbr-name {
  color: #ffffff;
}
.cid-tMPJipxTM6 .mbr-desc {
  color: #dce2e3;
}
.cid-tMPMrXA0i3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPMrXA0i3 .colored-text {
  color: #ffffff !important;
}
.cid-tMPMrXA0i3 .mbr-section-title {
  color: #ffffff;
}
.cid-tMPMrXA0i3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPMrXA0i3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMFOjCMaUa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMIBAVAZzi .navbar-dropdown {
  position: relative !important;
}
.cid-tMIBAVAZzi .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMIBAVAZzi .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMIBAVAZzi .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMIBAVAZzi .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMIBAVAZzi .navbar-caption {
  font-weight: 500;
}
.cid-tMIBAVAZzi .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-tMIBAVAZzi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMIBAVAZzi .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMIBAVAZzi .dropdown-item:hover,
.cid-tMIBAVAZzi .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMIBAVAZzi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMIBAVAZzi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMIBAVAZzi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMIBAVAZzi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMIBAVAZzi .nav-link {
  position: relative;
}
.cid-tMIBAVAZzi .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMIBAVAZzi .container {
  display: flex;
  margin: auto;
}
.cid-tMIBAVAZzi .dropdown-menu,
.cid-tMIBAVAZzi .navbar.opened {
  background: #414142 !important;
}
.cid-tMIBAVAZzi .nav-item:focus,
.cid-tMIBAVAZzi .nav-link:focus {
  outline: none;
}
.cid-tMIBAVAZzi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIBAVAZzi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIBAVAZzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIBAVAZzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIBAVAZzi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIBAVAZzi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIBAVAZzi .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMIBAVAZzi .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIBAVAZzi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMIBAVAZzi .navbar .navbar-logo img {
  width: auto;
}
.cid-tMIBAVAZzi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMIBAVAZzi .navbar.collapsed {
  justify-content: center;
}
.cid-tMIBAVAZzi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIBAVAZzi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMIBAVAZzi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMIBAVAZzi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIBAVAZzi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIBAVAZzi .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-tMIBAVAZzi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIBAVAZzi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMIBAVAZzi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIBAVAZzi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIBAVAZzi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIBAVAZzi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMIBAVAZzi .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-tMIBAVAZzi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMIBAVAZzi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMIBAVAZzi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMIBAVAZzi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMIBAVAZzi .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMIBAVAZzi .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMIBAVAZzi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMIBAVAZzi .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMIBAVAZzi .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-tMIBAVAZzi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMIBAVAZzi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIBAVAZzi .dropdown-item.active,
.cid-tMIBAVAZzi .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIBAVAZzi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIBAVAZzi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIBAVAZzi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIBAVAZzi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMIBAVAZzi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMIBAVAZzi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIBAVAZzi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMIBAVAZzi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMIBAVAZzi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMIBAVAZzi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIBAVAZzi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIBAVAZzi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIBAVAZzi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIBAVAZzi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIBAVAZzi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIBAVAZzi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIBAVAZzi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIBAVAZzi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMIBAVAZzi .navbar {
    height: 70px;
  }
  .cid-tMIBAVAZzi .navbar.opened {
    height: auto;
  }
  .cid-tMIBAVAZzi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMIBAW6Wbp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMIBAW6Wbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIBAW6Wbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIBAW6Wbp .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMIBAW6Wbp .text-container {
    margin: 0 5%;
  }
}
.cid-tMIBAW6Wbp .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMIBAW6Wbp .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMIBAW6Wbp .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMIBAW6Wbp .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMIBAW6Wbp .mbr-text {
  color: #e8e8e8;
}
.cid-tMIBAW6Wbp .mbr-desc,
.cid-tMIBAW6Wbp .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMIBAW6Wbp .mbr-text,
.cid-tMIBAW6Wbp .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMICwPDqkx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMICwPDqkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMICwPDqkx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMICwPDqkx .container {
    padding: 0 16px;
  }
}
.cid-tMICwPDqkx .card {
  position: relative;
  justify-content: center;
}
.cid-tMICwPDqkx .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMICwPDqkx .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMICwPDqkx .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMICwPDqkx .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMICwPDqkx .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMICwPDqkx .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMICwPDqkx .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMICwPDqkx .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMICwPDqkx .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMICwPDqkx .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMICwPDqkx .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMICwPDqkx .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMICwPDqkx .mbr-text {
  color: #ffffff;
}
.cid-tMICwPDqkx .mbr-name {
  color: #ffffff;
}
.cid-tMICwPDqkx .mbr-desc {
  color: #dce2e3;
}
.cid-tMPJvUEUyV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPJvUEUyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPJvUEUyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMPJvUEUyV .container {
    padding: 0 16px;
  }
}
.cid-tMPJvUEUyV .card {
  position: relative;
  justify-content: center;
}
.cid-tMPJvUEUyV .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMPJvUEUyV .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMPJvUEUyV .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMPJvUEUyV .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMPJvUEUyV .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMPJvUEUyV .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMPJvUEUyV .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMPJvUEUyV .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMPJvUEUyV .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMPJvUEUyV .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMPJvUEUyV .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMPJvUEUyV .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMPJvUEUyV .mbr-text {
  color: #ffffff;
}
.cid-tMPJvUEUyV .mbr-name {
  color: #ffffff;
}
.cid-tMPJvUEUyV .mbr-desc {
  color: #dce2e3;
}
.cid-tMPMMNGVZc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPMMNGVZc .colored-text {
  color: #ffffff !important;
}
.cid-tMPMMNGVZc .mbr-section-title {
  color: #ffffff;
}
.cid-tMPMMNGVZc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPMMNGVZc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMIBAWHbfy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMNBxNW2KX .navbar-dropdown {
  position: relative !important;
}
.cid-tMNBxNW2KX .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMNBxNW2KX .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMNBxNW2KX .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMNBxNW2KX .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMNBxNW2KX .navbar-caption {
  font-weight: 500;
}
.cid-tMNBxNW2KX .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-tMNBxNW2KX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMNBxNW2KX .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMNBxNW2KX .dropdown-item:hover,
.cid-tMNBxNW2KX .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMNBxNW2KX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMNBxNW2KX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMNBxNW2KX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMNBxNW2KX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMNBxNW2KX .nav-link {
  position: relative;
}
.cid-tMNBxNW2KX .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMNBxNW2KX .container {
  display: flex;
  margin: auto;
}
.cid-tMNBxNW2KX .dropdown-menu,
.cid-tMNBxNW2KX .navbar.opened {
  background: #414142 !important;
}
.cid-tMNBxNW2KX .nav-item:focus,
.cid-tMNBxNW2KX .nav-link:focus {
  outline: none;
}
.cid-tMNBxNW2KX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMNBxNW2KX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMNBxNW2KX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMNBxNW2KX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMNBxNW2KX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMNBxNW2KX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMNBxNW2KX .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMNBxNW2KX .navbar.opened {
  transition: all 0.3s;
}
.cid-tMNBxNW2KX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMNBxNW2KX .navbar .navbar-logo img {
  width: auto;
}
.cid-tMNBxNW2KX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMNBxNW2KX .navbar.collapsed {
  justify-content: center;
}
.cid-tMNBxNW2KX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMNBxNW2KX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMNBxNW2KX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMNBxNW2KX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMNBxNW2KX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMNBxNW2KX .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-tMNBxNW2KX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMNBxNW2KX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMNBxNW2KX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMNBxNW2KX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMNBxNW2KX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMNBxNW2KX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMNBxNW2KX .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-tMNBxNW2KX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMNBxNW2KX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMNBxNW2KX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMNBxNW2KX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMNBxNW2KX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMNBxNW2KX .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMNBxNW2KX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMNBxNW2KX .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMNBxNW2KX .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-tMNBxNW2KX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMNBxNW2KX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMNBxNW2KX .dropdown-item.active,
.cid-tMNBxNW2KX .dropdown-item:active {
  background-color: transparent;
}
.cid-tMNBxNW2KX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMNBxNW2KX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMNBxNW2KX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMNBxNW2KX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMNBxNW2KX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMNBxNW2KX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMNBxNW2KX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMNBxNW2KX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMNBxNW2KX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMNBxNW2KX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMNBxNW2KX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMNBxNW2KX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMNBxNW2KX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMNBxNW2KX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMNBxNW2KX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMNBxNW2KX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMNBxNW2KX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMNBxNW2KX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMNBxNW2KX .navbar {
    height: 70px;
  }
  .cid-tMNBxNW2KX .navbar.opened {
    height: auto;
  }
  .cid-tMNBxNW2KX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMNBxOzEij {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNBxOzEij .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMNBxOzEij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMNBxOzEij .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMNBxOzEij .text-container {
    margin: 0 5%;
  }
}
.cid-tMNBxOzEij .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMNBxOzEij .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMNBxOzEij .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMNBxOzEij .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMNBxOzEij .mbr-text {
  color: #e8e8e8;
}
.cid-tMNBxOzEij .mbr-desc,
.cid-tMNBxOzEij .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMNBxOzEij .mbr-text,
.cid-tMNBxOzEij .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMNBxOSF2k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNBxOSF2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMNBxOSF2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMNBxOSF2k .container {
    padding: 0 16px;
  }
}
.cid-tMNBxOSF2k .card {
  position: relative;
  justify-content: center;
}
.cid-tMNBxOSF2k .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMNBxOSF2k .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMNBxOSF2k .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMNBxOSF2k .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMNBxOSF2k .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMNBxOSF2k .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMNBxOSF2k .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMNBxOSF2k .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMNBxOSF2k .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMNBxOSF2k .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMNBxOSF2k .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMNBxOSF2k .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMNBxOSF2k .mbr-text {
  color: #ffffff;
}
.cid-tMNBxOSF2k .mbr-name {
  color: #ffffff;
}
.cid-tMNBxOSF2k .mbr-desc {
  color: #dce2e3;
}
.cid-tMNDGbtiYS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNDGbtiYS img {
  border-radius: 0px;
}
.cid-tMNDGbtiYS .row {
  justify-content: center;
}
.cid-tMNDGbtiYS .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMNDGbtiYS .container {
  max-width: 1132px;
}
.cid-tMPJDakIzg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPJDakIzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPJDakIzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMPJDakIzg .container {
    padding: 0 16px;
  }
}
.cid-tMPJDakIzg .card {
  position: relative;
  justify-content: center;
}
.cid-tMPJDakIzg .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMPJDakIzg .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMPJDakIzg .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMPJDakIzg .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMPJDakIzg .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMPJDakIzg .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMPJDakIzg .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMPJDakIzg .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMPJDakIzg .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMPJDakIzg .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMPJDakIzg .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMPJDakIzg .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMPJDakIzg .mbr-text {
  color: #ffffff;
}
.cid-tMPJDakIzg .mbr-name {
  color: #ffffff;
}
.cid-tMPJDakIzg .mbr-desc {
  color: #dce2e3;
}
.cid-tMPMWrAlUq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPMWrAlUq .colored-text {
  color: #ffffff !important;
}
.cid-tMPMWrAlUq .mbr-section-title {
  color: #ffffff;
}
.cid-tMPMWrAlUq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPMWrAlUq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMNBxPdNzj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMNC2WTEWo .navbar-dropdown {
  position: relative !important;
}
.cid-tMNC2WTEWo .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMNC2WTEWo .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMNC2WTEWo .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMNC2WTEWo .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMNC2WTEWo .navbar-caption {
  font-weight: 500;
}
.cid-tMNC2WTEWo .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-tMNC2WTEWo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMNC2WTEWo .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMNC2WTEWo .dropdown-item:hover,
.cid-tMNC2WTEWo .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMNC2WTEWo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMNC2WTEWo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMNC2WTEWo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMNC2WTEWo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMNC2WTEWo .nav-link {
  position: relative;
}
.cid-tMNC2WTEWo .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMNC2WTEWo .container {
  display: flex;
  margin: auto;
}
.cid-tMNC2WTEWo .dropdown-menu,
.cid-tMNC2WTEWo .navbar.opened {
  background: #414142 !important;
}
.cid-tMNC2WTEWo .nav-item:focus,
.cid-tMNC2WTEWo .nav-link:focus {
  outline: none;
}
.cid-tMNC2WTEWo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMNC2WTEWo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMNC2WTEWo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMNC2WTEWo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMNC2WTEWo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMNC2WTEWo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMNC2WTEWo .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMNC2WTEWo .navbar.opened {
  transition: all 0.3s;
}
.cid-tMNC2WTEWo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMNC2WTEWo .navbar .navbar-logo img {
  width: auto;
}
.cid-tMNC2WTEWo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMNC2WTEWo .navbar.collapsed {
  justify-content: center;
}
.cid-tMNC2WTEWo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMNC2WTEWo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMNC2WTEWo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMNC2WTEWo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMNC2WTEWo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMNC2WTEWo .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-tMNC2WTEWo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMNC2WTEWo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMNC2WTEWo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMNC2WTEWo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMNC2WTEWo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMNC2WTEWo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMNC2WTEWo .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-tMNC2WTEWo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMNC2WTEWo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMNC2WTEWo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMNC2WTEWo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMNC2WTEWo .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMNC2WTEWo .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMNC2WTEWo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMNC2WTEWo .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMNC2WTEWo .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-tMNC2WTEWo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMNC2WTEWo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMNC2WTEWo .dropdown-item.active,
.cid-tMNC2WTEWo .dropdown-item:active {
  background-color: transparent;
}
.cid-tMNC2WTEWo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMNC2WTEWo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMNC2WTEWo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMNC2WTEWo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMNC2WTEWo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMNC2WTEWo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMNC2WTEWo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMNC2WTEWo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMNC2WTEWo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMNC2WTEWo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMNC2WTEWo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMNC2WTEWo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMNC2WTEWo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMNC2WTEWo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMNC2WTEWo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMNC2WTEWo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMNC2WTEWo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMNC2WTEWo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMNC2WTEWo .navbar {
    height: 70px;
  }
  .cid-tMNC2WTEWo .navbar.opened {
    height: auto;
  }
  .cid-tMNC2WTEWo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMNC2XhIqp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNC2XhIqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMNC2XhIqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMNC2XhIqp .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMNC2XhIqp .text-container {
    margin: 0 5%;
  }
}
.cid-tMNC2XhIqp .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMNC2XhIqp .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMNC2XhIqp .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMNC2XhIqp .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMNC2XhIqp .mbr-text {
  color: #e8e8e8;
}
.cid-tMNC2XhIqp .mbr-desc,
.cid-tMNC2XhIqp .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMNC2XhIqp .mbr-text,
.cid-tMNC2XhIqp .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMNC2XvHmw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNC2XvHmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMNC2XvHmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMNC2XvHmw .container {
    padding: 0 16px;
  }
}
.cid-tMNC2XvHmw .card {
  position: relative;
  justify-content: center;
}
.cid-tMNC2XvHmw .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMNC2XvHmw .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMNC2XvHmw .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMNC2XvHmw .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMNC2XvHmw .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMNC2XvHmw .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMNC2XvHmw .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMNC2XvHmw .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMNC2XvHmw .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMNC2XvHmw .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMNC2XvHmw .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMNC2XvHmw .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMNC2XvHmw .mbr-text {
  color: #ffffff;
}
.cid-tMNC2XvHmw .mbr-name {
  color: #ffffff;
}
.cid-tMNC2XvHmw .mbr-desc {
  color: #dce2e3;
}
.cid-tMNED7sE8k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNED7sE8k img {
  border-radius: 0px;
}
.cid-tMNED7sE8k .row {
  justify-content: center;
}
.cid-tMNED7sE8k .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMNED7sE8k .container {
  max-width: 1132px;
}
.cid-tMPJTBvr4V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPJTBvr4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPJTBvr4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMPJTBvr4V .container {
    padding: 0 16px;
  }
}
.cid-tMPJTBvr4V .card {
  position: relative;
  justify-content: center;
}
.cid-tMPJTBvr4V .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMPJTBvr4V .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMPJTBvr4V .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMPJTBvr4V .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMPJTBvr4V .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMPJTBvr4V .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMPJTBvr4V .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMPJTBvr4V .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMPJTBvr4V .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMPJTBvr4V .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMPJTBvr4V .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMPJTBvr4V .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMPJTBvr4V .mbr-text {
  color: #ffffff;
}
.cid-tMPJTBvr4V .mbr-name {
  color: #ffffff;
}
.cid-tMPJTBvr4V .mbr-desc {
  color: #dce2e3;
}
.cid-tMPNaoNLdi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPNaoNLdi .colored-text {
  color: #ffffff !important;
}
.cid-tMPNaoNLdi .mbr-section-title {
  color: #ffffff;
}
.cid-tMPNaoNLdi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPNaoNLdi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMNC2XPQOM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMNCjKJ3kB .navbar-dropdown {
  position: relative !important;
}
.cid-tMNCjKJ3kB .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMNCjKJ3kB .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMNCjKJ3kB .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMNCjKJ3kB .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMNCjKJ3kB .navbar-caption {
  font-weight: 500;
}
.cid-tMNCjKJ3kB .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-tMNCjKJ3kB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMNCjKJ3kB .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMNCjKJ3kB .dropdown-item:hover,
.cid-tMNCjKJ3kB .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMNCjKJ3kB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMNCjKJ3kB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMNCjKJ3kB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMNCjKJ3kB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMNCjKJ3kB .nav-link {
  position: relative;
}
.cid-tMNCjKJ3kB .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMNCjKJ3kB .container {
  display: flex;
  margin: auto;
}
.cid-tMNCjKJ3kB .dropdown-menu,
.cid-tMNCjKJ3kB .navbar.opened {
  background: #414142 !important;
}
.cid-tMNCjKJ3kB .nav-item:focus,
.cid-tMNCjKJ3kB .nav-link:focus {
  outline: none;
}
.cid-tMNCjKJ3kB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMNCjKJ3kB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMNCjKJ3kB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMNCjKJ3kB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMNCjKJ3kB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMNCjKJ3kB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMNCjKJ3kB .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMNCjKJ3kB .navbar.opened {
  transition: all 0.3s;
}
.cid-tMNCjKJ3kB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMNCjKJ3kB .navbar .navbar-logo img {
  width: auto;
}
.cid-tMNCjKJ3kB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMNCjKJ3kB .navbar.collapsed {
  justify-content: center;
}
.cid-tMNCjKJ3kB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMNCjKJ3kB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMNCjKJ3kB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMNCjKJ3kB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMNCjKJ3kB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMNCjKJ3kB .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-tMNCjKJ3kB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMNCjKJ3kB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMNCjKJ3kB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMNCjKJ3kB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMNCjKJ3kB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMNCjKJ3kB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMNCjKJ3kB .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-tMNCjKJ3kB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMNCjKJ3kB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMNCjKJ3kB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMNCjKJ3kB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMNCjKJ3kB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMNCjKJ3kB .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMNCjKJ3kB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMNCjKJ3kB .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMNCjKJ3kB .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-tMNCjKJ3kB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMNCjKJ3kB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMNCjKJ3kB .dropdown-item.active,
.cid-tMNCjKJ3kB .dropdown-item:active {
  background-color: transparent;
}
.cid-tMNCjKJ3kB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMNCjKJ3kB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMNCjKJ3kB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMNCjKJ3kB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMNCjKJ3kB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMNCjKJ3kB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMNCjKJ3kB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMNCjKJ3kB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMNCjKJ3kB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMNCjKJ3kB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMNCjKJ3kB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMNCjKJ3kB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMNCjKJ3kB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMNCjKJ3kB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMNCjKJ3kB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMNCjKJ3kB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMNCjKJ3kB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMNCjKJ3kB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMNCjKJ3kB .navbar {
    height: 70px;
  }
  .cid-tMNCjKJ3kB .navbar.opened {
    height: auto;
  }
  .cid-tMNCjKJ3kB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMNCjL8CDP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNCjL8CDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMNCjL8CDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMNCjL8CDP .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMNCjL8CDP .text-container {
    margin: 0 5%;
  }
}
.cid-tMNCjL8CDP .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMNCjL8CDP .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMNCjL8CDP .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMNCjL8CDP .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMNCjL8CDP .mbr-text {
  color: #e8e8e8;
}
.cid-tMNCjL8CDP .mbr-desc,
.cid-tMNCjL8CDP .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMNCjL8CDP .mbr-text,
.cid-tMNCjL8CDP .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMNCjLlnrt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNCjLlnrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMNCjLlnrt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMNCjLlnrt .container {
    padding: 0 16px;
  }
}
.cid-tMNCjLlnrt .card {
  position: relative;
  justify-content: center;
}
.cid-tMNCjLlnrt .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMNCjLlnrt .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMNCjLlnrt .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMNCjLlnrt .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMNCjLlnrt .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMNCjLlnrt .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMNCjLlnrt .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMNCjLlnrt .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMNCjLlnrt .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMNCjLlnrt .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMNCjLlnrt .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMNCjLlnrt .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMNCjLlnrt .mbr-text {
  color: #ffffff;
}
.cid-tMNCjLlnrt .mbr-name {
  color: #ffffff;
}
.cid-tMNCjLlnrt .mbr-desc {
  color: #dce2e3;
}
.cid-tMNK3StCtL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNK3StCtL img {
  border-radius: 0px;
}
.cid-tMNK3StCtL .row {
  justify-content: center;
}
.cid-tMNK3StCtL .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMNK3StCtL .container {
  max-width: 1132px;
}
.cid-tMNKMM51qM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNKMM51qM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMNKMM51qM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMNKMM51qM .container {
    padding: 0 16px;
  }
}
.cid-tMNKMM51qM .card {
  position: relative;
  justify-content: center;
}
.cid-tMNKMM51qM .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tMNKMM51qM .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMNKMM51qM .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMNKMM51qM .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMNKMM51qM .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMNKMM51qM .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMNKMM51qM .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMNKMM51qM .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMNKMM51qM .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMNKMM51qM .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tMNKMM51qM .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMNKMM51qM .mbr-text {
  color: #ffffff;
}
.cid-tMNKMM51qM .mbr-name {
  color: #ffffff;
}
.cid-tMNKMM51qM .mbr-desc {
  color: #dce2e3;
}
.cid-tMNMeVXvvy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNMeVXvvy img {
  border-radius: 0px;
}
.cid-tMNMeVXvvy .row {
  justify-content: center;
}
.cid-tMNMeVXvvy .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMNMeVXvvy .container {
  max-width: 1132px;
}
.cid-tMNRIQbcE1 {
  background: #333333;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tMNRIQbcE1 .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-tMNRIQbcE1 .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #403f83;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tMNRIQbcE1 .image-block:hover:before {
  opacity: 0.6;
}
.cid-tMNRIQbcE1 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tMNRIQbcE1 .image-block:hover img {
  transform: scale(1.1);
}
.cid-tMNRIQbcE1 .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tMNRIQbcE1 img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tMNRIQbcE1 .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tMNRIQbcE1 .wrap {
    opacity: 1 !important;
  }
  .cid-tMNRIQbcE1 .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-tMNTnjxbQO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNTnjxbQO img {
  border-radius: 0px;
}
.cid-tMNTnjxbQO .row {
  justify-content: center;
}
.cid-tMNTnjxbQO .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #ffffff;
}
.cid-tMNTnjxbQO .container {
  max-width: 1132px;
}
.cid-tMNU65nQ5U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNU65nQ5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMNU65nQ5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMNU65nQ5U .container {
    padding: 0 16px;
  }
}
.cid-tMNU65nQ5U .card {
  position: relative;
  justify-content: center;
}
.cid-tMNU65nQ5U .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMNU65nQ5U .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMNU65nQ5U .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMNU65nQ5U .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMNU65nQ5U .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMNU65nQ5U .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMNU65nQ5U .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMNU65nQ5U .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMNU65nQ5U .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMNU65nQ5U .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMNU65nQ5U .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMNU65nQ5U .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMNU65nQ5U .mbr-text {
  color: #ffffff;
}
.cid-tMNU65nQ5U .mbr-name {
  color: #ffffff;
}
.cid-tMNU65nQ5U .mbr-desc {
  color: #dce2e3;
}
.cid-tMNUIWZsrw {
  background: #333333;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tMNUIWZsrw .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-tMNUIWZsrw .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #403f83;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tMNUIWZsrw .image-block:hover:before {
  opacity: 0.6;
}
.cid-tMNUIWZsrw .image-block:hover .wrap {
  opacity: 1;
}
.cid-tMNUIWZsrw .image-block:hover img {
  transform: scale(1.1);
}
.cid-tMNUIWZsrw .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tMNUIWZsrw img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tMNUIWZsrw .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tMNUIWZsrw .wrap {
    opacity: 1 !important;
  }
  .cid-tMNUIWZsrw .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-tMNUvtzKGg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNUvtzKGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMNUvtzKGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMNUvtzKGg .container {
    padding: 0 16px;
  }
}
.cid-tMNUvtzKGg .card {
  position: relative;
  justify-content: center;
}
.cid-tMNUvtzKGg .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMNUvtzKGg .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMNUvtzKGg .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMNUvtzKGg .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMNUvtzKGg .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMNUvtzKGg .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMNUvtzKGg .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMNUvtzKGg .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMNUvtzKGg .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMNUvtzKGg .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMNUvtzKGg .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMNUvtzKGg .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMNUvtzKGg .mbr-text {
  color: #ffffff;
}
.cid-tMNUvtzKGg .mbr-name {
  color: #ffffff;
}
.cid-tMNUvtzKGg .mbr-desc {
  color: #dce2e3;
}
.cid-tMPK3Au4Ps {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPK3Au4Ps .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPK3Au4Ps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMPK3Au4Ps .container {
    padding: 0 16px;
  }
}
.cid-tMPK3Au4Ps .card {
  position: relative;
  justify-content: center;
}
.cid-tMPK3Au4Ps .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMPK3Au4Ps .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMPK3Au4Ps .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMPK3Au4Ps .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMPK3Au4Ps .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMPK3Au4Ps .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMPK3Au4Ps .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMPK3Au4Ps .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMPK3Au4Ps .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMPK3Au4Ps .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMPK3Au4Ps .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMPK3Au4Ps .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMPK3Au4Ps .mbr-text {
  color: #ffffff;
}
.cid-tMPK3Au4Ps .mbr-name {
  color: #ffffff;
}
.cid-tMPK3Au4Ps .mbr-desc {
  color: #dce2e3;
}
.cid-tMPNk5fQEk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPNk5fQEk .colored-text {
  color: #ffffff !important;
}
.cid-tMPNk5fQEk .mbr-section-title {
  color: #ffffff;
}
.cid-tMPNk5fQEk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPNk5fQEk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMNCjLI2oX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMNCxVorTk .navbar-dropdown {
  position: relative !important;
}
.cid-tMNCxVorTk .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMNCxVorTk .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMNCxVorTk .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMNCxVorTk .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMNCxVorTk .navbar-caption {
  font-weight: 500;
}
.cid-tMNCxVorTk .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-tMNCxVorTk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMNCxVorTk .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMNCxVorTk .dropdown-item:hover,
.cid-tMNCxVorTk .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMNCxVorTk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMNCxVorTk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMNCxVorTk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMNCxVorTk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMNCxVorTk .nav-link {
  position: relative;
}
.cid-tMNCxVorTk .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMNCxVorTk .container {
  display: flex;
  margin: auto;
}
.cid-tMNCxVorTk .dropdown-menu,
.cid-tMNCxVorTk .navbar.opened {
  background: #414142 !important;
}
.cid-tMNCxVorTk .nav-item:focus,
.cid-tMNCxVorTk .nav-link:focus {
  outline: none;
}
.cid-tMNCxVorTk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMNCxVorTk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMNCxVorTk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMNCxVorTk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMNCxVorTk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMNCxVorTk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMNCxVorTk .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMNCxVorTk .navbar.opened {
  transition: all 0.3s;
}
.cid-tMNCxVorTk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMNCxVorTk .navbar .navbar-logo img {
  width: auto;
}
.cid-tMNCxVorTk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMNCxVorTk .navbar.collapsed {
  justify-content: center;
}
.cid-tMNCxVorTk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMNCxVorTk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMNCxVorTk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMNCxVorTk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMNCxVorTk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMNCxVorTk .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-tMNCxVorTk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMNCxVorTk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMNCxVorTk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMNCxVorTk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMNCxVorTk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMNCxVorTk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMNCxVorTk .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-tMNCxVorTk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMNCxVorTk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMNCxVorTk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMNCxVorTk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMNCxVorTk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMNCxVorTk .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMNCxVorTk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMNCxVorTk .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMNCxVorTk .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-tMNCxVorTk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMNCxVorTk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMNCxVorTk .dropdown-item.active,
.cid-tMNCxVorTk .dropdown-item:active {
  background-color: transparent;
}
.cid-tMNCxVorTk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMNCxVorTk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMNCxVorTk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMNCxVorTk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMNCxVorTk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMNCxVorTk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMNCxVorTk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMNCxVorTk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMNCxVorTk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMNCxVorTk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMNCxVorTk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMNCxVorTk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMNCxVorTk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMNCxVorTk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMNCxVorTk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMNCxVorTk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMNCxVorTk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMNCxVorTk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMNCxVorTk .navbar {
    height: 70px;
  }
  .cid-tMNCxVorTk .navbar.opened {
    height: auto;
  }
  .cid-tMNCxVorTk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMNCxVJqCo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNCxVJqCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMNCxVJqCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMNCxVJqCo .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMNCxVJqCo .text-container {
    margin: 0 5%;
  }
}
.cid-tMNCxVJqCo .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMNCxVJqCo .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMNCxVJqCo .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMNCxVJqCo .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMNCxVJqCo .mbr-text {
  color: #e8e8e8;
}
.cid-tMNCxVJqCo .mbr-desc,
.cid-tMNCxVJqCo .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMNCxVJqCo .mbr-text,
.cid-tMNCxVJqCo .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMNY7mKNTu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNY7mKNTu .colored-text {
  color: #ffffff !important;
}
.cid-tMNY7mKNTu .mbr-section-title {
  color: #ffffff;
}
.cid-tMNY7mKNTu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMNY7mKNTu .mbr-text {
  color: #ffffff;
}
.cid-tMNCxVVQtR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNCxVVQtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMNCxVVQtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMNCxVVQtR .container {
    padding: 0 16px;
  }
}
.cid-tMNCxVVQtR .card {
  position: relative;
  justify-content: center;
}
.cid-tMNCxVVQtR .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMNCxVVQtR .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMNCxVVQtR .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMNCxVVQtR .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMNCxVVQtR .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMNCxVVQtR .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMNCxVVQtR .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMNCxVVQtR .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMNCxVVQtR .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMNCxVVQtR .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMNCxVVQtR .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMNCxVVQtR .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMNCxVVQtR .mbr-text {
  color: #ffffff;
}
.cid-tMNCxVVQtR .mbr-name {
  color: #ffffff;
}
.cid-tMNCxVVQtR .mbr-desc {
  color: #dce2e3;
}
.cid-tMNY7pexf0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNY7pexf0 .colored-text {
  color: #ffffff !important;
}
.cid-tMNY7pexf0 .mbr-section-title {
  color: #ffffff;
}
.cid-tMNY7pexf0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMNY7pexf0 .mbr-text {
  color: #ffffff;
}
.cid-tMNZF0AwhH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMNZF0AwhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMNZF0AwhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMNZF0AwhH .container {
    padding: 0 16px;
  }
}
.cid-tMNZF0AwhH .card {
  position: relative;
  justify-content: center;
}
.cid-tMNZF0AwhH .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tMNZF0AwhH .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMNZF0AwhH .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMNZF0AwhH .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMNZF0AwhH .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMNZF0AwhH .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMNZF0AwhH .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMNZF0AwhH .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMNZF0AwhH .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMNZF0AwhH .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tMNZF0AwhH .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMNZF0AwhH .mbr-text {
  color: #ffffff;
}
.cid-tMNZF0AwhH .mbr-name {
  color: #ffffff;
}
.cid-tMNZF0AwhH .mbr-desc {
  color: #dce2e3;
}
.cid-tMO0svXD1Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMO0svXD1Z .colored-text {
  color: #ffffff !important;
}
.cid-tMO0svXD1Z .mbr-section-title {
  color: #ffffff;
}
.cid-tMO0svXD1Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMO0svXD1Z .mbr-text {
  color: #ffffff;
}
.cid-tMPKiSCCDV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPKiSCCDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPKiSCCDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMPKiSCCDV .container {
    padding: 0 16px;
  }
}
.cid-tMPKiSCCDV .card {
  position: relative;
  justify-content: center;
}
.cid-tMPKiSCCDV .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMPKiSCCDV .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMPKiSCCDV .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMPKiSCCDV .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMPKiSCCDV .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMPKiSCCDV .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMPKiSCCDV .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMPKiSCCDV .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMPKiSCCDV .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMPKiSCCDV .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMPKiSCCDV .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMPKiSCCDV .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMPKiSCCDV .mbr-text {
  color: #ffffff;
}
.cid-tMPKiSCCDV .mbr-name {
  color: #ffffff;
}
.cid-tMPKiSCCDV .mbr-desc {
  color: #dce2e3;
}
.cid-tMPNxNYzfw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPNxNYzfw .colored-text {
  color: #ffffff !important;
}
.cid-tMPNxNYzfw .mbr-section-title {
  color: #ffffff;
}
.cid-tMPNxNYzfw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPNxNYzfw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMNCxWfnoC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMOOvOynZS .navbar-dropdown {
  position: relative !important;
}
.cid-tMOOvOynZS .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMOOvOynZS .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMOOvOynZS .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMOOvOynZS .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMOOvOynZS .navbar-caption {
  font-weight: 500;
}
.cid-tMOOvOynZS .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-tMOOvOynZS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMOOvOynZS .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMOOvOynZS .dropdown-item:hover,
.cid-tMOOvOynZS .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMOOvOynZS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMOOvOynZS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMOOvOynZS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMOOvOynZS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMOOvOynZS .nav-link {
  position: relative;
}
.cid-tMOOvOynZS .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMOOvOynZS .container {
  display: flex;
  margin: auto;
}
.cid-tMOOvOynZS .dropdown-menu,
.cid-tMOOvOynZS .navbar.opened {
  background: #414142 !important;
}
.cid-tMOOvOynZS .nav-item:focus,
.cid-tMOOvOynZS .nav-link:focus {
  outline: none;
}
.cid-tMOOvOynZS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMOOvOynZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMOOvOynZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMOOvOynZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMOOvOynZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMOOvOynZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMOOvOynZS .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMOOvOynZS .navbar.opened {
  transition: all 0.3s;
}
.cid-tMOOvOynZS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMOOvOynZS .navbar .navbar-logo img {
  width: auto;
}
.cid-tMOOvOynZS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMOOvOynZS .navbar.collapsed {
  justify-content: center;
}
.cid-tMOOvOynZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMOOvOynZS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMOOvOynZS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMOOvOynZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMOOvOynZS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMOOvOynZS .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-tMOOvOynZS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMOOvOynZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMOOvOynZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMOOvOynZS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMOOvOynZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMOOvOynZS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMOOvOynZS .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-tMOOvOynZS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMOOvOynZS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMOOvOynZS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMOOvOynZS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMOOvOynZS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMOOvOynZS .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMOOvOynZS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMOOvOynZS .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMOOvOynZS .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-tMOOvOynZS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMOOvOynZS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMOOvOynZS .dropdown-item.active,
.cid-tMOOvOynZS .dropdown-item:active {
  background-color: transparent;
}
.cid-tMOOvOynZS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMOOvOynZS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMOOvOynZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMOOvOynZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMOOvOynZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMOOvOynZS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMOOvOynZS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMOOvOynZS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMOOvOynZS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMOOvOynZS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMOOvOynZS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMOOvOynZS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMOOvOynZS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMOOvOynZS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMOOvOynZS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMOOvOynZS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMOOvOynZS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMOOvOynZS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMOOvOynZS .navbar {
    height: 70px;
  }
  .cid-tMOOvOynZS .navbar.opened {
    height: auto;
  }
  .cid-tMOOvOynZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMOOvOPqIK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMOOvOPqIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMOOvOPqIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMOOvOPqIK .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMOOvOPqIK .text-container {
    margin: 0 5%;
  }
}
.cid-tMOOvOPqIK .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMOOvOPqIK .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMOOvOPqIK .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMOOvOPqIK .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMOOvOPqIK .mbr-text {
  color: #e8e8e8;
}
.cid-tMOOvOPqIK .mbr-desc,
.cid-tMOOvOPqIK .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMOOvOPqIK .mbr-text,
.cid-tMOOvOPqIK .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMOOvPgNda {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMOOvPgNda .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMOOvPgNda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMOOvPgNda .container {
    padding: 0 16px;
  }
}
.cid-tMOOvPgNda .card {
  position: relative;
  justify-content: center;
}
.cid-tMOOvPgNda .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMOOvPgNda .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMOOvPgNda .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMOOvPgNda .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMOOvPgNda .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMOOvPgNda .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMOOvPgNda .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMOOvPgNda .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMOOvPgNda .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMOOvPgNda .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMOOvPgNda .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMOOvPgNda .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMOOvPgNda .mbr-text {
  color: #ffffff;
}
.cid-tMOOvPgNda .mbr-name {
  color: #ffffff;
}
.cid-tMOOvPgNda .mbr-desc {
  color: #dce2e3;
}
.cid-tMOQ5Mebnp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMOQ5Mebnp .colored-text {
  color: #ffffff !important;
}
.cid-tMOQ5Mebnp .mbr-section-title {
  color: #ffffff;
}
.cid-tMOQ5Mebnp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMOQ5Mebnp .mbr-text {
  color: #ffffff;
}
.cid-tMORH6ulI9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMORH6ulI9 img {
  border-radius: 0px;
}
.cid-tMORH6ulI9 .row {
  justify-content: center;
}
.cid-tMORH6ulI9 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMORH6ulI9 .container {
  max-width: 1132px;
}
.cid-tMORHB0rp3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMORHB0rp3 img {
  border-radius: 0px;
}
.cid-tMORHB0rp3 .row {
  justify-content: center;
}
.cid-tMORHB0rp3 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMORHB0rp3 .container {
  max-width: 1132px;
}
.cid-tMOTfCQUxk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMOTfCQUxk img {
  border-radius: 0px;
}
.cid-tMOTfCQUxk .row {
  justify-content: center;
}
.cid-tMOTfCQUxk .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMOTfCQUxk .container {
  max-width: 1132px;
}
.cid-tMOTfXt4H5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMOTfXt4H5 img {
  border-radius: 0px;
}
.cid-tMOTfXt4H5 .row {
  justify-content: center;
}
.cid-tMOTfXt4H5 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMOTfXt4H5 .container {
  max-width: 1132px;
}
.cid-tMOTgcGqS8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMOTgcGqS8 img {
  border-radius: 0px;
}
.cid-tMOTgcGqS8 .row {
  justify-content: center;
}
.cid-tMOTgcGqS8 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMOTgcGqS8 .container {
  max-width: 1132px;
}
.cid-tMOTgoNJvW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMOTgoNJvW img {
  border-radius: 0px;
}
.cid-tMOTgoNJvW .row {
  justify-content: center;
}
.cid-tMOTgoNJvW .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMOTgoNJvW .container {
  max-width: 1132px;
}
.cid-tMOTgyxJtD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMOTgyxJtD img {
  border-radius: 0px;
}
.cid-tMOTgyxJtD .row {
  justify-content: center;
}
.cid-tMOTgyxJtD .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMOTgyxJtD .container {
  max-width: 1132px;
}
.cid-tMOVocOhFJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMOVocOhFJ img {
  border-radius: 0px;
}
.cid-tMOVocOhFJ .row {
  justify-content: center;
}
.cid-tMOVocOhFJ .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMOVocOhFJ .container {
  max-width: 1132px;
}
.cid-tMOVoWCo0n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMOVoWCo0n img {
  border-radius: 0px;
}
.cid-tMOVoWCo0n .row {
  justify-content: center;
}
.cid-tMOVoWCo0n .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMOVoWCo0n .container {
  max-width: 1132px;
}
.cid-tMOWW27KkZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMOWW27KkZ img {
  border-radius: 0px;
}
.cid-tMOWW27KkZ .row {
  justify-content: center;
}
.cid-tMOWW27KkZ .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMOWW27KkZ .container {
  max-width: 1132px;
}
.cid-tMPKqo2X52 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPKqo2X52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPKqo2X52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMPKqo2X52 .container {
    padding: 0 16px;
  }
}
.cid-tMPKqo2X52 .card {
  position: relative;
  justify-content: center;
}
.cid-tMPKqo2X52 .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMPKqo2X52 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMPKqo2X52 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMPKqo2X52 .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMPKqo2X52 .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMPKqo2X52 .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMPKqo2X52 .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMPKqo2X52 .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMPKqo2X52 .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMPKqo2X52 .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMPKqo2X52 .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMPKqo2X52 .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMPKqo2X52 .mbr-text {
  color: #ffffff;
}
.cid-tMPKqo2X52 .mbr-name {
  color: #ffffff;
}
.cid-tMPKqo2X52 .mbr-desc {
  color: #dce2e3;
}
.cid-tMPNImqCl2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPNImqCl2 .colored-text {
  color: #ffffff !important;
}
.cid-tMPNImqCl2 .mbr-section-title {
  color: #ffffff;
}
.cid-tMPNImqCl2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPNImqCl2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMOOvQqNai {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMPlhACv9d .navbar-dropdown {
  position: relative !important;
}
.cid-tMPlhACv9d .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMPlhACv9d .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMPlhACv9d .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMPlhACv9d .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMPlhACv9d .navbar-caption {
  font-weight: 500;
}
.cid-tMPlhACv9d .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-tMPlhACv9d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMPlhACv9d .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMPlhACv9d .dropdown-item:hover,
.cid-tMPlhACv9d .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMPlhACv9d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMPlhACv9d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMPlhACv9d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMPlhACv9d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMPlhACv9d .nav-link {
  position: relative;
}
.cid-tMPlhACv9d .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMPlhACv9d .container {
  display: flex;
  margin: auto;
}
.cid-tMPlhACv9d .dropdown-menu,
.cid-tMPlhACv9d .navbar.opened {
  background: #414142 !important;
}
.cid-tMPlhACv9d .nav-item:focus,
.cid-tMPlhACv9d .nav-link:focus {
  outline: none;
}
.cid-tMPlhACv9d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMPlhACv9d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMPlhACv9d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMPlhACv9d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMPlhACv9d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPlhACv9d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPlhACv9d .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMPlhACv9d .navbar.opened {
  transition: all 0.3s;
}
.cid-tMPlhACv9d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMPlhACv9d .navbar .navbar-logo img {
  width: auto;
}
.cid-tMPlhACv9d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPlhACv9d .navbar.collapsed {
  justify-content: center;
}
.cid-tMPlhACv9d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPlhACv9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPlhACv9d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMPlhACv9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPlhACv9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMPlhACv9d .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-tMPlhACv9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPlhACv9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMPlhACv9d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPlhACv9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPlhACv9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPlhACv9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMPlhACv9d .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-tMPlhACv9d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMPlhACv9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPlhACv9d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMPlhACv9d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMPlhACv9d .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMPlhACv9d .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMPlhACv9d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMPlhACv9d .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMPlhACv9d .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-tMPlhACv9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPlhACv9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPlhACv9d .dropdown-item.active,
.cid-tMPlhACv9d .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPlhACv9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMPlhACv9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPlhACv9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPlhACv9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMPlhACv9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPlhACv9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPlhACv9d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMPlhACv9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMPlhACv9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMPlhACv9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMPlhACv9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMPlhACv9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMPlhACv9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMPlhACv9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMPlhACv9d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMPlhACv9d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMPlhACv9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMPlhACv9d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPlhACv9d .navbar {
    height: 70px;
  }
  .cid-tMPlhACv9d .navbar.opened {
    height: auto;
  }
  .cid-tMPlhACv9d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMPlhAXhfT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPlhAXhfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPlhAXhfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMPlhAXhfT .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMPlhAXhfT .text-container {
    margin: 0 5%;
  }
}
.cid-tMPlhAXhfT .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMPlhAXhfT .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMPlhAXhfT .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMPlhAXhfT .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMPlhAXhfT .mbr-text {
  color: #e8e8e8;
}
.cid-tMPlhAXhfT .mbr-desc,
.cid-tMPlhAXhfT .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMPlhAXhfT .mbr-text,
.cid-tMPlhAXhfT .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMPlhBeUVh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPlhBeUVh .colored-text {
  color: #ffffff !important;
}
.cid-tMPlhBeUVh .mbr-section-title {
  color: #ffffff;
}
.cid-tMPlhBeUVh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPlhBeUVh .mbr-text {
  color: #ffffff;
}
.cid-tMPmqFFHuM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPmqFFHuM img {
  border-radius: 0px;
}
.cid-tMPmqFFHuM .row {
  justify-content: center;
}
.cid-tMPmqFFHuM .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMPmqFFHuM .container {
  max-width: 1132px;
}
.cid-tMPmqXPrGU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPmqXPrGU img {
  border-radius: 0px;
}
.cid-tMPmqXPrGU .row {
  justify-content: center;
}
.cid-tMPmqXPrGU .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tMPmqXPrGU .container {
  max-width: 1132px;
}
.cid-tMPJ2ASMVK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPJ2ASMVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPJ2ASMVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMPJ2ASMVK .container {
    padding: 0 16px;
  }
}
.cid-tMPJ2ASMVK .card {
  position: relative;
  justify-content: center;
}
.cid-tMPJ2ASMVK .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMPJ2ASMVK .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMPJ2ASMVK .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMPJ2ASMVK .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMPJ2ASMVK .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMPJ2ASMVK .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMPJ2ASMVK .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMPJ2ASMVK .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMPJ2ASMVK .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMPJ2ASMVK .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMPJ2ASMVK .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMPJ2ASMVK .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMPJ2ASMVK .mbr-text {
  color: #ffffff;
}
.cid-tMPJ2ASMVK .mbr-name {
  color: #ffffff;
}
.cid-tMPJ2ASMVK .mbr-desc {
  color: #dce2e3;
}
.cid-tMPNR45v3H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPNR45v3H .colored-text {
  color: #ffffff !important;
}
.cid-tMPNR45v3H .mbr-section-title {
  color: #ffffff;
}
.cid-tMPNR45v3H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPNR45v3H .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMPlhCJk4Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMPqyHDRiA .navbar-dropdown {
  position: relative !important;
}
.cid-tMPqyHDRiA .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMPqyHDRiA .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMPqyHDRiA .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMPqyHDRiA .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMPqyHDRiA .navbar-caption {
  font-weight: 500;
}
.cid-tMPqyHDRiA .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-tMPqyHDRiA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMPqyHDRiA .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMPqyHDRiA .dropdown-item:hover,
.cid-tMPqyHDRiA .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMPqyHDRiA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMPqyHDRiA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMPqyHDRiA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMPqyHDRiA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMPqyHDRiA .nav-link {
  position: relative;
}
.cid-tMPqyHDRiA .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMPqyHDRiA .container {
  display: flex;
  margin: auto;
}
.cid-tMPqyHDRiA .dropdown-menu,
.cid-tMPqyHDRiA .navbar.opened {
  background: #414142 !important;
}
.cid-tMPqyHDRiA .nav-item:focus,
.cid-tMPqyHDRiA .nav-link:focus {
  outline: none;
}
.cid-tMPqyHDRiA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMPqyHDRiA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMPqyHDRiA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMPqyHDRiA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMPqyHDRiA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPqyHDRiA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPqyHDRiA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMPqyHDRiA .navbar.opened {
  transition: all 0.3s;
}
.cid-tMPqyHDRiA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMPqyHDRiA .navbar .navbar-logo img {
  width: auto;
}
.cid-tMPqyHDRiA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPqyHDRiA .navbar.collapsed {
  justify-content: center;
}
.cid-tMPqyHDRiA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPqyHDRiA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPqyHDRiA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMPqyHDRiA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPqyHDRiA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMPqyHDRiA .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-tMPqyHDRiA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPqyHDRiA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMPqyHDRiA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPqyHDRiA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPqyHDRiA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPqyHDRiA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMPqyHDRiA .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-tMPqyHDRiA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMPqyHDRiA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPqyHDRiA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMPqyHDRiA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMPqyHDRiA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMPqyHDRiA .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMPqyHDRiA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMPqyHDRiA .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMPqyHDRiA .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-tMPqyHDRiA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPqyHDRiA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPqyHDRiA .dropdown-item.active,
.cid-tMPqyHDRiA .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPqyHDRiA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMPqyHDRiA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPqyHDRiA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPqyHDRiA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMPqyHDRiA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPqyHDRiA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPqyHDRiA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMPqyHDRiA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMPqyHDRiA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMPqyHDRiA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMPqyHDRiA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMPqyHDRiA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMPqyHDRiA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMPqyHDRiA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMPqyHDRiA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMPqyHDRiA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMPqyHDRiA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMPqyHDRiA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPqyHDRiA .navbar {
    height: 70px;
  }
  .cid-tMPqyHDRiA .navbar.opened {
    height: auto;
  }
  .cid-tMPqyHDRiA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMPqyI7eTc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPqyI7eTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPqyI7eTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMPqyI7eTc .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMPqyI7eTc .text-container {
    margin: 0 5%;
  }
}
.cid-tMPqyI7eTc .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMPqyI7eTc .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMPqyI7eTc .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMPqyI7eTc .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMPqyI7eTc .mbr-text {
  color: #e8e8e8;
}
.cid-tMPqyI7eTc .mbr-desc,
.cid-tMPqyI7eTc .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMPqyI7eTc .mbr-text,
.cid-tMPqyI7eTc .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMPqyIy2x1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPqyIy2x1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPqyIy2x1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMPqyIy2x1 .container {
    padding: 0 16px;
  }
}
.cid-tMPqyIy2x1 .card {
  position: relative;
  justify-content: center;
}
.cid-tMPqyIy2x1 .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMPqyIy2x1 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMPqyIy2x1 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMPqyIy2x1 .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMPqyIy2x1 .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMPqyIy2x1 .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMPqyIy2x1 .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMPqyIy2x1 .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMPqyIy2x1 .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMPqyIy2x1 .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMPqyIy2x1 .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMPqyIy2x1 .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMPqyIy2x1 .mbr-text {
  color: #ffffff;
}
.cid-tMPqyIy2x1 .mbr-name {
  color: #ffffff;
}
.cid-tMPqyIy2x1 .mbr-desc {
  color: #dce2e3;
}
.cid-tMPrFJb7BM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPrFJb7BM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPrFJb7BM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMPrFJb7BM .container {
    padding: 0 16px;
  }
}
.cid-tMPrFJb7BM .card {
  position: relative;
  justify-content: center;
}
.cid-tMPrFJb7BM .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMPrFJb7BM .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMPrFJb7BM .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMPrFJb7BM .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMPrFJb7BM .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMPrFJb7BM .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMPrFJb7BM .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMPrFJb7BM .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMPrFJb7BM .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMPrFJb7BM .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMPrFJb7BM .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMPrFJb7BM .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMPrFJb7BM .mbr-text {
  color: #ffffff;
}
.cid-tMPrFJb7BM .mbr-name {
  color: #ffffff;
}
.cid-tMPrFJb7BM .mbr-desc {
  color: #dce2e3;
}
.cid-tMPrFYhc1i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPrFYhc1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPrFYhc1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMPrFYhc1i .container {
    padding: 0 16px;
  }
}
.cid-tMPrFYhc1i .card {
  position: relative;
  justify-content: center;
}
.cid-tMPrFYhc1i .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMPrFYhc1i .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMPrFYhc1i .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMPrFYhc1i .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMPrFYhc1i .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMPrFYhc1i .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMPrFYhc1i .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMPrFYhc1i .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMPrFYhc1i .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMPrFYhc1i .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMPrFYhc1i .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMPrFYhc1i .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMPrFYhc1i .mbr-text {
  color: #ffffff;
}
.cid-tMPrFYhc1i .mbr-name {
  color: #ffffff;
}
.cid-tMPrFYhc1i .mbr-desc {
  color: #dce2e3;
}
.cid-tMPrGcwd8x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPrGcwd8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPrGcwd8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMPrGcwd8x .container {
    padding: 0 16px;
  }
}
.cid-tMPrGcwd8x .card {
  position: relative;
  justify-content: center;
}
.cid-tMPrGcwd8x .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
  padding: 100px 200px 100px 100px;
}
@media (max-width: 992px) {
  .cid-tMPrGcwd8x .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMPrGcwd8x .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMPrGcwd8x .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMPrGcwd8x .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMPrGcwd8x .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMPrGcwd8x .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMPrGcwd8x .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMPrGcwd8x .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMPrGcwd8x .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMPrGcwd8x .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  left: auto;
  right: -90px;
}
@media (max-width: 992px) {
  .cid-tMPrGcwd8x .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMPrGcwd8x .mbr-text {
  color: #ffffff;
}
.cid-tMPrGcwd8x .mbr-name {
  color: #ffffff;
}
.cid-tMPrGcwd8x .mbr-desc {
  color: #dce2e3;
}
.cid-tMPMBiSEZj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMPMBiSEZj .colored-text {
  color: #ffffff !important;
}
.cid-tMPMBiSEZj .mbr-section-title {
  color: #ffffff;
}
.cid-tMPMBiSEZj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPMBiSEZj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMPqyJjb4F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMPukjK6qb .navbar-dropdown {
  position: relative !important;
}
.cid-tMPukjK6qb .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMPukjK6qb .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMPukjK6qb .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMPukjK6qb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMPukjK6qb .navbar-caption {
  font-weight: 500;
}
.cid-tMPukjK6qb .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-tMPukjK6qb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMPukjK6qb .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMPukjK6qb .dropdown-item:hover,
.cid-tMPukjK6qb .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMPukjK6qb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMPukjK6qb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMPukjK6qb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMPukjK6qb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMPukjK6qb .nav-link {
  position: relative;
}
.cid-tMPukjK6qb .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMPukjK6qb .container {
  display: flex;
  margin: auto;
}
.cid-tMPukjK6qb .dropdown-menu,
.cid-tMPukjK6qb .navbar.opened {
  background: #414142 !important;
}
.cid-tMPukjK6qb .nav-item:focus,
.cid-tMPukjK6qb .nav-link:focus {
  outline: none;
}
.cid-tMPukjK6qb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMPukjK6qb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMPukjK6qb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMPukjK6qb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMPukjK6qb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPukjK6qb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPukjK6qb .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMPukjK6qb .navbar.opened {
  transition: all 0.3s;
}
.cid-tMPukjK6qb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMPukjK6qb .navbar .navbar-logo img {
  width: auto;
}
.cid-tMPukjK6qb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPukjK6qb .navbar.collapsed {
  justify-content: center;
}
.cid-tMPukjK6qb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPukjK6qb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPukjK6qb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMPukjK6qb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPukjK6qb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMPukjK6qb .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-tMPukjK6qb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPukjK6qb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMPukjK6qb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPukjK6qb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPukjK6qb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPukjK6qb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMPukjK6qb .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-tMPukjK6qb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMPukjK6qb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPukjK6qb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMPukjK6qb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMPukjK6qb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMPukjK6qb .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMPukjK6qb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMPukjK6qb .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMPukjK6qb .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-tMPukjK6qb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPukjK6qb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPukjK6qb .dropdown-item.active,
.cid-tMPukjK6qb .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPukjK6qb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMPukjK6qb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPukjK6qb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPukjK6qb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMPukjK6qb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPukjK6qb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPukjK6qb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMPukjK6qb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMPukjK6qb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMPukjK6qb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMPukjK6qb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMPukjK6qb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMPukjK6qb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMPukjK6qb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMPukjK6qb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMPukjK6qb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMPukjK6qb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMPukjK6qb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPukjK6qb .navbar {
    height: 70px;
  }
  .cid-tMPukjK6qb .navbar.opened {
    height: auto;
  }
  .cid-tMPukjK6qb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMPvwSz2o0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #333333;
}
.cid-tMPvwSz2o0 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tMPvwSz2o0 .col-lg-4,
.cid-tMPvwSz2o0 .col-12 {
  padding: 0 2rem;
}
.cid-tMPvwSz2o0 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tMPvwSz2o0 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tMPvwSz2o0 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tMPvwSz2o0 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tMPvwSz2o0 .card-title,
.cid-tMPvwSz2o0 .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-tMPvwSz2o0 .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tMPvwSz2o0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPvwSz2o0 .mbr-section-title {
  color: #ffb81c;
}
.cid-tMPvwSz2o0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPvwSz2o0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMPuklgkcd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
.cid-tMQvmFR3P3 .navbar-dropdown {
  position: relative !important;
}
.cid-tMQvmFR3P3 .colored-text {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tMQvmFR3P3 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tMQvmFR3P3 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tMQvmFR3P3 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tMQvmFR3P3 .navbar-caption {
  font-weight: 500;
}
.cid-tMQvmFR3P3 .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-tMQvmFR3P3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMQvmFR3P3 .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tMQvmFR3P3 .dropdown-item:hover,
.cid-tMQvmFR3P3 .dropdown-item:focus {
  background: #eeeeee !important;
  color: white !important;
}
.cid-tMQvmFR3P3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMQvmFR3P3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMQvmFR3P3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMQvmFR3P3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMQvmFR3P3 .nav-link {
  position: relative;
}
.cid-tMQvmFR3P3 .nav-link:hover {
  text-decoration: underline;
  color: #eeeeee !important;
}
.cid-tMQvmFR3P3 .container {
  display: flex;
  margin: auto;
}
.cid-tMQvmFR3P3 .dropdown-menu,
.cid-tMQvmFR3P3 .navbar.opened {
  background: #414142 !important;
}
.cid-tMQvmFR3P3 .nav-item:focus,
.cid-tMQvmFR3P3 .nav-link:focus {
  outline: none;
}
.cid-tMQvmFR3P3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMQvmFR3P3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMQvmFR3P3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMQvmFR3P3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMQvmFR3P3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMQvmFR3P3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMQvmFR3P3 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #414142;
}
.cid-tMQvmFR3P3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tMQvmFR3P3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMQvmFR3P3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tMQvmFR3P3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMQvmFR3P3 .navbar.collapsed {
  justify-content: center;
}
.cid-tMQvmFR3P3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMQvmFR3P3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMQvmFR3P3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tMQvmFR3P3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMQvmFR3P3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMQvmFR3P3 .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-tMQvmFR3P3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMQvmFR3P3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tMQvmFR3P3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMQvmFR3P3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMQvmFR3P3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMQvmFR3P3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMQvmFR3P3 .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-tMQvmFR3P3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMQvmFR3P3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMQvmFR3P3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMQvmFR3P3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMQvmFR3P3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tMQvmFR3P3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tMQvmFR3P3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMQvmFR3P3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tMQvmFR3P3 .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-tMQvmFR3P3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMQvmFR3P3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMQvmFR3P3 .dropdown-item.active,
.cid-tMQvmFR3P3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tMQvmFR3P3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMQvmFR3P3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMQvmFR3P3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMQvmFR3P3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #414142;
}
.cid-tMQvmFR3P3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMQvmFR3P3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMQvmFR3P3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMQvmFR3P3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMQvmFR3P3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-tMQvmFR3P3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMQvmFR3P3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMQvmFR3P3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMQvmFR3P3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMQvmFR3P3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMQvmFR3P3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMQvmFR3P3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMQvmFR3P3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMQvmFR3P3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMQvmFR3P3 .navbar {
    height: 70px;
  }
  .cid-tMQvmFR3P3 .navbar.opened {
    height: auto;
  }
  .cid-tMQvmFR3P3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #eeeeee;
  }
}
.cid-tMQvmGbFRX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMQvmGbFRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQvmGbFRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQvmGbFRX .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMQvmGbFRX .text-container {
    margin: 0 5%;
  }
}
.cid-tMQvmGbFRX .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMQvmGbFRX .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMQvmGbFRX .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMQvmGbFRX .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMQvmGbFRX .mbr-text {
  color: #e8e8e8;
}
.cid-tMQvmGbFRX .mbr-desc,
.cid-tMQvmGbFRX .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMQvmGbFRX .mbr-text,
.cid-tMQvmGbFRX .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMQvmGnOVe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMQvmGnOVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQvmGnOVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMQvmGnOVe .container {
    padding: 0 16px;
  }
}
.cid-tMQvmGnOVe .card {
  position: relative;
  justify-content: center;
}
.cid-tMQvmGnOVe .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #232323;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tMQvmGnOVe .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tMQvmGnOVe .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tMQvmGnOVe .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tMQvmGnOVe .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tMQvmGnOVe .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-tMQvmGnOVe .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tMQvmGnOVe .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tMQvmGnOVe .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tMQvmGnOVe .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tMQvmGnOVe .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tMQvmGnOVe .mbr-text {
  color: #ffffff;
}
.cid-tMQvmGnOVe .mbr-name {
  color: #ffffff;
}
.cid-tMQvmGnOVe .mbr-desc {
  color: #dce2e3;
}
.cid-tMQwACbUGX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMQwACbUGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQwACbUGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQwACbUGX .text-container {
  background-color: #232323;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tMQwACbUGX .text-container {
    margin: 0 5%;
  }
}
.cid-tMQwACbUGX .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tMQwACbUGX .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tMQwACbUGX .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tMQwACbUGX .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tMQwACbUGX .mbr-text {
  color: #e8e8e8;
}
.cid-tMQwACbUGX .mbr-desc,
.cid-tMQwACbUGX .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tMQwACbUGX .mbr-text,
.cid-tMQwACbUGX .text-container {
  text-align: center;
  color: #ffb81c;
}
.cid-tMQwoYz9zE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMQwoYz9zE .colored-text {
  color: #ffffff !important;
}
.cid-tMQwoYz9zE .mbr-section-title {
  color: #ffffff;
}
.cid-tMQwoYz9zE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMQwoYz9zE .mbr-text {
  color: #ffffff;
}
.cid-tMQvmGEueM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tMQvmGEueM .colored-text {
  color: #ffffff !important;
}
.cid-tMQvmGEueM .mbr-section-title {
  color: #ffffff;
}
.cid-tMQvmGEueM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMQvmGEueM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMQvmGSuDe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
}
