.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.87rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0875rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.696rem;
    font-size: calc( 0.9545rem + (0.87 - 0.9545) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9545rem + (0.87 - 0.9545) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #19ba03 !important;
}
.bg-danger {
  background-color: #a9a9a9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #19ba03 !important;
  border-color: #19ba03 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0e6502 !important;
  border-color: #0e6502 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0e6502 !important;
  border-color: #0e6502 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a9a9a9 !important;
  border-color: #a9a9a9 !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: #7e7e7e !important;
  border-color: #7e7e7e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !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: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #40b0bf;
  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: #2a747e !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: #19ba03;
  color: #19ba03;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0e6502 !important;
  background-color: transparent!important;
  border-color: #0e6502 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #19ba03 !important;
  border-color: #19ba03 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a9a9a9;
  color: #a9a9a9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7e7e7e !important;
  background-color: transparent!important;
  border-color: #7e7e7e !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a9a9a9 !important;
  border-color: #a9a9a9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #19ba03 !important;
}
.text-danger {
  color: #a9a9a9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #0c5601 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #767676 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #19ba03;
}
.alert-danger {
  background-color: #a9a9a9;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: #57fc41;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e9e9e9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.87rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.0875rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.87rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.0875rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sqNvadYf8X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .nav-item:focus,
.cid-sqNvadYf8X .nav-link:focus {
  outline: none;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqNvadYf8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqNvadYf8X .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sqNvadYf8X .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #1e2228;
  background: linear-gradient(#ffffff, #1e2228);
  background: none;
}
.cid-sqNvadYf8X .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #1e2228 !important;
  background: linear-gradient(#ffffff, #1e2228) !important;
}
.cid-sqNvadYf8X .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqNvadYf8X .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sqNvadYf8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqNvadYf8X .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.show,
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqNvadYf8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqNvadYf8X .navbar.collapsed .right-menu,
.cid-sqNvadYf8X .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar .navbar-collapse.show,
  .cid-sqNvadYf8X .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqNvadYf8X .navbar .navbar-collapse.show .brand-container,
  .cid-sqNvadYf8X .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sqNvadYf8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqNvadYf8X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqNvadYf8X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqNvadYf8X .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqNvadYf8X .navbar .right-menu,
  .cid-sqNvadYf8X .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqNvadYf8X .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqNvadYf8X .navbar.navbar-short .mbr-overlay {
  background: #1e2228 !important;
  background: linear-gradient(#ffffff, #1e2228) !important;
}
.cid-sqNvadYf8X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqNvadYf8X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqNvadYf8X .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqNvadYf8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqNvadYf8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqNvadYf8X .dropdown-item.active,
.cid-sqNvadYf8X .dropdown-item:active {
  background-color: transparent;
}
.cid-sqNvadYf8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqNvadYf8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqNvadYf8X .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqNvadYf8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e2228;
}
.cid-sqNvadYf8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqNvadYf8X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqNvadYf8X ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sqNvadYf8X .navbar-buttons {
  margin-left: auto;
}
.cid-sqNvadYf8X button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNvadYf8X .navbar-dropdown {
  position: fixed;
}
.cid-sqNvadYf8X a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqNvadYf8X .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqNvadYf8X .right-menu,
.cid-sqNvadYf8X .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sqNvadYf8X .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNvadYf8X .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNvadYf8X .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sqNvadYf8X .menu-top {
  text-align: left;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-sqNvadYf8X .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sqNvadYf8X .card-wrapper {
  z-index: 3;
}
.cid-sqNvadYf8X .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqNvadYf8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
  .cid-sqNvadYf8X .right-menu .navbar-logo,
  .cid-sqNvadYf8X .right-menu .navbar-brand {
    display: none !important;
  }
}
.cid-sqMNBDhYqW {
  background-image: url("../../../assets/images/carretera-verde-ok-2000x1073.jpg");
}
.cid-sqMNBDhYqW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sqMNBDhYqW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sqMNBDhYqW .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sqMNBDhYqW .mbr-text,
.cid-sqMNBDhYqW .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-suHjr5IZ6K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-suHjr5IZ6K .mbr-section-title {
  text-align: left;
}
.cid-tuBTizyoXG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuBTizyoXG .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tuBTizyoXG .modal-body .close {
  background: #1b1b1b;
}
.cid-tuBTizyoXG .modal-body .close span {
  font-style: normal;
}
.cid-tuBTizyoXG .carousel-inner > .active,
.cid-tuBTizyoXG .carousel-inner > .next,
.cid-tuBTizyoXG .carousel-inner > .prev {
  display: flex;
}
.cid-tuBTizyoXG .carousel-control .icon-next,
.cid-tuBTizyoXG .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tuBTizyoXG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tuBTizyoXG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tuBTizyoXG .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tuBTizyoXG .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tuBTizyoXG .boxed-slider > div {
  position: relative;
}
.cid-tuBTizyoXG .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tuBTizyoXG .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tuBTizyoXG .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tuBTizyoXG .mbr-table-cell {
  padding: 0;
}
.cid-tuBTizyoXG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tuBTizyoXG .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tuBTizyoXG .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tuBTizyoXG .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tuBTizyoXG .carousel-item .container {
    width: 100%;
  }
}
.cid-tuBTizyoXG .carousel-item-next.carousel-item-left,
.cid-tuBTizyoXG .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tuBTizyoXG .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tuBTizyoXG .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuBTizyoXG .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuBTizyoXG .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tuBTizyoXG .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tuBTizyoXG .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tuBTizyoXG .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tuBTizyoXG .mbr-slider .carousel-indicators li.active,
.cid-tuBTizyoXG .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tuBTizyoXG .mbr-slider .carousel-indicators li::after,
.cid-tuBTizyoXG .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tuBTizyoXG .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tuBTizyoXG .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tuBTizyoXG .mbr-slider > .container img {
  width: 100%;
}
.cid-tuBTizyoXG .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tuBTizyoXG .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tuBTizyoXG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tuBTizyoXG .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tuBTizyoXG .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tuBTizyoXG .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tuBTizyoXG .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tuBTizyoXG .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tuBTizyoXG .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tuBTizyoXG .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tuBTizyoXG .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tuBTizyoXG .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tuBTizyoXG .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tuBTizyoXG .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tuBTizyoXG .carousel-inner {
  height: 100%;
}
.cid-tuBTizyoXG .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tuBTizyoXG .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 570px;
  overflow: hidden;
}
.cid-tuBTizyoXG .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tuBTizyoXG .content-slider-wrap {
  width: 100%;
}
.cid-tuBTizyoXG H2 {
  color: #353535;
  text-align: center;
}
.cid-tuBTizyoXG P {
  text-align: left;
  color: #fafafa;
}
.cid-suHjrJ4Iyh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-suHjrJ4Iyh .mbr-section-title {
  text-align: left;
}
.cid-suGQsOpyt5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-suGQsOpyt5 .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-suGQsOpyt5 .modal-body .close {
  background: #1b1b1b;
}
.cid-suGQsOpyt5 .modal-body .close span {
  font-style: normal;
}
.cid-suGQsOpyt5 .carousel-inner > .active,
.cid-suGQsOpyt5 .carousel-inner > .next,
.cid-suGQsOpyt5 .carousel-inner > .prev {
  display: flex;
}
.cid-suGQsOpyt5 .carousel-control .icon-next,
.cid-suGQsOpyt5 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-suGQsOpyt5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-suGQsOpyt5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-suGQsOpyt5 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-suGQsOpyt5 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-suGQsOpyt5 .boxed-slider > div {
  position: relative;
}
.cid-suGQsOpyt5 .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-suGQsOpyt5 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-suGQsOpyt5 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-suGQsOpyt5 .mbr-table-cell {
  padding: 0;
}
.cid-suGQsOpyt5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-suGQsOpyt5 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-suGQsOpyt5 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-suGQsOpyt5 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-suGQsOpyt5 .carousel-item .container {
    width: 100%;
  }
}
.cid-suGQsOpyt5 .carousel-item-next.carousel-item-left,
.cid-suGQsOpyt5 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-suGQsOpyt5 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-suGQsOpyt5 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suGQsOpyt5 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-suGQsOpyt5 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-suGQsOpyt5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-suGQsOpyt5 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-suGQsOpyt5 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-suGQsOpyt5 .mbr-slider .carousel-indicators li.active,
.cid-suGQsOpyt5 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-suGQsOpyt5 .mbr-slider .carousel-indicators li::after,
.cid-suGQsOpyt5 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-suGQsOpyt5 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-suGQsOpyt5 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-suGQsOpyt5 .mbr-slider > .container img {
  width: 100%;
}
.cid-suGQsOpyt5 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-suGQsOpyt5 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-suGQsOpyt5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-suGQsOpyt5 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-suGQsOpyt5 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-suGQsOpyt5 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-suGQsOpyt5 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-suGQsOpyt5 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-suGQsOpyt5 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-suGQsOpyt5 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-suGQsOpyt5 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-suGQsOpyt5 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-suGQsOpyt5 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-suGQsOpyt5 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-suGQsOpyt5 .carousel-inner {
  height: 100%;
}
.cid-suGQsOpyt5 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-suGQsOpyt5 .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 580px;
  overflow: hidden;
}
.cid-suGQsOpyt5 .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-suGQsOpyt5 .content-slider-wrap {
  width: 100%;
}
.cid-suGQsOpyt5 H2 {
  color: #000000;
  text-align: center;
}
.cid-suGQsOpyt5 P {
  text-align: left;
  color: #000000;
}
.cid-suHjs3JV5t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-suHjs3JV5t .mbr-section-title {
  text-align: left;
}
.cid-suHswwXkL9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suHswwXkL9 .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-suHswwXkL9 .modal-body .close {
  background: #1b1b1b;
}
.cid-suHswwXkL9 .modal-body .close span {
  font-style: normal;
}
.cid-suHswwXkL9 .carousel-inner > .active,
.cid-suHswwXkL9 .carousel-inner > .next,
.cid-suHswwXkL9 .carousel-inner > .prev {
  display: flex;
}
.cid-suHswwXkL9 .carousel-control .icon-next,
.cid-suHswwXkL9 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-suHswwXkL9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-suHswwXkL9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-suHswwXkL9 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-suHswwXkL9 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-suHswwXkL9 .boxed-slider > div {
  position: relative;
}
.cid-suHswwXkL9 .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-suHswwXkL9 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-suHswwXkL9 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-suHswwXkL9 .mbr-table-cell {
  padding: 0;
}
.cid-suHswwXkL9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-suHswwXkL9 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-suHswwXkL9 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-suHswwXkL9 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-suHswwXkL9 .carousel-item .container {
    width: 100%;
  }
}
.cid-suHswwXkL9 .carousel-item-next.carousel-item-left,
.cid-suHswwXkL9 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-suHswwXkL9 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-suHswwXkL9 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suHswwXkL9 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-suHswwXkL9 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-suHswwXkL9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-suHswwXkL9 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-suHswwXkL9 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-suHswwXkL9 .mbr-slider .carousel-indicators li.active,
.cid-suHswwXkL9 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-suHswwXkL9 .mbr-slider .carousel-indicators li::after,
.cid-suHswwXkL9 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-suHswwXkL9 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-suHswwXkL9 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-suHswwXkL9 .mbr-slider > .container img {
  width: 100%;
}
.cid-suHswwXkL9 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-suHswwXkL9 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-suHswwXkL9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-suHswwXkL9 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-suHswwXkL9 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-suHswwXkL9 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-suHswwXkL9 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-suHswwXkL9 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-suHswwXkL9 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-suHswwXkL9 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-suHswwXkL9 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-suHswwXkL9 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-suHswwXkL9 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-suHswwXkL9 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-suHswwXkL9 .carousel-inner {
  height: 100%;
}
.cid-suHswwXkL9 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-suHswwXkL9 .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 570px;
  overflow: hidden;
}
.cid-suHswwXkL9 .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-suHswwXkL9 .content-slider-wrap {
  width: 100%;
}
.cid-suHswwXkL9 H2 {
  color: #000000;
  text-align: center;
}
.cid-suHswwXkL9 P {
  text-align: left;
  color: #000000;
}
.cid-tvjA9n7BLQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvjA9n7BLQ .mbr-section-title {
  text-align: left;
}
.cid-tvjA3TGHjo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tvjA3TGHjo .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tvjA3TGHjo .modal-body .close {
  background: #1b1b1b;
}
.cid-tvjA3TGHjo .modal-body .close span {
  font-style: normal;
}
.cid-tvjA3TGHjo .carousel-inner > .active,
.cid-tvjA3TGHjo .carousel-inner > .next,
.cid-tvjA3TGHjo .carousel-inner > .prev {
  display: flex;
}
.cid-tvjA3TGHjo .carousel-control .icon-next,
.cid-tvjA3TGHjo .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tvjA3TGHjo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvjA3TGHjo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tvjA3TGHjo .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tvjA3TGHjo .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tvjA3TGHjo .boxed-slider > div {
  position: relative;
}
.cid-tvjA3TGHjo .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tvjA3TGHjo .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tvjA3TGHjo .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tvjA3TGHjo .mbr-table-cell {
  padding: 0;
}
.cid-tvjA3TGHjo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tvjA3TGHjo .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tvjA3TGHjo .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tvjA3TGHjo .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tvjA3TGHjo .carousel-item .container {
    width: 100%;
  }
}
.cid-tvjA3TGHjo .carousel-item-next.carousel-item-left,
.cid-tvjA3TGHjo .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tvjA3TGHjo .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tvjA3TGHjo .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvjA3TGHjo .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tvjA3TGHjo .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tvjA3TGHjo .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tvjA3TGHjo .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tvjA3TGHjo .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tvjA3TGHjo .mbr-slider .carousel-indicators li.active,
.cid-tvjA3TGHjo .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tvjA3TGHjo .mbr-slider .carousel-indicators li::after,
.cid-tvjA3TGHjo .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tvjA3TGHjo .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tvjA3TGHjo .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tvjA3TGHjo .mbr-slider > .container img {
  width: 100%;
}
.cid-tvjA3TGHjo .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tvjA3TGHjo .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tvjA3TGHjo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tvjA3TGHjo .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tvjA3TGHjo .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tvjA3TGHjo .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tvjA3TGHjo .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tvjA3TGHjo .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tvjA3TGHjo .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tvjA3TGHjo .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tvjA3TGHjo .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tvjA3TGHjo .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tvjA3TGHjo .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tvjA3TGHjo .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tvjA3TGHjo .carousel-inner {
  height: 100%;
}
.cid-tvjA3TGHjo .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tvjA3TGHjo .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 570px;
  overflow: hidden;
}
.cid-tvjA3TGHjo .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tvjA3TGHjo .content-slider-wrap {
  width: 100%;
}
.cid-tvjA3TGHjo H2 {
  color: #ffffff;
  text-align: center;
}
.cid-tvjA3TGHjo P {
  text-align: left;
  color: #fafafa;
}
.cid-suL6v3gjvO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-suL6v3gjvO .mbr-section-title {
  text-align: left;
}
.cid-suL0bWeOFC {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-suL0bWeOFC .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-suL0bWeOFC .modal-body .close {
  background: #1b1b1b;
}
.cid-suL0bWeOFC .modal-body .close span {
  font-style: normal;
}
.cid-suL0bWeOFC .carousel-inner > .active,
.cid-suL0bWeOFC .carousel-inner > .next,
.cid-suL0bWeOFC .carousel-inner > .prev {
  display: flex;
}
.cid-suL0bWeOFC .carousel-control .icon-next,
.cid-suL0bWeOFC .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-suL0bWeOFC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-suL0bWeOFC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-suL0bWeOFC .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-suL0bWeOFC .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-suL0bWeOFC .boxed-slider > div {
  position: relative;
}
.cid-suL0bWeOFC .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-suL0bWeOFC .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-suL0bWeOFC .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-suL0bWeOFC .mbr-table-cell {
  padding: 0;
}
.cid-suL0bWeOFC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-suL0bWeOFC .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-suL0bWeOFC .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-suL0bWeOFC .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-suL0bWeOFC .carousel-item .container {
    width: 100%;
  }
}
.cid-suL0bWeOFC .carousel-item-next.carousel-item-left,
.cid-suL0bWeOFC .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-suL0bWeOFC .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-suL0bWeOFC .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suL0bWeOFC .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-suL0bWeOFC .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-suL0bWeOFC .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-suL0bWeOFC .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-suL0bWeOFC .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-suL0bWeOFC .mbr-slider .carousel-indicators li.active,
.cid-suL0bWeOFC .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-suL0bWeOFC .mbr-slider .carousel-indicators li::after,
.cid-suL0bWeOFC .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-suL0bWeOFC .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-suL0bWeOFC .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-suL0bWeOFC .mbr-slider > .container img {
  width: 100%;
}
.cid-suL0bWeOFC .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-suL0bWeOFC .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-suL0bWeOFC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-suL0bWeOFC .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-suL0bWeOFC .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-suL0bWeOFC .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-suL0bWeOFC .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-suL0bWeOFC .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-suL0bWeOFC .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-suL0bWeOFC .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-suL0bWeOFC .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-suL0bWeOFC .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-suL0bWeOFC .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-suL0bWeOFC .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-suL0bWeOFC .carousel-inner {
  height: 100%;
}
.cid-suL0bWeOFC .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-suL0bWeOFC .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 570px;
  overflow: hidden;
}
.cid-suL0bWeOFC .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-suL0bWeOFC .content-slider-wrap {
  width: 100%;
}
.cid-suL0bWeOFC H2 {
  color: #000000;
  text-align: center;
}
.cid-suL0bWeOFC P {
  text-align: left;
  color: #000000;
}
.cid-suaph5xcyG {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-suaph5xcyG .card-title {
  font-weight: 500;
}
.cid-suaph5xcyG .card-text,
.cid-suaph5xcyG .section-text {
  color: #8d97ad;
}
.cid-suaph5xcyG .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-suaph5xcyG .block-content {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  word-break: break-word;
}
.cid-suaph5xcyG .media {
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suaph5xcyG .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.cid-suaph5xcyG .mbr-figure img {
  border-radius: .25rem;
}
.cid-suaph5xcyG .card-img {
  padding-right: 1rem;
  width: auto;
}
.cid-suaph5xcyG .card-img span {
  font-size: 35px;
  color: #51aafa;
}
@media (min-width: 992px) {
  .cid-suaph5xcyG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-suaph5xcyG .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-suaph5xcyG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-suaph5xcyG .block-content {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suaph5xcyG .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-suaph5xcyG .card-img span {
    font-size: 40px !important;
  }
}
.cid-suaph5xcyG .card-text,
.cid-suaph5xcyG .mbr-section-btn {
  color: #1e2228;
  text-align: left;
}
.cid-sudFnbwU2L {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sudFnbwU2L h2,
.cid-sudFnbwU2L h3,
.cid-sudFnbwU2L p,
.cid-sudFnbwU2L h4 {
  color: #0a0a0a;
}
.cid-sudFnbwU2L .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-sudFnbwU2L .mbr-iconfont {
  color: #6592e6;
  font-size: 2rem;
}
.cid-sudFnbwU2L .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-sudFnbwU2L .mbr-text {
  color: #767676;
}
.cid-sudFnbwU2L a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sudFnbwU2L .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sudFnbwU2L .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-sudFnbwU2L textarea.form-control {
  resize: none;
}
.cid-sudFnbwU2L .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sudFnbwU2L .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-sudFnbwU2L .list-block {
  position: relative;
}
.cid-sudFnbwU2L .list-block h4,
.cid-sudFnbwU2L .list-block p {
  padding-left: 3.5rem;
}
.cid-sudFnbwU2L .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-sudFnbwU2L h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sudFnbwU2L .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sudFnbwU2L .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-sudFnbwU2L .img-block-wrap {
    position: relative;
  }
  .cid-sudFnbwU2L .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-sudFnbwU2L .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-sudFnbwU2L .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sudFnbwU2L .google-map {
    padding-bottom: 2rem;
  }
  .cid-sudFnbwU2L .img-block {
    overflow: hidden;
  }
}
.cid-sudFnbwU2L .list-item-title {
  text-align: left;
}
.cid-sudFnbwU2L .list-item-text {
  color: #000000;
}
.cid-u71SD5G7ql {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71SD5G7ql .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71SD5G7ql .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u71SD5G7ql .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u71SD5G7ql .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u71SD5G7ql .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u71SD5G7ql .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u71SD5G7ql .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sudGbjaonp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sudGbjaonp ul {
  padding: 0;
  margin: 0;
}
.cid-sudGbjaonp ul li {
  list-style: none;
}
.cid-sudGbjaonp ul li h4 {
  margin: 0;
}
.cid-sudGbjaonp ul li h4.display-4 {
  line-height: 1.75;
}
.cid-sudGbjaonp .item {
  color: #a5a4a4;
  text-align: left;
}
.cid-sudGbjaonp .col-title {
  color: #ffffff;
}
.cid-sudGbjaonp .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-sudGbjaonp .col-title1 {
  margin-bottom: 40px;
}
.cid-sudGbjaonp .form-group,
.cid-sudGbjaonp .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sudGbjaonp .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-sudGbjaonp .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sudGbjaonp .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-sudGbjaonp .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-sudGbjaonp .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-sudGbjaonp .col + .mbr-section-btn .btn,
.cid-sudGbjaonp .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-sudGbjaonp .col + .mbr-section-btn .btn.display-4,
.cid-sudGbjaonp .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-sudGbjaonp .col + .mbr-section-btn .btn:hover,
.cid-sudGbjaonp .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-sudGbjaonp .dragArea > *:nth-last-child(2).col,
.cid-sudGbjaonp .dragArea > *:nth-last-child(2).col-auto,
.cid-sudGbjaonp .col + .mbr-section-btn,
.cid-sudGbjaonp .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-sudGbjaonp .form1 {
  margin-top: 30px;
}
.cid-sudGbjaonp .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-sudGbjaonp .md-pb {
    margin-bottom: 30px;
  }
}
.cid-sCvu6LUHod {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-sCvu6LUHod .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sCvu6LUHod h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-sCvu6LUHod h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCvu6LUHod h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCvu6LUHod .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-sCvu6LUHod .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-sCvu6LUHod .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-sCvu6LUHod .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-sCvu6LUHod .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sCvu6LUHod .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sCvu6LUHod .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-sCvu6LUHod .mbr-section-title,
.cid-sCvu6LUHod .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-sCvu6LUHod h2:before,
  .cid-sCvu6LUHod h2:after {
    display: none;
  }
}
.cid-sDasbhvQ3y.popup-builder {
  background-color: #ffffff;
}
.cid-sDasbhvQ3y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDasbhvQ3y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDasbhvQ3y .modal-content,
.cid-sDasbhvQ3y .modal-dialog {
  height: auto;
}
.cid-sDasbhvQ3y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDasbhvQ3y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDasbhvQ3y .form-wrapper .mbr-form .form-group,
  .cid-sDasbhvQ3y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDasbhvQ3y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDasbhvQ3y .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDasbhvQ3y .mbr-text {
  text-align: center;
}
.cid-sDasbhvQ3y .pt-0 {
  padding-top: 0 !important;
}
.cid-sDasbhvQ3y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDasbhvQ3y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDasbhvQ3y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDasbhvQ3y .modal-open {
  overflow: hidden;
}
.cid-sDasbhvQ3y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDasbhvQ3y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDasbhvQ3y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDasbhvQ3y .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDasbhvQ3y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDasbhvQ3y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDasbhvQ3y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDasbhvQ3y .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDasbhvQ3y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDasbhvQ3y .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDasbhvQ3y .modal-backdrop.show {
  opacity: .5;
}
.cid-sDasbhvQ3y .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sDasbhvQ3y .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDasbhvQ3y .modal-header .close:hover {
  opacity: 1;
}
.cid-sDasbhvQ3y .modal-header .close:focus {
  outline: none;
}
.cid-sDasbhvQ3y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sDasbhvQ3y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sDasbhvQ3y .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sDasbhvQ3y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDasbhvQ3y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDasbhvQ3y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDasbhvQ3y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDasbhvQ3y .modal-sm {
    max-width: 300px;
  }
  .cid-sDasbhvQ3y .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDasbhvQ3y .modal-lg,
  .cid-sDasbhvQ3y .modal-xl {
    max-width: 800px;
  }
  .cid-sDasbhvQ3y .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDasbhvQ3y .modal-xl {
    max-width: 1140px;
  }
  .cid-sDasbhvQ3y .container {
    max-width: 1140px;
  }
}
.cid-sDasbhvQ3y .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDasbhvQ3y .container {
    max-width: 720px;
  }
}
.cid-sDasbhvQ3y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDasbhvQ3y .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDasbhvQ3y .form-group {
  margin-bottom: 1rem;
}
.cid-sDasbhvQ3y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDasbhvQ3y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDasbhvQ3y .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#custom-html-ct {
  /* Type valid CSS here */
}
#custom-html-ct div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ct p {
  font-size: 60px;
  color: #777;
}
#custom-html-cu {
  /* Type valid CSS here */
}
#custom-html-cu div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-cu p {
  font-size: 60px;
  color: #777;
}
.cid-sqNKY5AIs9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sqNKY5AIs9 .container {
    max-width: 1400px;
  }
}
.cid-sqNKY5AIs9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sqNKY5AIs9 .card-wrapper {
  margin-top: 3rem;
}
.cid-sqNKY5AIs9 .row {
  justify-content: center;
}
.cid-sqNLYCFDj5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sqNLYCFDj5 .container {
    max-width: 1400px;
  }
}
.cid-sqNLYCFDj5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sqNLYCFDj5 .card-wrapper {
  margin-top: 3rem;
}
.cid-sqNLYCFDj5 .row {
  justify-content: center;
}
.cid-sqNLYXWKou {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sqNLYXWKou .container {
    max-width: 1400px;
  }
}
.cid-sqNLYXWKou .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sqNLYXWKou .card-wrapper {
  margin-top: 3rem;
}
.cid-sqNLYXWKou .row {
  justify-content: center;
}
.cid-sqPlwwCoTq {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sqPlwwCoTq .container {
    max-width: 1400px;
  }
}
.cid-sqPlwwCoTq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sqPlwwCoTq .card-wrapper {
  margin-top: 3rem;
}
.cid-sqPlwwCoTq .row {
  justify-content: center;
}
.cid-sqPlwxp5v3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sqPlwxp5v3 .container {
    max-width: 1400px;
  }
}
.cid-sqPlwxp5v3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sqPlwxp5v3 .card-wrapper {
  margin-top: 3rem;
}
.cid-sqPlwxp5v3 .row {
  justify-content: center;
}
.cid-sqPlwxZck6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sqPlwxZck6 .container {
    max-width: 1400px;
  }
}
.cid-sqPlwxZck6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sqPlwxZck6 .card-wrapper {
  margin-top: 3rem;
}
.cid-sqPlwxZck6 .row {
  justify-content: center;
}
.cid-sqPmRyZT7m {
  background-color: #ffffff;
}
.cid-sqPmRyZT7m .content-row {
  display: flex;
  justify-content: center;
}
.cid-sqPmRyZT7m h3 {
  font-size: 23px;
  font-weight: 400;
}
.cid-sqPmRyZT7m .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sqPmRyZT7m .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sqPmRyZT7m .form-group {
  padding-right: 0;
}
.cid-sqPmRyZT7m .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sqPmRyZT7m .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sqPmRyZT7m .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sqPmRyZT7m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqPmRyZT7m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqPmRyZT7m .map-placeholder {
  display: none;
}
.cid-sqPmRyZT7m .btn-primary {
  border: 1px solid #6592e6 !important;
}
.cid-sqPmRyZT7m .btn-primary:hover {
  border: 1px solid #6592e6 !important;
}
.cid-sqPmRyZT7m .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sqPmRyZT7m .mbr-text {
  color: #132c70;
  margin-bottom: 0.5rem;
}
.cid-sqPmRyZT7m h5 {
  margin-bottom: 0;
}
.cid-sqPmRyZT7m .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sqPmRyZT7m .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqPmRyZT7m .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sqPmRyZT7m .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqPmRyZT7m .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sqPmRyZT7m .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqPmRyZT7m .social-list a:hover {
  opacity: 0.4;
}
.cid-sqPmRyZT7m .media-container-row > div {
  padding: 0px;
}
.cid-sqPmRyZT7m .text2 {
  color: #132c70;
  text-align: left;
}
.cid-sqPmRyZT7m .group-title {
  text-align: left;
  color: #132c70;
  padding-bottom: 0.2rem;
  margin-top: 2.8rem;
  margin-bottom: 0;
}
.cid-sqPmRyZT7m .links {
  color: #132c70;
  line-height: 0.1;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqPmRyZT7m .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sqPmRyZT7m h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sqPmRyZT7m .form-group {
    max-width: 180px;
  }
}
.cid-sqPmRyZT7m .links span {
  color: #132c70;
}
.cid-sqPmRyZT7m .logo-title,
.cid-sqPmRyZT7m .logo-sub-title {
  text-align: center;
}
.cid-sqPmRyZT7m .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sqPmRyZT7m .jewelry_img {
  width: 100%;
}
.cid-sqPmRyZT7m .day_week {
  display: flex;
  flex-direction: column;
}
.cid-sqPmRyZT7m .day_p {
  width: 15rem;
  display: flex;
  justify-content: space-between;
  margin: 0;
  line-height: 0.8;
}
.cid-sqPmRyZT7m .container-fluid {
  max-width: 1300px;
}
.cid-sqPmRyZT7m .btn-line {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-sqPmRyZT7m {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sqPmRyZT7m .card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-sqPmRyZT7m .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sqPmRyZT7m {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sqPmRyZT7m .maps {
    padding-left: 0;
  }
  .cid-sqPmRyZT7m .card {
    padding-bottom: 3rem;
    padding-right: 0;
  }
  .cid-sqPmRyZT7m .container-fluid {
    padding: 0 2rem;
  }
  .cid-sqPmRyZT7m .map-day {
    margin-left: 2rem;
  }
}
.cid-sqPmRyZT7m .mbr-section-subtitle {
  margin: 1rem 0;
  padding-right: 3rem;
}
.cid-su7j9I2uV6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-su7j9I2uV6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-su7j9I2uV6 textarea {
  min-height: 150px;
}
.cid-su7j9I2uV6 input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-su7j9I2uV6 textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-su7j9I2uV6 .form-control,
.cid-su7j9I2uV6 .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-su7j9I2uV6 .form-control input::-webkit-input-placeholder,
.cid-su7j9I2uV6 .field-input input::-webkit-input-placeholder,
.cid-su7j9I2uV6 .form-control textarea::-webkit-input-placeholder,
.cid-su7j9I2uV6 .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-su7j9I2uV6 .form-control input:-moz-placeholder,
.cid-su7j9I2uV6 .field-input input:-moz-placeholder,
.cid-su7j9I2uV6 .form-control textarea:-moz-placeholder,
.cid-su7j9I2uV6 .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-su7j9I2uV6 .jq-number__spin:hover,
.cid-su7j9I2uV6 .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-su7j9I2uV6 .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-su7j9I2uV6 .jq-selectbox li,
.cid-su7j9I2uV6 .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-su7j9I2uV6 .jq-selectbox li:hover,
.cid-su7j9I2uV6 .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-su7j9I2uV6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-su7j9I2uV6 .jq-number__spin.minus:hover:after,
.cid-su7j9I2uV6 .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-su7j9I2uV6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-su7j9I2uV6 .jq-number__spin.minus:after,
.cid-su7j9I2uV6 .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-su7j9I2uV6 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-su7j9I2uV6 .social-list {
    margin-bottom: 3rem;
  }
  .cid-su7j9I2uV6 .email-input {
    margin-top: 2rem;
  }
}
.cid-su7j9I2uV6 .mbr-section-subtitle {
  color: #a9a9a9;
  margin-bottom: 2.4rem;
}
.cid-su7j9I2uV6 .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-su7j9I2uV6 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-su7j9I2uV6 .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a9a9a9;
  transition: all 0.3s;
}
.cid-su7j9I2uV6 .mbr-iconfont-social:hover {
  color: #a9a9a9;
}
.cid-su7j9I2uV6 .social-list {
  display: flex;
}
.cid-su7j9I2uV6 .social-list a {
  transition: 0.3s;
}
.cid-su7j9I2uV6 .social-list a:hover {
  transform: translateY(-8px);
}
.cid-su7j9I2uV6 .row {
  align-items: center;
}
.cid-su7j9I2uV6 .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-su7j9I2uV6 .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-su7j9I2uV6 .form-btn {
  margin-top: 2.5rem;
}
.cid-su7j9I2uV6 input::-webkit-input-placeholder,
.cid-su7j9I2uV6 textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-su7j9I2uV6 input:-moz-placeholder,
.cid-su7j9I2uV6 textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-su7j9I2uV6 .media-content {
    padding-right: 3rem;
  }
  .cid-su7j9I2uV6 .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-su7j9I2uV6 .row {
    padding: 0 1rem;
  }
}
.cid-su7j9I2uV6 .btn:hover {
  background-color: #a9a9a9 !important;
  border-color: #a9a9a9 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-su7j9I2uV6 .form-btn {
    width: 100%;
  }
  .cid-su7j9I2uV6 .btn {
    width: 100%;
  }
}
.cid-sudwuEFU4g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sudwuEFU4g .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sudwuEFU4g .video-block {
    width: 100% !important;
  }
}
.cid-swdKKOfQYW .nav-item:focus,
.cid-swdKKOfQYW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swdKKOfQYW .nav-item {
    position: relative;
  }
}
.cid-swdKKOfQYW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #000000;
}
.cid-swdKKOfQYW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #000000;
}
.cid-swdKKOfQYW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-swdKKOfQYW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-swdKKOfQYW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-swdKKOfQYW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-swdKKOfQYW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-swdKKOfQYW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swdKKOfQYW .navbar.collapsed .navbar-collapse.show,
.cid-swdKKOfQYW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swdKKOfQYW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-swdKKOfQYW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-swdKKOfQYW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-swdKKOfQYW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swdKKOfQYW .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-swdKKOfQYW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swdKKOfQYW .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-swdKKOfQYW .navbar.collapsed .right-menu,
.cid-swdKKOfQYW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-swdKKOfQYW .navbar .navbar-collapse.show,
  .cid-swdKKOfQYW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-swdKKOfQYW .navbar .navbar-collapse.show .brand-container,
  .cid-swdKKOfQYW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-swdKKOfQYW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swdKKOfQYW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swdKKOfQYW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swdKKOfQYW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swdKKOfQYW .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-swdKKOfQYW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swdKKOfQYW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-swdKKOfQYW .navbar .right-menu,
  .cid-swdKKOfQYW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-swdKKOfQYW .navbar.navbar-short {
  min-height: 60px;
}
.cid-swdKKOfQYW .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-swdKKOfQYW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swdKKOfQYW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-swdKKOfQYW .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-swdKKOfQYW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-swdKKOfQYW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swdKKOfQYW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swdKKOfQYW .dropdown-item.active,
.cid-swdKKOfQYW .dropdown-item:active {
  background-color: transparent;
}
.cid-swdKKOfQYW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swdKKOfQYW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-swdKKOfQYW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swdKKOfQYW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swdKKOfQYW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swdKKOfQYW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-swdKKOfQYW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-swdKKOfQYW .navbar-buttons {
  margin-left: auto;
}
.cid-swdKKOfQYW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-swdKKOfQYW button.navbar-toggler:hover {
  outline: none;
}
.cid-swdKKOfQYW button.navbar-toggler:active {
  outline: none;
}
.cid-swdKKOfQYW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swdKKOfQYW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swdKKOfQYW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swdKKOfQYW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swdKKOfQYW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swdKKOfQYW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swdKKOfQYW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-swdKKOfQYW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-swdKKOfQYW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swdKKOfQYW a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-swdKKOfQYW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-swdKKOfQYW .right-menu,
.cid-swdKKOfQYW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-swdKKOfQYW .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swdKKOfQYW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swdKKOfQYW .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swdKKOfQYW .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swdKKOfQYW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-swdKKOfQYW .card-wrapper {
  z-index: 3;
}
.cid-swdKKOfQYW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-swdKKOfQYW .navbar-collapse {
    padding-top: 0;
  }
}
.cid-swdKKOfQYW .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-swdKKOfQYW .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-swdKKOfQYW .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-swdKKOfQYW .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-swdKKOfQYW .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-swdKKOfQYW .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-swdKKOfQYW .link {
  padding: 0;
  margin: 0;
}
.cid-swdKKOfQYW .dropdown-menu {
  margin-top: 0px;
}
.cid-swdKKOfQYW .navbar-caption {
  color: #ffffff;
}
.cid-swdKKOfQYW .navbar-caption:hover {
  color: #ffffff;
}
.cid-swdKKOfQYW .dropdown-item:hover {
  color: #6592e6 !important;
}
.cid-swdKKOfQYW .dropdown-toggle:after {
  display: none;
}
.cid-swdKKOfQYW a:hover .line-animation {
  opacity: 1;
}
.cid-swdKKOfQYW .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-swdKKOfQYW .dropdown-menu {
    margin-top: 0px;
  }
  .cid-swdKKOfQYW .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-swdGLKKuFq {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-swdGLKKuFq .card-link,
.cid-swdGLKKuFq .link-wrap,
.cid-swdGLKKuFq .card-link:before {
  color: #121212;
}
.cid-swdGLKKuFq img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-swdGLKKuFq .card-wrapper {
  overflow: visible;
}
.cid-swdGLKKuFq .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-swdGLKKuFq .card-link a {
  font-weight: 400;
}
.cid-swdGLKKuFq .card-link a:hover {
  color: #6592e6 !important;
}
.cid-swdGLKKuFq .card-text {
  transition: all 0.3s;
  cursor: pointer;
  color: #454545;
}
.cid-swdGLKKuFq .card-text:hover {
  color: #6592e6;
}
.cid-swdGLKKuFq .icon-wrap {
  cursor: pointer;
  overflow: hidden;
  height: 300px;
}
.cid-swdGLKKuFq .card-link {
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 1.5rem;
  transition: all 0.3s;
  width: fit-content;
  cursor: pointer;
  display: inline-block;
}
.cid-swdGLKKuFq .card-link:before {
  font-family: 'Moririse2';
  content: "\e96b";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
  right: -1.5rem;
}
.cid-swdGLKKuFq .card-link:hover {
  color: #6592e6;
  transition: all 0.3s;
}
.cid-swdGLKKuFq .card-link:hover:before {
  right: -2rem;
  color: #6592e6;
  transition: all 0.3s;
}
.cid-swdGLKKuFq .card-title,
.cid-swdGLKKuFq .icon-wrap {
  color: #707070;
}
.cid-swdGLKKuFq .mbr-section-subtitle {
  color: #707070;
}
.cid-swdGLKKuFq .mbr-section-title {
  color: #121212;
}
.cid-swbC1unwaL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-swbC0IoDRu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-swbC8C002r {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-swbC8C002r .mbr-text,
.cid-swbC8C002r .mbr-section-btn {
  color: #000000;
}
.cid-swbC8C002r .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-swbC8C002r .buttons-wrap .link {
  display: flex;
}
@media (max-width: 768px) {
  .cid-swbC8C002r * {
    text-align: center;
  }
  .cid-swbC8C002r .buttons-wrap {
    justify-content: center;
  }
}
.cid-swdOg4xFRp .nav-item:focus,
.cid-swdOg4xFRp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swdOg4xFRp .nav-item {
    position: relative;
  }
}
.cid-swdOg4xFRp .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #000000;
}
.cid-swdOg4xFRp .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #000000;
}
.cid-swdOg4xFRp .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-swdOg4xFRp .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-swdOg4xFRp .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-swdOg4xFRp .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-swdOg4xFRp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-swdOg4xFRp .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swdOg4xFRp .navbar.collapsed .navbar-collapse.show,
.cid-swdOg4xFRp .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swdOg4xFRp .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-swdOg4xFRp .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-swdOg4xFRp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-swdOg4xFRp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swdOg4xFRp .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-swdOg4xFRp .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swdOg4xFRp .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-swdOg4xFRp .navbar.collapsed .right-menu,
.cid-swdOg4xFRp .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-swdOg4xFRp .navbar .navbar-collapse.show,
  .cid-swdOg4xFRp .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-swdOg4xFRp .navbar .navbar-collapse.show .brand-container,
  .cid-swdOg4xFRp .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-swdOg4xFRp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swdOg4xFRp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swdOg4xFRp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swdOg4xFRp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swdOg4xFRp .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-swdOg4xFRp .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swdOg4xFRp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-swdOg4xFRp .navbar .right-menu,
  .cid-swdOg4xFRp .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-swdOg4xFRp .navbar.navbar-short {
  min-height: 60px;
}
.cid-swdOg4xFRp .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-swdOg4xFRp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swdOg4xFRp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-swdOg4xFRp .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-swdOg4xFRp .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-swdOg4xFRp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swdOg4xFRp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swdOg4xFRp .dropdown-item.active,
.cid-swdOg4xFRp .dropdown-item:active {
  background-color: transparent;
}
.cid-swdOg4xFRp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swdOg4xFRp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-swdOg4xFRp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swdOg4xFRp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swdOg4xFRp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swdOg4xFRp ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-swdOg4xFRp ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-swdOg4xFRp .navbar-buttons {
  margin-left: auto;
}
.cid-swdOg4xFRp button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-swdOg4xFRp button.navbar-toggler:hover {
  outline: none;
}
.cid-swdOg4xFRp button.navbar-toggler:active {
  outline: none;
}
.cid-swdOg4xFRp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swdOg4xFRp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swdOg4xFRp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swdOg4xFRp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swdOg4xFRp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swdOg4xFRp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swdOg4xFRp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-swdOg4xFRp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-swdOg4xFRp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swdOg4xFRp a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-swdOg4xFRp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-swdOg4xFRp .right-menu,
.cid-swdOg4xFRp .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-swdOg4xFRp .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swdOg4xFRp .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swdOg4xFRp .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swdOg4xFRp .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swdOg4xFRp .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-swdOg4xFRp .card-wrapper {
  z-index: 3;
}
.cid-swdOg4xFRp .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-swdOg4xFRp .navbar-collapse {
    padding-top: 0;
  }
}
.cid-swdOg4xFRp .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-swdOg4xFRp .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-swdOg4xFRp .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-swdOg4xFRp .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-swdOg4xFRp .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-swdOg4xFRp .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-swdOg4xFRp .link {
  padding: 0;
  margin: 0;
}
.cid-swdOg4xFRp .dropdown-menu {
  margin-top: 0px;
}
.cid-swdOg4xFRp .navbar-caption {
  color: #ffffff;
}
.cid-swdOg4xFRp .navbar-caption:hover {
  color: #ffffff;
}
.cid-swdOg4xFRp .dropdown-item:hover {
  color: #6592e6 !important;
}
.cid-swdOg4xFRp .dropdown-toggle:after {
  display: none;
}
.cid-swdOg4xFRp a:hover .line-animation {
  opacity: 1;
}
.cid-swdOg4xFRp .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-swdOg4xFRp .dropdown-menu {
    margin-top: 0px;
  }
  .cid-swdOg4xFRp .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-swdOg247mc {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-swdOg247mc .card-link,
.cid-swdOg247mc .link-wrap,
.cid-swdOg247mc .card-link:before {
  color: #121212;
}
.cid-swdOg247mc img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-swdOg247mc .card-wrapper {
  overflow: visible;
}
.cid-swdOg247mc .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-swdOg247mc .card-link a {
  font-weight: 400;
}
.cid-swdOg247mc .card-link a:hover {
  color: #6592e6 !important;
}
.cid-swdOg247mc .card-text {
  transition: all 0.3s;
  cursor: pointer;
  color: #454545;
}
.cid-swdOg247mc .card-text:hover {
  color: #6592e6;
}
.cid-swdOg247mc .icon-wrap {
  cursor: pointer;
  overflow: hidden;
  height: 300px;
}
.cid-swdOg247mc .card-link {
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 1.5rem;
  transition: all 0.3s;
  width: fit-content;
  cursor: pointer;
  display: inline-block;
}
.cid-swdOg247mc .card-link:before {
  font-family: 'Moririse2';
  content: "\e96b";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
  right: -1.5rem;
}
.cid-swdOg247mc .card-link:hover {
  color: #6592e6;
  transition: all 0.3s;
}
.cid-swdOg247mc .card-link:hover:before {
  right: -2rem;
  color: #6592e6;
  transition: all 0.3s;
}
.cid-swdOg247mc .card-title,
.cid-swdOg247mc .icon-wrap {
  color: #707070;
}
.cid-swdOg247mc .mbr-section-subtitle {
  color: #707070;
}
.cid-swdOg247mc .mbr-section-title {
  color: #121212;
}
.cid-swdOg38sdR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-swdOg3Jrjl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-swdOg46rww {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-swdOg46rww .mbr-text,
.cid-swdOg46rww .mbr-section-btn {
  color: #000000;
}
.cid-swdOg46rww .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-swdOg46rww .buttons-wrap .link {
  display: flex;
}
@media (max-width: 768px) {
  .cid-swdOg46rww * {
    text-align: center;
  }
  .cid-swdOg46rww .buttons-wrap {
    justify-content: center;
  }
}
.cid-sDatLC2Lj8.popup-builder {
  background-color: #ffffff;
}
.cid-sDatLC2Lj8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDatLC2Lj8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDatLC2Lj8 .modal-content,
.cid-sDatLC2Lj8 .modal-dialog {
  height: auto;
}
.cid-sDatLC2Lj8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDatLC2Lj8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDatLC2Lj8 .form-wrapper .mbr-form .form-group,
  .cid-sDatLC2Lj8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDatLC2Lj8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDatLC2Lj8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDatLC2Lj8 .mbr-text {
  text-align: center;
}
.cid-sDatLC2Lj8 .pt-0 {
  padding-top: 0 !important;
}
.cid-sDatLC2Lj8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDatLC2Lj8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDatLC2Lj8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDatLC2Lj8 .modal-open {
  overflow: hidden;
}
.cid-sDatLC2Lj8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDatLC2Lj8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDatLC2Lj8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDatLC2Lj8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDatLC2Lj8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDatLC2Lj8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDatLC2Lj8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDatLC2Lj8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDatLC2Lj8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDatLC2Lj8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDatLC2Lj8 .modal-backdrop.show {
  opacity: .5;
}
.cid-sDatLC2Lj8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sDatLC2Lj8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDatLC2Lj8 .modal-header .close:hover {
  opacity: 1;
}
.cid-sDatLC2Lj8 .modal-header .close:focus {
  outline: none;
}
.cid-sDatLC2Lj8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sDatLC2Lj8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sDatLC2Lj8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sDatLC2Lj8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDatLC2Lj8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDatLC2Lj8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDatLC2Lj8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDatLC2Lj8 .modal-sm {
    max-width: 300px;
  }
  .cid-sDatLC2Lj8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDatLC2Lj8 .modal-lg,
  .cid-sDatLC2Lj8 .modal-xl {
    max-width: 800px;
  }
  .cid-sDatLC2Lj8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDatLC2Lj8 .modal-xl {
    max-width: 1140px;
  }
  .cid-sDatLC2Lj8 .container {
    max-width: 1140px;
  }
}
.cid-sDatLC2Lj8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDatLC2Lj8 .container {
    max-width: 720px;
  }
}
.cid-sDatLC2Lj8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDatLC2Lj8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDatLC2Lj8 .form-group {
  margin-bottom: 1rem;
}
.cid-sDatLC2Lj8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDatLC2Lj8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDatLC2Lj8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-swdOjIQYTo .nav-item:focus,
.cid-swdOjIQYTo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swdOjIQYTo .nav-item {
    position: relative;
  }
}
.cid-swdOjIQYTo .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #000000;
}
.cid-swdOjIQYTo .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #000000;
}
.cid-swdOjIQYTo .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-swdOjIQYTo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-swdOjIQYTo .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-swdOjIQYTo .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-swdOjIQYTo .navbar .navbar-collapse .nav-item {
  display: none !important;
}
.cid-swdOjIQYTo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-swdOjIQYTo .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swdOjIQYTo .navbar.collapsed .navbar-collapse.show,
.cid-swdOjIQYTo .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swdOjIQYTo .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-swdOjIQYTo .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-swdOjIQYTo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-swdOjIQYTo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swdOjIQYTo .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-swdOjIQYTo .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swdOjIQYTo .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-swdOjIQYTo .navbar.collapsed .right-menu,
.cid-swdOjIQYTo .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-swdOjIQYTo .navbar .navbar-collapse.show,
  .cid-swdOjIQYTo .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-swdOjIQYTo .navbar .navbar-collapse.show .brand-container,
  .cid-swdOjIQYTo .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-swdOjIQYTo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swdOjIQYTo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swdOjIQYTo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swdOjIQYTo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swdOjIQYTo .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-swdOjIQYTo .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swdOjIQYTo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-swdOjIQYTo .navbar .right-menu,
  .cid-swdOjIQYTo .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-swdOjIQYTo .navbar.navbar-short {
  min-height: 60px;
}
.cid-swdOjIQYTo .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-swdOjIQYTo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swdOjIQYTo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-swdOjIQYTo .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-swdOjIQYTo .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-swdOjIQYTo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swdOjIQYTo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swdOjIQYTo .dropdown-item.active,
.cid-swdOjIQYTo .dropdown-item:active {
  background-color: transparent;
}
.cid-swdOjIQYTo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swdOjIQYTo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-swdOjIQYTo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swdOjIQYTo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swdOjIQYTo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swdOjIQYTo ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-swdOjIQYTo ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-swdOjIQYTo .navbar-buttons {
  margin-left: auto;
}
.cid-swdOjIQYTo button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-swdOjIQYTo button.navbar-toggler:hover {
  outline: none;
}
.cid-swdOjIQYTo button.navbar-toggler:active {
  outline: none;
}
.cid-swdOjIQYTo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swdOjIQYTo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swdOjIQYTo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swdOjIQYTo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swdOjIQYTo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swdOjIQYTo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swdOjIQYTo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-swdOjIQYTo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-swdOjIQYTo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swdOjIQYTo a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-swdOjIQYTo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-swdOjIQYTo .right-menu,
.cid-swdOjIQYTo .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-swdOjIQYTo .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swdOjIQYTo .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swdOjIQYTo .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swdOjIQYTo .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swdOjIQYTo .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-swdOjIQYTo .card-wrapper {
  z-index: 3;
}
.cid-swdOjIQYTo .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-swdOjIQYTo .navbar-collapse {
    padding-top: 0;
  }
}
.cid-swdOjIQYTo .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-swdOjIQYTo .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-swdOjIQYTo .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-swdOjIQYTo .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-swdOjIQYTo .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-swdOjIQYTo .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-swdOjIQYTo .link {
  padding: 0;
  margin: 0;
}
.cid-swdOjIQYTo .dropdown-menu {
  margin-top: 0px;
}
.cid-swdOjIQYTo .navbar-caption {
  color: #ffffff;
}
.cid-swdOjIQYTo .navbar-caption:hover {
  color: #ffffff;
}
.cid-swdOjIQYTo .dropdown-item:hover {
  color: #6592e6 !important;
}
.cid-swdOjIQYTo .dropdown-toggle:after {
  display: none;
}
.cid-swdOjIQYTo a:hover .line-animation {
  opacity: 1;
}
.cid-swdOjIQYTo .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-swdOjIQYTo .dropdown-menu {
    margin-top: 0px;
  }
  .cid-swdOjIQYTo .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-swdOjH0zDo {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-swdOjH0zDo .card-link,
.cid-swdOjH0zDo .link-wrap,
.cid-swdOjH0zDo .card-link:before {
  color: #121212;
}
.cid-swdOjH0zDo img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-swdOjH0zDo .card-wrapper {
  overflow: visible;
}
.cid-swdOjH0zDo .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-swdOjH0zDo .card-link a {
  font-weight: 400;
}
.cid-swdOjH0zDo .card-link a:hover {
  color: #6592e6 !important;
}
.cid-swdOjH0zDo .card-text {
  transition: all 0.3s;
  cursor: pointer;
  color: #454545;
}
.cid-swdOjH0zDo .card-text:hover {
  color: #6592e6;
}
.cid-swdOjH0zDo .icon-wrap {
  cursor: pointer;
  overflow: hidden;
  height: 300px;
}
.cid-swdOjH0zDo .card-link {
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 1.5rem;
  transition: all 0.3s;
  width: fit-content;
  cursor: pointer;
  display: inline-block;
}
.cid-swdOjH0zDo .card-link:before {
  font-family: 'Moririse2';
  content: "\e96b";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
  right: -1.5rem;
}
.cid-swdOjH0zDo .card-link:hover {
  color: #6592e6;
  transition: all 0.3s;
}
.cid-swdOjH0zDo .card-link:hover:before {
  right: -2rem;
  color: #6592e6;
  transition: all 0.3s;
}
.cid-swdOjH0zDo .card-title,
.cid-swdOjH0zDo .icon-wrap {
  color: #707070;
}
.cid-swdOjH0zDo .mbr-section-subtitle {
  color: #707070;
}
.cid-swdOjH0zDo .mbr-section-title {
  color: #121212;
}
.cid-swdOjHB7Qt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-swdOjHZTd6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-swdOjIkj2R {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-swdOjIkj2R .mbr-text,
.cid-swdOjIkj2R .mbr-section-btn {
  color: #000000;
}
.cid-swdOjIkj2R .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-swdOjIkj2R .buttons-wrap .link {
  display: flex;
}
@media (max-width: 768px) {
  .cid-swdOjIkj2R * {
    text-align: center;
  }
  .cid-swdOjIkj2R .buttons-wrap {
    justify-content: center;
  }
}
.cid-swh5WKPygT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-swh5WKPygT .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-sxNYUpP2Gg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sxNYUpP2Gg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sxNYUpP2Gg .video-block {
    width: 100% !important;
  }
}
.cid-syHchYbR6G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-syHchYbR6G nav.navbar {
  position: fixed;
}
.cid-syHchYbR6G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syHchYbR6G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-syHchYbR6G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-syHchYbR6G .dropdown-item:hover,
.cid-syHchYbR6G .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-syHchYbR6G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-syHchYbR6G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-syHchYbR6G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-syHchYbR6G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syHchYbR6G .nav-link {
  position: relative;
}
.cid-syHchYbR6G .container {
  display: flex;
  margin: auto;
}
.cid-syHchYbR6G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syHchYbR6G .dropdown-menu,
.cid-syHchYbR6G .navbar.opened {
  background: #ffffff !important;
}
.cid-syHchYbR6G .nav-item:focus,
.cid-syHchYbR6G .nav-link:focus {
  outline: none;
}
.cid-syHchYbR6G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syHchYbR6G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syHchYbR6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-syHchYbR6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syHchYbR6G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syHchYbR6G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syHchYbR6G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-syHchYbR6G .navbar.opened {
  transition: all 0.3s;
}
.cid-syHchYbR6G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-syHchYbR6G .navbar .navbar-logo img {
  width: auto;
}
.cid-syHchYbR6G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syHchYbR6G .navbar.collapsed {
  justify-content: center;
}
.cid-syHchYbR6G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syHchYbR6G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syHchYbR6G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-syHchYbR6G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syHchYbR6G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syHchYbR6G .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-syHchYbR6G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syHchYbR6G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-syHchYbR6G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syHchYbR6G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syHchYbR6G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syHchYbR6G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syHchYbR6G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syHchYbR6G .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-syHchYbR6G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syHchYbR6G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syHchYbR6G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syHchYbR6G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-syHchYbR6G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syHchYbR6G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syHchYbR6G .navbar.navbar-short {
  min-height: 60px;
}
.cid-syHchYbR6G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-syHchYbR6G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-syHchYbR6G .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-syHchYbR6G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syHchYbR6G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syHchYbR6G .dropdown-item.active,
.cid-syHchYbR6G .dropdown-item:active {
  background-color: transparent;
}
.cid-syHchYbR6G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syHchYbR6G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syHchYbR6G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syHchYbR6G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syHchYbR6G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syHchYbR6G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syHchYbR6G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syHchYbR6G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syHchYbR6G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-syHchYbR6G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syHchYbR6G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syHchYbR6G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syHchYbR6G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syHchYbR6G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syHchYbR6G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syHchYbR6G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syHchYbR6G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syHchYbR6G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syHchYbR6G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-syHchYbR6G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syHchYbR6G .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-syHchYbR6G .navbar {
    height: 70px;
  }
  .cid-syHchYbR6G .navbar.opened {
    height: auto;
  }
  .cid-syHchYbR6G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syEvaT0dAf {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-syEvaT0dAf .card-title {
  font-weight: 500;
}
.cid-syEvaT0dAf .card-text,
.cid-syEvaT0dAf .section-text {
  color: #8d97ad;
}
.cid-syEvaT0dAf .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-syEvaT0dAf .block-content {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  word-break: break-word;
}
.cid-syEvaT0dAf .media {
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syEvaT0dAf .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.cid-syEvaT0dAf .mbr-figure img {
  border-radius: .25rem;
}
.cid-syEvaT0dAf .card-img {
  padding-right: 1rem;
  width: auto;
}
.cid-syEvaT0dAf .card-img span {
  font-size: 35px;
  color: #51aafa;
}
@media (min-width: 992px) {
  .cid-syEvaT0dAf .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-syEvaT0dAf .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-syEvaT0dAf .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-syEvaT0dAf .block-content {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-syEvaT0dAf .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-syEvaT0dAf .card-img span {
    font-size: 40px !important;
  }
}
.cid-syEvaT0dAf .card-text,
.cid-syEvaT0dAf .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-syHbKNi0gl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-syHbKNi0gl nav.navbar {
  position: fixed;
}
.cid-syHbKNi0gl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syHbKNi0gl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-syHbKNi0gl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-syHbKNi0gl .dropdown-item:hover,
.cid-syHbKNi0gl .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-syHbKNi0gl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-syHbKNi0gl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-syHbKNi0gl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-syHbKNi0gl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syHbKNi0gl .nav-link {
  position: relative;
}
.cid-syHbKNi0gl .container {
  display: flex;
  margin: auto;
}
.cid-syHbKNi0gl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syHbKNi0gl .dropdown-menu,
.cid-syHbKNi0gl .navbar.opened {
  background: #ffffff !important;
}
.cid-syHbKNi0gl .nav-item:focus,
.cid-syHbKNi0gl .nav-link:focus {
  outline: none;
}
.cid-syHbKNi0gl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syHbKNi0gl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syHbKNi0gl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-syHbKNi0gl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syHbKNi0gl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syHbKNi0gl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syHbKNi0gl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-syHbKNi0gl .navbar.opened {
  transition: all 0.3s;
}
.cid-syHbKNi0gl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-syHbKNi0gl .navbar .navbar-logo img {
  width: auto;
}
.cid-syHbKNi0gl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syHbKNi0gl .navbar.collapsed {
  justify-content: center;
}
.cid-syHbKNi0gl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syHbKNi0gl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syHbKNi0gl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-syHbKNi0gl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syHbKNi0gl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syHbKNi0gl .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-syHbKNi0gl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syHbKNi0gl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-syHbKNi0gl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syHbKNi0gl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syHbKNi0gl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syHbKNi0gl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syHbKNi0gl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syHbKNi0gl .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-syHbKNi0gl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syHbKNi0gl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syHbKNi0gl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syHbKNi0gl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-syHbKNi0gl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syHbKNi0gl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syHbKNi0gl .navbar.navbar-short {
  min-height: 60px;
}
.cid-syHbKNi0gl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-syHbKNi0gl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-syHbKNi0gl .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-syHbKNi0gl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syHbKNi0gl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syHbKNi0gl .dropdown-item.active,
.cid-syHbKNi0gl .dropdown-item:active {
  background-color: transparent;
}
.cid-syHbKNi0gl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syHbKNi0gl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syHbKNi0gl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syHbKNi0gl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syHbKNi0gl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syHbKNi0gl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syHbKNi0gl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syHbKNi0gl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syHbKNi0gl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-syHbKNi0gl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syHbKNi0gl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syHbKNi0gl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syHbKNi0gl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syHbKNi0gl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syHbKNi0gl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syHbKNi0gl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syHbKNi0gl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syHbKNi0gl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syHbKNi0gl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-syHbKNi0gl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syHbKNi0gl .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-syHbKNi0gl .navbar {
    height: 70px;
  }
  .cid-syHbKNi0gl .navbar.opened {
    height: auto;
  }
  .cid-syHbKNi0gl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syEPJbr35f {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-syHA9Rl6oK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-syHA9Rl6oK nav.navbar {
  position: fixed;
}
.cid-syHA9Rl6oK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syHA9Rl6oK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-syHA9Rl6oK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-syHA9Rl6oK .dropdown-item:hover,
.cid-syHA9Rl6oK .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-syHA9Rl6oK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-syHA9Rl6oK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-syHA9Rl6oK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-syHA9Rl6oK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syHA9Rl6oK .nav-link {
  position: relative;
}
.cid-syHA9Rl6oK .container {
  display: flex;
  margin: auto;
}
.cid-syHA9Rl6oK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syHA9Rl6oK .dropdown-menu,
.cid-syHA9Rl6oK .navbar.opened {
  background: #ffffff !important;
}
.cid-syHA9Rl6oK .nav-item:focus,
.cid-syHA9Rl6oK .nav-link:focus {
  outline: none;
}
.cid-syHA9Rl6oK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syHA9Rl6oK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syHA9Rl6oK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-syHA9Rl6oK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syHA9Rl6oK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syHA9Rl6oK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syHA9Rl6oK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-syHA9Rl6oK .navbar.opened {
  transition: all 0.3s;
}
.cid-syHA9Rl6oK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-syHA9Rl6oK .navbar .navbar-logo img {
  width: auto;
}
.cid-syHA9Rl6oK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syHA9Rl6oK .navbar.collapsed {
  justify-content: center;
}
.cid-syHA9Rl6oK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syHA9Rl6oK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syHA9Rl6oK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-syHA9Rl6oK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syHA9Rl6oK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syHA9Rl6oK .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-syHA9Rl6oK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syHA9Rl6oK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-syHA9Rl6oK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syHA9Rl6oK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syHA9Rl6oK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syHA9Rl6oK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syHA9Rl6oK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syHA9Rl6oK .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-syHA9Rl6oK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syHA9Rl6oK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syHA9Rl6oK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syHA9Rl6oK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-syHA9Rl6oK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syHA9Rl6oK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syHA9Rl6oK .navbar.navbar-short {
  min-height: 60px;
}
.cid-syHA9Rl6oK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-syHA9Rl6oK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-syHA9Rl6oK .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-syHA9Rl6oK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syHA9Rl6oK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syHA9Rl6oK .dropdown-item.active,
.cid-syHA9Rl6oK .dropdown-item:active {
  background-color: transparent;
}
.cid-syHA9Rl6oK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syHA9Rl6oK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syHA9Rl6oK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syHA9Rl6oK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syHA9Rl6oK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syHA9Rl6oK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syHA9Rl6oK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syHA9Rl6oK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syHA9Rl6oK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-syHA9Rl6oK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syHA9Rl6oK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syHA9Rl6oK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syHA9Rl6oK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syHA9Rl6oK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syHA9Rl6oK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syHA9Rl6oK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syHA9Rl6oK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syHA9Rl6oK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syHA9Rl6oK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-syHA9Rl6oK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syHA9Rl6oK .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-syHA9Rl6oK .navbar {
    height: 70px;
  }
  .cid-syHA9Rl6oK .navbar.opened {
    height: auto;
  }
  .cid-syHA9Rl6oK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syHA9R4DEC {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqNvadYf8X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .nav-item:focus,
.cid-sqNvadYf8X .nav-link:focus {
  outline: none;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqNvadYf8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqNvadYf8X .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sqNvadYf8X .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sqNvadYf8X .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sqNvadYf8X .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqNvadYf8X .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sqNvadYf8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqNvadYf8X .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.show,
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqNvadYf8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqNvadYf8X .navbar.collapsed .right-menu,
.cid-sqNvadYf8X .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar .navbar-collapse.show,
  .cid-sqNvadYf8X .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqNvadYf8X .navbar .navbar-collapse.show .brand-container,
  .cid-sqNvadYf8X .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sqNvadYf8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqNvadYf8X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqNvadYf8X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqNvadYf8X .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqNvadYf8X .navbar .right-menu,
  .cid-sqNvadYf8X .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqNvadYf8X .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqNvadYf8X .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sqNvadYf8X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqNvadYf8X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqNvadYf8X .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqNvadYf8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqNvadYf8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqNvadYf8X .dropdown-item.active,
.cid-sqNvadYf8X .dropdown-item:active {
  background-color: transparent;
}
.cid-sqNvadYf8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqNvadYf8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqNvadYf8X .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqNvadYf8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sqNvadYf8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqNvadYf8X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqNvadYf8X ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sqNvadYf8X .navbar-buttons {
  margin-left: auto;
}
.cid-sqNvadYf8X button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNvadYf8X .navbar-dropdown {
  position: fixed;
}
.cid-sqNvadYf8X a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqNvadYf8X .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqNvadYf8X .right-menu,
.cid-sqNvadYf8X .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sqNvadYf8X .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNvadYf8X .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNvadYf8X .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sqNvadYf8X .menu-top {
  text-align: left;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-sqNvadYf8X .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sqNvadYf8X .card-wrapper {
  z-index: 3;
}
.cid-sqNvadYf8X .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqNvadYf8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAm2uNVWr4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAm2uNVWr4 .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-sAm2uNVWr4 .modal-body .close {
  background: #1b1b1b;
}
.cid-sAm2uNVWr4 .modal-body .close span {
  font-style: normal;
}
.cid-sAm2uNVWr4 .carousel-inner > .active,
.cid-sAm2uNVWr4 .carousel-inner > .next,
.cid-sAm2uNVWr4 .carousel-inner > .prev {
  display: flex;
}
.cid-sAm2uNVWr4 .carousel-control .icon-next,
.cid-sAm2uNVWr4 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sAm2uNVWr4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sAm2uNVWr4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sAm2uNVWr4 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sAm2uNVWr4 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sAm2uNVWr4 .boxed-slider > div {
  position: relative;
}
.cid-sAm2uNVWr4 .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sAm2uNVWr4 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sAm2uNVWr4 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sAm2uNVWr4 .mbr-table-cell {
  padding: 0;
}
.cid-sAm2uNVWr4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sAm2uNVWr4 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sAm2uNVWr4 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-sAm2uNVWr4 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sAm2uNVWr4 .carousel-item .container {
    width: 100%;
  }
}
.cid-sAm2uNVWr4 .carousel-item-next.carousel-item-left,
.cid-sAm2uNVWr4 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sAm2uNVWr4 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sAm2uNVWr4 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sAm2uNVWr4 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sAm2uNVWr4 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-sAm2uNVWr4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sAm2uNVWr4 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sAm2uNVWr4 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sAm2uNVWr4 .mbr-slider .carousel-indicators li.active,
.cid-sAm2uNVWr4 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sAm2uNVWr4 .mbr-slider .carousel-indicators li::after,
.cid-sAm2uNVWr4 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sAm2uNVWr4 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sAm2uNVWr4 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sAm2uNVWr4 .mbr-slider > .container img {
  width: 100%;
}
.cid-sAm2uNVWr4 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sAm2uNVWr4 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sAm2uNVWr4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sAm2uNVWr4 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sAm2uNVWr4 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sAm2uNVWr4 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sAm2uNVWr4 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sAm2uNVWr4 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sAm2uNVWr4 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sAm2uNVWr4 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sAm2uNVWr4 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sAm2uNVWr4 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sAm2uNVWr4 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sAm2uNVWr4 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sAm2uNVWr4 .carousel-inner {
  height: 100%;
}
.cid-sAm2uNVWr4 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sAm2uNVWr4 .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 590px;
  overflow: hidden;
}
.cid-sAm2uNVWr4 .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-sAm2uNVWr4 .content-slider-wrap {
  width: 100%;
}
.cid-sAm2uNVWr4 H2 {
  color: #ffffff;
  text-align: left;
}
.cid-sAm2uNVWr4 P {
  text-align: left;
}
.cid-sEo9VYNFxS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sEo9VYNFxS nav.navbar {
  position: fixed;
}
.cid-sEo9VYNFxS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEo9VYNFxS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sEo9VYNFxS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEo9VYNFxS .dropdown-item:hover,
.cid-sEo9VYNFxS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sEo9VYNFxS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sEo9VYNFxS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sEo9VYNFxS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sEo9VYNFxS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEo9VYNFxS .nav-link {
  position: relative;
}
.cid-sEo9VYNFxS .container {
  display: flex;
  margin: auto;
}
.cid-sEo9VYNFxS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEo9VYNFxS .dropdown-menu,
.cid-sEo9VYNFxS .navbar.opened {
  background: #ffffff !important;
}
.cid-sEo9VYNFxS .nav-item:focus,
.cid-sEo9VYNFxS .nav-link:focus {
  outline: none;
}
.cid-sEo9VYNFxS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEo9VYNFxS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEo9VYNFxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sEo9VYNFxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEo9VYNFxS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEo9VYNFxS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEo9VYNFxS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sEo9VYNFxS .navbar.opened {
  transition: all 0.3s;
}
.cid-sEo9VYNFxS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sEo9VYNFxS .navbar .navbar-logo img {
  width: auto;
}
.cid-sEo9VYNFxS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEo9VYNFxS .navbar.collapsed {
  justify-content: center;
}
.cid-sEo9VYNFxS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEo9VYNFxS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEo9VYNFxS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sEo9VYNFxS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEo9VYNFxS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEo9VYNFxS .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-sEo9VYNFxS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEo9VYNFxS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEo9VYNFxS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEo9VYNFxS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEo9VYNFxS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEo9VYNFxS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEo9VYNFxS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEo9VYNFxS .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-sEo9VYNFxS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEo9VYNFxS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEo9VYNFxS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEo9VYNFxS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEo9VYNFxS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEo9VYNFxS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEo9VYNFxS .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEo9VYNFxS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sEo9VYNFxS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sEo9VYNFxS .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-sEo9VYNFxS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEo9VYNFxS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEo9VYNFxS .dropdown-item.active,
.cid-sEo9VYNFxS .dropdown-item:active {
  background-color: transparent;
}
.cid-sEo9VYNFxS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEo9VYNFxS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEo9VYNFxS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEo9VYNFxS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEo9VYNFxS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEo9VYNFxS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEo9VYNFxS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEo9VYNFxS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEo9VYNFxS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEo9VYNFxS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sEo9VYNFxS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEo9VYNFxS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEo9VYNFxS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEo9VYNFxS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEo9VYNFxS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEo9VYNFxS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEo9VYNFxS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEo9VYNFxS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEo9VYNFxS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sEo9VYNFxS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEo9VYNFxS .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-sEo9VYNFxS .navbar {
    height: 70px;
  }
  .cid-sEo9VYNFxS .navbar.opened {
    height: auto;
  }
  .cid-sEo9VYNFxS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEo9VYs41O {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-syHbKNi0gl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-syHbKNi0gl nav.navbar {
  position: fixed;
}
.cid-syHbKNi0gl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syHbKNi0gl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-syHbKNi0gl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-syHbKNi0gl .dropdown-item:hover,
.cid-syHbKNi0gl .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-syHbKNi0gl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-syHbKNi0gl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-syHbKNi0gl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-syHbKNi0gl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syHbKNi0gl .nav-link {
  position: relative;
}
.cid-syHbKNi0gl .container {
  display: flex;
  margin: auto;
}
.cid-syHbKNi0gl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syHbKNi0gl .dropdown-menu,
.cid-syHbKNi0gl .navbar.opened {
  background: #ffffff !important;
}
.cid-syHbKNi0gl .nav-item:focus,
.cid-syHbKNi0gl .nav-link:focus {
  outline: none;
}
.cid-syHbKNi0gl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syHbKNi0gl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syHbKNi0gl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-syHbKNi0gl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syHbKNi0gl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syHbKNi0gl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syHbKNi0gl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-syHbKNi0gl .navbar.opened {
  transition: all 0.3s;
}
.cid-syHbKNi0gl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-syHbKNi0gl .navbar .navbar-logo img {
  width: auto;
}
.cid-syHbKNi0gl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syHbKNi0gl .navbar.collapsed {
  justify-content: center;
}
.cid-syHbKNi0gl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syHbKNi0gl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syHbKNi0gl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-syHbKNi0gl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syHbKNi0gl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syHbKNi0gl .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-syHbKNi0gl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syHbKNi0gl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-syHbKNi0gl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syHbKNi0gl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syHbKNi0gl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syHbKNi0gl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syHbKNi0gl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syHbKNi0gl .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-syHbKNi0gl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syHbKNi0gl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syHbKNi0gl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syHbKNi0gl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-syHbKNi0gl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syHbKNi0gl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syHbKNi0gl .navbar.navbar-short {
  min-height: 60px;
}
.cid-syHbKNi0gl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-syHbKNi0gl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-syHbKNi0gl .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-syHbKNi0gl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syHbKNi0gl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syHbKNi0gl .dropdown-item.active,
.cid-syHbKNi0gl .dropdown-item:active {
  background-color: transparent;
}
.cid-syHbKNi0gl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syHbKNi0gl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syHbKNi0gl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syHbKNi0gl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syHbKNi0gl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syHbKNi0gl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syHbKNi0gl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syHbKNi0gl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syHbKNi0gl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-syHbKNi0gl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syHbKNi0gl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syHbKNi0gl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syHbKNi0gl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syHbKNi0gl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syHbKNi0gl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syHbKNi0gl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syHbKNi0gl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syHbKNi0gl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syHbKNi0gl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-syHbKNi0gl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syHbKNi0gl .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-syHbKNi0gl .navbar {
    height: 70px;
  }
  .cid-syHbKNi0gl .navbar.opened {
    height: auto;
  }
  .cid-syHbKNi0gl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEoAVz0Z55 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sGt1IQyKTV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGt1IQyKTV nav.navbar {
  position: fixed;
}
.cid-sGt1IQyKTV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGt1IQyKTV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGt1IQyKTV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGt1IQyKTV .dropdown-item:hover,
.cid-sGt1IQyKTV .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sGt1IQyKTV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGt1IQyKTV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGt1IQyKTV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGt1IQyKTV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGt1IQyKTV .nav-link {
  position: relative;
}
.cid-sGt1IQyKTV .container {
  display: flex;
  margin: auto;
}
.cid-sGt1IQyKTV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGt1IQyKTV .dropdown-menu,
.cid-sGt1IQyKTV .navbar.opened {
  background: #ffffff !important;
}
.cid-sGt1IQyKTV .nav-item:focus,
.cid-sGt1IQyKTV .nav-link:focus {
  outline: none;
}
.cid-sGt1IQyKTV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGt1IQyKTV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGt1IQyKTV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGt1IQyKTV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGt1IQyKTV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGt1IQyKTV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGt1IQyKTV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sGt1IQyKTV .navbar.opened {
  transition: all 0.3s;
}
.cid-sGt1IQyKTV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGt1IQyKTV .navbar .navbar-logo img {
  width: auto;
}
.cid-sGt1IQyKTV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGt1IQyKTV .navbar.collapsed {
  justify-content: center;
}
.cid-sGt1IQyKTV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGt1IQyKTV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGt1IQyKTV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGt1IQyKTV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGt1IQyKTV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGt1IQyKTV .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-sGt1IQyKTV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGt1IQyKTV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGt1IQyKTV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGt1IQyKTV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGt1IQyKTV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGt1IQyKTV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGt1IQyKTV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGt1IQyKTV .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-sGt1IQyKTV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGt1IQyKTV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGt1IQyKTV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGt1IQyKTV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGt1IQyKTV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGt1IQyKTV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGt1IQyKTV .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGt1IQyKTV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGt1IQyKTV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGt1IQyKTV .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-sGt1IQyKTV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGt1IQyKTV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGt1IQyKTV .dropdown-item.active,
.cid-sGt1IQyKTV .dropdown-item:active {
  background-color: transparent;
}
.cid-sGt1IQyKTV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGt1IQyKTV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGt1IQyKTV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGt1IQyKTV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGt1IQyKTV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGt1IQyKTV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGt1IQyKTV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGt1IQyKTV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGt1IQyKTV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGt1IQyKTV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGt1IQyKTV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGt1IQyKTV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGt1IQyKTV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGt1IQyKTV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGt1IQyKTV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGt1IQyKTV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGt1IQyKTV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGt1IQyKTV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGt1IQyKTV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGt1IQyKTV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGt1IQyKTV .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-sGt1IQyKTV .navbar {
    height: 70px;
  }
  .cid-sGt1IQyKTV .navbar.opened {
    height: auto;
  }
  .cid-sGt1IQyKTV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGt1IQkQZ2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLLcNVaytO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLLcNVaytO nav.navbar {
  position: fixed;
}
.cid-sLLcNVaytO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLLcNVaytO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sLLcNVaytO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sLLcNVaytO .dropdown-item:hover,
.cid-sLLcNVaytO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sLLcNVaytO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sLLcNVaytO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sLLcNVaytO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sLLcNVaytO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLLcNVaytO .nav-link {
  position: relative;
}
.cid-sLLcNVaytO .container {
  display: flex;
  margin: auto;
}
.cid-sLLcNVaytO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLLcNVaytO .dropdown-menu,
.cid-sLLcNVaytO .navbar.opened {
  background: #ffffff !important;
}
.cid-sLLcNVaytO .nav-item:focus,
.cid-sLLcNVaytO .nav-link:focus {
  outline: none;
}
.cid-sLLcNVaytO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLLcNVaytO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLLcNVaytO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLLcNVaytO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLLcNVaytO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLLcNVaytO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLLcNVaytO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sLLcNVaytO .navbar.opened {
  transition: all 0.3s;
}
.cid-sLLcNVaytO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLLcNVaytO .navbar .navbar-logo img {
  width: auto;
}
.cid-sLLcNVaytO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLLcNVaytO .navbar.collapsed {
  justify-content: center;
}
.cid-sLLcNVaytO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLLcNVaytO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLLcNVaytO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLLcNVaytO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLLcNVaytO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLLcNVaytO .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-sLLcNVaytO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLLcNVaytO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLLcNVaytO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLLcNVaytO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLLcNVaytO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLLcNVaytO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLLcNVaytO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLLcNVaytO .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-sLLcNVaytO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLLcNVaytO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLLcNVaytO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLLcNVaytO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLLcNVaytO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLLcNVaytO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLLcNVaytO .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLLcNVaytO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLLcNVaytO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLLcNVaytO .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-sLLcNVaytO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLLcNVaytO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLLcNVaytO .dropdown-item.active,
.cid-sLLcNVaytO .dropdown-item:active {
  background-color: transparent;
}
.cid-sLLcNVaytO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLLcNVaytO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLLcNVaytO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLLcNVaytO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLLcNVaytO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLLcNVaytO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLLcNVaytO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLLcNVaytO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLLcNVaytO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLLcNVaytO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLLcNVaytO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLLcNVaytO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLLcNVaytO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLLcNVaytO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLLcNVaytO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLLcNVaytO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLLcNVaytO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLLcNVaytO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLLcNVaytO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLLcNVaytO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLLcNVaytO .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-sLLcNVaytO .navbar {
    height: 70px;
  }
  .cid-sLLcNVaytO .navbar.opened {
    height: auto;
  }
  .cid-sLLcNVaytO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLLcNUGQm8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLLcXlmxDZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLLcXlmxDZ nav.navbar {
  position: fixed;
}
.cid-sLLcXlmxDZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLLcXlmxDZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sLLcXlmxDZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sLLcXlmxDZ .dropdown-item:hover,
.cid-sLLcXlmxDZ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sLLcXlmxDZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sLLcXlmxDZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sLLcXlmxDZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sLLcXlmxDZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLLcXlmxDZ .nav-link {
  position: relative;
}
.cid-sLLcXlmxDZ .container {
  display: flex;
  margin: auto;
}
.cid-sLLcXlmxDZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLLcXlmxDZ .dropdown-menu,
.cid-sLLcXlmxDZ .navbar.opened {
  background: #ffffff !important;
}
.cid-sLLcXlmxDZ .nav-item:focus,
.cid-sLLcXlmxDZ .nav-link:focus {
  outline: none;
}
.cid-sLLcXlmxDZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLLcXlmxDZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLLcXlmxDZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLLcXlmxDZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLLcXlmxDZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLLcXlmxDZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLLcXlmxDZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sLLcXlmxDZ .navbar.opened {
  transition: all 0.3s;
}
.cid-sLLcXlmxDZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLLcXlmxDZ .navbar .navbar-logo img {
  width: auto;
}
.cid-sLLcXlmxDZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLLcXlmxDZ .navbar.collapsed {
  justify-content: center;
}
.cid-sLLcXlmxDZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLLcXlmxDZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLLcXlmxDZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLLcXlmxDZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLLcXlmxDZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLLcXlmxDZ .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-sLLcXlmxDZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLLcXlmxDZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLLcXlmxDZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLLcXlmxDZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLLcXlmxDZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLLcXlmxDZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLLcXlmxDZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLLcXlmxDZ .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-sLLcXlmxDZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLLcXlmxDZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLLcXlmxDZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLLcXlmxDZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLLcXlmxDZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLLcXlmxDZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLLcXlmxDZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLLcXlmxDZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLLcXlmxDZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLLcXlmxDZ .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-sLLcXlmxDZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLLcXlmxDZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLLcXlmxDZ .dropdown-item.active,
.cid-sLLcXlmxDZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sLLcXlmxDZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLLcXlmxDZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLLcXlmxDZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLLcXlmxDZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLLcXlmxDZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLLcXlmxDZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLLcXlmxDZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLLcXlmxDZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLLcXlmxDZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLLcXlmxDZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLLcXlmxDZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLLcXlmxDZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLLcXlmxDZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLLcXlmxDZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLLcXlmxDZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLLcXlmxDZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLLcXlmxDZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLLcXlmxDZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLLcXlmxDZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLLcXlmxDZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLLcXlmxDZ .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-sLLcXlmxDZ .navbar {
    height: 70px;
  }
  .cid-sLLcXlmxDZ .navbar.opened {
    height: auto;
  }
  .cid-sLLcXlmxDZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLLcXkR5X4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sqNvadYf8X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .nav-item:focus,
.cid-sqNvadYf8X .nav-link:focus {
  outline: none;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqNvadYf8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqNvadYf8X .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sqNvadYf8X .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sqNvadYf8X .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sqNvadYf8X .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqNvadYf8X .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sqNvadYf8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqNvadYf8X .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.show,
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqNvadYf8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqNvadYf8X .navbar.collapsed .right-menu,
.cid-sqNvadYf8X .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar .navbar-collapse.show,
  .cid-sqNvadYf8X .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqNvadYf8X .navbar .navbar-collapse.show .brand-container,
  .cid-sqNvadYf8X .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sqNvadYf8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqNvadYf8X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqNvadYf8X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqNvadYf8X .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqNvadYf8X .navbar .right-menu,
  .cid-sqNvadYf8X .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqNvadYf8X .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqNvadYf8X .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sqNvadYf8X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqNvadYf8X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqNvadYf8X .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqNvadYf8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqNvadYf8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqNvadYf8X .dropdown-item.active,
.cid-sqNvadYf8X .dropdown-item:active {
  background-color: transparent;
}
.cid-sqNvadYf8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqNvadYf8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqNvadYf8X .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqNvadYf8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sqNvadYf8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqNvadYf8X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqNvadYf8X ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sqNvadYf8X .navbar-buttons {
  margin-left: auto;
}
.cid-sqNvadYf8X button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNvadYf8X .navbar-dropdown {
  position: fixed;
}
.cid-sqNvadYf8X a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqNvadYf8X .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqNvadYf8X .right-menu,
.cid-sqNvadYf8X .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sqNvadYf8X .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNvadYf8X .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNvadYf8X .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sqNvadYf8X .menu-top {
  text-align: left;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-sqNvadYf8X .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sqNvadYf8X .card-wrapper {
  z-index: 3;
}
.cid-sqNvadYf8X .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqNvadYf8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te8ksvJFgh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5a4a4;
}
.cid-te8eG9MH1n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-te8eG9MH1n .mbr-section-subtitle {
  text-align: center;
}
.cid-te8gaxGG3l .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te8gaxGG3l .nav-item:focus,
.cid-te8gaxGG3l .nav-link:focus {
  outline: none;
}
.cid-te8gaxGG3l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te8gaxGG3l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te8gaxGG3l .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-te8gaxGG3l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-te8gaxGG3l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-te8gaxGG3l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te8gaxGG3l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te8gaxGG3l .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-te8gaxGG3l .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-te8gaxGG3l .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-te8gaxGG3l .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-te8gaxGG3l .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-te8gaxGG3l .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-te8gaxGG3l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-te8gaxGG3l .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-te8gaxGG3l .navbar.collapsed .navbar-collapse.show,
.cid-te8gaxGG3l .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-te8gaxGG3l .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-te8gaxGG3l .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-te8gaxGG3l .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-te8gaxGG3l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te8gaxGG3l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te8gaxGG3l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-te8gaxGG3l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te8gaxGG3l .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-te8gaxGG3l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te8gaxGG3l .navbar.collapsed .right-menu,
.cid-te8gaxGG3l .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-te8gaxGG3l .navbar .navbar-collapse.show,
  .cid-te8gaxGG3l .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-te8gaxGG3l .navbar .navbar-collapse.show .brand-container,
  .cid-te8gaxGG3l .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-te8gaxGG3l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te8gaxGG3l .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-te8gaxGG3l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te8gaxGG3l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te8gaxGG3l .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-te8gaxGG3l .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-te8gaxGG3l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te8gaxGG3l .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-te8gaxGG3l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-te8gaxGG3l .navbar .right-menu,
  .cid-te8gaxGG3l .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-te8gaxGG3l .navbar.navbar-short {
  min-height: 60px;
}
.cid-te8gaxGG3l .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-te8gaxGG3l .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-te8gaxGG3l .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-te8gaxGG3l .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te8gaxGG3l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te8gaxGG3l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te8gaxGG3l .dropdown-item.active,
.cid-te8gaxGG3l .dropdown-item:active {
  background-color: transparent;
}
.cid-te8gaxGG3l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te8gaxGG3l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te8gaxGG3l .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te8gaxGG3l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-te8gaxGG3l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te8gaxGG3l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te8gaxGG3l ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-te8gaxGG3l ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-te8gaxGG3l .navbar-buttons {
  margin-left: auto;
}
.cid-te8gaxGG3l button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-te8gaxGG3l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-te8gaxGG3l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te8gaxGG3l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te8gaxGG3l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te8gaxGG3l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te8gaxGG3l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te8gaxGG3l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-te8gaxGG3l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-te8gaxGG3l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te8gaxGG3l .navbar-dropdown {
  position: fixed;
}
.cid-te8gaxGG3l a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-te8gaxGG3l .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-te8gaxGG3l .right-menu,
.cid-te8gaxGG3l .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-te8gaxGG3l .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-te8gaxGG3l .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-te8gaxGG3l .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-te8gaxGG3l .menu-top {
  text-align: left;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-te8gaxGG3l .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-te8gaxGG3l .card-wrapper {
  z-index: 3;
}
.cid-te8gaxGG3l .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-te8gaxGG3l .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te8gaxGG3l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te8lsgwUQr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5a4a4;
}
.cid-te8gayreuE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-te8gayreuE .mbr-section-subtitle {
  text-align: center;
}
.cid-twW7sTIxG4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twW7sTIxG4 nav.navbar {
  position: fixed;
}
.cid-twW7sTIxG4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twW7sTIxG4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twW7sTIxG4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twW7sTIxG4 .dropdown-item:hover,
.cid-twW7sTIxG4 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-twW7sTIxG4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twW7sTIxG4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twW7sTIxG4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twW7sTIxG4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twW7sTIxG4 .nav-link {
  position: relative;
}
.cid-twW7sTIxG4 .container {
  display: flex;
  margin: auto;
}
.cid-twW7sTIxG4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twW7sTIxG4 .dropdown-menu,
.cid-twW7sTIxG4 .navbar.opened {
  background: #ffffff !important;
}
.cid-twW7sTIxG4 .nav-item:focus,
.cid-twW7sTIxG4 .nav-link:focus {
  outline: none;
}
.cid-twW7sTIxG4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twW7sTIxG4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twW7sTIxG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twW7sTIxG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twW7sTIxG4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twW7sTIxG4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twW7sTIxG4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-twW7sTIxG4 .navbar.opened {
  transition: all 0.3s;
}
.cid-twW7sTIxG4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twW7sTIxG4 .navbar .navbar-logo img {
  width: auto;
}
.cid-twW7sTIxG4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twW7sTIxG4 .navbar.collapsed {
  justify-content: center;
}
.cid-twW7sTIxG4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twW7sTIxG4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twW7sTIxG4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twW7sTIxG4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twW7sTIxG4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twW7sTIxG4 .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-twW7sTIxG4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twW7sTIxG4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twW7sTIxG4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twW7sTIxG4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twW7sTIxG4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twW7sTIxG4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twW7sTIxG4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twW7sTIxG4 .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-twW7sTIxG4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twW7sTIxG4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twW7sTIxG4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twW7sTIxG4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twW7sTIxG4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twW7sTIxG4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-twW7sTIxG4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-twW7sTIxG4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twW7sTIxG4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twW7sTIxG4 .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-twW7sTIxG4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twW7sTIxG4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twW7sTIxG4 .dropdown-item.active,
.cid-twW7sTIxG4 .dropdown-item:active {
  background-color: transparent;
}
.cid-twW7sTIxG4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twW7sTIxG4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twW7sTIxG4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twW7sTIxG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twW7sTIxG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twW7sTIxG4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twW7sTIxG4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twW7sTIxG4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twW7sTIxG4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twW7sTIxG4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twW7sTIxG4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twW7sTIxG4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twW7sTIxG4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twW7sTIxG4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twW7sTIxG4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twW7sTIxG4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twW7sTIxG4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twW7sTIxG4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twW7sTIxG4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twW7sTIxG4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twW7sTIxG4 .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-twW7sTIxG4 .navbar {
    height: 70px;
  }
  .cid-twW7sTIxG4 .navbar.opened {
    height: auto;
  }
  .cid-twW7sTIxG4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twW7sSRQnH {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHLOD9VwIg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tHLOD9VwIg nav.navbar {
  position: fixed;
}
.cid-tHLOD9VwIg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHLOD9VwIg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHLOD9VwIg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHLOD9VwIg .dropdown-item:hover,
.cid-tHLOD9VwIg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tHLOD9VwIg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHLOD9VwIg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHLOD9VwIg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHLOD9VwIg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHLOD9VwIg .nav-link {
  position: relative;
}
.cid-tHLOD9VwIg .container {
  display: flex;
  margin: auto;
}
.cid-tHLOD9VwIg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHLOD9VwIg .dropdown-menu,
.cid-tHLOD9VwIg .navbar.opened {
  background: #ffffff !important;
}
.cid-tHLOD9VwIg .nav-item:focus,
.cid-tHLOD9VwIg .nav-link:focus {
  outline: none;
}
.cid-tHLOD9VwIg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHLOD9VwIg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHLOD9VwIg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHLOD9VwIg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHLOD9VwIg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHLOD9VwIg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHLOD9VwIg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tHLOD9VwIg .navbar.opened {
  transition: all 0.3s;
}
.cid-tHLOD9VwIg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHLOD9VwIg .navbar .navbar-logo img {
  width: auto;
}
.cid-tHLOD9VwIg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHLOD9VwIg .navbar.collapsed {
  justify-content: center;
}
.cid-tHLOD9VwIg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHLOD9VwIg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHLOD9VwIg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tHLOD9VwIg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHLOD9VwIg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHLOD9VwIg .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-tHLOD9VwIg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHLOD9VwIg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHLOD9VwIg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHLOD9VwIg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHLOD9VwIg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHLOD9VwIg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHLOD9VwIg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHLOD9VwIg .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-tHLOD9VwIg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHLOD9VwIg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHLOD9VwIg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHLOD9VwIg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHLOD9VwIg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHLOD9VwIg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHLOD9VwIg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHLOD9VwIg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHLOD9VwIg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHLOD9VwIg .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-tHLOD9VwIg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHLOD9VwIg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHLOD9VwIg .dropdown-item.active,
.cid-tHLOD9VwIg .dropdown-item:active {
  background-color: transparent;
}
.cid-tHLOD9VwIg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHLOD9VwIg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHLOD9VwIg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHLOD9VwIg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHLOD9VwIg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHLOD9VwIg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHLOD9VwIg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHLOD9VwIg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHLOD9VwIg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHLOD9VwIg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tHLOD9VwIg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHLOD9VwIg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHLOD9VwIg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHLOD9VwIg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHLOD9VwIg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHLOD9VwIg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHLOD9VwIg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHLOD9VwIg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHLOD9VwIg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHLOD9VwIg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHLOD9VwIg .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-tHLOD9VwIg .navbar {
    height: 70px;
  }
  .cid-tHLOD9VwIg .navbar.opened {
    height: auto;
  }
  .cid-tHLOD9VwIg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHLOD9kEwW {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHLQ5yUwNk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHLQ5yUwNk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHLQ5yUwNk .row {
  flex-direction: row-reverse;
}
.cid-tHLQ5yUwNk img {
  width: 100%;
}
.cid-tHTEyGuHzr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKAsU0U3WM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tKAsU0U3WM nav.navbar {
  position: fixed;
}
.cid-tKAsU0U3WM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKAsU0U3WM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKAsU0U3WM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKAsU0U3WM .dropdown-item:hover,
.cid-tKAsU0U3WM .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tKAsU0U3WM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKAsU0U3WM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKAsU0U3WM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKAsU0U3WM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKAsU0U3WM .nav-link {
  position: relative;
}
.cid-tKAsU0U3WM .container {
  display: flex;
  margin: auto;
}
.cid-tKAsU0U3WM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKAsU0U3WM .dropdown-menu,
.cid-tKAsU0U3WM .navbar.opened {
  background: #ffffff !important;
}
.cid-tKAsU0U3WM .nav-item:focus,
.cid-tKAsU0U3WM .nav-link:focus {
  outline: none;
}
.cid-tKAsU0U3WM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKAsU0U3WM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKAsU0U3WM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKAsU0U3WM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKAsU0U3WM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKAsU0U3WM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKAsU0U3WM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tKAsU0U3WM .navbar.opened {
  transition: all 0.3s;
}
.cid-tKAsU0U3WM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKAsU0U3WM .navbar .navbar-logo img {
  width: auto;
}
.cid-tKAsU0U3WM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKAsU0U3WM .navbar.collapsed {
  justify-content: center;
}
.cid-tKAsU0U3WM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKAsU0U3WM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKAsU0U3WM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKAsU0U3WM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKAsU0U3WM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKAsU0U3WM .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-tKAsU0U3WM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKAsU0U3WM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKAsU0U3WM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKAsU0U3WM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKAsU0U3WM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKAsU0U3WM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKAsU0U3WM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKAsU0U3WM .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-tKAsU0U3WM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKAsU0U3WM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKAsU0U3WM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKAsU0U3WM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKAsU0U3WM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKAsU0U3WM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tKAsU0U3WM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKAsU0U3WM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKAsU0U3WM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKAsU0U3WM .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-tKAsU0U3WM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKAsU0U3WM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKAsU0U3WM .dropdown-item.active,
.cid-tKAsU0U3WM .dropdown-item:active {
  background-color: transparent;
}
.cid-tKAsU0U3WM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKAsU0U3WM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKAsU0U3WM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKAsU0U3WM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKAsU0U3WM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKAsU0U3WM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKAsU0U3WM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKAsU0U3WM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKAsU0U3WM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKAsU0U3WM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tKAsU0U3WM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKAsU0U3WM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKAsU0U3WM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKAsU0U3WM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKAsU0U3WM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKAsU0U3WM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKAsU0U3WM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKAsU0U3WM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKAsU0U3WM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKAsU0U3WM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKAsU0U3WM .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-tKAsU0U3WM .navbar {
    height: 70px;
  }
  .cid-tKAsU0U3WM .navbar.opened {
    height: auto;
  }
  .cid-tKAsU0U3WM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKAsU0usqI {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKAtOWuT0E {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tKAtOWuT0E nav.navbar {
  position: fixed;
}
.cid-tKAtOWuT0E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKAtOWuT0E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKAtOWuT0E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKAtOWuT0E .dropdown-item:hover,
.cid-tKAtOWuT0E .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tKAtOWuT0E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKAtOWuT0E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKAtOWuT0E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKAtOWuT0E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKAtOWuT0E .nav-link {
  position: relative;
}
.cid-tKAtOWuT0E .container {
  display: flex;
  margin: auto;
}
.cid-tKAtOWuT0E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKAtOWuT0E .dropdown-menu,
.cid-tKAtOWuT0E .navbar.opened {
  background: #ffffff !important;
}
.cid-tKAtOWuT0E .nav-item:focus,
.cid-tKAtOWuT0E .nav-link:focus {
  outline: none;
}
.cid-tKAtOWuT0E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKAtOWuT0E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKAtOWuT0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKAtOWuT0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKAtOWuT0E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKAtOWuT0E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKAtOWuT0E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tKAtOWuT0E .navbar.opened {
  transition: all 0.3s;
}
.cid-tKAtOWuT0E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKAtOWuT0E .navbar .navbar-logo img {
  width: auto;
}
.cid-tKAtOWuT0E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKAtOWuT0E .navbar.collapsed {
  justify-content: center;
}
.cid-tKAtOWuT0E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKAtOWuT0E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKAtOWuT0E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKAtOWuT0E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKAtOWuT0E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKAtOWuT0E .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-tKAtOWuT0E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKAtOWuT0E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKAtOWuT0E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKAtOWuT0E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKAtOWuT0E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKAtOWuT0E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKAtOWuT0E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKAtOWuT0E .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-tKAtOWuT0E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKAtOWuT0E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKAtOWuT0E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKAtOWuT0E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKAtOWuT0E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKAtOWuT0E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tKAtOWuT0E .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKAtOWuT0E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKAtOWuT0E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKAtOWuT0E .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-tKAtOWuT0E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKAtOWuT0E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKAtOWuT0E .dropdown-item.active,
.cid-tKAtOWuT0E .dropdown-item:active {
  background-color: transparent;
}
.cid-tKAtOWuT0E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKAtOWuT0E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKAtOWuT0E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKAtOWuT0E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKAtOWuT0E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKAtOWuT0E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKAtOWuT0E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKAtOWuT0E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKAtOWuT0E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKAtOWuT0E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tKAtOWuT0E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKAtOWuT0E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKAtOWuT0E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKAtOWuT0E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKAtOWuT0E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKAtOWuT0E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKAtOWuT0E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKAtOWuT0E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKAtOWuT0E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKAtOWuT0E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKAtOWuT0E .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-tKAtOWuT0E .navbar {
    height: 70px;
  }
  .cid-tKAtOWuT0E .navbar.opened {
    height: auto;
  }
  .cid-tKAtOWuT0E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKAtOVX3Il {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqNvadYf8X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .nav-item:focus,
.cid-sqNvadYf8X .nav-link:focus {
  outline: none;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqNvadYf8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqNvadYf8X .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sqNvadYf8X .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sqNvadYf8X .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sqNvadYf8X .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqNvadYf8X .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sqNvadYf8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqNvadYf8X .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.show,
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqNvadYf8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqNvadYf8X .navbar.collapsed .right-menu,
.cid-sqNvadYf8X .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar .navbar-collapse.show,
  .cid-sqNvadYf8X .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqNvadYf8X .navbar .navbar-collapse.show .brand-container,
  .cid-sqNvadYf8X .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sqNvadYf8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqNvadYf8X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqNvadYf8X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqNvadYf8X .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqNvadYf8X .navbar .right-menu,
  .cid-sqNvadYf8X .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqNvadYf8X .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqNvadYf8X .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sqNvadYf8X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqNvadYf8X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqNvadYf8X .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqNvadYf8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqNvadYf8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqNvadYf8X .dropdown-item.active,
.cid-sqNvadYf8X .dropdown-item:active {
  background-color: transparent;
}
.cid-sqNvadYf8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqNvadYf8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqNvadYf8X .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqNvadYf8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sqNvadYf8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqNvadYf8X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqNvadYf8X ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sqNvadYf8X .navbar-buttons {
  margin-left: auto;
}
.cid-sqNvadYf8X button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNvadYf8X .navbar-dropdown {
  position: fixed;
}
.cid-sqNvadYf8X a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqNvadYf8X .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqNvadYf8X .right-menu,
.cid-sqNvadYf8X .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sqNvadYf8X .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNvadYf8X .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNvadYf8X .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sqNvadYf8X .menu-top {
  text-align: left;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-sqNvadYf8X .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sqNvadYf8X .card-wrapper {
  z-index: 3;
}
.cid-sqNvadYf8X .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqNvadYf8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLfZTtQg5g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLfZTtQg5g .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-tLfZTtQg5g .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-tLfZTtQg5g .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tLfZTtQg5g .card_info {
  margin-bottom: 12px;
}
.cid-tLfZTtQg5g .card_date {
  color: #555555;
}
.cid-tLfZTtQg5g .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-tLfZTtQg5g .card_text {
  margin-top: 4px;
}
.cid-tLfZTtQg5g .video-block {
  margin-bottom: 30px;
}
.cid-tLfZTtQg5g .video-wrapper img,
.cid-tLfZTtQg5g .video-wrapper iframe {
  max-height: 450px;
  object-fit: cover;
}
.cid-tLfZTtQg5g .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tLfZTtQg5g .linkBtn a:after,
.cid-tLfZTtQg5g .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tLfZTtQg5g .linkBtn a:before {
  left: 0;
}
.cid-tLfZTtQg5g .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tLfZTtQg5g .linkBtn a:hover:before,
.cid-tLfZTtQg5g .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-syH9rRsgy6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-syH9rRsgy6 nav.navbar {
  position: fixed;
}
.cid-syH9rRsgy6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syH9rRsgy6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-syH9rRsgy6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-syH9rRsgy6 .dropdown-item:hover,
.cid-syH9rRsgy6 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-syH9rRsgy6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-syH9rRsgy6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-syH9rRsgy6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-syH9rRsgy6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syH9rRsgy6 .nav-link {
  position: relative;
}
.cid-syH9rRsgy6 .container {
  display: flex;
  margin: auto;
}
.cid-syH9rRsgy6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syH9rRsgy6 .dropdown-menu,
.cid-syH9rRsgy6 .navbar.opened {
  background: #ffffff !important;
}
.cid-syH9rRsgy6 .nav-item:focus,
.cid-syH9rRsgy6 .nav-link:focus {
  outline: none;
}
.cid-syH9rRsgy6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syH9rRsgy6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syH9rRsgy6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-syH9rRsgy6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syH9rRsgy6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syH9rRsgy6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syH9rRsgy6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-syH9rRsgy6 .navbar.opened {
  transition: all 0.3s;
}
.cid-syH9rRsgy6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-syH9rRsgy6 .navbar .navbar-logo img {
  width: auto;
}
.cid-syH9rRsgy6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syH9rRsgy6 .navbar.collapsed {
  justify-content: center;
}
.cid-syH9rRsgy6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syH9rRsgy6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syH9rRsgy6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-syH9rRsgy6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syH9rRsgy6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syH9rRsgy6 .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-syH9rRsgy6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syH9rRsgy6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-syH9rRsgy6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syH9rRsgy6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syH9rRsgy6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syH9rRsgy6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syH9rRsgy6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syH9rRsgy6 .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-syH9rRsgy6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syH9rRsgy6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syH9rRsgy6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syH9rRsgy6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-syH9rRsgy6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syH9rRsgy6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syH9rRsgy6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-syH9rRsgy6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-syH9rRsgy6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-syH9rRsgy6 .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-syH9rRsgy6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syH9rRsgy6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syH9rRsgy6 .dropdown-item.active,
.cid-syH9rRsgy6 .dropdown-item:active {
  background-color: transparent;
}
.cid-syH9rRsgy6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syH9rRsgy6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syH9rRsgy6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syH9rRsgy6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syH9rRsgy6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syH9rRsgy6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syH9rRsgy6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syH9rRsgy6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syH9rRsgy6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-syH9rRsgy6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syH9rRsgy6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syH9rRsgy6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syH9rRsgy6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syH9rRsgy6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syH9rRsgy6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syH9rRsgy6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syH9rRsgy6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syH9rRsgy6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syH9rRsgy6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-syH9rRsgy6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syH9rRsgy6 .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-syH9rRsgy6 .navbar {
    height: 70px;
  }
  .cid-syH9rRsgy6 .navbar.opened {
    height: auto;
  }
  .cid-syH9rRsgy6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTojHBTFxi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTojHBTFxi .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uTojHBTFxi .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uTojHBTFxi .mbr-section-title b:last-child,
.cid-uTojHBTFxi .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-uTojHBTFxi .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-uTojHBTFxi .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-uTojHBTFxi .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-uTojHBTFxi .mbr-section-btn {
  margin-top: 28px;
}
.cid-uTojHBTFxi .mbr-section-btn a {
  margin-top: 0;
}
.cid-uDQCZUWR0e {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDQCZUWR0e .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uDQCZUWR0e .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uDQCZUWR0e .mbr-section-title b:last-child,
.cid-uDQCZUWR0e .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-uDQCZUWR0e .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-uDQCZUWR0e .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-uDQCZUWR0e .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-uDQCZUWR0e .mbr-section-btn {
  margin-top: 28px;
}
.cid-uDQCZUWR0e .mbr-section-btn a {
  margin-top: 0;
}
.cid-uTojFIgaVm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTojFIgaVm .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uTojFIgaVm .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uTojFIgaVm .mbr-section-title b:last-child,
.cid-uTojFIgaVm .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-uTojFIgaVm .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-uTojFIgaVm .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-uTojFIgaVm .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-uTojFIgaVm .mbr-section-btn {
  margin-top: 28px;
}
.cid-uTojFIgaVm .mbr-section-btn a {
  margin-top: 0;
}
.cid-utJt6B6v5f {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utJt6B6v5f .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-utJt6B6v5f .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-utJt6B6v5f .mbr-section-title b:last-child,
.cid-utJt6B6v5f .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-utJt6B6v5f .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-utJt6B6v5f .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-utJt6B6v5f .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-utJt6B6v5f .mbr-section-btn {
  margin-top: 28px;
}
.cid-utJt6B6v5f .mbr-section-btn a {
  margin-top: 0;
}
.cid-uo0Gxv5mgx {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo0Gxv5mgx .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uo0Gxv5mgx .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uo0Gxv5mgx .mbr-section-title b:last-child,
.cid-uo0Gxv5mgx .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-uo0Gxv5mgx .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-uo0Gxv5mgx .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-uo0Gxv5mgx .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-uo0Gxv5mgx .mbr-section-btn {
  margin-top: 28px;
}
.cid-uo0Gxv5mgx .mbr-section-btn a {
  margin-top: 0;
}
.cid-u3IcrfPDJd {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3IcrfPDJd .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-u3IcrfPDJd .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-u3IcrfPDJd .mbr-section-title b:last-child,
.cid-u3IcrfPDJd .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-u3IcrfPDJd .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-u3IcrfPDJd .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-u3IcrfPDJd .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-u3IcrfPDJd .mbr-section-btn {
  margin-top: 28px;
}
.cid-u3IcrfPDJd .mbr-section-btn a {
  margin-top: 0;
}
.cid-tKAsihr7d7 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKAsihr7d7 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tKAsihr7d7 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tKAsihr7d7 .mbr-section-title b:last-child,
.cid-tKAsihr7d7 .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-tKAsihr7d7 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tKAsihr7d7 .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-tKAsihr7d7 .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-tKAsihr7d7 .mbr-section-btn {
  margin-top: 28px;
}
.cid-tKAsihr7d7 .mbr-section-btn a {
  margin-top: 0;
}
.cid-tKArZMzvoH {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKArZMzvoH .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tKArZMzvoH .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tKArZMzvoH .mbr-section-title b:last-child,
.cid-tKArZMzvoH .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-tKArZMzvoH .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tKArZMzvoH .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-tKArZMzvoH .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-tKArZMzvoH .mbr-section-btn {
  margin-top: 28px;
}
.cid-tKArZMzvoH .mbr-section-btn a {
  margin-top: 0;
}
.cid-tHLMwgynIK {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHLMwgynIK .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tHLMwgynIK .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tHLMwgynIK .mbr-section-title b:last-child,
.cid-tHLMwgynIK .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-tHLMwgynIK .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tHLMwgynIK .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-tHLMwgynIK .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-tHLMwgynIK .mbr-section-btn {
  margin-top: 28px;
}
.cid-tHLMwgynIK .mbr-section-btn a {
  margin-top: 0;
}
.cid-twW6Pu609Y {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twW6Pu609Y .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-twW6Pu609Y .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-twW6Pu609Y .mbr-section-title b:last-child,
.cid-twW6Pu609Y .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-twW6Pu609Y .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-twW6Pu609Y .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-twW6Pu609Y .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-twW6Pu609Y .mbr-section-btn {
  margin-top: 28px;
}
.cid-twW6Pu609Y .mbr-section-btn a {
  margin-top: 0;
}
.cid-sLLb3Tm3Yp {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sLLb3Tm3Yp .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sLLb3Tm3Yp .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sLLb3Tm3Yp .mbr-section-title b:last-child,
.cid-sLLb3Tm3Yp .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-sLLb3Tm3Yp .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sLLb3Tm3Yp .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-sLLb3Tm3Yp .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-sLLb3Tm3Yp .mbr-section-btn {
  margin-top: 28px;
}
.cid-sLLb3Tm3Yp .mbr-section-btn a {
  margin-top: 0;
}
.cid-sHKZ5UnzcJ {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sHKZ5UnzcJ .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sHKZ5UnzcJ .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sHKZ5UnzcJ .mbr-section-title b:last-child,
.cid-sHKZ5UnzcJ .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-sHKZ5UnzcJ .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sHKZ5UnzcJ .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-sHKZ5UnzcJ .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-sHKZ5UnzcJ .mbr-section-btn {
  margin-top: 28px;
}
.cid-sHKZ5UnzcJ .mbr-section-btn a {
  margin-top: 0;
}
.cid-sEo8h2O5YD {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sEo8h2O5YD .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sEo8h2O5YD .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sEo8h2O5YD .mbr-section-title b:last-child,
.cid-sEo8h2O5YD .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-sEo8h2O5YD .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sEo8h2O5YD .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-sEo8h2O5YD .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-sEo8h2O5YD .mbr-section-btn {
  margin-top: 28px;
}
.cid-sEo8h2O5YD .mbr-section-btn a {
  margin-top: 0;
}
.cid-syHcJIUaH2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syHcJIUaH2 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-syHcJIUaH2 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-syHcJIUaH2 .mbr-section-title b:last-child,
.cid-syHcJIUaH2 .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-syHcJIUaH2 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-syHcJIUaH2 .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-syHcJIUaH2 .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-syHcJIUaH2 .mbr-section-btn {
  margin-top: 28px;
}
.cid-syHcJIUaH2 .mbr-section-btn a {
  margin-top: 0;
}
.cid-syGYx1lKMl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syGYx1lKMl .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-syGYx1lKMl .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-syGYx1lKMl .mbr-section-title b:last-child,
.cid-syGYx1lKMl .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-syGYx1lKMl .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-syGYx1lKMl .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-syGYx1lKMl .mbr-text-wrap {
    border-left: 2px solid #6592e6;
    padding-left: 1.8125rem !important;
  }
}
.cid-syGYx1lKMl .mbr-section-btn {
  margin-top: 28px;
}
.cid-syGYx1lKMl .mbr-section-btn a {
  margin-top: 0;
}
.cid-u3Ez9LO2CK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3Ez9LO2CK nav.navbar {
  position: fixed;
}
.cid-u3Ez9LO2CK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3Ez9LO2CK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3Ez9LO2CK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3Ez9LO2CK .dropdown-item:hover,
.cid-u3Ez9LO2CK .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u3Ez9LO2CK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3Ez9LO2CK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3Ez9LO2CK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3Ez9LO2CK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3Ez9LO2CK .nav-link {
  position: relative;
}
.cid-u3Ez9LO2CK .container {
  display: flex;
  margin: auto;
}
.cid-u3Ez9LO2CK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3Ez9LO2CK .dropdown-menu,
.cid-u3Ez9LO2CK .navbar.opened {
  background: #ffffff !important;
}
.cid-u3Ez9LO2CK .nav-item:focus,
.cid-u3Ez9LO2CK .nav-link:focus {
  outline: none;
}
.cid-u3Ez9LO2CK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3Ez9LO2CK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3Ez9LO2CK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3Ez9LO2CK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3Ez9LO2CK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3Ez9LO2CK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3Ez9LO2CK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3Ez9LO2CK .navbar.opened {
  transition: all 0.3s;
}
.cid-u3Ez9LO2CK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3Ez9LO2CK .navbar .navbar-logo img {
  width: auto;
}
.cid-u3Ez9LO2CK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3Ez9LO2CK .navbar.collapsed {
  justify-content: center;
}
.cid-u3Ez9LO2CK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3Ez9LO2CK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3Ez9LO2CK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3Ez9LO2CK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3Ez9LO2CK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3Ez9LO2CK .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-u3Ez9LO2CK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3Ez9LO2CK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3Ez9LO2CK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3Ez9LO2CK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3Ez9LO2CK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3Ez9LO2CK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3Ez9LO2CK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3Ez9LO2CK .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-u3Ez9LO2CK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3Ez9LO2CK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3Ez9LO2CK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3Ez9LO2CK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3Ez9LO2CK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3Ez9LO2CK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3Ez9LO2CK .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3Ez9LO2CK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3Ez9LO2CK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3Ez9LO2CK .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-u3Ez9LO2CK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3Ez9LO2CK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3Ez9LO2CK .dropdown-item.active,
.cid-u3Ez9LO2CK .dropdown-item:active {
  background-color: transparent;
}
.cid-u3Ez9LO2CK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3Ez9LO2CK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3Ez9LO2CK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3Ez9LO2CK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3Ez9LO2CK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3Ez9LO2CK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3Ez9LO2CK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3Ez9LO2CK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3Ez9LO2CK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3Ez9LO2CK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3Ez9LO2CK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3Ez9LO2CK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3Ez9LO2CK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3Ez9LO2CK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3Ez9LO2CK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3Ez9LO2CK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3Ez9LO2CK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3Ez9LO2CK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3Ez9LO2CK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3Ez9LO2CK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3Ez9LO2CK .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-u3Ez9LO2CK .navbar {
    height: 70px;
  }
  .cid-u3Ez9LO2CK .navbar.opened {
    height: auto;
  }
  .cid-u3Ez9LO2CK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3Ez9Lrjvu {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo0Idk110b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uo0Idk110b nav.navbar {
  position: fixed;
}
.cid-uo0Idk110b .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo0Idk110b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo0Idk110b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo0Idk110b .dropdown-item:hover,
.cid-uo0Idk110b .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uo0Idk110b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo0Idk110b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo0Idk110b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo0Idk110b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo0Idk110b .nav-link {
  position: relative;
}
.cid-uo0Idk110b .container {
  display: flex;
  margin: auto;
}
.cid-uo0Idk110b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo0Idk110b .dropdown-menu,
.cid-uo0Idk110b .navbar.opened {
  background: #ffffff !important;
}
.cid-uo0Idk110b .nav-item:focus,
.cid-uo0Idk110b .nav-link:focus {
  outline: none;
}
.cid-uo0Idk110b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo0Idk110b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo0Idk110b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo0Idk110b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo0Idk110b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo0Idk110b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo0Idk110b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uo0Idk110b .navbar.opened {
  transition: all 0.3s;
}
.cid-uo0Idk110b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo0Idk110b .navbar .navbar-logo img {
  width: auto;
}
.cid-uo0Idk110b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo0Idk110b .navbar.collapsed {
  justify-content: center;
}
.cid-uo0Idk110b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo0Idk110b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo0Idk110b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uo0Idk110b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo0Idk110b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo0Idk110b .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-uo0Idk110b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo0Idk110b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo0Idk110b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo0Idk110b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo0Idk110b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo0Idk110b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo0Idk110b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo0Idk110b .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-uo0Idk110b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo0Idk110b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo0Idk110b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo0Idk110b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo0Idk110b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo0Idk110b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo0Idk110b .navbar.navbar-short {
  min-height: 60px;
}
.cid-uo0Idk110b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo0Idk110b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uo0Idk110b .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-uo0Idk110b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo0Idk110b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo0Idk110b .dropdown-item.active,
.cid-uo0Idk110b .dropdown-item:active {
  background-color: transparent;
}
.cid-uo0Idk110b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo0Idk110b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo0Idk110b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo0Idk110b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo0Idk110b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo0Idk110b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo0Idk110b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo0Idk110b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo0Idk110b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo0Idk110b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uo0Idk110b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo0Idk110b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo0Idk110b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo0Idk110b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo0Idk110b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo0Idk110b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo0Idk110b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo0Idk110b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo0Idk110b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo0Idk110b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo0Idk110b .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-uo0Idk110b .navbar {
    height: 70px;
  }
  .cid-uo0Idk110b .navbar.opened {
    height: auto;
  }
  .cid-uo0Idk110b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo0IdjH8Z8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo0IKewRGX {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uo0IKewRGX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo0IKewRGX .row {
  flex-direction: row-reverse;
}
.cid-uo0IKewRGX img {
  width: 100%;
}
.cid-utJqHAjI1A {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utJqHAjI1A nav.navbar {
  position: fixed;
}
.cid-utJqHAjI1A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utJqHAjI1A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utJqHAjI1A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utJqHAjI1A .dropdown-item:hover,
.cid-utJqHAjI1A .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-utJqHAjI1A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utJqHAjI1A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utJqHAjI1A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utJqHAjI1A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utJqHAjI1A .nav-link {
  position: relative;
}
.cid-utJqHAjI1A .container {
  display: flex;
  margin: auto;
}
.cid-utJqHAjI1A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utJqHAjI1A .dropdown-menu,
.cid-utJqHAjI1A .navbar.opened {
  background: #ffffff !important;
}
.cid-utJqHAjI1A .nav-item:focus,
.cid-utJqHAjI1A .nav-link:focus {
  outline: none;
}
.cid-utJqHAjI1A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utJqHAjI1A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utJqHAjI1A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utJqHAjI1A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utJqHAjI1A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utJqHAjI1A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utJqHAjI1A .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utJqHAjI1A .navbar.opened {
  transition: all 0.3s;
}
.cid-utJqHAjI1A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utJqHAjI1A .navbar .navbar-logo img {
  width: auto;
}
.cid-utJqHAjI1A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utJqHAjI1A .navbar.collapsed {
  justify-content: center;
}
.cid-utJqHAjI1A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utJqHAjI1A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utJqHAjI1A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utJqHAjI1A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utJqHAjI1A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utJqHAjI1A .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-utJqHAjI1A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utJqHAjI1A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utJqHAjI1A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utJqHAjI1A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utJqHAjI1A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utJqHAjI1A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utJqHAjI1A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utJqHAjI1A .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-utJqHAjI1A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utJqHAjI1A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utJqHAjI1A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utJqHAjI1A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utJqHAjI1A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utJqHAjI1A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utJqHAjI1A .navbar.navbar-short {
  min-height: 60px;
}
.cid-utJqHAjI1A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utJqHAjI1A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utJqHAjI1A .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-utJqHAjI1A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utJqHAjI1A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utJqHAjI1A .dropdown-item.active,
.cid-utJqHAjI1A .dropdown-item:active {
  background-color: transparent;
}
.cid-utJqHAjI1A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utJqHAjI1A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utJqHAjI1A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utJqHAjI1A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utJqHAjI1A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utJqHAjI1A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utJqHAjI1A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utJqHAjI1A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utJqHAjI1A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utJqHAjI1A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utJqHAjI1A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utJqHAjI1A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utJqHAjI1A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utJqHAjI1A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utJqHAjI1A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utJqHAjI1A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utJqHAjI1A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utJqHAjI1A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utJqHAjI1A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utJqHAjI1A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utJqHAjI1A .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-utJqHAjI1A .navbar {
    height: 70px;
  }
  .cid-utJqHAjI1A .navbar.opened {
    height: auto;
  }
  .cid-utJqHAjI1A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utJqHzwKrx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utJs1UiDyQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-utJs1UiDyQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utJs1UiDyQ .row {
  flex-direction: row-reverse;
}
.cid-utJs1UiDyQ img {
  width: 100%;
}
.cid-uDQHB1wg2X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDQHB1wg2X nav.navbar {
  position: fixed;
}
.cid-uDQHB1wg2X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDQHB1wg2X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDQHB1wg2X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDQHB1wg2X .dropdown-item:hover,
.cid-uDQHB1wg2X .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uDQHB1wg2X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDQHB1wg2X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDQHB1wg2X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDQHB1wg2X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDQHB1wg2X .nav-link {
  position: relative;
}
.cid-uDQHB1wg2X .container {
  display: flex;
  margin: auto;
}
.cid-uDQHB1wg2X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDQHB1wg2X .dropdown-menu,
.cid-uDQHB1wg2X .navbar.opened {
  background: #ffffff !important;
}
.cid-uDQHB1wg2X .nav-item:focus,
.cid-uDQHB1wg2X .nav-link:focus {
  outline: none;
}
.cid-uDQHB1wg2X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDQHB1wg2X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDQHB1wg2X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDQHB1wg2X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDQHB1wg2X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDQHB1wg2X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDQHB1wg2X .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uDQHB1wg2X .navbar.opened {
  transition: all 0.3s;
}
.cid-uDQHB1wg2X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDQHB1wg2X .navbar .navbar-logo img {
  width: auto;
}
.cid-uDQHB1wg2X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDQHB1wg2X .navbar.collapsed {
  justify-content: center;
}
.cid-uDQHB1wg2X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDQHB1wg2X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDQHB1wg2X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDQHB1wg2X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDQHB1wg2X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDQHB1wg2X .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-uDQHB1wg2X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDQHB1wg2X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDQHB1wg2X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDQHB1wg2X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDQHB1wg2X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDQHB1wg2X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDQHB1wg2X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDQHB1wg2X .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-uDQHB1wg2X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDQHB1wg2X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDQHB1wg2X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDQHB1wg2X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDQHB1wg2X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDQHB1wg2X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDQHB1wg2X .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDQHB1wg2X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDQHB1wg2X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDQHB1wg2X .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-uDQHB1wg2X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDQHB1wg2X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDQHB1wg2X .dropdown-item.active,
.cid-uDQHB1wg2X .dropdown-item:active {
  background-color: transparent;
}
.cid-uDQHB1wg2X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDQHB1wg2X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDQHB1wg2X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDQHB1wg2X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDQHB1wg2X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDQHB1wg2X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDQHB1wg2X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDQHB1wg2X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDQHB1wg2X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDQHB1wg2X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDQHB1wg2X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDQHB1wg2X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDQHB1wg2X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDQHB1wg2X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDQHB1wg2X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDQHB1wg2X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDQHB1wg2X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDQHB1wg2X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDQHB1wg2X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDQHB1wg2X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDQHB1wg2X .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-uDQHB1wg2X .navbar {
    height: 70px;
  }
  .cid-uDQHB1wg2X .navbar.opened {
    height: auto;
  }
  .cid-uDQHB1wg2X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDQHB0KYH4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDQHB3alj6 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDQHB3alj6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDQHB3alj6 .row {
  flex-direction: row-reverse;
}
.cid-uDQHB3alj6 img {
  width: 100%;
}
.cid-sqNvadYf8X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .nav-item:focus,
.cid-sqNvadYf8X .nav-link:focus {
  outline: none;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqNvadYf8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqNvadYf8X .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sqNvadYf8X .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sqNvadYf8X .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sqNvadYf8X .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqNvadYf8X .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sqNvadYf8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqNvadYf8X .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.show,
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqNvadYf8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqNvadYf8X .navbar.collapsed .right-menu,
.cid-sqNvadYf8X .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar .navbar-collapse.show,
  .cid-sqNvadYf8X .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqNvadYf8X .navbar .navbar-collapse.show .brand-container,
  .cid-sqNvadYf8X .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sqNvadYf8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqNvadYf8X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqNvadYf8X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqNvadYf8X .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqNvadYf8X .navbar .right-menu,
  .cid-sqNvadYf8X .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqNvadYf8X .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqNvadYf8X .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sqNvadYf8X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqNvadYf8X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqNvadYf8X .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqNvadYf8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqNvadYf8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqNvadYf8X .dropdown-item.active,
.cid-sqNvadYf8X .dropdown-item:active {
  background-color: transparent;
}
.cid-sqNvadYf8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqNvadYf8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqNvadYf8X .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqNvadYf8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sqNvadYf8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqNvadYf8X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqNvadYf8X ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sqNvadYf8X .navbar-buttons {
  margin-left: auto;
}
.cid-sqNvadYf8X button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNvadYf8X .navbar-dropdown {
  position: fixed;
}
.cid-sqNvadYf8X a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqNvadYf8X .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqNvadYf8X .right-menu,
.cid-sqNvadYf8X .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sqNvadYf8X .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNvadYf8X .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNvadYf8X .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sqNvadYf8X .menu-top {
  text-align: left;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-sqNvadYf8X .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sqNvadYf8X .card-wrapper {
  z-index: 3;
}
.cid-sqNvadYf8X .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqNvadYf8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u71SD5G7ql {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71SD5G7ql .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71SD5G7ql .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u71SD5G7ql .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u71SD5G7ql .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u71SD5G7ql .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u71SD5G7ql .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u71SD5G7ql .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqNvadYf8X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .nav-item:focus,
.cid-sqNvadYf8X .nav-link:focus {
  outline: none;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqNvadYf8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqNvadYf8X .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sqNvadYf8X .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #1e2228;
}
.cid-sqNvadYf8X .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #1e2228 !important;
}
.cid-sqNvadYf8X .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqNvadYf8X .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sqNvadYf8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqNvadYf8X .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.show,
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqNvadYf8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqNvadYf8X .navbar.collapsed .right-menu,
.cid-sqNvadYf8X .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar .navbar-collapse.show,
  .cid-sqNvadYf8X .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqNvadYf8X .navbar .navbar-collapse.show .brand-container,
  .cid-sqNvadYf8X .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sqNvadYf8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqNvadYf8X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqNvadYf8X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqNvadYf8X .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqNvadYf8X .navbar .right-menu,
  .cid-sqNvadYf8X .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqNvadYf8X .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqNvadYf8X .navbar.navbar-short .mbr-overlay {
  background: #1e2228 !important;
}
.cid-sqNvadYf8X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqNvadYf8X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqNvadYf8X .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqNvadYf8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqNvadYf8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqNvadYf8X .dropdown-item.active,
.cid-sqNvadYf8X .dropdown-item:active {
  background-color: transparent;
}
.cid-sqNvadYf8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqNvadYf8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqNvadYf8X .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqNvadYf8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e2228;
}
.cid-sqNvadYf8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqNvadYf8X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqNvadYf8X ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sqNvadYf8X .navbar-buttons {
  margin-left: auto;
}
.cid-sqNvadYf8X button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2228;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNvadYf8X .navbar-dropdown {
  position: fixed;
}
.cid-sqNvadYf8X a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqNvadYf8X .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqNvadYf8X .right-menu,
.cid-sqNvadYf8X .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sqNvadYf8X .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNvadYf8X .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNvadYf8X .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sqNvadYf8X .menu-top {
  text-align: left;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-sqNvadYf8X .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sqNvadYf8X .card-wrapper {
  z-index: 3;
}
.cid-sqNvadYf8X .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqNvadYf8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKVMrREEiP {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #1e2228;
}
.cid-uKVMrREEiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKVMrREEiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKVMrREEiP .card-wrapper {
  position: relative;
  padding: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uKVMrREEiP .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-uKVMrREEiP .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: visible;
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uKVMrREEiP .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper {
  position: relative;
  padding: 64px;
  width: 50%;
  pointer-events: visible;
  overflow: hidden;
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper {
    width: 55%;
    padding: 32px;
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper {
    width: 100%;
    padding: 24px;
  }
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
@media (max-width: 992px) {
  .cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group {
    margin-bottom: 12px !important;
  }
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin: 12px 0 12px 0;
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px;
  border: none !important;
  background-color: #ffffff;
  text-align: center;
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #63635d;
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #63635d;
  border-color: #63635d;
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .card-wrap {
  width: 30%;
  padding: 48px;
  height: fit-content;
  pointer-events: visible;
  position: relative;
  overflow: hidden;
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .card-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: #767676;
}
@media (max-width: 1440px) {
  .cid-uKVMrREEiP .card-wrapper .content-wrapper .card-wrap {
    width: 35%;
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uKVMrREEiP .card-wrapper .content-wrapper .card-wrap {
    width: 100%;
    padding: 24px;
  }
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .card-wrap .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKVMrREEiP .card-wrapper .content-wrapper .card-wrap .card-title {
    margin-bottom: 24px;
  }
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .card-wrap .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .card-wrap .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uKVMrREEiP .card-wrapper .content-wrapper .card-wrap .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uKVMrREEiP .card-wrapper .content-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKVMrREEiP .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uKVMrREEiP .mbr-text,
.cid-uKVMrREEiP .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uKVMrREEiP .card-title {
  color: #ffffff;
}
.cid-uKVMrREEiP .card-text {
  color: #ffffff;
}
.cid-uKVMrREEiP label {
  color: #2c2c26;
}
.cid-uKVMrREEiP .mbr-section-btn {
  text-align: center;
}
.cid-u71SD5G7ql {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71SD5G7ql .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71SD5G7ql .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u71SD5G7ql .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u71SD5G7ql .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u71SD5G7ql .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u71SD5G7ql .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u71SD5G7ql .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKW1KfPT7f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uKW1KfPT7f .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uKW1KfPT7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKW1KfPT7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKW1KfPT7f .content-wrap {
  margin: 0;
}
.cid-uKW1KfPT7f .content-wrap .card {
  padding: 0;
}
.cid-uKW1KfPT7f .image-wrapper {
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uKW1KfPT7f .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uKW1KfPT7f .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKW1KfPT7f .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uKW1KfPT7f .content-wrapper {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uKW1KfPT7f .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKW1KfPT7f .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uKW1KfPT7f .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uKW1KfPT7f .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uKW1KfPT7f .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uKW1KfPT7f .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uKW1KfPT7f .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uKW1KfPT7f .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px 25px;
  border: 2px solid #1e2228 !important;
  box-shadow: 4px 3px 0 0 #1e2228;
  background-color: transparent;
  line-height: 1 !important;
}
.cid-uKW1KfPT7f .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uKW1KfPT7f .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #1e2228 !important;
}
.cid-uKW1KfPT7f .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #1e2228;
  opacity: .6;
}
.cid-uKW1KfPT7f .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uKW1KfPT7f .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uKW1KfPT7f .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #1e2228;
  border-color: #1e2228;
}
.cid-uKW1KfPT7f .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uKW1KfPT7f .mbr-section-title {
  color: #150764;
}
.cid-uKW1KfPT7f label {
  color: #150764;
}
.cid-uKW1KfPT7f .mbr-section-title,
.cid-uKW1KfPT7f .mbr-section-btn {
  text-align: center;
  color: #1e2228;
}
.cid-uTohRHKOSV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTohRHKOSV nav.navbar {
  position: fixed;
}
.cid-uTohRHKOSV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTohRHKOSV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTohRHKOSV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTohRHKOSV .dropdown-item:hover,
.cid-uTohRHKOSV .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uTohRHKOSV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTohRHKOSV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTohRHKOSV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTohRHKOSV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTohRHKOSV .nav-link {
  position: relative;
}
.cid-uTohRHKOSV .container {
  display: flex;
  margin: auto;
}
.cid-uTohRHKOSV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTohRHKOSV .dropdown-menu,
.cid-uTohRHKOSV .navbar.opened {
  background: #ffffff !important;
}
.cid-uTohRHKOSV .nav-item:focus,
.cid-uTohRHKOSV .nav-link:focus {
  outline: none;
}
.cid-uTohRHKOSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTohRHKOSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTohRHKOSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTohRHKOSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTohRHKOSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTohRHKOSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTohRHKOSV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTohRHKOSV .navbar.opened {
  transition: all 0.3s;
}
.cid-uTohRHKOSV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTohRHKOSV .navbar .navbar-logo img {
  width: auto;
}
.cid-uTohRHKOSV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTohRHKOSV .navbar.collapsed {
  justify-content: center;
}
.cid-uTohRHKOSV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTohRHKOSV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTohRHKOSV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTohRHKOSV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTohRHKOSV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTohRHKOSV .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-uTohRHKOSV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTohRHKOSV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTohRHKOSV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTohRHKOSV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTohRHKOSV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTohRHKOSV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTohRHKOSV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTohRHKOSV .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-uTohRHKOSV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTohRHKOSV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTohRHKOSV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTohRHKOSV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTohRHKOSV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTohRHKOSV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTohRHKOSV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTohRHKOSV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTohRHKOSV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTohRHKOSV .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-uTohRHKOSV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTohRHKOSV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTohRHKOSV .dropdown-item.active,
.cid-uTohRHKOSV .dropdown-item:active {
  background-color: transparent;
}
.cid-uTohRHKOSV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTohRHKOSV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTohRHKOSV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTohRHKOSV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTohRHKOSV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTohRHKOSV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTohRHKOSV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTohRHKOSV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTohRHKOSV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTohRHKOSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTohRHKOSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTohRHKOSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTohRHKOSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTohRHKOSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTohRHKOSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTohRHKOSV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTohRHKOSV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTohRHKOSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTohRHKOSV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTohRHKOSV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTohRHKOSV .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-uTohRHKOSV .navbar {
    height: 70px;
  }
  .cid-uTohRHKOSV .navbar.opened {
    height: auto;
  }
  .cid-uTohRHKOSV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uToivGg322 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uToivGg322 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uToivGg322 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uToivGg322 .video-wrapper iframe {
  width: 100%;
}
.cid-uToivGg322 .mbr-section-title,
.cid-uToivGg322 .mbr-section-subtitle,
.cid-uToivGg322 .mbr-text {
  text-align: center;
}
.cid-uTohRImjk3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqNvadYf8X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .nav-item:focus,
.cid-sqNvadYf8X .nav-link:focus {
  outline: none;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqNvadYf8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqNvadYf8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqNvadYf8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqNvadYf8X .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sqNvadYf8X .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #1e2228;
  background: linear-gradient(#ffffff, #1e2228);
  background: none;
}
.cid-sqNvadYf8X .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #1e2228 !important;
  background: linear-gradient(#ffffff, #1e2228) !important;
}
.cid-sqNvadYf8X .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqNvadYf8X .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sqNvadYf8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqNvadYf8X .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.show,
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sqNvadYf8X .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqNvadYf8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqNvadYf8X .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNvadYf8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqNvadYf8X .navbar.collapsed .right-menu,
.cid-sqNvadYf8X .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar .navbar-collapse.show,
  .cid-sqNvadYf8X .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqNvadYf8X .navbar .navbar-collapse.show .brand-container,
  .cid-sqNvadYf8X .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sqNvadYf8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqNvadYf8X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqNvadYf8X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqNvadYf8X .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqNvadYf8X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqNvadYf8X .navbar .right-menu,
  .cid-sqNvadYf8X .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqNvadYf8X .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqNvadYf8X .navbar.navbar-short .mbr-overlay {
  background: #1e2228 !important;
  background: linear-gradient(#ffffff, #1e2228) !important;
}
.cid-sqNvadYf8X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqNvadYf8X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqNvadYf8X .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqNvadYf8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqNvadYf8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqNvadYf8X .dropdown-item.active,
.cid-sqNvadYf8X .dropdown-item:active {
  background-color: transparent;
}
.cid-sqNvadYf8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqNvadYf8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqNvadYf8X .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqNvadYf8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e2228;
}
.cid-sqNvadYf8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqNvadYf8X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqNvadYf8X ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sqNvadYf8X .navbar-buttons {
  margin-left: auto;
}
.cid-sqNvadYf8X button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNvadYf8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sqNvadYf8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNvadYf8X .navbar-dropdown {
  position: fixed;
}
.cid-sqNvadYf8X a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqNvadYf8X .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqNvadYf8X .right-menu,
.cid-sqNvadYf8X .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sqNvadYf8X .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNvadYf8X .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNvadYf8X .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sqNvadYf8X .menu-top {
  text-align: left;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-sqNvadYf8X .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sqNvadYf8X .card-wrapper {
  z-index: 3;
}
.cid-sqNvadYf8X .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sqNvadYf8X .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqNvadYf8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSQ2M1n0JY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/investorsbackground-3-1822x918.png");
}
.cid-uSQ2M1n0JY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQ2M1n0JY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQ2M1n0JY .video-wrapper iframe {
  width: 100%;
}
.cid-uSQ2M1n0JY .mbr-section-title,
.cid-uSQ2M1n0JY .mbr-section-subtitle,
.cid-uSQ2M1n0JY .mbr-text {
  text-align: center;
}
.cid-uSQIujsuTP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSQIhqJz3A {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSQIhqJz3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQIhqJz3A .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-uSQIhqJz3A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSQIhqJz3A .row {
  flex-direction: row-reverse;
}
.cid-uSQIhqJz3A img {
  width: 100%;
}
.cid-uSQJUTu2Za {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #7b58b5;
}
.cid-uSQJUTu2Za .mbr-text {
  color: #ffffff;
}
.cid-uSQKjYZkXu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #7b58b5;
}
.cid-uSQKjYZkXu .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uSQOrUvuNh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSQOrUvuNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQOrUvuNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQOrUvuNh ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uSQOrUvuNh li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uSQOrUvuNh ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uSQLnmR1z1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSQLHykFbf {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSQLHykFbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQLHykFbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQLHykFbf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uSQLHykFbf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uSQLHykFbf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uSQLSKyxKu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSQMs7gwT6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSQMs7gwT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQMs7gwT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQMs7gwT6 .video-wrapper iframe {
  width: 100%;
}
.cid-uSQMs7gwT6 .mbr-section-title,
.cid-uSQMs7gwT6 .mbr-section-subtitle,
.cid-uSQMs7gwT6 .mbr-text {
  text-align: center;
}
.cid-uSQMUphoab {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSRgYqVA8c {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSRgYqVA8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSRgYqVA8c .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-uSRgYqVA8c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSRgYqVA8c .row {
  flex-direction: row-reverse;
}
.cid-uSRgYqVA8c img {
  width: 100%;
}
.cid-uSRmynAZdU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSR7RCJGqT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSQOOx8tlq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSQOOx8tlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQOOx8tlq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQOOx8tlq ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uSQOOx8tlq li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uSQOOx8tlq ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uSQPS0T5NO {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSQPS0T5NO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQPS0T5NO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQPS0T5NO .row {
  justify-content: space-between;
}
.cid-uSQPS0T5NO .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uSQPS0T5NO .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSQPS0T5NO .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uSQPS0T5NO .mbr-label {
  color: #000000;
}
.cid-uSQPS0T5NO .mbr-section-title {
  color: #0f0f0f;
  text-align: left;
}
.cid-uSQPS0T5NO .mbr-text {
  color: #666666;
}
.cid-uSQRfpRLGa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSQRfpRLGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQRfpRLGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQRfpRLGa .row {
  justify-content: space-between;
}
.cid-uSQRfpRLGa .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uSQRfpRLGa .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSQRfpRLGa .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uSQRfpRLGa .mbr-label {
  color: #000000;
}
.cid-uSQRfpRLGa .mbr-section-title {
  color: #0f0f0f;
  text-align: left;
}
.cid-uSQRfpRLGa .mbr-text {
  color: #666666;
}
.cid-uSQSQn80eq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSQSQn80eq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQSQn80eq .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-uSQSQn80eq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSQSQn80eq .row {
  flex-direction: row-reverse;
}
.cid-uSQSQn80eq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSQSQn80eq .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSQSQn80eq .mbr-section-title {
  text-align: right;
}
.cid-uSQSzxdt3C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSQSj7UuDa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSQSj7UuDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQSj7UuDa .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-uSQSj7UuDa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSQSj7UuDa .row {
  flex-direction: row-reverse;
}
.cid-uSQSj7UuDa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSQSj7UuDa .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSQSj7UuDa .mbr-section-title {
  text-align: right;
}
.cid-uSQTu9btKX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSQTu9btKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQTu9btKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQTu9btKX .row {
  justify-content: space-between;
}
.cid-uSQTu9btKX .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uSQTu9btKX .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSQTu9btKX .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uSQTu9btKX .mbr-label {
  color: #000000;
  text-align: left;
}
.cid-uSQTu9btKX .mbr-section-title {
  color: #0f0f0f;
  text-align: left;
}
.cid-uSQTu9btKX .mbr-text {
  color: #666666;
}
.cid-uSQUaOYMM4 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSQUaOYMM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQUaOYMM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQUaOYMM4 .row {
  justify-content: space-between;
}
.cid-uSQUaOYMM4 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uSQUaOYMM4 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSQUaOYMM4 .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uSQUaOYMM4 .mbr-label {
  color: #000000;
}
.cid-uSQUaOYMM4 .mbr-section-title {
  color: #0f0f0f;
  text-align: left;
}
.cid-uSQUaOYMM4 .mbr-text {
  color: #666666;
}
.cid-uSQVsXE5iC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uSQVsXE5iC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQVsXE5iC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQVsXE5iC .card-text a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.cid-uSQVsXE5iC .card-text a:hover {
  border: none;
}
.cid-uSQVsXE5iC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uSQVsXE5iC .team-card:hover {
  transform: translateY(-10px);
}
.cid-uSQVsXE5iC .row {
  background: #ffffff;
  border-radius: 3rem;
  padding: 6rem 1rem;
  margin: 0;
}
.cid-uSQVsXE5iC .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uSQVsXE5iC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uSQVsXE5iC .card-wrap .image-wrap img {
  max-width: 250px;
  max-height: 250px;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-uSQVsXE5iC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSQVsXE5iC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uSQVsXE5iC .social-row {
  text-align: center;
}
.cid-uSQVsXE5iC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
}
.cid-uSQVsXE5iC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uSQVsXE5iC .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-uSQVsXE5iC .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-uSQVsXE5iC .mbr-section-title {
  color: #ffffff;
}
.cid-uSQVsXE5iC .mbr-role,
.cid-uSQVsXE5iC .social-row {
  color: #000000;
}
.cid-uSQVsXE5iC .card-text,
.cid-uSQVsXE5iC .mbr-section-btn,
.cid-uSQVsXE5iC .social-row {
  color: #000000;
}
.cid-uSQVsXE5iC .card-title,
.cid-uSQVsXE5iC .social-row {
  color: #000000;
}
.cid-uSQXI6Cqvl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uSQXI6Cqvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQXI6Cqvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQXI6Cqvl .card-text a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.cid-uSQXI6Cqvl .card-text a:hover {
  border: none;
}
.cid-uSQXI6Cqvl .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uSQXI6Cqvl .team-card:hover {
  transform: translateY(-10px);
}
.cid-uSQXI6Cqvl .row {
  background: #ffffff;
  border-radius: 3rem;
  padding: 6rem 1rem;
  margin: 0;
}
.cid-uSQXI6Cqvl .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uSQXI6Cqvl .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uSQXI6Cqvl .card-wrap .image-wrap img {
  max-width: 250px;
  max-height: 250px;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-uSQXI6Cqvl .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSQXI6Cqvl .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uSQXI6Cqvl .social-row {
  text-align: center;
}
.cid-uSQXI6Cqvl .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
}
.cid-uSQXI6Cqvl .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uSQXI6Cqvl .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-uSQXI6Cqvl .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-uSQXI6Cqvl .mbr-section-title {
  color: #ffffff;
}
.cid-uSQXI6Cqvl .mbr-role,
.cid-uSQXI6Cqvl .social-row {
  color: #000000;
}
.cid-uSQXI6Cqvl .card-text,
.cid-uSQXI6Cqvl .mbr-section-btn,
.cid-uSQXI6Cqvl .social-row {
  color: #000000;
}
.cid-uSQXI6Cqvl .card-title,
.cid-uSQXI6Cqvl .social-row {
  color: #000000;
}
.cid-uSQYdzSkAf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uSQYdzSkAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQYdzSkAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQYdzSkAf .card-text a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.cid-uSQYdzSkAf .card-text a:hover {
  border: none;
}
.cid-uSQYdzSkAf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uSQYdzSkAf .team-card:hover {
  transform: translateY(-10px);
}
.cid-uSQYdzSkAf .row {
  background: #ffffff;
  border-radius: 3rem;
  padding: 6rem 1rem;
  margin: 0;
}
.cid-uSQYdzSkAf .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uSQYdzSkAf .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uSQYdzSkAf .card-wrap .image-wrap img {
  max-width: 250px;
  max-height: 250px;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-uSQYdzSkAf .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSQYdzSkAf .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uSQYdzSkAf .social-row {
  text-align: center;
}
.cid-uSQYdzSkAf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
}
.cid-uSQYdzSkAf .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uSQYdzSkAf .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-uSQYdzSkAf .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-uSQYdzSkAf .mbr-section-title {
  color: #ffffff;
}
.cid-uSQYdzSkAf .mbr-role,
.cid-uSQYdzSkAf .social-row {
  color: #000000;
}
.cid-uSQYdzSkAf .card-text,
.cid-uSQYdzSkAf .mbr-section-btn,
.cid-uSQYdzSkAf .social-row {
  color: #000000;
}
.cid-uSQYdzSkAf .card-title,
.cid-uSQYdzSkAf .social-row {
  color: #000000;
}
.cid-uSQYBXt3HH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uSQYBXt3HH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQYBXt3HH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQYBXt3HH .card-text a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.cid-uSQYBXt3HH .card-text a:hover {
  border: none;
}
.cid-uSQYBXt3HH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uSQYBXt3HH .team-card:hover {
  transform: translateY(-10px);
}
.cid-uSQYBXt3HH .row {
  background: #ffffff;
  border-radius: 3rem;
  padding: 6rem 1rem;
  margin: 0;
}
.cid-uSQYBXt3HH .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uSQYBXt3HH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uSQYBXt3HH .card-wrap .image-wrap img {
  max-width: 250px;
  max-height: 250px;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-uSQYBXt3HH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSQYBXt3HH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uSQYBXt3HH .social-row {
  text-align: center;
}
.cid-uSQYBXt3HH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
}
.cid-uSQYBXt3HH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uSQYBXt3HH .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-uSQYBXt3HH .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-uSQYBXt3HH .mbr-section-title {
  color: #ffffff;
}
.cid-uSQYBXt3HH .mbr-role,
.cid-uSQYBXt3HH .social-row {
  color: #000000;
}
.cid-uSQYBXt3HH .card-text,
.cid-uSQYBXt3HH .mbr-section-btn,
.cid-uSQYBXt3HH .social-row {
  color: #000000;
}
.cid-uSQYBXt3HH .card-title,
.cid-uSQYBXt3HH .social-row {
  color: #000000;
}
.cid-uSQYZ2JdXP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uSQYZ2JdXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQYZ2JdXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQYZ2JdXP .card-text a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.cid-uSQYZ2JdXP .card-text a:hover {
  border: none;
}
.cid-uSQYZ2JdXP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uSQYZ2JdXP .team-card:hover {
  transform: translateY(-10px);
}
.cid-uSQYZ2JdXP .row {
  background: #ffffff;
  border-radius: 3rem;
  padding: 6rem 1rem;
  margin: 0;
}
.cid-uSQYZ2JdXP .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uSQYZ2JdXP .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uSQYZ2JdXP .card-wrap .image-wrap img {
  max-width: 250px;
  max-height: 250px;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-uSQYZ2JdXP .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSQYZ2JdXP .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uSQYZ2JdXP .social-row {
  text-align: center;
}
.cid-uSQYZ2JdXP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
}
.cid-uSQYZ2JdXP .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uSQYZ2JdXP .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-uSQYZ2JdXP .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-uSQYZ2JdXP .mbr-section-title {
  color: #ffffff;
}
.cid-uSQYZ2JdXP .mbr-role,
.cid-uSQYZ2JdXP .social-row {
  color: #000000;
}
.cid-uSQYZ2JdXP .card-text,
.cid-uSQYZ2JdXP .mbr-section-btn,
.cid-uSQYZ2JdXP .social-row {
  color: #000000;
}
.cid-uSQYZ2JdXP .card-title,
.cid-uSQYZ2JdXP .social-row {
  color: #000000;
}
.cid-uSRkgA5yH0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSRkgA5yH0 .mbr-section-subtitle {
  color: #7b58b5;
}
.cid-uSQZFu5NKS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSQZFu5NKS .mbr-section-subtitle {
  color: #7b58b5;
}
.cid-u71SD5G7ql {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71SD5G7ql .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71SD5G7ql .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u71SD5G7ql .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u71SD5G7ql .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u71SD5G7ql .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u71SD5G7ql .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u71SD5G7ql .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u71SD5G7ql .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
