body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #4d6d9a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
  color: #ffffff !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: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #4d6d9a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #304460 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #4d6d9a !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b3d56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4d6d9a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4d6d9a;
  border-color: #4d6d9a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4d6d9a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9aafcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #4d6d9a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #4d6d9a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4d6d9a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4d6d9a;
}
.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: #4d6d9a;
  border-bottom-color: #4d6d9a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4d6d9a !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: #edb5bf !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='%234d6d9a' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.menu-2 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.menu-2 > .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #fafafa !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/concreteswell.webp");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-sFGMfPD7iT .mbr-section-subtitle {
  text-align: center;
}
.cid-sFGMfPD7iT h1 {
  text-shadow: 4px 2px 5px rgba(0, 0, 0, 0.7);
}
.cid-vhin243TOx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhin243TOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhin243TOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhin243TOx .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhin243TOx .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vhin243TOx .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vhin243TOx .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vhin243TOx .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vhin243TOx .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhin243TOx .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhin243TOx .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhin243TOx .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhin243TOx .content-wrap .card {
  justify-content: center;
}
.cid-vhin243TOx .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhin243TOx .item {
    margin-bottom: 40px;
  }
  .cid-vhin243TOx .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhin243TOx .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.cid-vhin243TOx .item .item-wrapper .item-content .item-img {
  border-bottom: 0px solid #ffffff;
  margin-bottom: 0px;
}
.cid-vhin243TOx .item .item-wrapper .item-content .item-img img {
  height: 150px;
  width: 100%;
  object-fit: none;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vhin243TOx .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vhin243TOx .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vhin243TOx .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhin243TOx .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vhin243TOx .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vhin243TOx .mbr-label {
  color: #9ba9c4;
}
.cid-vhin243TOx .mbr-section-title {
  color: #ffffff;
}
.cid-vhin243TOx .mbr-text,
.cid-vhin243TOx .text-wrapper {
  color: #9ba9c4;
}
.cid-vhin243TOx .item-name {
  color: #ffffff;
}
.cid-vhin243TOx .item-role {
  color: #000000;
  text-align: right;
}
.cid-vhin243TOx .item-text {
  color: #9ba9c4;
}
.cid-vhin243TOx .mbr-label,
.cid-vhin243TOx .label-wrapper {
  color: #000000;
}
.cid-vhioI6ODcM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhioI6ODcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhioI6ODcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhioI6ODcM .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhioI6ODcM .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vhioI6ODcM .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vhioI6ODcM .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vhioI6ODcM .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vhioI6ODcM .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhioI6ODcM .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhioI6ODcM .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhioI6ODcM .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhioI6ODcM .content-wrap .card {
  justify-content: center;
}
.cid-vhioI6ODcM .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhioI6ODcM .item {
    margin-bottom: 40px;
  }
  .cid-vhioI6ODcM .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhioI6ODcM .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhioI6ODcM .item .item-wrapper .item-content .item-img {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-vhioI6ODcM .item .item-wrapper .item-content .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vhioI6ODcM .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vhioI6ODcM .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vhioI6ODcM .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhioI6ODcM .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vhioI6ODcM .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vhioI6ODcM .mbr-label {
  color: #9ba9c4;
}
.cid-vhioI6ODcM .mbr-section-title {
  color: #ffffff;
}
.cid-vhioI6ODcM .mbr-text,
.cid-vhioI6ODcM .text-wrapper {
  color: #9ba9c4;
}
.cid-vhioI6ODcM .item-name {
  color: #ffffff;
}
.cid-vhioI6ODcM .item-role {
  color: #000000;
}
.cid-vhioI6ODcM .item-text {
  color: #9ba9c4;
}
.cid-vhioI6ODcM .mbr-label,
.cid-vhioI6ODcM .label-wrapper {
  color: #000000;
}
.cid-vhjvdEp7Bo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhjvdEp7Bo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhjvdEp7Bo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhjvdEp7Bo .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhjvdEp7Bo .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vhjvdEp7Bo .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vhjvdEp7Bo .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vhjvdEp7Bo .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vhjvdEp7Bo .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhjvdEp7Bo .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhjvdEp7Bo .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhjvdEp7Bo .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhjvdEp7Bo .content-wrap .card {
  justify-content: center;
}
.cid-vhjvdEp7Bo .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhjvdEp7Bo .item {
    margin-bottom: 40px;
  }
  .cid-vhjvdEp7Bo .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhjvdEp7Bo .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhjvdEp7Bo .item .item-wrapper .item-content .item-img {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-vhjvdEp7Bo .item .item-wrapper .item-content .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vhjvdEp7Bo .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vhjvdEp7Bo .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vhjvdEp7Bo .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhjvdEp7Bo .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vhjvdEp7Bo .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vhjvdEp7Bo .mbr-label {
  color: #9ba9c4;
}
.cid-vhjvdEp7Bo .mbr-section-title {
  color: #ffffff;
}
.cid-vhjvdEp7Bo .mbr-text,
.cid-vhjvdEp7Bo .text-wrapper {
  color: #9ba9c4;
}
.cid-vhjvdEp7Bo .item-name {
  color: #ffffff;
}
.cid-vhjvdEp7Bo .item-role {
  color: #000000;
}
.cid-vhjvdEp7Bo .item-text {
  color: #9ba9c4;
}
.cid-vhjvdEp7Bo .mbr-label,
.cid-vhjvdEp7Bo .label-wrapper {
  color: #000000;
}
.cid-sFGTcFRqw0 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sFGTcFRqw0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFGTcFRqw0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFGTcFRqw0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFGTcFRqw0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFGTcFRqw0 textarea {
  min-height: 10rem;
}
.cid-viDDz43OBP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #5f6366;
}
.cid-viDDz43OBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-viDDz43OBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viDDz43OBP .mbr-section-subtitle {
  color: #fafafa;
}
.cid-viDDz43OBP .image-row {
  display: flex;
  margin: 10px;
}
.cid-viDDz43OBP .image-row img {
  width: 50%;
  object-fit: cover;
}
.cid-viDDz43OBP .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-viDDz43OBP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-viDDz43OBP .soc-item {
  margin: 0 .5rem;
}
.cid-viDDz43OBP a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-viDDz43OBP a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-viDDz43OBP {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #fafafa !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhiZx51lsJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhiZx51lsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhiZx51lsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhiZx51lsJ .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhiZx51lsJ .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vhiZx51lsJ .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vhiZx51lsJ .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vhiZx51lsJ .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vhiZx51lsJ .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhiZx51lsJ .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhiZx51lsJ .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhiZx51lsJ .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhiZx51lsJ .content-wrap .card {
  justify-content: center;
}
.cid-vhiZx51lsJ .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhiZx51lsJ .item {
    margin-bottom: 40px;
  }
  .cid-vhiZx51lsJ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhiZx51lsJ .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhiZx51lsJ .item .item-wrapper .item-content .item-img {
  border-bottom: 0px solid #ffffff;
  margin-bottom: 0px;
}
.cid-vhiZx51lsJ .item .item-wrapper .item-content .item-img img {
  height: 150px;
  width: 100%;
  object-fit: none;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vhiZx51lsJ .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vhiZx51lsJ .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vhiZx51lsJ .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhiZx51lsJ .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vhiZx51lsJ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vhiZx51lsJ .mbr-label {
  color: #9ba9c4;
}
.cid-vhiZx51lsJ .mbr-section-title {
  color: #ffffff;
}
.cid-vhiZx51lsJ .mbr-text,
.cid-vhiZx51lsJ .text-wrapper {
  color: #9ba9c4;
}
.cid-vhiZx51lsJ .item-name {
  color: #ffffff;
}
.cid-vhiZx51lsJ .item-role {
  color: #000000;
  text-align: right;
}
.cid-vhiZx51lsJ .item-text {
  color: #9ba9c4;
}
.cid-vhiZx51lsJ .mbr-label,
.cid-vhiZx51lsJ .label-wrapper {
  color: #000000;
}
.cid-vhj1OaX11x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhj1OaX11x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhj1OaX11x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhj1OaX11x .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhj1OaX11x .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vhj1OaX11x .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vhj1OaX11x .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vhj1OaX11x .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vhj1OaX11x .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhj1OaX11x .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhj1OaX11x .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhj1OaX11x .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhj1OaX11x .content-wrap .card {
  justify-content: center;
}
.cid-vhj1OaX11x .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhj1OaX11x .item {
    margin-bottom: 40px;
  }
  .cid-vhj1OaX11x .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhj1OaX11x .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhj1OaX11x .item .item-wrapper .item-content .item-img {
  border-bottom: 0px solid #ffffff;
  margin-bottom: 0px;
}
.cid-vhj1OaX11x .item .item-wrapper .item-content .item-img img {
  height: 150px;
  width: 100%;
  object-fit: none;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vhj1OaX11x .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vhj1OaX11x .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vhj1OaX11x .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhj1OaX11x .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vhj1OaX11x .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vhj1OaX11x .mbr-label {
  color: #9ba9c4;
}
.cid-vhj1OaX11x .mbr-section-title {
  color: #ffffff;
}
.cid-vhj1OaX11x .mbr-text,
.cid-vhj1OaX11x .text-wrapper {
  color: #9ba9c4;
}
.cid-vhj1OaX11x .item-name {
  color: #ffffff;
}
.cid-vhj1OaX11x .item-role {
  color: #000000;
  text-align: right;
}
.cid-vhj1OaX11x .item-text {
  color: #9ba9c4;
}
.cid-vhj1OaX11x .mbr-label,
.cid-vhj1OaX11x .label-wrapper {
  color: #000000;
}
.cid-vhj60ZmLAj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhj60ZmLAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhj60ZmLAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhj60ZmLAj .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhj60ZmLAj .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vhj60ZmLAj .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vhj60ZmLAj .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vhj60ZmLAj .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vhj60ZmLAj .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhj60ZmLAj .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhj60ZmLAj .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhj60ZmLAj .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhj60ZmLAj .content-wrap .card {
  justify-content: center;
}
.cid-vhj60ZmLAj .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhj60ZmLAj .item {
    margin-bottom: 40px;
  }
  .cid-vhj60ZmLAj .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhj60ZmLAj .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhj60ZmLAj .item .item-wrapper .item-content .item-img {
  border-bottom: 0px solid #ffffff;
  margin-bottom: 0px;
}
.cid-vhj60ZmLAj .item .item-wrapper .item-content .item-img img {
  height: 150px;
  width: 100%;
  object-fit: none;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vhj60ZmLAj .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vhj60ZmLAj .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vhj60ZmLAj .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhj60ZmLAj .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vhj60ZmLAj .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vhj60ZmLAj .mbr-label {
  color: #9ba9c4;
}
.cid-vhj60ZmLAj .mbr-section-title {
  color: #ffffff;
}
.cid-vhj60ZmLAj .mbr-text,
.cid-vhj60ZmLAj .text-wrapper {
  color: #9ba9c4;
}
.cid-vhj60ZmLAj .item-name {
  color: #ffffff;
}
.cid-vhj60ZmLAj .item-role {
  color: #000000;
  text-align: right;
}
.cid-vhj60ZmLAj .item-text {
  color: #9ba9c4;
}
.cid-vhj60ZmLAj .mbr-label,
.cid-vhj60ZmLAj .label-wrapper {
  color: #000000;
}
.cid-vhjaMSoKzB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhjaMSoKzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhjaMSoKzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhjaMSoKzB .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhjaMSoKzB .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vhjaMSoKzB .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vhjaMSoKzB .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vhjaMSoKzB .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vhjaMSoKzB .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhjaMSoKzB .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhjaMSoKzB .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhjaMSoKzB .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhjaMSoKzB .content-wrap .card {
  justify-content: center;
}
.cid-vhjaMSoKzB .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhjaMSoKzB .item {
    margin-bottom: 40px;
  }
  .cid-vhjaMSoKzB .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhjaMSoKzB .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhjaMSoKzB .item .item-wrapper .item-content .item-img {
  border-bottom: 0px solid #ffffff;
  margin-bottom: 0px;
}
.cid-vhjaMSoKzB .item .item-wrapper .item-content .item-img img {
  height: 150px;
  width: 100%;
  object-fit: none;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vhjaMSoKzB .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vhjaMSoKzB .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vhjaMSoKzB .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhjaMSoKzB .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vhjaMSoKzB .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vhjaMSoKzB .mbr-label {
  color: #9ba9c4;
}
.cid-vhjaMSoKzB .mbr-section-title {
  color: #ffffff;
}
.cid-vhjaMSoKzB .mbr-text,
.cid-vhjaMSoKzB .text-wrapper {
  color: #9ba9c4;
}
.cid-vhjaMSoKzB .item-name {
  color: #ffffff;
}
.cid-vhjaMSoKzB .item-role {
  color: #000000;
  text-align: right;
}
.cid-vhjaMSoKzB .item-text {
  color: #9ba9c4;
}
.cid-vhjaMSoKzB .mbr-label,
.cid-vhjaMSoKzB .label-wrapper {
  color: #000000;
}
.cid-vhjfTYFS0j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhjfTYFS0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhjfTYFS0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhjfTYFS0j .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhjfTYFS0j .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vhjfTYFS0j .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vhjfTYFS0j .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vhjfTYFS0j .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vhjfTYFS0j .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhjfTYFS0j .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhjfTYFS0j .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhjfTYFS0j .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhjfTYFS0j .content-wrap .card {
  justify-content: center;
}
.cid-vhjfTYFS0j .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhjfTYFS0j .item {
    margin-bottom: 40px;
  }
  .cid-vhjfTYFS0j .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhjfTYFS0j .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhjfTYFS0j .item .item-wrapper .item-content .item-img {
  border-bottom: 0px solid #ffffff;
  margin-bottom: 0px;
}
.cid-vhjfTYFS0j .item .item-wrapper .item-content .item-img img {
  height: 150px;
  width: 100%;
  object-fit: none;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vhjfTYFS0j .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vhjfTYFS0j .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vhjfTYFS0j .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhjfTYFS0j .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vhjfTYFS0j .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vhjfTYFS0j .mbr-label {
  color: #9ba9c4;
}
.cid-vhjfTYFS0j .mbr-section-title {
  color: #ffffff;
}
.cid-vhjfTYFS0j .mbr-text,
.cid-vhjfTYFS0j .text-wrapper {
  color: #9ba9c4;
}
.cid-vhjfTYFS0j .item-name {
  color: #ffffff;
}
.cid-vhjfTYFS0j .item-role {
  color: #000000;
  text-align: right;
}
.cid-vhjfTYFS0j .item-text {
  color: #9ba9c4;
}
.cid-vhjfTYFS0j .mbr-label,
.cid-vhjfTYFS0j .label-wrapper {
  color: #000000;
}
.cid-viDggDUSsa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-viDggDUSsa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-viDggDUSsa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-viDggDUSsa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-viDggDUSsa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-viDggDUSsa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-viDggDUSsa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-viDggDUSsa .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-viDggDUSsa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-viDggDUSsa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-viDggDUSsa .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-viDggDUSsa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-viDggDUSsa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-viDggDUSsa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-viDggDUSsa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #fafafa !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhiOkLMpMu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhiOkLMpMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhiOkLMpMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhiOkLMpMu .mbr-section-title {
  text-align: justify;
}
.cid-vhiOkLMpMu .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhiPn9pZMd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhiPn9pZMd .mbr-text {
  color: #000000;
}
.cid-vhiPn9pZMd .mbr-section-subtitle {
  color: #000000;
}
.cid-vhiPn9pZMd .mbr-section-title {
  color: #000000;
}
.cid-vhiPrzJjAY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhiPrzJjAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhiPrzJjAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhiXJlR1r3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhiXJlR1r3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhiXJlR1r3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhiXJlR1r3 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhiXJlR1r3 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vhiXJlR1r3 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vhiXJlR1r3 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vhiXJlR1r3 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vhiXJlR1r3 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhiXJlR1r3 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhiXJlR1r3 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhiXJlR1r3 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhiXJlR1r3 .content-wrap .card {
  justify-content: center;
}
.cid-vhiXJlR1r3 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhiXJlR1r3 .item {
    margin-bottom: 40px;
  }
  .cid-vhiXJlR1r3 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhiXJlR1r3 .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhiXJlR1r3 .item .item-wrapper .item-content .item-img {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-vhiXJlR1r3 .item .item-wrapper .item-content .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vhiXJlR1r3 .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vhiXJlR1r3 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vhiXJlR1r3 .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhiXJlR1r3 .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vhiXJlR1r3 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vhiXJlR1r3 .mbr-label {
  color: #9ba9c4;
}
.cid-vhiXJlR1r3 .mbr-section-title {
  color: #ffffff;
}
.cid-vhiXJlR1r3 .mbr-text,
.cid-vhiXJlR1r3 .text-wrapper {
  color: #9ba9c4;
}
.cid-vhiXJlR1r3 .item-name {
  color: #ffffff;
}
.cid-vhiXJlR1r3 .item-role {
  color: #9ba9c4;
}
.cid-vhiXJlR1r3 .item-text {
  color: #9ba9c4;
}
.cid-vhiVeoDUUs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhiVeoDUUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhiVeoDUUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhiWnsz3ts {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhiWnsz3ts .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhiWnsz3ts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhiWnsz3ts .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhiWnsz3ts .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vhiWnsz3ts .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vhiWnsz3ts .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vhiWnsz3ts .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vhiWnsz3ts .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhiWnsz3ts .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhiWnsz3ts .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhiWnsz3ts .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhiWnsz3ts .content-wrap .card {
  justify-content: center;
}
.cid-vhiWnsz3ts .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhiWnsz3ts .item {
    margin-bottom: 40px;
  }
  .cid-vhiWnsz3ts .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhiWnsz3ts .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhiWnsz3ts .item .item-wrapper .item-content .item-img {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-vhiWnsz3ts .item .item-wrapper .item-content .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vhiWnsz3ts .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vhiWnsz3ts .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vhiWnsz3ts .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhiWnsz3ts .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vhiWnsz3ts .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vhiWnsz3ts .mbr-label {
  color: #9ba9c4;
}
.cid-vhiWnsz3ts .mbr-section-title {
  color: #ffffff;
}
.cid-vhiWnsz3ts .mbr-text,
.cid-vhiWnsz3ts .text-wrapper {
  color: #9ba9c4;
}
.cid-vhiWnsz3ts .item-name {
  color: #ffffff;
}
.cid-vhiWnsz3ts .item-role {
  color: #9ba9c4;
}
.cid-vhiWnsz3ts .item-text {
  color: #9ba9c4;
}
.cid-vhiWyxHpKa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhiWyxHpKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhiWyxHpKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhiWpWn7Kp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vhiWpWn7Kp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhiWpWn7Kp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhiWpWn7Kp .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhiWpWn7Kp .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vhiWpWn7Kp .content-wrapper::before,
.cid-vhiWpWn7Kp .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-vhiWpWn7Kp .content-wrapper::before {
  left: 0;
}
.cid-vhiWpWn7Kp .content-wrapper::after {
  right: 0;
}
.cid-vhiWpWn7Kp .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -8px;
}
.cid-vhiWpWn7Kp .item {
  padding: 0 8px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vhiWpWn7Kp .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhiWpWn7Kp .item .item-wrapper {
  height: 100%;
}
.cid-vhiWpWn7Kp .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-vhiWpWn7Kp .item .item-wrapper .item-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhiWpWn7Kp .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vhiWpWn7Kp .item .item-wrapper .person-wrapper .item-name {
  margin-bottom: 4px;
}
.cid-vhiWpWn7Kp .item .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vhiWpWn7Kp .item .item-wrapper .item-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vhiWpWn7Kp .item .item-wrapper .social-wrapper {
  margin-top: 16px;
}
.cid-vhiWpWn7Kp .item .item-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.cid-vhiWpWn7Kp .item .item-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #404040;
  transition: all .3s ease;
}
.cid-vhiWpWn7Kp .item .item-wrapper .social-wrapper .social-wrap .soc-item:hover,
.cid-vhiWpWn7Kp .item .item-wrapper .social-wrapper .social-wrap .soc-item:focus {
  background-color: #ff4306;
}
.cid-vhiWpWn7Kp .item .item-wrapper .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-vhiWpWn7Kp .item .item-wrapper .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vhiWpWn7Kp .item .item-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vhiWpWn7Kp .item .item-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vhiWpWn7Kp .item-name {
  color: #ffffff;
}
.cid-vhiWpWn7Kp .item-role {
  color: #909090;
}
.cid-vhiWpWn7Kp .item-text {
  color: #ffffff;
}
.cid-vhiWDpQmvp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhiWDpQmvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhiWDpQmvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhiQlrS2E9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhiQlrS2E9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhiQlrS2E9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vhiQlrS2E9 .image-wrapper {
    flex-direction: column;
  }
  .cid-vhiQlrS2E9 .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-vhiQlrS2E9 .card-box {
  max-width: 750px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-vhiQlrS2E9 img,
.cid-vhiQlrS2E9 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vhiQlrS2E9 .card-wrapper {
  background: #ffffff;
}
.cid-vhiQlrS2E9 .mbr-text,
.cid-vhiQlrS2E9 .mbr-section-btn {
  color: #000000;
}
.cid-vhiQlrS2E9 .card-title,
.cid-vhiQlrS2E9 .card-box {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-vhiQlrS2E9 .card-content-text {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vhiQlrS2E9 .card-content-text {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vhiQlrS2E9 .card-content-text {
    padding: 4rem;
  }
}
.cid-vhiQnr8yO7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhiQnr8yO7 .mbr-text {
  color: #000000;
}
.cid-vhiQnr8yO7 .mbr-section-subtitle {
  color: #000000;
}
.cid-vhiQnr8yO7 .mbr-section-title {
  color: #000000;
}
.cid-vhiQxUVv8s {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhiQxUVv8s .mbr-text {
  color: #000000;
}
.cid-vhiQxUVv8s .mbr-section-subtitle {
  color: #000000;
}
.cid-vhiQxUVv8s .mbr-section-title {
  color: #000000;
}
.cid-vhiRgOXal3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhiRgOXal3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhiRgOXal3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhiRgOXal3 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhiRgOXal3 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vhiRgOXal3 .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vhiRgOXal3 .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vhiRgOXal3 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhiRgOXal3 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhiRgOXal3 .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhiRgOXal3 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhiRgOXal3 .mbr-label,
.cid-vhiRgOXal3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhiRgOXal3 .mbr-section-title {
  color: #000000;
}
.cid-vhiRgOXal3 .mbr-text,
.cid-vhiRgOXal3 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhiRgOXal3 .mbr-section-title,
.cid-vhiRgOXal3 .mbr-section-btn {
  text-align: center;
}
.cid-vhiRr4ztCN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhiRr4ztCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhiRr4ztCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhiRr4ztCN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vhiRr4ztCN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vhiRr4ztCN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-vhiRr4ztCN .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vhiRr4ztCN .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vhiRr4ztCN .item {
    margin-bottom: 40px;
  }
}
.cid-vhiRr4ztCN .item .item-wrapper {
  height: 100%;
}
.cid-vhiRr4ztCN .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vhiRr4ztCN .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-vhiRr4ztCN .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhiRr4ztCN .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vhiRr4ztCN .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-vhiRr4ztCN .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-vhiRr4ztCN .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhiRr4ztCN .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-vhiRr4ztCN .mbr-section-title,
.cid-vhiRr4ztCN .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vhiRr4ztCN .card-name {
  color: #323432;
}
.cid-vhiRr4ztCN .card-role {
  color: #323432;
  text-align: center;
}
.cid-vhiRr4ztCN .card-name,
.cid-vhiRr4ztCN .mbr-section-btn {
  text-align: center;
}
.cid-vhrVaUjnZt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhrVaUjnZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhrVaUjnZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhrVaUjnZt .mbr-section-subtitle {
  text-align: center;
}
.cid-vhiQ3uMUg9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fefefe;
}
.cid-vhiQ3uMUg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhiQ3uMUg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhiQ3uMUg9 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vhiQ3uMUg9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vhiQ3uMUg9 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vhiQ3uMUg9 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vhiQ3uMUg9 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vhiQ3uMUg9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhiQ3uMUg9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vhiQ3uMUg9 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhiQ3uMUg9 .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhiQ3uMUg9 .form-wrap {
    padding: 24px;
  }
}
.cid-vhiQ3uMUg9 .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vhiQ3uMUg9 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vhiQ3uMUg9 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vhiQ3uMUg9 .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-vhiQ3uMUg9 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-vhiQ3uMUg9 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vhiQ3uMUg9 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-vhiQ3uMUg9 .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vhiQ3uMUg9 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vhiQ3uMUg9 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-vhiQ3uMUg9 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vhiQ3uMUg9 .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vhiQ3uMUg9 .mbr-label,
.cid-vhiQ3uMUg9 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhiQ3uMUg9 .mbr-section-title,
.cid-vhiQ3uMUg9 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhiQ3uMUg9 .mbr-text,
.cid-vhiQ3uMUg9 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhiQ3uMUg9 label {
  color: #000000;
}
.cid-viDggDUSsa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-viDggDUSsa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-viDggDUSsa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-viDggDUSsa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-viDggDUSsa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-viDggDUSsa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-viDggDUSsa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-viDggDUSsa .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-viDggDUSsa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-viDggDUSsa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-viDggDUSsa .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-viDggDUSsa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-viDggDUSsa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-viDggDUSsa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-viDggDUSsa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #fafafa !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhjS84BLKy {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fefefe;
}
.cid-vhjS84BLKy .mbr-text {
  color: #000000;
}
.cid-vhjS84BLKy .mbr-section-subtitle {
  color: #000000;
}
.cid-vhjS84BLKy .mbr-section-title {
  color: #000000;
}
.cid-viA1oi6YSx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viA1oi6YSx img,
.cid-viA1oi6YSx .item-img {
  width: 100%;
}
.cid-viA1oi6YSx .item:focus,
.cid-viA1oi6YSx span:focus {
  outline: none;
}
.cid-viA1oi6YSx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-viA1oi6YSx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-viA1oi6YSx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-viA1oi6YSx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-viA1oi6YSx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-viA1oi6YSx .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-viA1oi6YSx .mbr-text,
.cid-viA1oi6YSx .mbr-section-btn {
  text-align: left;
}
.cid-viA1oi6YSx .item-title {
  text-align: left;
}
.cid-viA1oi6YSx .item-subtitle {
  text-align: center;
}
.cid-viA1oi6YSx .mbr-section-subtitle {
  text-align: justify;
}
.cid-viAbD46MdI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viAbD46MdI img,
.cid-viAbD46MdI .item-img {
  width: 100%;
}
.cid-viAbD46MdI .item:focus,
.cid-viAbD46MdI span:focus {
  outline: none;
}
.cid-viAbD46MdI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-viAbD46MdI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-viAbD46MdI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-viAbD46MdI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-viAbD46MdI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-viAbD46MdI .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-viAbD46MdI .mbr-text,
.cid-viAbD46MdI .mbr-section-btn {
  text-align: left;
}
.cid-viAbD46MdI .item-title {
  text-align: left;
}
.cid-viAbD46MdI .item-subtitle {
  text-align: center;
}
.cid-viAbD46MdI .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhjSQVXO7f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhjSQVXO7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhjSQVXO7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhjSQVXO7f .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhjSQVXO7f .card {
    margin-bottom: 40px;
  }
}
.cid-vhjSQVXO7f .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vhjSQVXO7f .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhjSQVXO7f .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhjSQVXO7f .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhjSQVXO7f .mbr-label {
  color: #be0000;
}
.cid-vhjSQVXO7f .mbr-section-title {
  color: #000000;
}
.cid-vhjSQVXO7f .mbr-text {
  color: #000000;
}
.cid-vhjTxAoLBg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhjTxAoLBg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhjTxAoLBg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhjTxAoLBg .mbr-section-title {
  text-align: justify;
}
.cid-vhjTxAoLBg .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhsVq4Ddhg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhsVq4Ddhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhsVq4Ddhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhsVq4Ddhg .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhsVq4Ddhg .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vhsVq4Ddhg .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vhsVq4Ddhg .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vhsVq4Ddhg .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhsVq4Ddhg .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhsVq4Ddhg .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhsVq4Ddhg .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhsVq4Ddhg .mbr-label,
.cid-vhsVq4Ddhg .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhsVq4Ddhg .mbr-section-title {
  color: #000000;
}
.cid-vhsVq4Ddhg .mbr-text,
.cid-vhsVq4Ddhg .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhsVq4Ddhg .mbr-section-title,
.cid-vhsVq4Ddhg .mbr-section-btn {
  text-align: center;
}
.cid-vhsVCnBSb4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhsVCnBSb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhsVCnBSb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhsVCnBSb4 .mbr-section-subtitle {
  text-align: center;
}
.cid-vhjSYFE1iq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fefefe;
}
.cid-vhjSYFE1iq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhjSYFE1iq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhjSYFE1iq .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vhjSYFE1iq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vhjSYFE1iq .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vhjSYFE1iq .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vhjSYFE1iq .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vhjSYFE1iq .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhjSYFE1iq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vhjSYFE1iq .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhjSYFE1iq .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhjSYFE1iq .form-wrap {
    padding: 24px;
  }
}
.cid-vhjSYFE1iq .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vhjSYFE1iq .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vhjSYFE1iq .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vhjSYFE1iq .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-vhjSYFE1iq .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-vhjSYFE1iq .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vhjSYFE1iq .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-vhjSYFE1iq .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vhjSYFE1iq .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vhjSYFE1iq .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-vhjSYFE1iq .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vhjSYFE1iq .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vhjSYFE1iq .mbr-label,
.cid-vhjSYFE1iq .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhjSYFE1iq .mbr-section-title,
.cid-vhjSYFE1iq .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhjSYFE1iq .mbr-text,
.cid-vhjSYFE1iq .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhjSYFE1iq label {
  color: #000000;
}
.cid-viDggDUSsa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-viDggDUSsa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-viDggDUSsa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-viDggDUSsa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-viDggDUSsa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-viDggDUSsa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-viDggDUSsa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-viDggDUSsa .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-viDggDUSsa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-viDggDUSsa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-viDggDUSsa .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-viDggDUSsa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-viDggDUSsa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-viDggDUSsa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-viDggDUSsa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-viCpSZyiez {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viCpSZyiez P {
  text-align: center;
}
.cid-viE1D8fi8D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viE1D8fi8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-viE1D8fi8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viE2DGcWKs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-viE2DGcWKs .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-viE2DGcWKs .section-text {
  padding: 2rem 0;
}
.cid-viE2DGcWKs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-viE2DGcWKs .inner-container {
    width: 100% !important;
  }
}
.cid-viCoNYnMb8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viCoNYnMb8 img,
.cid-viCoNYnMb8 .item-img {
  width: 100%;
}
.cid-viCoNYnMb8 img,
.cid-viCoNYnMb8 .item-img-2 {
  width: 80%;
}
.cid-viCoNYnMb8 .item:focus,
.cid-viCoNYnMb8 span:focus {
  outline: none;
}
.cid-viCoNYnMb8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-viCoNYnMb8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-viCoNYnMb8 .item {
  padding: 0;
  margin: 0;
}
.cid-viCoNYnMb8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-viCoNYnMb8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-viCoNYnMb8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-viCoNYnMb8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-viCoNYnMb8 .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-viCoNYnMb8 .mbr-text,
.cid-viCoNYnMb8 .mbr-section-btn {
  text-align: left;
}
.cid-viCoNYnMb8 .item-title {
  text-align: left;
}
.cid-viCoNYnMb8 .item-subtitle {
  text-align: left;
}
.cid-viCoNYnMb8 .mbr-section-subtitle {
  text-align: justify;
}
.cid-viCoRa2nmr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viCoRa2nmr img,
.cid-viCoRa2nmr .item-img {
  width: 100%;
}
.cid-viCoRa2nmr img,
.cid-viCoRa2nmr .item-img-2 {
  width: 80%;
}
.cid-viCoRa2nmr .item:focus,
.cid-viCoRa2nmr span:focus {
  outline: none;
}
.cid-viCoRa2nmr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-viCoRa2nmr .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-viCoRa2nmr .item {
  padding: 0;
  margin: 0;
}
.cid-viCoRa2nmr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-viCoRa2nmr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-viCoRa2nmr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-viCoRa2nmr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-viCoRa2nmr .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-viCoRa2nmr .mbr-text,
.cid-viCoRa2nmr .mbr-section-btn {
  text-align: left;
}
.cid-viCoRa2nmr .item-title {
  text-align: left;
}
.cid-viCoRa2nmr .item-subtitle {
  text-align: left;
}
.cid-viCoRa2nmr .mbr-section-subtitle {
  text-align: justify;
}
.cid-viCoT8qtDl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #fafafa !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viDggDUSsa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-viDggDUSsa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-viDggDUSsa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-viDggDUSsa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-viDggDUSsa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-viDggDUSsa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-viDggDUSsa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-viDggDUSsa .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-viDggDUSsa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-viDggDUSsa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-viDggDUSsa .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-viDggDUSsa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-viDggDUSsa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-viDggDUSsa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-viDggDUSsa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-viE5j2oQn1 .navbar-dropdown {
  position: relative !important;
}
.cid-viE5j2oQn1 .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-viE5j2oQn1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viE5j2oQn1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viE5j2oQn1 .dropdown-item:hover,
.cid-viE5j2oQn1 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-viE5j2oQn1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viE5j2oQn1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viE5j2oQn1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viE5j2oQn1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viE5j2oQn1 .nav-link {
  position: relative;
}
.cid-viE5j2oQn1 .container {
  display: flex;
  margin: auto;
}
.cid-viE5j2oQn1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viE5j2oQn1 .dropdown-menu,
.cid-viE5j2oQn1 .navbar.opened {
  background: #fafafa !important;
}
.cid-viE5j2oQn1 .nav-item:focus,
.cid-viE5j2oQn1 .nav-link:focus {
  outline: none;
}
.cid-viE5j2oQn1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viE5j2oQn1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viE5j2oQn1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viE5j2oQn1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viE5j2oQn1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viE5j2oQn1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viE5j2oQn1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-viE5j2oQn1 .navbar.opened {
  transition: all 0.3s;
}
.cid-viE5j2oQn1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viE5j2oQn1 .navbar .navbar-logo img {
  width: auto;
}
.cid-viE5j2oQn1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viE5j2oQn1 .navbar.collapsed {
  justify-content: center;
}
.cid-viE5j2oQn1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viE5j2oQn1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viE5j2oQn1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-viE5j2oQn1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viE5j2oQn1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viE5j2oQn1 .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-viE5j2oQn1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viE5j2oQn1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viE5j2oQn1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viE5j2oQn1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viE5j2oQn1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viE5j2oQn1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viE5j2oQn1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viE5j2oQn1 .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-viE5j2oQn1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viE5j2oQn1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viE5j2oQn1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viE5j2oQn1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viE5j2oQn1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viE5j2oQn1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viE5j2oQn1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-viE5j2oQn1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viE5j2oQn1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viE5j2oQn1 .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-viE5j2oQn1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viE5j2oQn1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viE5j2oQn1 .dropdown-item.active,
.cid-viE5j2oQn1 .dropdown-item:active {
  background-color: transparent;
}
.cid-viE5j2oQn1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viE5j2oQn1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viE5j2oQn1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viE5j2oQn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-viE5j2oQn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viE5j2oQn1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viE5j2oQn1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viE5j2oQn1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viE5j2oQn1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viE5j2oQn1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-viE5j2oQn1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viE5j2oQn1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viE5j2oQn1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viE5j2oQn1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viE5j2oQn1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viE5j2oQn1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viE5j2oQn1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viE5j2oQn1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viE5j2oQn1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-viE5j2oQn1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viE5j2oQn1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viE5j2oQn1 .navbar {
    height: 70px;
  }
  .cid-viE5j2oQn1 .navbar.opened {
    height: auto;
  }
  .cid-viE5j2oQn1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viE5j3uXE9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fefefe;
}
.cid-viE5j3uXE9 .mbr-text {
  color: #000000;
}
.cid-viE5j3uXE9 .mbr-section-subtitle {
  color: #000000;
}
.cid-viE5j3uXE9 .mbr-section-title {
  color: #000000;
}
.cid-viE6oDSi8W {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-viE6oDSi8W img,
.cid-viE6oDSi8W .item-img {
  width: 100%;
}
.cid-viE6oDSi8W .item:focus,
.cid-viE6oDSi8W span:focus {
  outline: none;
}
.cid-viE6oDSi8W .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-viE6oDSi8W .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-viE6oDSi8W .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-viE6oDSi8W .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-viE6oDSi8W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-viE6oDSi8W .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-viE6oDSi8W .mbr-text,
.cid-viE6oDSi8W .mbr-section-btn {
  text-align: left;
}
.cid-viE6oDSi8W .item-title {
  text-align: left;
}
.cid-viE6oDSi8W .item-subtitle {
  text-align: center;
}
.cid-viE6oDSi8W .mbr-section-subtitle {
  text-align: justify;
}
.cid-viE5j6RuhY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-viE5j6RuhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-viE5j6RuhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viE5j6RuhY .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-viE5j6RuhY .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-viE5j6RuhY .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-viE5j6RuhY .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-viE5j6RuhY .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viE5j6RuhY .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-viE5j6RuhY .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-viE5j6RuhY .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-viE5j6RuhY .mbr-label,
.cid-viE5j6RuhY .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-viE5j6RuhY .mbr-section-title {
  color: #000000;
}
.cid-viE5j6RuhY .mbr-text,
.cid-viE5j6RuhY .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-viE5j6RuhY .mbr-section-title,
.cid-viE5j6RuhY .mbr-section-btn {
  text-align: center;
}
.cid-viE5j8Sp74 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-viE5j8Sp74 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-viE5j8Sp74 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-viE5j8Sp74 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-viE5j8Sp74 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-viE5j8Sp74 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-viE5j8Sp74 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-viE5j8Sp74 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-viE5j8Sp74 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-viE5j8Sp74 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-viE5j8Sp74 .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-viE5j8Sp74 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-viE5j8Sp74 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-viE5j8Sp74 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-viE5j8Sp74 .media-container-row .row-copirayt p {
  width: 100%;
}
