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;
  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 - 6.3rem);
  }
}
.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-vkvozbyZ3H {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkvozbyZ3H .item:focus,
.cid-vkvozbyZ3H span:focus {
  outline: none;
}
.cid-vkvozbyZ3H .item {
  cursor: pointer;
}
.cid-vkvozbyZ3H .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 992px) {
  .cid-vkvozbyZ3H .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-vkvozbyZ3H .grid-container-1,
.cid-vkvozbyZ3H .grid-container-2 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-vkvozbyZ3H .grid-container-1,
  .cid-vkvozbyZ3H .grid-container-2 {
    gap: 0 15px;
  }
}
.cid-vkvozbyZ3H .mbr-section-title {
  margin-bottom: 50px;
  color: #1f1f1f;
  text-align: center;
}
.cid-vkvozbyZ3H .content-head {
  max-width: 800px;
}
.cid-vkvozbyZ3H .container,
.cid-vkvozbyZ3H .container-fluid {
  overflow: hidden;
}
.cid-vkvozbyZ3H .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vkvozbyZ3H .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vkvozbyZ3H .grid-item:nth-child(2n) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-vkvozbyZ3H .grid-item:nth-child(2n) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vkvozbyZ3H .grid-item:nth-child(2n) img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vkvozbyZ3H .grid-item:nth-child(2n) img {
    height: 140px;
  }
}
.cid-vkvozbyZ3H .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vkvozbyZ3H .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vkvozbyZ3H .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vkvozbyZ3H .grid-item img {
    height: 140px;
  }
}
.cid-vkvozbyZ3H .grid-container-1,
.cid-vkvozbyZ3H .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vkvozbyZ3H .grid-container-1 {
  align-items: flex-end;
}
.cid-vkvozbyZ3H .grid-container-2 {
  align-items: flex-start;
}
.cid-vhjvdEp7Bo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  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-vhioI6ODcM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  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-vl52b86Vgf {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vl52b86Vgf .showAlerts {
  display: block !important;
}
.cid-vl52b86Vgf .rowflexrev {
  display: -webkit-flex;
}
.cid-vl52b86Vgf .ws-form-alerts {
  margin-top: 1rem;
}
.cid-vl52b86Vgf .title {
  margin-bottom: 2rem;
}
.cid-vl52b86Vgf .mbr-section-subtitle {
  color: #767676;
}
.cid-vl52b86Vgf textarea.form-control {
  min-height: 188px;
}
.cid-vl52b86Vgf LABEL {
  color: #232323;
  display: initial;
}
.cid-vl52b86Vgf .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vl52b86Vgf .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-vl52b86Vgf .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vl52b86Vgf .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vl52b86Vgf .alert {
  margin-bottom: 0;
}
.cid-vl52b86Vgf .alert-success {
  background-color: #70c770;
}
.cid-vl52b86Vgf .alert-danger {
  background-color: #ff4a52;
}
.cid-vl52b86Vgf .btn {
  display: inline-flex;
}
.cid-vl52b86Vgf .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-vl52b86Vgf .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-vl52b86Vgf .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-vl52b86Vgf input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vl52b86Vgf input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vl52b86Vgf input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vl52b86Vgf input,
.cid-vl52b86Vgf option,
.cid-vl52b86Vgf textarea {
  color: #000000;
}
.cid-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .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;
  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 - 6.3rem);
  }
}
.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-vkIyf56YrK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkIyf56YrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIyf56YrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIyf56YrK .mbr-section-title {
  text-align: justify;
}
.cid-vkIyf56YrK .mbr-section-subtitle {
  text-align: left;
}
.cid-vkIxCrtTEf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkIxCrtTEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIxCrtTEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIxCrtTEf .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkIxCrtTEf .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkIxCrtTEf .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkIxCrtTEf .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkIxCrtTEf .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkIxCrtTEf .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkIxCrtTEf .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkIxCrtTEf .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkIxCrtTEf .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkIxCrtTEf .content-wrap .card {
  justify-content: center;
}
.cid-vkIxCrtTEf .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vkIxCrtTEf .item {
    margin-bottom: 40px;
  }
  .cid-vkIxCrtTEf .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkIxCrtTEf .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.cid-vkIxCrtTEf .item .item-wrapper .item-content .item-img {
  border-bottom: 0px solid #ffffff;
  margin-bottom: 0px;
}
.cid-vkIxCrtTEf .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-vkIxCrtTEf .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vkIxCrtTEf .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vkIxCrtTEf .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vkIxCrtTEf .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vkIxCrtTEf .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vkIxCrtTEf .mbr-label {
  color: #9ba9c4;
}
.cid-vkIxCrtTEf .mbr-section-title {
  color: #ffffff;
}
.cid-vkIxCrtTEf .mbr-text,
.cid-vkIxCrtTEf .text-wrapper {
  color: #9ba9c4;
}
.cid-vkIxCrtTEf .item-name {
  color: #ffffff;
}
.cid-vkIxCrtTEf .item-role {
  color: #000000;
  text-align: right;
}
.cid-vkIxCrtTEf .item-text {
  color: #9ba9c4;
}
.cid-vkIxCrtTEf .mbr-label,
.cid-vkIxCrtTEf .label-wrapper {
  color: #000000;
}
.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-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .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;
  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 - 6.3rem);
  }
}
.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-vkC52WWPVT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkC52WWPVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkC52WWPVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkC52WWPVT .mbr-section-title {
  text-align: justify;
}
.cid-vkC52WWPVT .mbr-section-subtitle {
  text-align: left;
}
.cid-vhiPn9pZMd {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhiPn9pZMd .mbr-text {
  color: #000000;
}
.cid-vhiPn9pZMd .mbr-section-subtitle {
  color: #000000;
}
.cid-vhiPn9pZMd .mbr-section-title {
  color: #000000;
}
.cid-vkIaMbxfCE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkIaMbxfCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIaMbxfCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIaMbxfCE .title-wrapper {
  margin-bottom: 4px;
}
.cid-vkIaMbxfCE .title-wrapper .mbr-label {
  margin-bottom: 2px;
}
.cid-vkIaMbxfCE .title-wrapper .mbr-section-title {
  margin-bottom: 2px;
}
.cid-vkIaMbxfCE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1992px) {
  .cid-vkIaMbxfCE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkIaMbxfCE .items-wrapper {
  margin: 1px;
}
.cid-vkIaMbxfCE .items-wrapper .item {
  padding: 1px;
  margin-bottom: 1px;
}
@media (max-width: 1992px) {
  .cid-vkIaMbxfCE .items-wrapper .item {
    margin-bottom: 1px;
  }
  .cid-vkIaMbxfCE .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkIaMbxfCE .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 0px;
}
.cid-vkIaMbxfCE .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vkIaMbxfCE .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: contain;
  transition: all .5s ease;
}
@media (max-width: 1992px) {
  .cid-vkIaMbxfCE .items-wrapper .item .item-wrapper .item-img img {
    height: 100px;
  }
}
.cid-vkIaMbxfCE .items-wrapper .item .item-wrapper .item-content {
  padding: 1px;
}
@media (max-width: 1992px) {
  .cid-vkIaMbxfCE .items-wrapper .item .item-wrapper .item-content {
    padding: 1px;
  }
}
.cid-vkIaMbxfCE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 1px;
}
.cid-vkIaMbxfCE .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vkIaMbxfCE .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 1px;
}
.cid-vkIaMbxfCE .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkIaMbxfCE .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vkIaMbxfCE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vkIaMbxfCE .mbr-text,
.cid-vkIaMbxfCE .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vkIaMbxfCE .item-title {
  color: #000000;
}
.cid-vkIaMbxfCE .item-text {
  color: #000000;
  text-align: left;
}
.cid-vkIaNerjwO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vkIaNerjwO H2 {
  text-align: center;
  color: #000000;
}
.cid-vkIaNerjwO .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vkIaNerjwO .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vkIaNerjwO .dentaura-list-class {
  list-style-type: disc;
}
.cid-vhiXJlR1r3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  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-viFZBm3Qow {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viFPE7ysXV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-viFPE7ysXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFPE7ysXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFPE7ysXV .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-viFPE7ysXV .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-viFPE7ysXV .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-viFPE7ysXV .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-viFPE7ysXV .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-viFPE7ysXV .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-viFPE7ysXV .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viFPE7ysXV .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-viFPE7ysXV .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-viFPE7ysXV .content-wrap .card {
  justify-content: center;
}
.cid-viFPE7ysXV .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-viFPE7ysXV .item {
    margin-bottom: 40px;
  }
  .cid-viFPE7ysXV .item:last-child {
    margin-bottom: 0;
  }
}
.cid-viFPE7ysXV .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-viFPE7ysXV .item .item-wrapper .item-content .item-img {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-viFPE7ysXV .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-viFPE7ysXV .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-viFPE7ysXV .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-viFPE7ysXV .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-viFPE7ysXV .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-viFPE7ysXV .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-viFPE7ysXV .mbr-label {
  color: #9ba9c4;
}
.cid-viFPE7ysXV .mbr-section-title {
  color: #ffffff;
}
.cid-viFPE7ysXV .mbr-text,
.cid-viFPE7ysXV .text-wrapper {
  color: #9ba9c4;
}
.cid-viFPE7ysXV .item-name {
  color: #ffffff;
}
.cid-viFPE7ysXV .item-role {
  color: #9ba9c4;
}
.cid-viFPE7ysXV .item-text {
  color: #9ba9c4;
}
.cid-viFPE7ysXV .item-text,
.cid-viFPE7ysXV .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-vkIas5IsTC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkIas5IsTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIas5IsTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIas5IsTC .title-wrapper {
  margin-bottom: 4px;
}
.cid-vkIas5IsTC .title-wrapper .mbr-label {
  margin-bottom: 2px;
}
.cid-vkIas5IsTC .title-wrapper .mbr-section-title {
  margin-bottom: 2px;
}
.cid-vkIas5IsTC .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1992px) {
  .cid-vkIas5IsTC .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkIas5IsTC .items-wrapper {
  margin: 1px;
}
.cid-vkIas5IsTC .items-wrapper .item {
  padding: 1px;
  margin-bottom: 1px;
}
@media (max-width: 1992px) {
  .cid-vkIas5IsTC .items-wrapper .item {
    margin-bottom: 1px;
  }
  .cid-vkIas5IsTC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkIas5IsTC .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 0px;
}
.cid-vkIas5IsTC .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vkIas5IsTC .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: contain;
  transition: all .5s ease;
}
@media (max-width: 1992px) {
  .cid-vkIas5IsTC .items-wrapper .item .item-wrapper .item-img img {
    height: 100px;
  }
}
.cid-vkIas5IsTC .items-wrapper .item .item-wrapper .item-content {
  padding: 1px;
}
@media (max-width: 1992px) {
  .cid-vkIas5IsTC .items-wrapper .item .item-wrapper .item-content {
    padding: 1px;
  }
}
.cid-vkIas5IsTC .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 1px;
}
.cid-vkIas5IsTC .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vkIas5IsTC .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 1px;
}
.cid-vkIas5IsTC .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkIas5IsTC .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vkIas5IsTC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vkIas5IsTC .mbr-text,
.cid-vkIas5IsTC .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vkIas5IsTC .item-title {
  color: #000000;
}
.cid-vkIas5IsTC .item-text {
  color: #000000;
  text-align: left;
}
.cid-vkIataDUYb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vkIataDUYb H2 {
  text-align: center;
  color: #000000;
}
.cid-vkIataDUYb .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vkIataDUYb .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vkIataDUYb .dentaura-list-class {
  list-style-type: disc;
}
.cid-vhiWnsz3ts {
  padding-top: 1rem;
  padding-bottom: 3rem;
  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-vkI9PvX4hI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkI9PvX4hI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkI9PvX4hI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkI9PvX4hI .title-wrapper {
  margin-bottom: 4px;
}
.cid-vkI9PvX4hI .title-wrapper .mbr-label {
  margin-bottom: 2px;
}
.cid-vkI9PvX4hI .title-wrapper .mbr-section-title {
  margin-bottom: 2px;
}
.cid-vkI9PvX4hI .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1992px) {
  .cid-vkI9PvX4hI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkI9PvX4hI .items-wrapper {
  margin: 1px;
}
.cid-vkI9PvX4hI .items-wrapper .item {
  padding: 1px;
  margin-bottom: 1px;
}
@media (max-width: 1992px) {
  .cid-vkI9PvX4hI .items-wrapper .item {
    margin-bottom: 1px;
  }
  .cid-vkI9PvX4hI .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkI9PvX4hI .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 0px;
}
.cid-vkI9PvX4hI .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vkI9PvX4hI .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: contain;
  transition: all .5s ease;
}
@media (max-width: 1992px) {
  .cid-vkI9PvX4hI .items-wrapper .item .item-wrapper .item-img img {
    height: 100px;
  }
}
.cid-vkI9PvX4hI .items-wrapper .item .item-wrapper .item-content {
  padding: 1px;
}
@media (max-width: 1992px) {
  .cid-vkI9PvX4hI .items-wrapper .item .item-wrapper .item-content {
    padding: 1px;
  }
}
.cid-vkI9PvX4hI .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 1px;
}
.cid-vkI9PvX4hI .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vkI9PvX4hI .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 1px;
}
.cid-vkI9PvX4hI .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkI9PvX4hI .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vkI9PvX4hI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vkI9PvX4hI .mbr-text,
.cid-vkI9PvX4hI .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vkI9PvX4hI .item-title {
  color: #000000;
}
.cid-vkI9PvX4hI .item-text {
  color: #000000;
  text-align: left;
}
.cid-vkI9Yfc7m7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vkI9Yfc7m7 H2 {
  text-align: center;
  color: #000000;
}
.cid-vkI9Yfc7m7 .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vkI9Yfc7m7 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vkI9Yfc7m7 .dentaura-list-class {
  list-style-type: disc;
}
.cid-vhiWpWn7Kp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  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-vkIq16nfhg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkIq16nfhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIq16nfhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIq16nfhg .title-wrapper {
  margin-bottom: 4px;
}
.cid-vkIq16nfhg .title-wrapper .mbr-label {
  margin-bottom: 2px;
}
.cid-vkIq16nfhg .title-wrapper .mbr-section-title {
  margin-bottom: 2px;
}
.cid-vkIq16nfhg .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1992px) {
  .cid-vkIq16nfhg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkIq16nfhg .items-wrapper {
  margin: 1px;
}
.cid-vkIq16nfhg .items-wrapper .item {
  padding: 1px;
  margin-bottom: 1px;
}
@media (max-width: 1992px) {
  .cid-vkIq16nfhg .items-wrapper .item {
    margin-bottom: 1px;
  }
  .cid-vkIq16nfhg .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkIq16nfhg .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 0px;
}
.cid-vkIq16nfhg .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vkIq16nfhg .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: contain;
  transition: all .5s ease;
}
@media (max-width: 1992px) {
  .cid-vkIq16nfhg .items-wrapper .item .item-wrapper .item-img img {
    height: 100px;
  }
}
.cid-vkIq16nfhg .items-wrapper .item .item-wrapper .item-content {
  padding: 1px;
}
@media (max-width: 1992px) {
  .cid-vkIq16nfhg .items-wrapper .item .item-wrapper .item-content {
    padding: 1px;
  }
}
.cid-vkIq16nfhg .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 1px;
}
.cid-vkIq16nfhg .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vkIq16nfhg .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 1px;
}
.cid-vkIq16nfhg .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkIq16nfhg .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vkIq16nfhg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vkIq16nfhg .mbr-text,
.cid-vkIq16nfhg .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vkIq16nfhg .item-title {
  color: #000000;
}
.cid-vkIq16nfhg .item-text {
  color: #000000;
  text-align: left;
}
.cid-vkIq2SkMLe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vkIq2SkMLe H2 {
  text-align: center;
  color: #000000;
}
.cid-vkIq2SkMLe .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vkIq2SkMLe .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vkIq2SkMLe .dentaura-list-class {
  list-style-type: disc;
}
.cid-vkIqr2sCt7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkIqr2sCt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIqr2sCt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIqr2sCt7 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkIqr2sCt7 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkIqr2sCt7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-vkIqr2sCt7 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vkIqr2sCt7 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vkIqr2sCt7 .item {
    margin-bottom: 40px;
  }
}
.cid-vkIqr2sCt7 .item .item-wrapper {
  height: 100%;
}
.cid-vkIqr2sCt7 .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vkIqr2sCt7 .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-vkIqr2sCt7 .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkIqr2sCt7 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vkIqr2sCt7 .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-vkIqr2sCt7 .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-vkIqr2sCt7 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vkIqr2sCt7 .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-vkIqr2sCt7 .mbr-section-title,
.cid-vkIqr2sCt7 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vkIqr2sCt7 .card-name {
  color: #323432;
}
.cid-vkIqr2sCt7 .card-role {
  color: #323432;
  text-align: center;
}
.cid-vkIqr2sCt7 .card-name,
.cid-vkIqr2sCt7 .mbr-section-btn {
  text-align: center;
}
.cid-vkIcmf0XDX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkIcmf0XDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIcmf0XDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIcmf0XDX .title-wrapper {
  margin-bottom: 4px;
}
.cid-vkIcmf0XDX .title-wrapper .mbr-label {
  margin-bottom: 2px;
}
.cid-vkIcmf0XDX .title-wrapper .mbr-section-title {
  margin-bottom: 2px;
}
.cid-vkIcmf0XDX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1992px) {
  .cid-vkIcmf0XDX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkIcmf0XDX .items-wrapper {
  margin: 1px;
}
.cid-vkIcmf0XDX .items-wrapper .item {
  padding: 1px;
  margin-bottom: 1px;
}
@media (max-width: 1992px) {
  .cid-vkIcmf0XDX .items-wrapper .item {
    margin-bottom: 1px;
  }
  .cid-vkIcmf0XDX .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkIcmf0XDX .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 0px;
}
.cid-vkIcmf0XDX .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vkIcmf0XDX .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: contain;
  transition: all .5s ease;
}
@media (max-width: 1992px) {
  .cid-vkIcmf0XDX .items-wrapper .item .item-wrapper .item-img img {
    height: 100px;
  }
}
.cid-vkIcmf0XDX .items-wrapper .item .item-wrapper .item-content {
  padding: 1px;
}
@media (max-width: 1992px) {
  .cid-vkIcmf0XDX .items-wrapper .item .item-wrapper .item-content {
    padding: 1px;
  }
}
.cid-vkIcmf0XDX .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 1px;
}
.cid-vkIcmf0XDX .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vkIcmf0XDX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 1px;
}
.cid-vkIcmf0XDX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkIcmf0XDX .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vkIcmf0XDX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vkIcmf0XDX .mbr-text,
.cid-vkIcmf0XDX .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vkIcmf0XDX .item-title {
  color: #000000;
}
.cid-vkIcmf0XDX .item-text {
  color: #000000;
  text-align: left;
}
.cid-vkIcngi0Yg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vkIcngi0Yg H2 {
  text-align: center;
  color: #000000;
}
.cid-vkIcngi0Yg .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vkIcngi0Yg .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vkIcngi0Yg .dentaura-list-class {
  list-style-type: disc;
}
.cid-vkIghNWdbl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkIghNWdbl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIghNWdbl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIghNWdbl .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkIghNWdbl .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkIghNWdbl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-vkIghNWdbl .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vkIghNWdbl .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vkIghNWdbl .item {
    margin-bottom: 40px;
  }
}
.cid-vkIghNWdbl .item .item-wrapper {
  height: 100%;
}
.cid-vkIghNWdbl .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vkIghNWdbl .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-vkIghNWdbl .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkIghNWdbl .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vkIghNWdbl .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-vkIghNWdbl .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-vkIghNWdbl .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vkIghNWdbl .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-vkIghNWdbl .mbr-section-title,
.cid-vkIghNWdbl .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vkIghNWdbl .card-name {
  color: #323432;
}
.cid-vkIghNWdbl .card-role {
  color: #323432;
  text-align: center;
}
.cid-vkIghNWdbl .card-name,
.cid-vkIghNWdbl .mbr-section-btn {
  text-align: center;
}
.cid-vkI2fhE3fo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkI2fhE3fo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkI2fhE3fo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkI2fhE3fo .title-wrapper {
  margin-bottom: 4px;
}
.cid-vkI2fhE3fo .title-wrapper .mbr-label {
  margin-bottom: 2px;
}
.cid-vkI2fhE3fo .title-wrapper .mbr-section-title {
  margin-bottom: 2px;
}
.cid-vkI2fhE3fo .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1992px) {
  .cid-vkI2fhE3fo .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkI2fhE3fo .items-wrapper {
  margin: 1px;
}
.cid-vkI2fhE3fo .items-wrapper .item {
  padding: 1px;
  margin-bottom: 1px;
}
@media (max-width: 1992px) {
  .cid-vkI2fhE3fo .items-wrapper .item {
    margin-bottom: 1px;
  }
  .cid-vkI2fhE3fo .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkI2fhE3fo .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 0px;
}
.cid-vkI2fhE3fo .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vkI2fhE3fo .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: contain;
  transition: all .5s ease;
}
@media (max-width: 1992px) {
  .cid-vkI2fhE3fo .items-wrapper .item .item-wrapper .item-img img {
    height: 100px;
  }
}
.cid-vkI2fhE3fo .items-wrapper .item .item-wrapper .item-content {
  padding: 1px;
}
@media (max-width: 1992px) {
  .cid-vkI2fhE3fo .items-wrapper .item .item-wrapper .item-content {
    padding: 1px;
  }
}
.cid-vkI2fhE3fo .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 1px;
}
.cid-vkI2fhE3fo .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vkI2fhE3fo .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 1px;
}
.cid-vkI2fhE3fo .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkI2fhE3fo .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vkI2fhE3fo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vkI2fhE3fo .mbr-text,
.cid-vkI2fhE3fo .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vkI2fhE3fo .item-title {
  color: #000000;
}
.cid-vkI2fhE3fo .item-text {
  color: #000000;
  text-align: left;
}
.cid-vkI9aHXNYJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vkI9aHXNYJ H2 {
  text-align: center;
  color: #000000;
}
.cid-vkI9aHXNYJ .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vkI9aHXNYJ .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vkI9aHXNYJ .dentaura-list-class {
  list-style-type: disc;
}
.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: 4rem;
  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-vl5mhgf460 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vl5mhgf460 .showAlerts {
  display: block !important;
}
.cid-vl5mhgf460 .rowflexrev {
  display: -webkit-flex;
}
.cid-vl5mhgf460 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-vl5mhgf460 .title {
  margin-bottom: 2rem;
}
.cid-vl5mhgf460 .mbr-section-subtitle {
  color: #767676;
}
.cid-vl5mhgf460 textarea.form-control {
  min-height: 88px;
}
.cid-vl5mhgf460 LABEL {
  color: #232323;
  display: initial;
}
.cid-vl5mhgf460 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vl5mhgf460 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-vl5mhgf460 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vl5mhgf460 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vl5mhgf460 .alert {
  margin-bottom: 0;
}
.cid-vl5mhgf460 .alert-success {
  background-color: #70c770;
}
.cid-vl5mhgf460 .alert-danger {
  background-color: #ff4a52;
}
.cid-vl5mhgf460 .btn {
  display: inline-flex;
}
.cid-vl5mhgf460 .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-vl5mhgf460 .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-vl5mhgf460 input,
.cid-vl5mhgf460 option,
.cid-vl5mhgf460 textarea {
  color: #000000;
}
.cid-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .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;
  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 - 6.3rem);
  }
}
.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-viE5j6RuhY {
  padding-top: 3rem;
  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-vkAnNVasGq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  mask-image: linear-gradient(to right, transparent 0%, #000000 15%, #000000 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 15%, #000000 85%, transparent 100%);
}
.cid-vkAnNVasGq .item:focus,
.cid-vkAnNVasGq span:focus {
  outline: none;
}
.cid-vkAnNVasGq .item {
  cursor: pointer;
}
.cid-vkAnNVasGq .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 992px) {
  .cid-vkAnNVasGq .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-vkAnNVasGq .grid-container-1,
.cid-vkAnNVasGq .grid-container-2 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-vkAnNVasGq .grid-container-1,
  .cid-vkAnNVasGq .grid-container-2 {
    gap: 0 15px;
  }
}
.cid-vkAnNVasGq .mbr-section-title {
  margin-bottom: 50px;
  color: #1f1f1f;
  text-align: center;
}
.cid-vkAnNVasGq .content-head {
  max-width: 800px;
}
.cid-vkAnNVasGq .container,
.cid-vkAnNVasGq .container-fluid {
  overflow: hidden;
}
.cid-vkAnNVasGq .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vkAnNVasGq .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vkAnNVasGq .grid-item:nth-child(2n) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-vkAnNVasGq .grid-item:nth-child(2n) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vkAnNVasGq .grid-item:nth-child(2n) img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vkAnNVasGq .grid-item:nth-child(2n) img {
    height: 140px;
  }
}
.cid-vkAnNVasGq .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vkAnNVasGq .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vkAnNVasGq .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vkAnNVasGq .grid-item img {
    height: 140px;
  }
}
.cid-vkAnNVasGq .grid-container-1,
.cid-vkAnNVasGq .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vkAnNVasGq .grid-container-1 {
  align-items: flex-end;
}
.cid-vkAnNVasGq .grid-container-2 {
  align-items: flex-start;
}
.cid-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .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;
  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 - 6.3rem);
  }
}
.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-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-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vknN28tvdp .navbar-dropdown {
  position: relative !important;
}
.cid-vknN28tvdp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  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-vknN28tvdp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vknN28tvdp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vknN28tvdp .dropdown-item:hover,
.cid-vknN28tvdp .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-vknN28tvdp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vknN28tvdp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vknN28tvdp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vknN28tvdp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vknN28tvdp .nav-link {
  position: relative;
}
.cid-vknN28tvdp .container {
  display: flex;
  margin: auto;
}
.cid-vknN28tvdp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vknN28tvdp .dropdown-menu,
.cid-vknN28tvdp .navbar.opened {
  background: #fafafa !important;
}
.cid-vknN28tvdp .nav-item:focus,
.cid-vknN28tvdp .nav-link:focus {
  outline: none;
}
.cid-vknN28tvdp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vknN28tvdp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vknN28tvdp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vknN28tvdp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vknN28tvdp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vknN28tvdp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vknN28tvdp .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-vknN28tvdp .navbar.opened {
  transition: all 0.3s;
}
.cid-vknN28tvdp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vknN28tvdp .navbar .navbar-logo img {
  width: auto;
}
.cid-vknN28tvdp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vknN28tvdp .navbar.collapsed {
  justify-content: center;
}
.cid-vknN28tvdp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vknN28tvdp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vknN28tvdp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-vknN28tvdp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vknN28tvdp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vknN28tvdp .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-vknN28tvdp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vknN28tvdp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vknN28tvdp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vknN28tvdp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vknN28tvdp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vknN28tvdp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vknN28tvdp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vknN28tvdp .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-vknN28tvdp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vknN28tvdp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vknN28tvdp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vknN28tvdp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vknN28tvdp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vknN28tvdp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vknN28tvdp .navbar.navbar-short {
  min-height: 60px;
}
.cid-vknN28tvdp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vknN28tvdp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vknN28tvdp .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-vknN28tvdp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vknN28tvdp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vknN28tvdp .dropdown-item.active,
.cid-vknN28tvdp .dropdown-item:active {
  background-color: transparent;
}
.cid-vknN28tvdp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vknN28tvdp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vknN28tvdp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vknN28tvdp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vknN28tvdp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vknN28tvdp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vknN28tvdp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vknN28tvdp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vknN28tvdp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vknN28tvdp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vknN28tvdp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vknN28tvdp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vknN28tvdp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vknN28tvdp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vknN28tvdp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vknN28tvdp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vknN28tvdp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vknN28tvdp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vknN28tvdp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vknN28tvdp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vknN28tvdp .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-vknN28tvdp .navbar {
    height: 70px;
  }
  .cid-vknN28tvdp .navbar.opened {
    height: auto;
  }
  .cid-vknN28tvdp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vknN28Gl80 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fefefe;
}
.cid-vknN28Gl80 .mbr-text {
  color: #000000;
}
.cid-vknN28Gl80 .mbr-section-subtitle {
  color: #000000;
}
.cid-vknN28Gl80 .mbr-section-title {
  color: #000000;
}
.cid-vko10z4bwh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vko10z4bwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vko10z4bwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vko10z4bwh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vko10z4bwh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vko10z4bwh .text-wrapper {
    padding: 2rem;
  }
}
.cid-vkzWdUtZBW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkzWdUtZBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkzWdUtZBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkzWdUtZBW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkzWdUtZBW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkzWdUtZBW .text-wrapper {
    padding: 2rem;
  }
}
.cid-vkodYE8tbp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkodYE8tbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkodYE8tbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkodYE8tbp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkodYE8tbp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkodYE8tbp .text-wrapper {
    padding: 2rem;
  }
}
.cid-vkzNSwqShZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkzNSwqShZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkzNSwqShZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkzNSwqShZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkzNSwqShZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkzNSwqShZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-vkoeqljbs5 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkoeqljbs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkoeqljbs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkoeqljbs5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkoeqljbs5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkoeqljbs5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vkzTiY30v6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkzTiY30v6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkzTiY30v6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkzTiY30v6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkzTiY30v6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkzTiY30v6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vkof4USB46 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkof4USB46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkof4USB46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkof4USB46 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkof4USB46 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkof4USB46 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vkzAblrhA3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkzAblrhA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkzAblrhA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkzAblrhA3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkzAblrhA3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkzAblrhA3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vkofhguNeP {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkofhguNeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkofhguNeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkofhguNeP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkofhguNeP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkofhguNeP .text-wrapper {
    padding: 2rem;
  }
}
.cid-vkzLD30msy {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vkzLD30msy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkzLD30msy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkzLD30msy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkzLD30msy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkzLD30msy .text-wrapper {
    padding: 2rem;
  }
}
.cid-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vkEdfUHDe2 .navbar-dropdown {
  position: relative !important;
}
.cid-vkEdfUHDe2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  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-vkEdfUHDe2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkEdfUHDe2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkEdfUHDe2 .dropdown-item:hover,
.cid-vkEdfUHDe2 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-vkEdfUHDe2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkEdfUHDe2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkEdfUHDe2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkEdfUHDe2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkEdfUHDe2 .nav-link {
  position: relative;
}
.cid-vkEdfUHDe2 .container {
  display: flex;
  margin: auto;
}
.cid-vkEdfUHDe2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkEdfUHDe2 .dropdown-menu,
.cid-vkEdfUHDe2 .navbar.opened {
  background: #fafafa !important;
}
.cid-vkEdfUHDe2 .nav-item:focus,
.cid-vkEdfUHDe2 .nav-link:focus {
  outline: none;
}
.cid-vkEdfUHDe2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkEdfUHDe2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkEdfUHDe2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkEdfUHDe2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkEdfUHDe2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkEdfUHDe2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkEdfUHDe2 .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-vkEdfUHDe2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vkEdfUHDe2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkEdfUHDe2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vkEdfUHDe2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkEdfUHDe2 .navbar.collapsed {
  justify-content: center;
}
.cid-vkEdfUHDe2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkEdfUHDe2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkEdfUHDe2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-vkEdfUHDe2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkEdfUHDe2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkEdfUHDe2 .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-vkEdfUHDe2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkEdfUHDe2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkEdfUHDe2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkEdfUHDe2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkEdfUHDe2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkEdfUHDe2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkEdfUHDe2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkEdfUHDe2 .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-vkEdfUHDe2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkEdfUHDe2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkEdfUHDe2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkEdfUHDe2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkEdfUHDe2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkEdfUHDe2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkEdfUHDe2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkEdfUHDe2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkEdfUHDe2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkEdfUHDe2 .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-vkEdfUHDe2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkEdfUHDe2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkEdfUHDe2 .dropdown-item.active,
.cid-vkEdfUHDe2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vkEdfUHDe2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkEdfUHDe2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkEdfUHDe2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkEdfUHDe2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vkEdfUHDe2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkEdfUHDe2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkEdfUHDe2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkEdfUHDe2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkEdfUHDe2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkEdfUHDe2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vkEdfUHDe2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkEdfUHDe2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkEdfUHDe2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkEdfUHDe2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkEdfUHDe2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkEdfUHDe2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkEdfUHDe2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkEdfUHDe2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkEdfUHDe2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkEdfUHDe2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkEdfUHDe2 .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-vkEdfUHDe2 .navbar {
    height: 70px;
  }
  .cid-vkEdfUHDe2 .navbar.opened {
    height: auto;
  }
  .cid-vkEdfUHDe2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkEf6lwxGq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkEf6lwxGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkEf6lwxGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkEf6lwxGq .mbr-section-title {
  text-align: justify;
}
.cid-vkEqJnmhej {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vkEqJnmhej .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkEqJnmhej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkEqJnmhej .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkEqJnmhej img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkEqJnmhej .text-wrapper {
    padding: 2rem;
  }
}
.cid-vkErIVZugK {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vkErIVZugK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkErIVZugK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkErIVZugK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkErIVZugK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkErIVZugK .text-wrapper {
    padding: 2rem;
  }
}
.cid-vkEsfVpgmJ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vkEsfVpgmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkEsfVpgmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkEsfVpgmJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkEsfVpgmJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkEsfVpgmJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-vkEu9a99df {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vkEu9a99df .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkEu9a99df .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkEu9a99df .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkEu9a99df img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkEu9a99df .text-wrapper {
    padding: 2rem;
  }
}
.cid-vkIAZThRHi {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vkIAZThRHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIAZThRHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkIAZThRHi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkIAZThRHi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkIAZThRHi .text-wrapper {
    padding: 2rem;
  }
}
.cid-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vkGeE4FlUq .navbar-dropdown {
  position: relative !important;
}
.cid-vkGeE4FlUq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  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-vkGeE4FlUq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkGeE4FlUq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkGeE4FlUq .dropdown-item:hover,
.cid-vkGeE4FlUq .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-vkGeE4FlUq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkGeE4FlUq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkGeE4FlUq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkGeE4FlUq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkGeE4FlUq .nav-link {
  position: relative;
}
.cid-vkGeE4FlUq .container {
  display: flex;
  margin: auto;
}
.cid-vkGeE4FlUq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkGeE4FlUq .dropdown-menu,
.cid-vkGeE4FlUq .navbar.opened {
  background: #fafafa !important;
}
.cid-vkGeE4FlUq .nav-item:focus,
.cid-vkGeE4FlUq .nav-link:focus {
  outline: none;
}
.cid-vkGeE4FlUq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkGeE4FlUq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkGeE4FlUq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkGeE4FlUq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkGeE4FlUq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkGeE4FlUq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkGeE4FlUq .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-vkGeE4FlUq .navbar.opened {
  transition: all 0.3s;
}
.cid-vkGeE4FlUq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkGeE4FlUq .navbar .navbar-logo img {
  width: auto;
}
.cid-vkGeE4FlUq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkGeE4FlUq .navbar.collapsed {
  justify-content: center;
}
.cid-vkGeE4FlUq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkGeE4FlUq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkGeE4FlUq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-vkGeE4FlUq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkGeE4FlUq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkGeE4FlUq .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-vkGeE4FlUq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkGeE4FlUq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkGeE4FlUq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkGeE4FlUq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkGeE4FlUq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkGeE4FlUq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkGeE4FlUq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkGeE4FlUq .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-vkGeE4FlUq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkGeE4FlUq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkGeE4FlUq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkGeE4FlUq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkGeE4FlUq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkGeE4FlUq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkGeE4FlUq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkGeE4FlUq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkGeE4FlUq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkGeE4FlUq .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-vkGeE4FlUq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkGeE4FlUq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkGeE4FlUq .dropdown-item.active,
.cid-vkGeE4FlUq .dropdown-item:active {
  background-color: transparent;
}
.cid-vkGeE4FlUq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkGeE4FlUq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkGeE4FlUq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkGeE4FlUq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vkGeE4FlUq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkGeE4FlUq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkGeE4FlUq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkGeE4FlUq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkGeE4FlUq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkGeE4FlUq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vkGeE4FlUq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkGeE4FlUq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkGeE4FlUq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkGeE4FlUq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkGeE4FlUq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkGeE4FlUq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkGeE4FlUq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkGeE4FlUq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkGeE4FlUq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkGeE4FlUq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkGeE4FlUq .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-vkGeE4FlUq .navbar {
    height: 70px;
  }
  .cid-vkGeE4FlUq .navbar.opened {
    height: auto;
  }
  .cid-vkGeE4FlUq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkGeE4QCCT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkGeE4QCCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGeE4QCCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGeE4QCCT .mbr-section-title {
  text-align: justify;
}
.cid-vkGeE4ZUPe {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vkGeE4ZUPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGeE4ZUPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkGeE4ZUPe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkGeE4ZUPe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vkGeE4ZUPe .text-wrapper {
    padding: 2rem;
  }
}
.cid-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .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;
  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 - 6.3rem);
  }
}
.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-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-vhsVq4Ddhg {
  padding-top: 4rem;
  padding-bottom: 5rem;
  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-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vkHPpHY3uk .navbar-dropdown {
  position: relative !important;
}
.cid-vkHPpHY3uk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  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-vkHPpHY3uk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkHPpHY3uk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkHPpHY3uk .dropdown-item:hover,
.cid-vkHPpHY3uk .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-vkHPpHY3uk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkHPpHY3uk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkHPpHY3uk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkHPpHY3uk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkHPpHY3uk .nav-link {
  position: relative;
}
.cid-vkHPpHY3uk .container {
  display: flex;
  margin: auto;
}
.cid-vkHPpHY3uk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkHPpHY3uk .dropdown-menu,
.cid-vkHPpHY3uk .navbar.opened {
  background: #fafafa !important;
}
.cid-vkHPpHY3uk .nav-item:focus,
.cid-vkHPpHY3uk .nav-link:focus {
  outline: none;
}
.cid-vkHPpHY3uk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkHPpHY3uk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkHPpHY3uk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkHPpHY3uk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkHPpHY3uk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkHPpHY3uk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkHPpHY3uk .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-vkHPpHY3uk .navbar.opened {
  transition: all 0.3s;
}
.cid-vkHPpHY3uk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkHPpHY3uk .navbar .navbar-logo img {
  width: auto;
}
.cid-vkHPpHY3uk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkHPpHY3uk .navbar.collapsed {
  justify-content: center;
}
.cid-vkHPpHY3uk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkHPpHY3uk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkHPpHY3uk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-vkHPpHY3uk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkHPpHY3uk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkHPpHY3uk .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-vkHPpHY3uk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkHPpHY3uk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkHPpHY3uk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkHPpHY3uk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkHPpHY3uk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkHPpHY3uk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkHPpHY3uk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkHPpHY3uk .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-vkHPpHY3uk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkHPpHY3uk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkHPpHY3uk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkHPpHY3uk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkHPpHY3uk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkHPpHY3uk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkHPpHY3uk .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkHPpHY3uk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkHPpHY3uk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkHPpHY3uk .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-vkHPpHY3uk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkHPpHY3uk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkHPpHY3uk .dropdown-item.active,
.cid-vkHPpHY3uk .dropdown-item:active {
  background-color: transparent;
}
.cid-vkHPpHY3uk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkHPpHY3uk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkHPpHY3uk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkHPpHY3uk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vkHPpHY3uk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkHPpHY3uk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkHPpHY3uk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkHPpHY3uk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkHPpHY3uk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkHPpHY3uk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vkHPpHY3uk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkHPpHY3uk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkHPpHY3uk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkHPpHY3uk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkHPpHY3uk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkHPpHY3uk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkHPpHY3uk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkHPpHY3uk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkHPpHY3uk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkHPpHY3uk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkHPpHY3uk .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-vkHPpHY3uk .navbar {
    height: 70px;
  }
  .cid-vkHPpHY3uk .navbar.opened {
    height: auto;
  }
  .cid-vkHPpHY3uk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkHPpI9acd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fefefe;
}
.cid-vkHPpI9acd .mbr-text {
  color: #000000;
}
.cid-vkHPpI9acd .mbr-section-subtitle {
  color: #000000;
}
.cid-vkHPpI9acd .mbr-section-title {
  color: #000000;
}
.cid-vkHPpIo7Dz {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkHPpIo7Dz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkHPpIo7Dz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkHPpIo7Dz .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vkHPpIo7Dz .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vkHPpIo7Dz .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vkHPpIo7Dz .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vkHPpIo7Dz .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkHPpIo7Dz .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkHPpIo7Dz .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vkHPpIo7Dz .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkHPpIo7Dz .mbr-label,
.cid-vkHPpIo7Dz .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vkHPpIo7Dz .mbr-section-title {
  color: #000000;
}
.cid-vkHPpIo7Dz .mbr-text,
.cid-vkHPpIo7Dz .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vkHPpIo7Dz .mbr-section-title,
.cid-vkHPpIo7Dz .mbr-section-btn {
  text-align: center;
}
.cid-vkHQ80cl10 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkHQ80cl10 .item:focus,
.cid-vkHQ80cl10 span:focus {
  outline: none;
}
.cid-vkHQ80cl10 .item {
  cursor: pointer;
}
.cid-vkHQ80cl10 .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 992px) {
  .cid-vkHQ80cl10 .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-vkHQ80cl10 .grid-container-1,
.cid-vkHQ80cl10 .grid-container-2 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-vkHQ80cl10 .grid-container-1,
  .cid-vkHQ80cl10 .grid-container-2 {
    gap: 0 15px;
  }
}
.cid-vkHQ80cl10 .mbr-section-title {
  margin-bottom: 50px;
  color: #1f1f1f;
  text-align: center;
}
.cid-vkHQ80cl10 .content-head {
  max-width: 800px;
}
.cid-vkHQ80cl10 .container,
.cid-vkHQ80cl10 .container-fluid {
  overflow: hidden;
}
.cid-vkHQ80cl10 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vkHQ80cl10 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vkHQ80cl10 .grid-item:nth-child(2n) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-vkHQ80cl10 .grid-item:nth-child(2n) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vkHQ80cl10 .grid-item:nth-child(2n) img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vkHQ80cl10 .grid-item:nth-child(2n) img {
    height: 140px;
  }
}
.cid-vkHQ80cl10 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vkHQ80cl10 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vkHQ80cl10 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vkHQ80cl10 .grid-item img {
    height: 140px;
  }
}
.cid-vkHQ80cl10 .grid-container-1,
.cid-vkHQ80cl10 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vkHQ80cl10 .grid-container-1 {
  align-items: flex-end;
}
.cid-vkHQ80cl10 .grid-container-2 {
  align-items: flex-start;
}
.cid-vl5djp5VXm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vl5djp5VXm .showAlerts {
  display: block !important;
}
.cid-vl5djp5VXm .rowflexrev {
  display: -webkit-flex;
}
.cid-vl5djp5VXm .ws-form-alerts {
  margin-top: 1rem;
}
.cid-vl5djp5VXm .title {
  margin-bottom: 2rem;
}
.cid-vl5djp5VXm .mbr-section-subtitle {
  color: #767676;
}
.cid-vl5djp5VXm textarea.form-control {
  min-height: 188px;
}
.cid-vl5djp5VXm LABEL {
  color: #232323;
  display: initial;
}
.cid-vl5djp5VXm .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vl5djp5VXm .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-vl5djp5VXm .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vl5djp5VXm .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vl5djp5VXm .alert {
  margin-bottom: 0;
}
.cid-vl5djp5VXm .alert-success {
  background-color: #70c770;
}
.cid-vl5djp5VXm .alert-danger {
  background-color: #ff4a52;
}
.cid-vl5djp5VXm .btn {
  display: inline-flex;
}
.cid-vl5djp5VXm .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-vl5djp5VXm .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-vl5djp5VXm .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-vl5djp5VXm input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vl5djp5VXm input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vl5djp5VXm input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vl5djp5VXm input,
.cid-vl5djp5VXm option,
.cid-vl5djp5VXm textarea {
  color: #000000;
}
.cid-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vkHRyyzKC1 .navbar-dropdown {
  position: relative !important;
}
.cid-vkHRyyzKC1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  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-vkHRyyzKC1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkHRyyzKC1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkHRyyzKC1 .dropdown-item:hover,
.cid-vkHRyyzKC1 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-vkHRyyzKC1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkHRyyzKC1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkHRyyzKC1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkHRyyzKC1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkHRyyzKC1 .nav-link {
  position: relative;
}
.cid-vkHRyyzKC1 .container {
  display: flex;
  margin: auto;
}
.cid-vkHRyyzKC1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkHRyyzKC1 .dropdown-menu,
.cid-vkHRyyzKC1 .navbar.opened {
  background: #fafafa !important;
}
.cid-vkHRyyzKC1 .nav-item:focus,
.cid-vkHRyyzKC1 .nav-link:focus {
  outline: none;
}
.cid-vkHRyyzKC1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkHRyyzKC1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkHRyyzKC1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkHRyyzKC1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkHRyyzKC1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkHRyyzKC1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkHRyyzKC1 .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-vkHRyyzKC1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vkHRyyzKC1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkHRyyzKC1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vkHRyyzKC1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkHRyyzKC1 .navbar.collapsed {
  justify-content: center;
}
.cid-vkHRyyzKC1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkHRyyzKC1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkHRyyzKC1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-vkHRyyzKC1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkHRyyzKC1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkHRyyzKC1 .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-vkHRyyzKC1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkHRyyzKC1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkHRyyzKC1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkHRyyzKC1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkHRyyzKC1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkHRyyzKC1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkHRyyzKC1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkHRyyzKC1 .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-vkHRyyzKC1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkHRyyzKC1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkHRyyzKC1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkHRyyzKC1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkHRyyzKC1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkHRyyzKC1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkHRyyzKC1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkHRyyzKC1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkHRyyzKC1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkHRyyzKC1 .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-vkHRyyzKC1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkHRyyzKC1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkHRyyzKC1 .dropdown-item.active,
.cid-vkHRyyzKC1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vkHRyyzKC1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkHRyyzKC1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkHRyyzKC1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkHRyyzKC1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vkHRyyzKC1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkHRyyzKC1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkHRyyzKC1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkHRyyzKC1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkHRyyzKC1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkHRyyzKC1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vkHRyyzKC1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkHRyyzKC1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkHRyyzKC1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkHRyyzKC1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkHRyyzKC1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkHRyyzKC1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkHRyyzKC1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkHRyyzKC1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkHRyyzKC1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkHRyyzKC1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkHRyyzKC1 .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-vkHRyyzKC1 .navbar {
    height: 70px;
  }
  .cid-vkHRyyzKC1 .navbar.opened {
    height: auto;
  }
  .cid-vkHRyyzKC1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkHRyyL6Vk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fefefe;
}
.cid-vkHRyyL6Vk .mbr-text {
  color: #000000;
}
.cid-vkHRyyL6Vk .mbr-section-subtitle {
  color: #000000;
}
.cid-vkHRyyL6Vk .mbr-section-title {
  color: #000000;
}
.cid-vkHU19y5Sd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkHU19y5Sd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkHU19y5Sd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkHU19y5Sd .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkHU19y5Sd .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkHU19y5Sd .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkHU19y5Sd .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkHU19y5Sd .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkHU19y5Sd .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkHU19y5Sd .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkHU19y5Sd .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkHU19y5Sd .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkHU19y5Sd .content-wrap .card {
  justify-content: center;
}
.cid-vkHU19y5Sd .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vkHU19y5Sd .item {
    margin-bottom: 40px;
  }
  .cid-vkHU19y5Sd .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkHU19y5Sd .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vkHU19y5Sd .item .item-wrapper .item-content .item-img {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-vkHU19y5Sd .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-vkHU19y5Sd .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vkHU19y5Sd .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vkHU19y5Sd .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vkHU19y5Sd .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vkHU19y5Sd .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vkHU19y5Sd .mbr-label {
  color: #9ba9c4;
}
.cid-vkHU19y5Sd .mbr-section-title {
  color: #ffffff;
}
.cid-vkHU19y5Sd .mbr-text,
.cid-vkHU19y5Sd .text-wrapper {
  color: #9ba9c4;
}
.cid-vkHU19y5Sd .item-name {
  color: #ffffff;
}
.cid-vkHU19y5Sd .item-role {
  color: #000000;
}
.cid-vkHU19y5Sd .item-text {
  color: #9ba9c4;
}
.cid-vkHU19y5Sd .mbr-label,
.cid-vkHU19y5Sd .label-wrapper {
  color: #000000;
}
.cid-vkHU24FCD9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkHU24FCD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkHU24FCD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkHU24FCD9 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkHU24FCD9 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkHU24FCD9 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkHU24FCD9 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkHU24FCD9 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkHU24FCD9 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkHU24FCD9 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkHU24FCD9 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkHU24FCD9 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkHU24FCD9 .content-wrap .card {
  justify-content: center;
}
.cid-vkHU24FCD9 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vkHU24FCD9 .item {
    margin-bottom: 40px;
  }
  .cid-vkHU24FCD9 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkHU24FCD9 .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vkHU24FCD9 .item .item-wrapper .item-content .item-img {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-vkHU24FCD9 .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-vkHU24FCD9 .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vkHU24FCD9 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vkHU24FCD9 .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vkHU24FCD9 .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vkHU24FCD9 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vkHU24FCD9 .mbr-label {
  color: #9ba9c4;
}
.cid-vkHU24FCD9 .mbr-section-title {
  color: #ffffff;
}
.cid-vkHU24FCD9 .mbr-text,
.cid-vkHU24FCD9 .text-wrapper {
  color: #9ba9c4;
}
.cid-vkHU24FCD9 .item-name {
  color: #ffffff;
}
.cid-vkHU24FCD9 .item-role {
  color: #000000;
}
.cid-vkHU24FCD9 .item-text {
  color: #9ba9c4;
}
.cid-vkHU24FCD9 .mbr-label,
.cid-vkHU24FCD9 .label-wrapper {
  color: #000000;
}
.cid-vkHRyyTNis {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vkHRyyTNis .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkHRyyTNis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkHRyyTNis .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vkHRyyTNis .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vkHRyyTNis .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vkHRyyTNis .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vkHRyyTNis .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkHRyyTNis .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkHRyyTNis .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vkHRyyTNis .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkHRyyTNis .mbr-label,
.cid-vkHRyyTNis .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vkHRyyTNis .mbr-section-title {
  color: #000000;
}
.cid-vkHRyyTNis .mbr-text,
.cid-vkHRyyTNis .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vkHRyyTNis .mbr-section-title,
.cid-vkHRyyTNis .mbr-section-btn {
  text-align: center;
}
.cid-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .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;
  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 - 6.3rem);
  }
}
.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-vl7F1ya358 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vl7G8PkteL .navbar-dropdown {
  position: relative !important;
}
.cid-vl7G8PkteL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  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-vl7G8PkteL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vl7G8PkteL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vl7G8PkteL .dropdown-item:hover,
.cid-vl7G8PkteL .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-vl7G8PkteL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vl7G8PkteL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vl7G8PkteL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vl7G8PkteL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vl7G8PkteL .nav-link {
  position: relative;
}
.cid-vl7G8PkteL .container {
  display: flex;
  margin: auto;
}
.cid-vl7G8PkteL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vl7G8PkteL .dropdown-menu,
.cid-vl7G8PkteL .navbar.opened {
  background: #fafafa !important;
}
.cid-vl7G8PkteL .nav-item:focus,
.cid-vl7G8PkteL .nav-link:focus {
  outline: none;
}
.cid-vl7G8PkteL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vl7G8PkteL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vl7G8PkteL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vl7G8PkteL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vl7G8PkteL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vl7G8PkteL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vl7G8PkteL .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-vl7G8PkteL .navbar.opened {
  transition: all 0.3s;
}
.cid-vl7G8PkteL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vl7G8PkteL .navbar .navbar-logo img {
  width: auto;
}
.cid-vl7G8PkteL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vl7G8PkteL .navbar.collapsed {
  justify-content: center;
}
.cid-vl7G8PkteL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vl7G8PkteL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vl7G8PkteL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-vl7G8PkteL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vl7G8PkteL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vl7G8PkteL .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-vl7G8PkteL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vl7G8PkteL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vl7G8PkteL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vl7G8PkteL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vl7G8PkteL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vl7G8PkteL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vl7G8PkteL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vl7G8PkteL .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-vl7G8PkteL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vl7G8PkteL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vl7G8PkteL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vl7G8PkteL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vl7G8PkteL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vl7G8PkteL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vl7G8PkteL .navbar.navbar-short {
  min-height: 60px;
}
.cid-vl7G8PkteL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vl7G8PkteL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vl7G8PkteL .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-vl7G8PkteL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vl7G8PkteL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vl7G8PkteL .dropdown-item.active,
.cid-vl7G8PkteL .dropdown-item:active {
  background-color: transparent;
}
.cid-vl7G8PkteL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vl7G8PkteL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vl7G8PkteL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vl7G8PkteL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vl7G8PkteL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vl7G8PkteL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vl7G8PkteL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vl7G8PkteL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vl7G8PkteL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vl7G8PkteL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vl7G8PkteL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vl7G8PkteL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vl7G8PkteL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vl7G8PkteL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vl7G8PkteL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vl7G8PkteL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vl7G8PkteL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vl7G8PkteL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vl7G8PkteL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vl7G8PkteL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vl7G8PkteL .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-vl7G8PkteL .navbar {
    height: 70px;
  }
  .cid-vl7G8PkteL .navbar.opened {
    height: auto;
  }
  .cid-vl7G8PkteL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vl7G8PzLSM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vl7Sk6OIPB .navbar-dropdown {
  position: relative !important;
}
.cid-vl7Sk6OIPB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  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-vl7Sk6OIPB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vl7Sk6OIPB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vl7Sk6OIPB .dropdown-item:hover,
.cid-vl7Sk6OIPB .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-vl7Sk6OIPB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vl7Sk6OIPB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vl7Sk6OIPB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vl7Sk6OIPB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vl7Sk6OIPB .nav-link {
  position: relative;
}
.cid-vl7Sk6OIPB .container {
  display: flex;
  margin: auto;
}
.cid-vl7Sk6OIPB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vl7Sk6OIPB .dropdown-menu,
.cid-vl7Sk6OIPB .navbar.opened {
  background: #fafafa !important;
}
.cid-vl7Sk6OIPB .nav-item:focus,
.cid-vl7Sk6OIPB .nav-link:focus {
  outline: none;
}
.cid-vl7Sk6OIPB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vl7Sk6OIPB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vl7Sk6OIPB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vl7Sk6OIPB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vl7Sk6OIPB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vl7Sk6OIPB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vl7Sk6OIPB .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-vl7Sk6OIPB .navbar.opened {
  transition: all 0.3s;
}
.cid-vl7Sk6OIPB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vl7Sk6OIPB .navbar .navbar-logo img {
  width: auto;
}
.cid-vl7Sk6OIPB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vl7Sk6OIPB .navbar.collapsed {
  justify-content: center;
}
.cid-vl7Sk6OIPB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vl7Sk6OIPB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vl7Sk6OIPB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-vl7Sk6OIPB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vl7Sk6OIPB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vl7Sk6OIPB .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-vl7Sk6OIPB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vl7Sk6OIPB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vl7Sk6OIPB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vl7Sk6OIPB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vl7Sk6OIPB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vl7Sk6OIPB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vl7Sk6OIPB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vl7Sk6OIPB .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-vl7Sk6OIPB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vl7Sk6OIPB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vl7Sk6OIPB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vl7Sk6OIPB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vl7Sk6OIPB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vl7Sk6OIPB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vl7Sk6OIPB .navbar.navbar-short {
  min-height: 60px;
}
.cid-vl7Sk6OIPB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vl7Sk6OIPB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vl7Sk6OIPB .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-vl7Sk6OIPB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vl7Sk6OIPB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vl7Sk6OIPB .dropdown-item.active,
.cid-vl7Sk6OIPB .dropdown-item:active {
  background-color: transparent;
}
.cid-vl7Sk6OIPB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vl7Sk6OIPB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vl7Sk6OIPB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vl7Sk6OIPB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vl7Sk6OIPB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vl7Sk6OIPB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vl7Sk6OIPB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vl7Sk6OIPB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vl7Sk6OIPB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vl7Sk6OIPB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vl7Sk6OIPB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vl7Sk6OIPB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vl7Sk6OIPB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vl7Sk6OIPB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vl7Sk6OIPB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vl7Sk6OIPB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vl7Sk6OIPB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vl7Sk6OIPB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vl7Sk6OIPB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vl7Sk6OIPB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vl7Sk6OIPB .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-vl7Sk6OIPB .navbar {
    height: 70px;
  }
  .cid-vl7Sk6OIPB .navbar.opened {
    height: auto;
  }
  .cid-vl7Sk6OIPB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vl7Sk6YMnj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vl7UCJ6cNU .navbar-dropdown {
  position: relative !important;
}
.cid-vl7UCJ6cNU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  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-vl7UCJ6cNU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vl7UCJ6cNU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vl7UCJ6cNU .dropdown-item:hover,
.cid-vl7UCJ6cNU .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-vl7UCJ6cNU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vl7UCJ6cNU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vl7UCJ6cNU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vl7UCJ6cNU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vl7UCJ6cNU .nav-link {
  position: relative;
}
.cid-vl7UCJ6cNU .container {
  display: flex;
  margin: auto;
}
.cid-vl7UCJ6cNU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vl7UCJ6cNU .dropdown-menu,
.cid-vl7UCJ6cNU .navbar.opened {
  background: #fafafa !important;
}
.cid-vl7UCJ6cNU .nav-item:focus,
.cid-vl7UCJ6cNU .nav-link:focus {
  outline: none;
}
.cid-vl7UCJ6cNU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vl7UCJ6cNU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vl7UCJ6cNU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vl7UCJ6cNU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vl7UCJ6cNU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vl7UCJ6cNU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vl7UCJ6cNU .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-vl7UCJ6cNU .navbar.opened {
  transition: all 0.3s;
}
.cid-vl7UCJ6cNU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vl7UCJ6cNU .navbar .navbar-logo img {
  width: auto;
}
.cid-vl7UCJ6cNU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vl7UCJ6cNU .navbar.collapsed {
  justify-content: center;
}
.cid-vl7UCJ6cNU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vl7UCJ6cNU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vl7UCJ6cNU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-vl7UCJ6cNU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vl7UCJ6cNU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vl7UCJ6cNU .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-vl7UCJ6cNU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vl7UCJ6cNU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vl7UCJ6cNU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vl7UCJ6cNU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vl7UCJ6cNU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vl7UCJ6cNU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vl7UCJ6cNU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vl7UCJ6cNU .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-vl7UCJ6cNU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vl7UCJ6cNU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vl7UCJ6cNU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vl7UCJ6cNU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vl7UCJ6cNU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vl7UCJ6cNU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vl7UCJ6cNU .navbar.navbar-short {
  min-height: 60px;
}
.cid-vl7UCJ6cNU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vl7UCJ6cNU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vl7UCJ6cNU .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-vl7UCJ6cNU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vl7UCJ6cNU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vl7UCJ6cNU .dropdown-item.active,
.cid-vl7UCJ6cNU .dropdown-item:active {
  background-color: transparent;
}
.cid-vl7UCJ6cNU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vl7UCJ6cNU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vl7UCJ6cNU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vl7UCJ6cNU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vl7UCJ6cNU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vl7UCJ6cNU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vl7UCJ6cNU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vl7UCJ6cNU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vl7UCJ6cNU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vl7UCJ6cNU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vl7UCJ6cNU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vl7UCJ6cNU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vl7UCJ6cNU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vl7UCJ6cNU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vl7UCJ6cNU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vl7UCJ6cNU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vl7UCJ6cNU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vl7UCJ6cNU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vl7UCJ6cNU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vl7UCJ6cNU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vl7UCJ6cNU .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-vl7UCJ6cNU .navbar {
    height: 70px;
  }
  .cid-vl7UCJ6cNU .navbar.opened {
    height: auto;
  }
  .cid-vl7UCJ6cNU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vl7UCJhAd5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vl7XOFgxM8 .navbar-dropdown {
  position: relative !important;
}
.cid-vl7XOFgxM8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  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-vl7XOFgxM8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vl7XOFgxM8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vl7XOFgxM8 .dropdown-item:hover,
.cid-vl7XOFgxM8 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-vl7XOFgxM8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vl7XOFgxM8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vl7XOFgxM8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vl7XOFgxM8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vl7XOFgxM8 .nav-link {
  position: relative;
}
.cid-vl7XOFgxM8 .container {
  display: flex;
  margin: auto;
}
.cid-vl7XOFgxM8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vl7XOFgxM8 .dropdown-menu,
.cid-vl7XOFgxM8 .navbar.opened {
  background: #fafafa !important;
}
.cid-vl7XOFgxM8 .nav-item:focus,
.cid-vl7XOFgxM8 .nav-link:focus {
  outline: none;
}
.cid-vl7XOFgxM8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vl7XOFgxM8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vl7XOFgxM8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vl7XOFgxM8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vl7XOFgxM8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vl7XOFgxM8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vl7XOFgxM8 .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-vl7XOFgxM8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vl7XOFgxM8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vl7XOFgxM8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vl7XOFgxM8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vl7XOFgxM8 .navbar.collapsed {
  justify-content: center;
}
.cid-vl7XOFgxM8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vl7XOFgxM8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vl7XOFgxM8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-vl7XOFgxM8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vl7XOFgxM8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vl7XOFgxM8 .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-vl7XOFgxM8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vl7XOFgxM8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vl7XOFgxM8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vl7XOFgxM8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vl7XOFgxM8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vl7XOFgxM8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vl7XOFgxM8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vl7XOFgxM8 .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-vl7XOFgxM8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vl7XOFgxM8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vl7XOFgxM8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vl7XOFgxM8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vl7XOFgxM8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vl7XOFgxM8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vl7XOFgxM8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vl7XOFgxM8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vl7XOFgxM8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vl7XOFgxM8 .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-vl7XOFgxM8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vl7XOFgxM8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vl7XOFgxM8 .dropdown-item.active,
.cid-vl7XOFgxM8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vl7XOFgxM8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vl7XOFgxM8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vl7XOFgxM8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vl7XOFgxM8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vl7XOFgxM8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vl7XOFgxM8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vl7XOFgxM8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vl7XOFgxM8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vl7XOFgxM8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vl7XOFgxM8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vl7XOFgxM8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vl7XOFgxM8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vl7XOFgxM8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vl7XOFgxM8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vl7XOFgxM8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vl7XOFgxM8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vl7XOFgxM8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vl7XOFgxM8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vl7XOFgxM8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vl7XOFgxM8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vl7XOFgxM8 .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-vl7XOFgxM8 .navbar {
    height: 70px;
  }
  .cid-vl7XOFgxM8 .navbar.opened {
    height: auto;
  }
  .cid-vl7XOFgxM8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vl7XOFuyvZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vlbgw3zYSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlbgw3zYSQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlbgw3zYSQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlbgw3zYSQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlbgw3zYSQ .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-vlbgw3zYSQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlbgw3zYSQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlbgw3zYSQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlbgw3zYSQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlbgw3zYSQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vlrKhDH0vl .navbar-dropdown {
  position: relative !important;
}
.cid-vlrKhDH0vl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  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-vlrKhDH0vl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vlrKhDH0vl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vlrKhDH0vl .dropdown-item:hover,
.cid-vlrKhDH0vl .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-vlrKhDH0vl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vlrKhDH0vl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vlrKhDH0vl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vlrKhDH0vl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlrKhDH0vl .nav-link {
  position: relative;
}
.cid-vlrKhDH0vl .container {
  display: flex;
  margin: auto;
}
.cid-vlrKhDH0vl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vlrKhDH0vl .dropdown-menu,
.cid-vlrKhDH0vl .navbar.opened {
  background: #fafafa !important;
}
.cid-vlrKhDH0vl .nav-item:focus,
.cid-vlrKhDH0vl .nav-link:focus {
  outline: none;
}
.cid-vlrKhDH0vl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlrKhDH0vl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlrKhDH0vl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlrKhDH0vl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlrKhDH0vl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlrKhDH0vl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlrKhDH0vl .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-vlrKhDH0vl .navbar.opened {
  transition: all 0.3s;
}
.cid-vlrKhDH0vl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vlrKhDH0vl .navbar .navbar-logo img {
  width: auto;
}
.cid-vlrKhDH0vl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlrKhDH0vl .navbar.collapsed {
  justify-content: center;
}
.cid-vlrKhDH0vl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlrKhDH0vl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlrKhDH0vl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-vlrKhDH0vl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlrKhDH0vl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlrKhDH0vl .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-vlrKhDH0vl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlrKhDH0vl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlrKhDH0vl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlrKhDH0vl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlrKhDH0vl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlrKhDH0vl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlrKhDH0vl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlrKhDH0vl .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-vlrKhDH0vl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlrKhDH0vl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlrKhDH0vl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlrKhDH0vl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vlrKhDH0vl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlrKhDH0vl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlrKhDH0vl .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlrKhDH0vl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlrKhDH0vl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlrKhDH0vl .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-vlrKhDH0vl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlrKhDH0vl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlrKhDH0vl .dropdown-item.active,
.cid-vlrKhDH0vl .dropdown-item:active {
  background-color: transparent;
}
.cid-vlrKhDH0vl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlrKhDH0vl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlrKhDH0vl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlrKhDH0vl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vlrKhDH0vl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlrKhDH0vl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlrKhDH0vl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vlrKhDH0vl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlrKhDH0vl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vlrKhDH0vl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vlrKhDH0vl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlrKhDH0vl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlrKhDH0vl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlrKhDH0vl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlrKhDH0vl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlrKhDH0vl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlrKhDH0vl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlrKhDH0vl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlrKhDH0vl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vlrKhDH0vl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlrKhDH0vl .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-vlrKhDH0vl .navbar {
    height: 70px;
  }
  .cid-vlrKhDH0vl .navbar.opened {
    height: auto;
  }
  .cid-vlrKhDH0vl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlrKhDUHMN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlrKhDUHMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlrKhDUHMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlrKhDUHMN .mbr-section-title {
  text-align: justify;
}
.cid-vlrKhDUHMN .mbr-section-subtitle {
  text-align: left;
}
.cid-vlrKXxqXJX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlrKXxqXJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlrKXxqXJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlrKXxqXJX .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vlrKXxqXJX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlrKXxqXJX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vlrKXxqXJX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vlrKXxqXJX .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vlrKXxqXJX .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vlrKXxqXJX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vlrM0YcaGz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlrKhFvgGo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5f6366;
}
.cid-vlrKhFvgGo .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlrKhFvgGo .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlrKhFvgGo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlrKhFvgGo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlrKhFvgGo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlrKhFvgGo .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-vlrKhFvgGo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlrKhFvgGo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlrKhFvgGo .media-container-row .social-list a {
  margin: 0;
  opacity: .75;
  transition: .2s linear;
}
.cid-vlrKhFvgGo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlrKhFvgGo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlrKhFvgGo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlrKhFvgGo .media-container-row .row-copirayt p {
  width: 100%;
}
