body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #535353 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #535353 !important;
  border-color: #535353 !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: #282828 !important;
  border-color: #282828 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #282828 !important;
  border-color: #282828 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #feda00 !important;
  border-color: #feda00 !important;
  color: #000000 !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: #a79000 !important;
  border-color: #a79000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #a79000 !important;
  border-color: #a79000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #535353;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #282828 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #feda00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a79000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #feda00 !important;
  border-color: #feda00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #535353 !important;
}
.text-secondary {
  color: #feda00 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #202020 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #988200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #535353;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #535353;
  border-color: #535353;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #535353;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c6c6c6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #535353 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #535353;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #535353;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #535353;
}
.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: #535353;
  border-bottom-color: #535353;
}
.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: #535353 !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: #feda00 !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='%23535353' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vhNZzK8SfU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhNZzK8SfU nav.navbar {
  position: fixed;
}
.cid-vhNZzK8SfU .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-vhNZzK8SfU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhNZzK8SfU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhNZzK8SfU .dropdown-item:hover,
.cid-vhNZzK8SfU .dropdown-item:focus {
  background: #535353 !important;
  color: white !important;
}
.cid-vhNZzK8SfU .dropdown-item:hover span {
  color: white;
}
.cid-vhNZzK8SfU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhNZzK8SfU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhNZzK8SfU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhNZzK8SfU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhNZzK8SfU .nav-link {
  position: relative;
}
.cid-vhNZzK8SfU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhNZzK8SfU .container {
    flex-wrap: wrap;
  }
}
.cid-vhNZzK8SfU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhNZzK8SfU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhNZzK8SfU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhNZzK8SfU .dropdown-menu,
.cid-vhNZzK8SfU .navbar.opened {
  background: #ffffff !important;
}
.cid-vhNZzK8SfU .nav-item:focus,
.cid-vhNZzK8SfU .nav-link:focus {
  outline: none;
}
.cid-vhNZzK8SfU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhNZzK8SfU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhNZzK8SfU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhNZzK8SfU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhNZzK8SfU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhNZzK8SfU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhNZzK8SfU .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-vhNZzK8SfU .navbar.opened {
  transition: all 0.3s;
}
.cid-vhNZzK8SfU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhNZzK8SfU .navbar .navbar-logo img {
  width: auto;
}
.cid-vhNZzK8SfU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhNZzK8SfU .navbar.collapsed {
  justify-content: center;
}
.cid-vhNZzK8SfU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhNZzK8SfU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhNZzK8SfU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhNZzK8SfU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhNZzK8SfU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhNZzK8SfU .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-vhNZzK8SfU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhNZzK8SfU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhNZzK8SfU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhNZzK8SfU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhNZzK8SfU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhNZzK8SfU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhNZzK8SfU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhNZzK8SfU .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-vhNZzK8SfU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhNZzK8SfU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhNZzK8SfU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhNZzK8SfU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhNZzK8SfU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhNZzK8SfU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhNZzK8SfU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhNZzK8SfU .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhNZzK8SfU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhNZzK8SfU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhNZzK8SfU .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-vhNZzK8SfU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhNZzK8SfU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhNZzK8SfU .dropdown-item.active,
.cid-vhNZzK8SfU .dropdown-item:active {
  background-color: transparent;
}
.cid-vhNZzK8SfU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhNZzK8SfU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhNZzK8SfU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhNZzK8SfU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhNZzK8SfU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhNZzK8SfU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhNZzK8SfU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhNZzK8SfU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhNZzK8SfU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhNZzK8SfU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhNZzK8SfU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhNZzK8SfU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhNZzK8SfU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhNZzK8SfU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhNZzK8SfU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhNZzK8SfU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhNZzK8SfU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhNZzK8SfU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhNZzK8SfU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhNZzK8SfU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhNZzK8SfU .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-vhNZzK8SfU .navbar {
    height: 70px;
  }
  .cid-vhNZzK8SfU .navbar.opened {
    height: auto;
  }
  .cid-vhNZzK8SfU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhVI9rCtfS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vhVI9rCtfS .carousel {
  height: 800px;
}
.cid-vhVI9rCtfS .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhVI9rCtfS .carousel-item,
.cid-vhVI9rCtfS .carousel-inner {
  height: 100%;
}
.cid-vhVI9rCtfS .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vhVI9rCtfS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vhVI9rCtfS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vhVI9rCtfS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vhVI9rCtfS .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vhVI9rCtfS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vhVI9rCtfS .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vhVI9rCtfS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vhVI9rCtfS .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhVI9rCtfS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhVI9rCtfS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhVI9rCtfS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhVI9rCtfS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vhVI9rCtfS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhVI9rCtfS .carousel-indicators li.active,
.cid-vhVI9rCtfS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhVI9rCtfS .carousel-indicators li::after,
.cid-vhVI9rCtfS .carousel-indicators li::before {
  content: none;
}
.cid-vhVI9rCtfS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhVI9rCtfS .carousel-indicators {
    display: none !important;
  }
}
.cid-vhVNlHFLAE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhVNlHFLAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVNlHFLAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVNlHFLAE .row {
  flex-direction: row-reverse;
}
.cid-vhVNlHFLAE .video-wrapper iframe {
  width: 100%;
}
.cid-vhVNlHFLAE .mbr-section-title,
.cid-vhVNlHFLAE .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vhVNlHFLAE .text-wrapper {
    padding: 2rem;
  }
}
.cid-vhVNlHFLAE .mbr-section-subtitle {
  text-align: center;
}
.cid-vhVNlHFLAE .mbr-text {
  text-align: center;
}
.cid-vhVS7JoNHQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhVS7JoNHQ img,
.cid-vhVS7JoNHQ .item-img {
  width: 100%;
}
.cid-vhVS7JoNHQ .item:focus,
.cid-vhVS7JoNHQ span:focus {
  outline: none;
}
.cid-vhVS7JoNHQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhVS7JoNHQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vhVS7JoNHQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhVS7JoNHQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vhVS7JoNHQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vhVS7JoNHQ .mbr-section-title {
  color: #232323;
}
.cid-vhVS7JoNHQ .mbr-text,
.cid-vhVS7JoNHQ .mbr-section-btn {
  text-align: center;
}
.cid-vhVS7JoNHQ .item-title {
  text-align: left;
}
.cid-vhVS7JoNHQ .item-subtitle {
  text-align: center;
}
.cid-vhVIepGHl9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhVIepGHl9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVIepGHl9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhW0cne73c {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhW0cne73c img,
.cid-vhW0cne73c .item-img {
  width: 100%;
}
.cid-vhW0cne73c .item:focus,
.cid-vhW0cne73c span:focus {
  outline: none;
}
.cid-vhW0cne73c .item-wrapper {
  position: relative;
}
.cid-vhW0cne73c .slide-content {
  position: relative;
  border-radius: 4px;
  background: #bed3f9;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vhW0cne73c .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhW0cne73c .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vhW0cne73c .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vhW0cne73c .mbr-section-title {
  color: #232323;
}
.cid-vhW0cne73c .mbr-text,
.cid-vhW0cne73c .mbr-section-btn {
  text-align: center;
}
.cid-vhW0cne73c .item-title {
  text-align: center;
}
.cid-vhW0cne73c .item-subtitle {
  text-align: left;
}
.cid-vhW0cne73c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vhW0cne73c .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vhW0cne73c .embla__button--next,
.cid-vhW0cne73c .embla__button--prev {
  display: flex;
}
.cid-vhW0cne73c .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vhW0cne73c .embla__button {
    display: none;
  }
}
.cid-vhW0cne73c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vhW0cne73c .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vhW0cne73c .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhW0cne73c .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhW0cne73c .embla__button {
    top: auto;
  }
}
.cid-vhW0cne73c .embla {
  position: relative;
  width: 100%;
}
.cid-vhW0cne73c .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vhW0cne73c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhW0cne73c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhW0cne73c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vhTXy4NutU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXy4NutU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXy4NutU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXy4NutU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vhTXy4NutU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vhTXy4NutU ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #535353;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vhTXyOKdao {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXyOKdao .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXyOKdao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXyOKdao .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-vhTXyOKdao .item .icon-wrap {
  text-align: center;
}
.cid-vhTXyOKdao .item span {
  font-size: 2rem;
  color: #000000;
  line-height: 60px;
}
.cid-vhTXyOKdao .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #feda00;
}
.cid-vhTXyOKdao .item.first:before {
  display: none;
}
.cid-vhTXyOKdao .item.five:before {
  display: none;
}
.cid-vhTXyOKdao .icon-box {
  background: #feda00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-vhTXyOKdao .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-vhTXyOKdao .mbr-iconfont {
  color: #535353 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhTXyOKdao .item:before {
    display: none;
  }
  .cid-vhTXyOKdao .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vhTXzp1l7G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXzp1l7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXzp1l7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXzp1l7G .mbr-section-title {
  text-align: justify;
}
.cid-vhTXzp1l7G .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhSY3FrW7f {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSY3FrW7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSY3FrW7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vhSY3FrW7f .container {
    max-width: 1400px;
  }
}
.cid-vhSY3FrW7f .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #535353;
  margin-bottom: 2rem;
}
.cid-vhSY3FrW7f .row {
  justify-content: center;
}
.cid-vhSY3FrW7f .card-title,
.cid-vhSY3FrW7f .iconfont-wrapper {
  color: #535353;
}
.cid-vhSY3FrW7f .card-text {
  color: #535353;
}
.cid-vhSY3FrW7f .mbr-section-title {
  color: #535353;
}
.cid-vhSY3FrW7f .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSSlCUfWQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #535353;
}
.cid-vhSSlCUfWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSSlCUfWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSSlCUfWQ .mbr-section-title {
  color: #ffffff;
}
.cid-vhNZFTYUzM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhNZFTYUzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhNZFTYUzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhNZFTYUzM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhNZFTYUzM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhNZFTYUzM .row {
    text-align: center;
  }
  .cid-vhNZFTYUzM .row > div {
    margin: auto;
  }
  .cid-vhNZFTYUzM .social-row {
    justify-content: center;
  }
}
.cid-vhNZFTYUzM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhNZFTYUzM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhNZFTYUzM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhNZFTYUzM .list {
    margin-bottom: 0rem;
  }
}
.cid-vhNZFTYUzM .mbr-text {
  color: #535353;
}
.cid-vhNZFTYUzM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhNZFTYUzM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhNZFTYUzM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhNZFTYUzM .mbr-section-subtitle {
  color: #535353;
}
.cid-vhQorKPkYd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-vhQorKPkYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhQorKPkYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhQorKPkYd .media-container-row {
  justify-content: space-between;
}
.cid-vhQorKPkYd .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vhQorKPkYd .text-content {
    max-width: none;
  }
}
.cid-vhQorKPkYd .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #535353;
  border: 2px solid #535353;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vhQorKPkYd .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vhQorKPkYd .mbr-iconfont-social:hover {
  background-color: #535353;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vhQorKPkYd .icons {
    justify-content: center !important;
  }
  .cid-vhQorKPkYd .text-content * {
    text-align: center;
  }
}
.cid-vhQpPjRWMH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #323232;
}
.cid-vhQpPjRWMH .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhSKOGWFwK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhSKOGWFwK nav.navbar {
  position: fixed;
}
.cid-vhSKOGWFwK .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-vhSKOGWFwK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhSKOGWFwK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhSKOGWFwK .dropdown-item:hover,
.cid-vhSKOGWFwK .dropdown-item:focus {
  background: #535353 !important;
  color: white !important;
}
.cid-vhSKOGWFwK .dropdown-item:hover span {
  color: white;
}
.cid-vhSKOGWFwK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhSKOGWFwK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhSKOGWFwK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhSKOGWFwK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhSKOGWFwK .nav-link {
  position: relative;
}
.cid-vhSKOGWFwK .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKOGWFwK .container {
    flex-wrap: wrap;
  }
}
.cid-vhSKOGWFwK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKOGWFwK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhSKOGWFwK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhSKOGWFwK .dropdown-menu,
.cid-vhSKOGWFwK .navbar.opened {
  background: #ffffff !important;
}
.cid-vhSKOGWFwK .nav-item:focus,
.cid-vhSKOGWFwK .nav-link:focus {
  outline: none;
}
.cid-vhSKOGWFwK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhSKOGWFwK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhSKOGWFwK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhSKOGWFwK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhSKOGWFwK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhSKOGWFwK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhSKOGWFwK .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-vhSKOGWFwK .navbar.opened {
  transition: all 0.3s;
}
.cid-vhSKOGWFwK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhSKOGWFwK .navbar .navbar-logo img {
  width: auto;
}
.cid-vhSKOGWFwK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhSKOGWFwK .navbar.collapsed {
  justify-content: center;
}
.cid-vhSKOGWFwK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhSKOGWFwK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhSKOGWFwK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhSKOGWFwK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhSKOGWFwK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhSKOGWFwK .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-vhSKOGWFwK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhSKOGWFwK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhSKOGWFwK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhSKOGWFwK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhSKOGWFwK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhSKOGWFwK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhSKOGWFwK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhSKOGWFwK .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-vhSKOGWFwK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhSKOGWFwK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhSKOGWFwK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhSKOGWFwK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhSKOGWFwK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhSKOGWFwK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhSKOGWFwK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhSKOGWFwK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhSKOGWFwK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhSKOGWFwK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhSKOGWFwK .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-vhSKOGWFwK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhSKOGWFwK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhSKOGWFwK .dropdown-item.active,
.cid-vhSKOGWFwK .dropdown-item:active {
  background-color: transparent;
}
.cid-vhSKOGWFwK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhSKOGWFwK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhSKOGWFwK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhSKOGWFwK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhSKOGWFwK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhSKOGWFwK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhSKOGWFwK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhSKOGWFwK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhSKOGWFwK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhSKOGWFwK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhSKOGWFwK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhSKOGWFwK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKOGWFwK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKOGWFwK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhSKOGWFwK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKOGWFwK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhSKOGWFwK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhSKOGWFwK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKOGWFwK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhSKOGWFwK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhSKOGWFwK .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-vhSKOGWFwK .navbar {
    height: 70px;
  }
  .cid-vhSKOGWFwK .navbar.opened {
    height: auto;
  }
  .cid-vhSKOGWFwK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhSKOHQomS {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slade-8-2000x1120.png");
}
.cid-vhSKOHQomS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKOHQomS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVrDKx8Y0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhVrDKx8Y0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVrDKx8Y0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVsW23Mx5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhVsW23Mx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVsW23Mx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVsW23Mx5 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vhVsW23Mx5 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vhVsW23Mx5 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhVsW23Mx5 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vhVsW23Mx5 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #535353;
}
.cid-vhVwVO3Ssu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-vhVwVO3Ssu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVwVO3Ssu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVwVO3Ssu .google-map {
  height: 30rem;
  position: relative;
}
.cid-vhVwVO3Ssu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vhVwVO3Ssu .google-map [data-state-details] {
  color: #6b6763;
  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-vhVwVO3Ssu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vhVwVO3Ssu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vhVsMmI1Hq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhVsMmI1Hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVsMmI1Hq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXqaxQAu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXqaxQAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXqaxQAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXqaxQAu ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vhTXqaxQAu li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vhTXqaxQAu ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #535353;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vhTXqInvzn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXqInvzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXqInvzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXqInvzn .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-vhTXqInvzn .item .icon-wrap {
  text-align: center;
}
.cid-vhTXqInvzn .item span {
  font-size: 2rem;
  color: #000000;
  line-height: 60px;
}
.cid-vhTXqInvzn .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #feda00;
}
.cid-vhTXqInvzn .item.first:before {
  display: none;
}
.cid-vhTXqInvzn .item.five:before {
  display: none;
}
.cid-vhTXqInvzn .icon-box {
  background: #feda00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-vhTXqInvzn .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-vhTXqInvzn .mbr-iconfont {
  color: #535353 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhTXqInvzn .item:before {
    display: none;
  }
  .cid-vhTXqInvzn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vhTXraATPI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXraATPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXraATPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXraATPI .mbr-section-title {
  text-align: justify;
}
.cid-vhTXraATPI .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhSXN4hgeP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSXN4hgeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSXN4hgeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vhSXN4hgeP .container {
    max-width: 1400px;
  }
}
.cid-vhSXN4hgeP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #535353;
  margin-bottom: 2rem;
}
.cid-vhSXN4hgeP .row {
  justify-content: center;
}
.cid-vhSXN4hgeP .card-title,
.cid-vhSXN4hgeP .iconfont-wrapper {
  color: #535353;
}
.cid-vhSXN4hgeP .card-text {
  color: #535353;
}
.cid-vhSXN4hgeP .mbr-section-title {
  color: #535353;
}
.cid-vhSXN4hgeP .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSSTgsQ1r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #535353;
}
.cid-vhSSTgsQ1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSSTgsQ1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSSTgsQ1r .mbr-section-title {
  color: #ffffff;
}
.cid-vhSKOISoSl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSKOISoSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKOISoSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKOISoSl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhSKOISoSl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhSKOISoSl .row {
    text-align: center;
  }
  .cid-vhSKOISoSl .row > div {
    margin: auto;
  }
  .cid-vhSKOISoSl .social-row {
    justify-content: center;
  }
}
.cid-vhSKOISoSl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhSKOISoSl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhSKOISoSl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhSKOISoSl .list {
    margin-bottom: 0rem;
  }
}
.cid-vhSKOISoSl .mbr-text {
  color: #535353;
}
.cid-vhSKOISoSl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhSKOISoSl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhSKOISoSl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhSKOISoSl .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSKOJnL9G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-vhSKOJnL9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKOJnL9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKOJnL9G .media-container-row {
  justify-content: space-between;
}
.cid-vhSKOJnL9G .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vhSKOJnL9G .text-content {
    max-width: none;
  }
}
.cid-vhSKOJnL9G .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #535353;
  border: 2px solid #535353;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vhSKOJnL9G .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vhSKOJnL9G .mbr-iconfont-social:hover {
  background-color: #535353;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vhSKOJnL9G .icons {
    justify-content: center !important;
  }
  .cid-vhSKOJnL9G .text-content * {
    text-align: center;
  }
}
.cid-vhSKOJRO8e {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #323232;
}
.cid-vhSKOJRO8e .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhSKL6CkxI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhSKL6CkxI nav.navbar {
  position: fixed;
}
.cid-vhSKL6CkxI .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-vhSKL6CkxI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhSKL6CkxI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhSKL6CkxI .dropdown-item:hover,
.cid-vhSKL6CkxI .dropdown-item:focus {
  background: #535353 !important;
  color: white !important;
}
.cid-vhSKL6CkxI .dropdown-item:hover span {
  color: white;
}
.cid-vhSKL6CkxI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhSKL6CkxI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhSKL6CkxI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhSKL6CkxI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhSKL6CkxI .nav-link {
  position: relative;
}
.cid-vhSKL6CkxI .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKL6CkxI .container {
    flex-wrap: wrap;
  }
}
.cid-vhSKL6CkxI .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKL6CkxI .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhSKL6CkxI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhSKL6CkxI .dropdown-menu,
.cid-vhSKL6CkxI .navbar.opened {
  background: #ffffff !important;
}
.cid-vhSKL6CkxI .nav-item:focus,
.cid-vhSKL6CkxI .nav-link:focus {
  outline: none;
}
.cid-vhSKL6CkxI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhSKL6CkxI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhSKL6CkxI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhSKL6CkxI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhSKL6CkxI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhSKL6CkxI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhSKL6CkxI .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-vhSKL6CkxI .navbar.opened {
  transition: all 0.3s;
}
.cid-vhSKL6CkxI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhSKL6CkxI .navbar .navbar-logo img {
  width: auto;
}
.cid-vhSKL6CkxI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhSKL6CkxI .navbar.collapsed {
  justify-content: center;
}
.cid-vhSKL6CkxI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhSKL6CkxI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhSKL6CkxI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhSKL6CkxI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhSKL6CkxI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhSKL6CkxI .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-vhSKL6CkxI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhSKL6CkxI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhSKL6CkxI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhSKL6CkxI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhSKL6CkxI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhSKL6CkxI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhSKL6CkxI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhSKL6CkxI .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-vhSKL6CkxI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhSKL6CkxI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhSKL6CkxI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhSKL6CkxI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhSKL6CkxI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhSKL6CkxI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhSKL6CkxI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhSKL6CkxI .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhSKL6CkxI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhSKL6CkxI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhSKL6CkxI .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-vhSKL6CkxI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhSKL6CkxI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhSKL6CkxI .dropdown-item.active,
.cid-vhSKL6CkxI .dropdown-item:active {
  background-color: transparent;
}
.cid-vhSKL6CkxI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhSKL6CkxI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhSKL6CkxI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhSKL6CkxI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhSKL6CkxI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhSKL6CkxI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhSKL6CkxI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhSKL6CkxI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhSKL6CkxI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhSKL6CkxI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhSKL6CkxI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhSKL6CkxI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKL6CkxI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKL6CkxI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhSKL6CkxI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKL6CkxI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhSKL6CkxI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhSKL6CkxI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKL6CkxI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhSKL6CkxI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhSKL6CkxI .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-vhSKL6CkxI .navbar {
    height: 70px;
  }
  .cid-vhSKL6CkxI .navbar.opened {
    height: auto;
  }
  .cid-vhSKL6CkxI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhSKL7IxVO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slade-7-2000x1120.png");
}
.cid-vhSKL7IxVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKL7IxVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVrk6nphf {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhVrk6nphf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVrk6nphf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVazHIK9Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhVazHIK9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVazHIK9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vhVazHIK9Z .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vhVazHIK9Z .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhVazHIK9Z .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vhVazHIK9Z .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-vhVazHIK9Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vhVazHIK9Z .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vhVaEHWlkW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhVaEHWlkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVaEHWlkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vhVaEHWlkW .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vhVaEHWlkW .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhVaEHWlkW .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vhVaEHWlkW .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-vhVaEHWlkW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vhVaEHWlkW .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vhVaFr7zjn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhVaFr7zjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVaFr7zjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vhVaFr7zjn .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vhVaFr7zjn .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhVaFr7zjn .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vhVaFr7zjn .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-vhVaFr7zjn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vhVaFr7zjn .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vhV9YqEBgO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhV9YqEBgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhV9YqEBgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXmcbdbE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXmcbdbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXmcbdbE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXmcbdbE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vhTXmcbdbE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vhTXmcbdbE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #535353;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vhTXn6fQJ3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXn6fQJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXn6fQJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXn6fQJ3 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-vhTXn6fQJ3 .item .icon-wrap {
  text-align: center;
}
.cid-vhTXn6fQJ3 .item span {
  font-size: 2rem;
  color: #000000;
  line-height: 60px;
}
.cid-vhTXn6fQJ3 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #feda00;
}
.cid-vhTXn6fQJ3 .item.first:before {
  display: none;
}
.cid-vhTXn6fQJ3 .item.five:before {
  display: none;
}
.cid-vhTXn6fQJ3 .icon-box {
  background: #feda00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-vhTXn6fQJ3 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-vhTXn6fQJ3 .mbr-iconfont {
  color: #535353 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhTXn6fQJ3 .item:before {
    display: none;
  }
  .cid-vhTXn6fQJ3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vhTXnEv1fT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXnEv1fT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXnEv1fT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXnEv1fT .mbr-section-title {
  text-align: justify;
}
.cid-vhTXnEv1fT .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhSXP03ThC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSXP03ThC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSXP03ThC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vhSXP03ThC .container {
    max-width: 1400px;
  }
}
.cid-vhSXP03ThC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #535353;
  margin-bottom: 2rem;
}
.cid-vhSXP03ThC .row {
  justify-content: center;
}
.cid-vhSXP03ThC .card-title,
.cid-vhSXP03ThC .iconfont-wrapper {
  color: #535353;
}
.cid-vhSXP03ThC .card-text {
  color: #535353;
}
.cid-vhSXP03ThC .mbr-section-title {
  color: #535353;
}
.cid-vhSXP03ThC .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSSRH2nHK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #535353;
}
.cid-vhSSRH2nHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSSRH2nHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSSRH2nHK .mbr-section-title {
  color: #ffffff;
}
.cid-vhSKL8qA4T {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSKL8qA4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKL8qA4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKL8qA4T .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhSKL8qA4T .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhSKL8qA4T .row {
    text-align: center;
  }
  .cid-vhSKL8qA4T .row > div {
    margin: auto;
  }
  .cid-vhSKL8qA4T .social-row {
    justify-content: center;
  }
}
.cid-vhSKL8qA4T .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhSKL8qA4T .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhSKL8qA4T .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhSKL8qA4T .list {
    margin-bottom: 0rem;
  }
}
.cid-vhSKL8qA4T .mbr-text {
  color: #535353;
}
.cid-vhSKL8qA4T .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhSKL8qA4T .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhSKL8qA4T div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhSKL8qA4T .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSKL9mslB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-vhSKL9mslB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKL9mslB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKL9mslB .media-container-row {
  justify-content: space-between;
}
.cid-vhSKL9mslB .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vhSKL9mslB .text-content {
    max-width: none;
  }
}
.cid-vhSKL9mslB .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #535353;
  border: 2px solid #535353;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vhSKL9mslB .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vhSKL9mslB .mbr-iconfont-social:hover {
  background-color: #535353;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vhSKL9mslB .icons {
    justify-content: center !important;
  }
  .cid-vhSKL9mslB .text-content * {
    text-align: center;
  }
}
.cid-vhSKLafZZU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #323232;
}
.cid-vhSKLafZZU .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhSKHiKpE2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhSKHiKpE2 nav.navbar {
  position: fixed;
}
.cid-vhSKHiKpE2 .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-vhSKHiKpE2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhSKHiKpE2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhSKHiKpE2 .dropdown-item:hover,
.cid-vhSKHiKpE2 .dropdown-item:focus {
  background: #535353 !important;
  color: white !important;
}
.cid-vhSKHiKpE2 .dropdown-item:hover span {
  color: white;
}
.cid-vhSKHiKpE2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhSKHiKpE2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhSKHiKpE2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhSKHiKpE2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhSKHiKpE2 .nav-link {
  position: relative;
}
.cid-vhSKHiKpE2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKHiKpE2 .container {
    flex-wrap: wrap;
  }
}
.cid-vhSKHiKpE2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKHiKpE2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhSKHiKpE2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhSKHiKpE2 .dropdown-menu,
.cid-vhSKHiKpE2 .navbar.opened {
  background: #ffffff !important;
}
.cid-vhSKHiKpE2 .nav-item:focus,
.cid-vhSKHiKpE2 .nav-link:focus {
  outline: none;
}
.cid-vhSKHiKpE2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhSKHiKpE2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhSKHiKpE2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhSKHiKpE2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhSKHiKpE2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhSKHiKpE2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhSKHiKpE2 .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-vhSKHiKpE2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhSKHiKpE2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhSKHiKpE2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vhSKHiKpE2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhSKHiKpE2 .navbar.collapsed {
  justify-content: center;
}
.cid-vhSKHiKpE2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhSKHiKpE2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhSKHiKpE2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhSKHiKpE2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhSKHiKpE2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhSKHiKpE2 .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-vhSKHiKpE2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhSKHiKpE2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhSKHiKpE2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhSKHiKpE2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhSKHiKpE2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhSKHiKpE2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhSKHiKpE2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhSKHiKpE2 .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-vhSKHiKpE2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhSKHiKpE2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhSKHiKpE2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhSKHiKpE2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhSKHiKpE2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhSKHiKpE2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhSKHiKpE2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhSKHiKpE2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhSKHiKpE2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhSKHiKpE2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhSKHiKpE2 .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-vhSKHiKpE2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhSKHiKpE2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhSKHiKpE2 .dropdown-item.active,
.cid-vhSKHiKpE2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhSKHiKpE2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhSKHiKpE2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhSKHiKpE2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhSKHiKpE2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhSKHiKpE2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhSKHiKpE2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhSKHiKpE2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhSKHiKpE2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhSKHiKpE2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhSKHiKpE2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhSKHiKpE2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhSKHiKpE2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKHiKpE2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKHiKpE2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhSKHiKpE2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKHiKpE2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhSKHiKpE2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhSKHiKpE2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKHiKpE2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhSKHiKpE2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhSKHiKpE2 .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-vhSKHiKpE2 .navbar {
    height: 70px;
  }
  .cid-vhSKHiKpE2 .navbar.opened {
    height: auto;
  }
  .cid-vhSKHiKpE2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhSKHjjoSl {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slade-6-2000x1120.png");
}
.cid-vhSKHjjoSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKHjjoSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhUgXUQQog {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhUgXUQQog img,
.cid-vhUgXUQQog .item-img {
  width: 100%;
}
.cid-vhUgXUQQog .item:focus,
.cid-vhUgXUQQog span:focus {
  outline: none;
}
.cid-vhUgXUQQog .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhUgXUQQog .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vhUgXUQQog .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhUgXUQQog .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vhUgXUQQog .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vhUgXUQQog .mbr-section-title {
  color: #232323;
}
.cid-vhUgXUQQog .mbr-text,
.cid-vhUgXUQQog .mbr-section-btn {
  text-align: left;
}
.cid-vhUgXUQQog .item-title {
  text-align: center;
}
.cid-vhUgXUQQog .item-subtitle {
  text-align: center;
}
.cid-vhUkAAQBdv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhUkAAQBdv img,
.cid-vhUkAAQBdv .item-img {
  width: 100%;
}
.cid-vhUkAAQBdv .item:focus,
.cid-vhUkAAQBdv span:focus {
  outline: none;
}
.cid-vhUkAAQBdv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhUkAAQBdv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vhUkAAQBdv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhUkAAQBdv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vhUkAAQBdv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vhUkAAQBdv .mbr-section-title {
  color: #232323;
}
.cid-vhUkAAQBdv .mbr-text,
.cid-vhUkAAQBdv .mbr-section-btn {
  text-align: left;
}
.cid-vhUkAAQBdv .item-title {
  text-align: center;
}
.cid-vhUkAAQBdv .item-subtitle {
  text-align: center;
}
.cid-vhUol9PnZh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhUol9PnZh img,
.cid-vhUol9PnZh .item-img {
  width: 100%;
}
.cid-vhUol9PnZh .item:focus,
.cid-vhUol9PnZh span:focus {
  outline: none;
}
.cid-vhUol9PnZh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhUol9PnZh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vhUol9PnZh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhUol9PnZh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vhUol9PnZh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vhUol9PnZh .mbr-section-title {
  color: #232323;
}
.cid-vhUol9PnZh .mbr-text,
.cid-vhUol9PnZh .mbr-section-btn {
  text-align: left;
}
.cid-vhUol9PnZh .item-title {
  text-align: left;
}
.cid-vhUol9PnZh .item-subtitle {
  text-align: center;
}
.cid-vhUq4gmiAU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhUq4gmiAU img,
.cid-vhUq4gmiAU .item-img {
  width: 100%;
}
.cid-vhUq4gmiAU .item:focus,
.cid-vhUq4gmiAU span:focus {
  outline: none;
}
.cid-vhUq4gmiAU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhUq4gmiAU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vhUq4gmiAU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhUq4gmiAU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vhUq4gmiAU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vhUq4gmiAU .mbr-section-title {
  color: #232323;
}
.cid-vhUq4gmiAU .mbr-text,
.cid-vhUq4gmiAU .mbr-section-btn {
  text-align: left;
}
.cid-vhUq4gmiAU .item-title {
  text-align: left;
}
.cid-vhUq4gmiAU .item-subtitle {
  text-align: center;
}
.cid-vhUsh3gudp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhUsh3gudp img,
.cid-vhUsh3gudp .item-img {
  width: 100%;
}
.cid-vhUsh3gudp .item:focus,
.cid-vhUsh3gudp span:focus {
  outline: none;
}
.cid-vhUsh3gudp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhUsh3gudp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vhUsh3gudp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhUsh3gudp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vhUsh3gudp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vhUsh3gudp .mbr-section-title {
  color: #232323;
}
.cid-vhUsh3gudp .mbr-text,
.cid-vhUsh3gudp .mbr-section-btn {
  text-align: left;
}
.cid-vhUsh3gudp .item-title {
  text-align: left;
}
.cid-vhUsh3gudp .item-subtitle {
  text-align: center;
}
.cid-vhUgHQBHcD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhUgHQBHcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhUgHQBHcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXifTcp1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXifTcp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXifTcp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXifTcp1 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vhTXifTcp1 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vhTXifTcp1 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #535353;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vhTXiTDSft {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXiTDSft .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXiTDSft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXiTDSft .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-vhTXiTDSft .item .icon-wrap {
  text-align: center;
}
.cid-vhTXiTDSft .item span {
  font-size: 2rem;
  color: #000000;
  line-height: 60px;
}
.cid-vhTXiTDSft .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #feda00;
}
.cid-vhTXiTDSft .item.first:before {
  display: none;
}
.cid-vhTXiTDSft .item.five:before {
  display: none;
}
.cid-vhTXiTDSft .icon-box {
  background: #feda00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-vhTXiTDSft .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-vhTXiTDSft .mbr-iconfont {
  color: #535353 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhTXiTDSft .item:before {
    display: none;
  }
  .cid-vhTXiTDSft .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vhTXjx49Iu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXjx49Iu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXjx49Iu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXjx49Iu .mbr-section-title {
  text-align: justify;
}
.cid-vhTXjx49Iu .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhSXRaPNKK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSXRaPNKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSXRaPNKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vhSXRaPNKK .container {
    max-width: 1400px;
  }
}
.cid-vhSXRaPNKK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #535353;
  margin-bottom: 2rem;
}
.cid-vhSXRaPNKK .row {
  justify-content: center;
}
.cid-vhSXRaPNKK .card-title,
.cid-vhSXRaPNKK .iconfont-wrapper {
  color: #535353;
}
.cid-vhSXRaPNKK .card-text {
  color: #535353;
}
.cid-vhSXRaPNKK .mbr-section-title {
  color: #535353;
}
.cid-vhSXRaPNKK .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSSPWC8Nl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #535353;
}
.cid-vhSSPWC8Nl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSSPWC8Nl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSSPWC8Nl .mbr-section-title {
  color: #ffffff;
}
.cid-vhSKHjJTPW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSKHjJTPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKHjJTPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKHjJTPW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhSKHjJTPW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhSKHjJTPW .row {
    text-align: center;
  }
  .cid-vhSKHjJTPW .row > div {
    margin: auto;
  }
  .cid-vhSKHjJTPW .social-row {
    justify-content: center;
  }
}
.cid-vhSKHjJTPW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhSKHjJTPW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhSKHjJTPW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhSKHjJTPW .list {
    margin-bottom: 0rem;
  }
}
.cid-vhSKHjJTPW .mbr-text {
  color: #535353;
}
.cid-vhSKHjJTPW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhSKHjJTPW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhSKHjJTPW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhSKHjJTPW .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSKHkiboT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-vhSKHkiboT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKHkiboT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKHkiboT .media-container-row {
  justify-content: space-between;
}
.cid-vhSKHkiboT .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vhSKHkiboT .text-content {
    max-width: none;
  }
}
.cid-vhSKHkiboT .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #535353;
  border: 2px solid #535353;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vhSKHkiboT .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vhSKHkiboT .mbr-iconfont-social:hover {
  background-color: #535353;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vhSKHkiboT .icons {
    justify-content: center !important;
  }
  .cid-vhSKHkiboT .text-content * {
    text-align: center;
  }
}
.cid-vhSKHkVJEm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #323232;
}
.cid-vhSKHkVJEm .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhSKBV15lE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhSKBV15lE nav.navbar {
  position: fixed;
}
.cid-vhSKBV15lE .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-vhSKBV15lE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhSKBV15lE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhSKBV15lE .dropdown-item:hover,
.cid-vhSKBV15lE .dropdown-item:focus {
  background: #535353 !important;
  color: white !important;
}
.cid-vhSKBV15lE .dropdown-item:hover span {
  color: white;
}
.cid-vhSKBV15lE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhSKBV15lE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhSKBV15lE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhSKBV15lE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhSKBV15lE .nav-link {
  position: relative;
}
.cid-vhSKBV15lE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKBV15lE .container {
    flex-wrap: wrap;
  }
}
.cid-vhSKBV15lE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKBV15lE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhSKBV15lE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhSKBV15lE .dropdown-menu,
.cid-vhSKBV15lE .navbar.opened {
  background: #ffffff !important;
}
.cid-vhSKBV15lE .nav-item:focus,
.cid-vhSKBV15lE .nav-link:focus {
  outline: none;
}
.cid-vhSKBV15lE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhSKBV15lE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhSKBV15lE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhSKBV15lE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhSKBV15lE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhSKBV15lE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhSKBV15lE .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-vhSKBV15lE .navbar.opened {
  transition: all 0.3s;
}
.cid-vhSKBV15lE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhSKBV15lE .navbar .navbar-logo img {
  width: auto;
}
.cid-vhSKBV15lE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhSKBV15lE .navbar.collapsed {
  justify-content: center;
}
.cid-vhSKBV15lE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhSKBV15lE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhSKBV15lE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhSKBV15lE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhSKBV15lE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhSKBV15lE .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-vhSKBV15lE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhSKBV15lE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhSKBV15lE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhSKBV15lE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhSKBV15lE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhSKBV15lE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhSKBV15lE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhSKBV15lE .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-vhSKBV15lE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhSKBV15lE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhSKBV15lE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhSKBV15lE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhSKBV15lE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhSKBV15lE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhSKBV15lE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhSKBV15lE .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhSKBV15lE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhSKBV15lE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhSKBV15lE .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-vhSKBV15lE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhSKBV15lE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhSKBV15lE .dropdown-item.active,
.cid-vhSKBV15lE .dropdown-item:active {
  background-color: transparent;
}
.cid-vhSKBV15lE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhSKBV15lE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhSKBV15lE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhSKBV15lE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhSKBV15lE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhSKBV15lE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhSKBV15lE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhSKBV15lE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhSKBV15lE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhSKBV15lE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhSKBV15lE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhSKBV15lE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKBV15lE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKBV15lE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhSKBV15lE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKBV15lE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhSKBV15lE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhSKBV15lE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKBV15lE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhSKBV15lE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhSKBV15lE .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-vhSKBV15lE .navbar {
    height: 70px;
  }
  .cid-vhSKBV15lE .navbar.opened {
    height: auto;
  }
  .cid-vhSKBV15lE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhSKBW1iwy {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slade-5-2000x1120.png");
}
.cid-vhSKBW1iwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKBW1iwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU0gLgMv8 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhU0gLgMv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU0gLgMv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhW6Uep5gz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhW6Uep5gz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhW6Uep5gz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhW6Uep5gz .item {
  padding-bottom: 2rem;
}
.cid-vhW6Uep5gz .item-wrapper {
  position: relative;
}
.cid-vhW6Uep5gz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vhW6Uep5gz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vhW6Uep5gz .carousel-control,
.cid-vhW6Uep5gz .close {
  background: #1b1b1b;
}
.cid-vhW6Uep5gz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhW6Uep5gz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhW6Uep5gz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhW6Uep5gz .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhW6Uep5gz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhW6Uep5gz .close::before {
  content: '\e91a';
}
.cid-vhW6Uep5gz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhW6Uep5gz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhW6Uep5gz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhW6Uep5gz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhW6Uep5gz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhW6Uep5gz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhW6Uep5gz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhW6Uep5gz .carousel-indicators li.active,
.cid-vhW6Uep5gz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhW6Uep5gz .carousel-indicators li::after,
.cid-vhW6Uep5gz .carousel-indicators li::before {
  content: none;
}
.cid-vhW6Uep5gz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhW6Uep5gz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhW6Uep5gz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhW6Uep5gz .carousel-indicators {
    display: none;
  }
}
.cid-vhW6Uep5gz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhW6Uep5gz .carousel-inner > .active {
  display: block;
}
.cid-vhW6Uep5gz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhW6Uep5gz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhW6Uep5gz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhW6Uep5gz .carousel-control,
  .cid-vhW6Uep5gz .carousel-indicators,
  .cid-vhW6Uep5gz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhW6Uep5gz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhW6Uep5gz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhW6Uep5gz .carousel-indicators .active,
.cid-vhW6Uep5gz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhW6Uep5gz .carousel-indicators .active {
  background: #fff;
}
.cid-vhW6Uep5gz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhW6Uep5gz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhW6Uep5gz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhW6Uep5gz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhW6Uep5gz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhW6Uep5gz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhW6Uep5gz .carousel {
  width: 100%;
}
.cid-vhW6Uep5gz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhW6Uep5gz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhW6Uep5gz .modal.fade .modal-dialog,
.cid-vhW6Uep5gz .modal.in .modal-dialog {
  transform: none;
}
.cid-vhW6Uep5gz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhW6Uep5gz H6 {
  text-align: center;
}
.cid-vhUfPLqWJZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhUfPLqWJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhUfPLqWJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXdsG11X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXdsG11X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXdsG11X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXdsG11X ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vhTXdsG11X li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vhTXdsG11X ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #535353;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vhTXevy9kt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXevy9kt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXevy9kt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXevy9kt .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-vhTXevy9kt .item .icon-wrap {
  text-align: center;
}
.cid-vhTXevy9kt .item span {
  font-size: 2rem;
  color: #000000;
  line-height: 60px;
}
.cid-vhTXevy9kt .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #feda00;
}
.cid-vhTXevy9kt .item.first:before {
  display: none;
}
.cid-vhTXevy9kt .item.five:before {
  display: none;
}
.cid-vhTXevy9kt .icon-box {
  background: #feda00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-vhTXevy9kt .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-vhTXevy9kt .mbr-iconfont {
  color: #535353 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhTXevy9kt .item:before {
    display: none;
  }
  .cid-vhTXevy9kt .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vhTXf3YMfo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXf3YMfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXf3YMfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXf3YMfo .mbr-section-title {
  text-align: justify;
}
.cid-vhTXf3YMfo .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhSXTjTXcg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSXTjTXcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSXTjTXcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vhSXTjTXcg .container {
    max-width: 1400px;
  }
}
.cid-vhSXTjTXcg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #535353;
  margin-bottom: 2rem;
}
.cid-vhSXTjTXcg .row {
  justify-content: center;
}
.cid-vhSXTjTXcg .card-title,
.cid-vhSXTjTXcg .iconfont-wrapper {
  color: #535353;
}
.cid-vhSXTjTXcg .card-text {
  color: #535353;
}
.cid-vhSXTjTXcg .mbr-section-title {
  color: #535353;
}
.cid-vhSXTjTXcg .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSSO6S6dR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #535353;
}
.cid-vhSSO6S6dR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSSO6S6dR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSSO6S6dR .mbr-section-title {
  color: #ffffff;
}
.cid-vhSKBWHenK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSKBWHenK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKBWHenK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKBWHenK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhSKBWHenK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhSKBWHenK .row {
    text-align: center;
  }
  .cid-vhSKBWHenK .row > div {
    margin: auto;
  }
  .cid-vhSKBWHenK .social-row {
    justify-content: center;
  }
}
.cid-vhSKBWHenK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhSKBWHenK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhSKBWHenK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhSKBWHenK .list {
    margin-bottom: 0rem;
  }
}
.cid-vhSKBWHenK .mbr-text {
  color: #535353;
}
.cid-vhSKBWHenK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhSKBWHenK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhSKBWHenK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhSKBWHenK .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSKBXByMl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-vhSKBXByMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKBXByMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKBXByMl .media-container-row {
  justify-content: space-between;
}
.cid-vhSKBXByMl .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vhSKBXByMl .text-content {
    max-width: none;
  }
}
.cid-vhSKBXByMl .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #535353;
  border: 2px solid #535353;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vhSKBXByMl .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vhSKBXByMl .mbr-iconfont-social:hover {
  background-color: #535353;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vhSKBXByMl .icons {
    justify-content: center !important;
  }
  .cid-vhSKBXByMl .text-content * {
    text-align: center;
  }
}
.cid-vhSKBYMWNL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #323232;
}
.cid-vhSKBYMWNL .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhSKrFQeHr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhSKrFQeHr nav.navbar {
  position: fixed;
}
.cid-vhSKrFQeHr .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-vhSKrFQeHr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhSKrFQeHr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhSKrFQeHr .dropdown-item:hover,
.cid-vhSKrFQeHr .dropdown-item:focus {
  background: #535353 !important;
  color: white !important;
}
.cid-vhSKrFQeHr .dropdown-item:hover span {
  color: white;
}
.cid-vhSKrFQeHr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhSKrFQeHr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhSKrFQeHr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhSKrFQeHr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhSKrFQeHr .nav-link {
  position: relative;
}
.cid-vhSKrFQeHr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKrFQeHr .container {
    flex-wrap: wrap;
  }
}
.cid-vhSKrFQeHr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKrFQeHr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhSKrFQeHr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhSKrFQeHr .dropdown-menu,
.cid-vhSKrFQeHr .navbar.opened {
  background: #ffffff !important;
}
.cid-vhSKrFQeHr .nav-item:focus,
.cid-vhSKrFQeHr .nav-link:focus {
  outline: none;
}
.cid-vhSKrFQeHr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhSKrFQeHr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhSKrFQeHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhSKrFQeHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhSKrFQeHr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhSKrFQeHr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhSKrFQeHr .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-vhSKrFQeHr .navbar.opened {
  transition: all 0.3s;
}
.cid-vhSKrFQeHr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhSKrFQeHr .navbar .navbar-logo img {
  width: auto;
}
.cid-vhSKrFQeHr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhSKrFQeHr .navbar.collapsed {
  justify-content: center;
}
.cid-vhSKrFQeHr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhSKrFQeHr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhSKrFQeHr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhSKrFQeHr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhSKrFQeHr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhSKrFQeHr .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-vhSKrFQeHr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhSKrFQeHr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhSKrFQeHr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhSKrFQeHr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhSKrFQeHr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhSKrFQeHr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhSKrFQeHr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhSKrFQeHr .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-vhSKrFQeHr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhSKrFQeHr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhSKrFQeHr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhSKrFQeHr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhSKrFQeHr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhSKrFQeHr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhSKrFQeHr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhSKrFQeHr .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhSKrFQeHr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhSKrFQeHr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhSKrFQeHr .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-vhSKrFQeHr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhSKrFQeHr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhSKrFQeHr .dropdown-item.active,
.cid-vhSKrFQeHr .dropdown-item:active {
  background-color: transparent;
}
.cid-vhSKrFQeHr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhSKrFQeHr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhSKrFQeHr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhSKrFQeHr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhSKrFQeHr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhSKrFQeHr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhSKrFQeHr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhSKrFQeHr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhSKrFQeHr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhSKrFQeHr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhSKrFQeHr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhSKrFQeHr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKrFQeHr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKrFQeHr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhSKrFQeHr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKrFQeHr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhSKrFQeHr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhSKrFQeHr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKrFQeHr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhSKrFQeHr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhSKrFQeHr .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-vhSKrFQeHr .navbar {
    height: 70px;
  }
  .cid-vhSKrFQeHr .navbar.opened {
    height: auto;
  }
  .cid-vhSKrFQeHr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhSKrGsu7n {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slade-3-2000x1120.png");
}
.cid-vhSKrGsu7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKrGsu7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU08bECnz {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhU08bECnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU08bECnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU0zWlrch {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhU0zWlrch img,
.cid-vhU0zWlrch .item-img {
  width: 100%;
}
.cid-vhU0zWlrch .item:focus,
.cid-vhU0zWlrch span:focus {
  outline: none;
}
.cid-vhU0zWlrch .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhU0zWlrch .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vhU0zWlrch .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhU0zWlrch .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vhU0zWlrch .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vhU0zWlrch .mbr-section-title {
  color: #232323;
}
.cid-vhU0zWlrch .mbr-text,
.cid-vhU0zWlrch .mbr-section-btn {
  text-align: left;
}
.cid-vhU0zWlrch .item-title {
  text-align: left;
}
.cid-vhU0zWlrch .item-subtitle {
  text-align: center;
}
.cid-vhUfJg4vEM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhUfJg4vEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhUfJg4vEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTX4azz57 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTX4azz57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTX4azz57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTX4azz57 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vhTX4azz57 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vhTX4azz57 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #535353;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vhTX4YB6kq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTX4YB6kq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTX4YB6kq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTX4YB6kq .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-vhTX4YB6kq .item .icon-wrap {
  text-align: center;
}
.cid-vhTX4YB6kq .item span {
  font-size: 2rem;
  color: #000000;
  line-height: 60px;
}
.cid-vhTX4YB6kq .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #feda00;
}
.cid-vhTX4YB6kq .item.first:before {
  display: none;
}
.cid-vhTX4YB6kq .item.five:before {
  display: none;
}
.cid-vhTX4YB6kq .icon-box {
  background: #feda00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-vhTX4YB6kq .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-vhTX4YB6kq .mbr-iconfont {
  color: #535353 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhTX4YB6kq .item:before {
    display: none;
  }
  .cid-vhTX4YB6kq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vhTX5BimlX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTX5BimlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTX5BimlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTX5BimlX .mbr-section-title {
  text-align: justify;
}
.cid-vhTX5BimlX .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhSXXsRca8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSXXsRca8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSXXsRca8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vhSXXsRca8 .container {
    max-width: 1400px;
  }
}
.cid-vhSXXsRca8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #535353;
  margin-bottom: 2rem;
}
.cid-vhSXXsRca8 .row {
  justify-content: center;
}
.cid-vhSXXsRca8 .card-title,
.cid-vhSXXsRca8 .iconfont-wrapper {
  color: #535353;
}
.cid-vhSXXsRca8 .card-text {
  color: #535353;
}
.cid-vhSXXsRca8 .mbr-section-title {
  color: #535353;
}
.cid-vhSXXsRca8 .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSSJPsv84 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #535353;
}
.cid-vhSSJPsv84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSSJPsv84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSSJPsv84 .mbr-section-title {
  color: #ffffff;
}
.cid-vhSKrH0xcJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSKrH0xcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKrH0xcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKrH0xcJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhSKrH0xcJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhSKrH0xcJ .row {
    text-align: center;
  }
  .cid-vhSKrH0xcJ .row > div {
    margin: auto;
  }
  .cid-vhSKrH0xcJ .social-row {
    justify-content: center;
  }
}
.cid-vhSKrH0xcJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhSKrH0xcJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhSKrH0xcJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhSKrH0xcJ .list {
    margin-bottom: 0rem;
  }
}
.cid-vhSKrH0xcJ .mbr-text {
  color: #535353;
}
.cid-vhSKrH0xcJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhSKrH0xcJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhSKrH0xcJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhSKrH0xcJ .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSKrHHrQG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-vhSKrHHrQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKrHHrQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKrHHrQG .media-container-row {
  justify-content: space-between;
}
.cid-vhSKrHHrQG .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vhSKrHHrQG .text-content {
    max-width: none;
  }
}
.cid-vhSKrHHrQG .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #535353;
  border: 2px solid #535353;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vhSKrHHrQG .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vhSKrHHrQG .mbr-iconfont-social:hover {
  background-color: #535353;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vhSKrHHrQG .icons {
    justify-content: center !important;
  }
  .cid-vhSKrHHrQG .text-content * {
    text-align: center;
  }
}
.cid-vhSKrIhMy2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #323232;
}
.cid-vhSKrIhMy2 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhSKm4UN7j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhSKm4UN7j nav.navbar {
  position: fixed;
}
.cid-vhSKm4UN7j .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-vhSKm4UN7j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhSKm4UN7j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhSKm4UN7j .dropdown-item:hover,
.cid-vhSKm4UN7j .dropdown-item:focus {
  background: #535353 !important;
  color: white !important;
}
.cid-vhSKm4UN7j .dropdown-item:hover span {
  color: white;
}
.cid-vhSKm4UN7j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhSKm4UN7j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhSKm4UN7j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhSKm4UN7j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhSKm4UN7j .nav-link {
  position: relative;
}
.cid-vhSKm4UN7j .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKm4UN7j .container {
    flex-wrap: wrap;
  }
}
.cid-vhSKm4UN7j .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKm4UN7j .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhSKm4UN7j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhSKm4UN7j .dropdown-menu,
.cid-vhSKm4UN7j .navbar.opened {
  background: #ffffff !important;
}
.cid-vhSKm4UN7j .nav-item:focus,
.cid-vhSKm4UN7j .nav-link:focus {
  outline: none;
}
.cid-vhSKm4UN7j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhSKm4UN7j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhSKm4UN7j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhSKm4UN7j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhSKm4UN7j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhSKm4UN7j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhSKm4UN7j .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-vhSKm4UN7j .navbar.opened {
  transition: all 0.3s;
}
.cid-vhSKm4UN7j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhSKm4UN7j .navbar .navbar-logo img {
  width: auto;
}
.cid-vhSKm4UN7j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhSKm4UN7j .navbar.collapsed {
  justify-content: center;
}
.cid-vhSKm4UN7j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhSKm4UN7j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhSKm4UN7j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhSKm4UN7j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhSKm4UN7j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhSKm4UN7j .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-vhSKm4UN7j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhSKm4UN7j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhSKm4UN7j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhSKm4UN7j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhSKm4UN7j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhSKm4UN7j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhSKm4UN7j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhSKm4UN7j .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-vhSKm4UN7j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhSKm4UN7j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhSKm4UN7j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhSKm4UN7j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhSKm4UN7j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhSKm4UN7j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhSKm4UN7j .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhSKm4UN7j .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhSKm4UN7j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhSKm4UN7j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhSKm4UN7j .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-vhSKm4UN7j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhSKm4UN7j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhSKm4UN7j .dropdown-item.active,
.cid-vhSKm4UN7j .dropdown-item:active {
  background-color: transparent;
}
.cid-vhSKm4UN7j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhSKm4UN7j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhSKm4UN7j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhSKm4UN7j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhSKm4UN7j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhSKm4UN7j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhSKm4UN7j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhSKm4UN7j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhSKm4UN7j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhSKm4UN7j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhSKm4UN7j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhSKm4UN7j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKm4UN7j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKm4UN7j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhSKm4UN7j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKm4UN7j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhSKm4UN7j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhSKm4UN7j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKm4UN7j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhSKm4UN7j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhSKm4UN7j .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-vhSKm4UN7j .navbar {
    height: 70px;
  }
  .cid-vhSKm4UN7j .navbar.opened {
    height: auto;
  }
  .cid-vhSKm4UN7j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhSKm5tdgw {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slade-2-2000x1120.png");
}
.cid-vhSKm5tdgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKm5tdgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTiIzIjsj {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTiIzIjsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTiIzIjsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTks6Gior {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhTks6Gior .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTks6Gior .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTlFy7PdI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTlFy7PdI img,
.cid-vhTlFy7PdI .item-img {
  width: 100%;
}
.cid-vhTlFy7PdI .item:focus,
.cid-vhTlFy7PdI span:focus {
  outline: none;
}
.cid-vhTlFy7PdI .item-wrapper {
  position: relative;
}
.cid-vhTlFy7PdI .slide-content {
  position: relative;
  border-radius: 4px;
  background: #bed3f9;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vhTlFy7PdI .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhTlFy7PdI .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vhTlFy7PdI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vhTlFy7PdI .mbr-section-title {
  color: #232323;
}
.cid-vhTlFy7PdI .mbr-text,
.cid-vhTlFy7PdI .mbr-section-btn {
  text-align: center;
}
.cid-vhTlFy7PdI .item-title {
  text-align: center;
}
.cid-vhTlFy7PdI .item-subtitle {
  text-align: left;
}
.cid-vhTlFy7PdI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vhTlFy7PdI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vhTlFy7PdI .embla__button--next,
.cid-vhTlFy7PdI .embla__button--prev {
  display: flex;
}
.cid-vhTlFy7PdI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vhTlFy7PdI .embla__button {
    display: none;
  }
}
.cid-vhTlFy7PdI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vhTlFy7PdI .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vhTlFy7PdI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhTlFy7PdI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhTlFy7PdI .embla__button {
    top: auto;
  }
}
.cid-vhTlFy7PdI .embla {
  position: relative;
  width: 100%;
}
.cid-vhTlFy7PdI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vhTlFy7PdI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhTlFy7PdI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhTlFy7PdI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vhTHQdd99c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/slade-1-2000x1120.png");
}
.cid-vhTHQdd99c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTHQdd99c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTHQdd99c .mbr-text,
.cid-vhTHQdd99c .mbr-section-btn {
  color: #232323;
}
.cid-vhTHQdd99c .card-title,
.cid-vhTHQdd99c .card-box {
  color: #ffffff;
}
.cid-vhTHQdd99c .mbr-text,
.cid-vhTHQdd99c .link-wrap {
  color: #ffffff;
}
.cid-vhTO9lHykJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTO9lHykJ img,
.cid-vhTO9lHykJ .item-img {
  width: 100%;
}
.cid-vhTO9lHykJ .item:focus,
.cid-vhTO9lHykJ span:focus {
  outline: none;
}
.cid-vhTO9lHykJ .item-wrapper {
  position: relative;
}
.cid-vhTO9lHykJ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vhTO9lHykJ .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhTO9lHykJ .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vhTO9lHykJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vhTO9lHykJ .mbr-section-title {
  color: #232323;
}
.cid-vhTO9lHykJ .mbr-text,
.cid-vhTO9lHykJ .mbr-section-btn {
  text-align: justify;
}
.cid-vhTO9lHykJ .item-title {
  text-align: center;
}
.cid-vhTO9lHykJ .item-subtitle {
  text-align: left;
}
.cid-vhTO9lHykJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vhTO9lHykJ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vhTO9lHykJ .embla__button--next,
.cid-vhTO9lHykJ .embla__button--prev {
  display: flex;
}
.cid-vhTO9lHykJ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vhTO9lHykJ .embla__button {
    display: none;
  }
}
.cid-vhTO9lHykJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vhTO9lHykJ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vhTO9lHykJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhTO9lHykJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhTO9lHykJ .embla__button {
    top: auto;
  }
}
.cid-vhTO9lHykJ .embla {
  position: relative;
  width: 100%;
}
.cid-vhTO9lHykJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vhTO9lHykJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhTO9lHykJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhTO9lHykJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vhTNBt0sGR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhTNBt0sGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTNBt0sGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTWqJyO5s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTWqJyO5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTWqJyO5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTWqJyO5s ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vhTWqJyO5s li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vhTWqJyO5s ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #535353;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vhTWrPdksg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTWrPdksg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTWrPdksg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTWrPdksg .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-vhTWrPdksg .item .icon-wrap {
  text-align: center;
}
.cid-vhTWrPdksg .item span {
  font-size: 2rem;
  color: #000000;
  line-height: 60px;
}
.cid-vhTWrPdksg .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #feda00;
}
.cid-vhTWrPdksg .item.first:before {
  display: none;
}
.cid-vhTWrPdksg .item.five:before {
  display: none;
}
.cid-vhTWrPdksg .icon-box {
  background: #feda00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-vhTWrPdksg .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-vhTWrPdksg .mbr-iconfont {
  color: #535353 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhTWrPdksg .item:before {
    display: none;
  }
  .cid-vhTWrPdksg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vhTWsp9omC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTWsp9omC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTWsp9omC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTWsp9omC .mbr-section-title {
  text-align: justify;
}
.cid-vhTWsp9omC .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhSXZYTS5Y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSXZYTS5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSXZYTS5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vhSXZYTS5Y .container {
    max-width: 1400px;
  }
}
.cid-vhSXZYTS5Y .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #535353;
  margin-bottom: 2rem;
}
.cid-vhSXZYTS5Y .row {
  justify-content: center;
}
.cid-vhSXZYTS5Y .card-title,
.cid-vhSXZYTS5Y .iconfont-wrapper {
  color: #535353;
}
.cid-vhSXZYTS5Y .card-text {
  color: #535353;
}
.cid-vhSXZYTS5Y .mbr-section-title {
  color: #535353;
}
.cid-vhSXZYTS5Y .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSSHV3t2G {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #535353;
}
.cid-vhSSHV3t2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSSHV3t2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSSHV3t2G .mbr-section-title {
  color: #ffffff;
}
.cid-vhSKm5T3Rw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSKm5T3Rw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKm5T3Rw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKm5T3Rw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhSKm5T3Rw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhSKm5T3Rw .row {
    text-align: center;
  }
  .cid-vhSKm5T3Rw .row > div {
    margin: auto;
  }
  .cid-vhSKm5T3Rw .social-row {
    justify-content: center;
  }
}
.cid-vhSKm5T3Rw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhSKm5T3Rw .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhSKm5T3Rw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhSKm5T3Rw .list {
    margin-bottom: 0rem;
  }
}
.cid-vhSKm5T3Rw .mbr-text {
  color: #535353;
}
.cid-vhSKm5T3Rw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhSKm5T3Rw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhSKm5T3Rw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhSKm5T3Rw .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSKm6xmQ2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-vhSKm6xmQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKm6xmQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKm6xmQ2 .media-container-row {
  justify-content: space-between;
}
.cid-vhSKm6xmQ2 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vhSKm6xmQ2 .text-content {
    max-width: none;
  }
}
.cid-vhSKm6xmQ2 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #535353;
  border: 2px solid #535353;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vhSKm6xmQ2 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vhSKm6xmQ2 .mbr-iconfont-social:hover {
  background-color: #535353;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vhSKm6xmQ2 .icons {
    justify-content: center !important;
  }
  .cid-vhSKm6xmQ2 .text-content * {
    text-align: center;
  }
}
.cid-vhSKm79GsV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #323232;
}
.cid-vhSKm79GsV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhSKhgffeg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhSKhgffeg nav.navbar {
  position: fixed;
}
.cid-vhSKhgffeg .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-vhSKhgffeg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhSKhgffeg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhSKhgffeg .dropdown-item:hover,
.cid-vhSKhgffeg .dropdown-item:focus {
  background: #535353 !important;
  color: white !important;
}
.cid-vhSKhgffeg .dropdown-item:hover span {
  color: white;
}
.cid-vhSKhgffeg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhSKhgffeg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhSKhgffeg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhSKhgffeg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhSKhgffeg .nav-link {
  position: relative;
}
.cid-vhSKhgffeg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKhgffeg .container {
    flex-wrap: wrap;
  }
}
.cid-vhSKhgffeg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKhgffeg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhSKhgffeg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhSKhgffeg .dropdown-menu,
.cid-vhSKhgffeg .navbar.opened {
  background: #ffffff !important;
}
.cid-vhSKhgffeg .nav-item:focus,
.cid-vhSKhgffeg .nav-link:focus {
  outline: none;
}
.cid-vhSKhgffeg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhSKhgffeg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhSKhgffeg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhSKhgffeg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhSKhgffeg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhSKhgffeg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhSKhgffeg .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-vhSKhgffeg .navbar.opened {
  transition: all 0.3s;
}
.cid-vhSKhgffeg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhSKhgffeg .navbar .navbar-logo img {
  width: auto;
}
.cid-vhSKhgffeg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhSKhgffeg .navbar.collapsed {
  justify-content: center;
}
.cid-vhSKhgffeg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhSKhgffeg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhSKhgffeg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhSKhgffeg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhSKhgffeg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhSKhgffeg .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-vhSKhgffeg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhSKhgffeg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhSKhgffeg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhSKhgffeg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhSKhgffeg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhSKhgffeg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhSKhgffeg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhSKhgffeg .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-vhSKhgffeg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhSKhgffeg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhSKhgffeg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhSKhgffeg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhSKhgffeg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhSKhgffeg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhSKhgffeg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhSKhgffeg .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhSKhgffeg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhSKhgffeg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhSKhgffeg .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-vhSKhgffeg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhSKhgffeg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhSKhgffeg .dropdown-item.active,
.cid-vhSKhgffeg .dropdown-item:active {
  background-color: transparent;
}
.cid-vhSKhgffeg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhSKhgffeg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhSKhgffeg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhSKhgffeg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhSKhgffeg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhSKhgffeg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhSKhgffeg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhSKhgffeg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhSKhgffeg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhSKhgffeg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhSKhgffeg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhSKhgffeg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKhgffeg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKhgffeg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhSKhgffeg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKhgffeg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhSKhgffeg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhSKhgffeg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKhgffeg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhSKhgffeg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhSKhgffeg .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-vhSKhgffeg .navbar {
    height: 70px;
  }
  .cid-vhSKhgffeg .navbar.opened {
    height: auto;
  }
  .cid-vhSKhgffeg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhSKhh002h {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slade-1-2000x1120.png");
}
.cid-vhSKhh002h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKhh002h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhT2qseW8j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhT2qseW8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhT2qseW8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhT2qseW8j .row {
  flex-direction: row-reverse;
}
.cid-vhT2qseW8j .video-wrapper iframe {
  width: 100%;
}
.cid-vhT2qseW8j .mbr-section-title,
.cid-vhT2qseW8j .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vhT2qseW8j .text-wrapper {
    padding: 2rem;
  }
}
.cid-vhT2qseW8j .mbr-section-subtitle {
  text-align: center;
}
.cid-vhT2qseW8j .mbr-text {
  text-align: center;
}
.cid-vhT3LfBwtA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhT3LfBwtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhT3LfBwtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhT3LfBwtA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vhT3LfBwtA .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vhT6sqzgob {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhT6sqzgob .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhT6sqzgob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhT6sqzgob .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vhT6sqzgob .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vhT6sqzgob .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhT6sqzgob .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vhT6sqzgob .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhT6sqzgob .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vhT6sqzgob .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vhT6sqzgob .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vhT7EBnSix {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhT7EBnSix .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhT7EBnSix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhT7EBnSix .mbr-section-title {
  text-align: justify;
}
.cid-vhT7EBnSix .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vhT7EBnSix .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhT8zv6aGa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vhT8zv6aGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhT8zv6aGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhT8zv6aGa .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vhT8zv6aGa .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vhT8zv6aGa .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vhT9hGpE0s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhT9hGpE0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhT9hGpE0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhT9hGpE0s ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vhT9hGpE0s li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vhT9hGpE0s ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #535353;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vhTbyinEAA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTbyinEAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTbyinEAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTbyinEAA .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-vhTbyinEAA .item .icon-wrap {
  text-align: center;
}
.cid-vhTbyinEAA .item span {
  font-size: 2rem;
  color: #000000;
  line-height: 60px;
}
.cid-vhTbyinEAA .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #feda00;
}
.cid-vhTbyinEAA .item.first:before {
  display: none;
}
.cid-vhTbyinEAA .item.five:before {
  display: none;
}
.cid-vhTbyinEAA .icon-box {
  background: #feda00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-vhTbyinEAA .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-vhTbyinEAA .mbr-iconfont {
  color: #535353 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhTbyinEAA .item:before {
    display: none;
  }
  .cid-vhTbyinEAA .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vhTeDZaA9e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTeDZaA9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTeDZaA9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTeDZaA9e .mbr-section-title {
  text-align: justify;
}
.cid-vhTeDZaA9e .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhSY25lvUC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSY25lvUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSY25lvUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vhSY25lvUC .container {
    max-width: 1400px;
  }
}
.cid-vhSY25lvUC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #535353;
  margin-bottom: 2rem;
}
.cid-vhSY25lvUC .row {
  justify-content: center;
}
.cid-vhSY25lvUC .card-title,
.cid-vhSY25lvUC .iconfont-wrapper {
  color: #535353;
}
.cid-vhSY25lvUC .card-text {
  color: #535353;
}
.cid-vhSY25lvUC .mbr-section-title {
  color: #535353;
}
.cid-vhSY25lvUC .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSSG9pZoB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #535353;
}
.cid-vhSSG9pZoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSSG9pZoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSSG9pZoB .mbr-section-title {
  color: #ffffff;
}
.cid-vhSKhhupQW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSKhhupQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKhhupQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKhhupQW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhSKhhupQW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhSKhhupQW .row {
    text-align: center;
  }
  .cid-vhSKhhupQW .row > div {
    margin: auto;
  }
  .cid-vhSKhhupQW .social-row {
    justify-content: center;
  }
}
.cid-vhSKhhupQW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhSKhhupQW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhSKhhupQW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhSKhhupQW .list {
    margin-bottom: 0rem;
  }
}
.cid-vhSKhhupQW .mbr-text {
  color: #535353;
}
.cid-vhSKhhupQW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhSKhhupQW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhSKhhupQW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhSKhhupQW .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSKhi4r3w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-vhSKhi4r3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKhi4r3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKhi4r3w .media-container-row {
  justify-content: space-between;
}
.cid-vhSKhi4r3w .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vhSKhi4r3w .text-content {
    max-width: none;
  }
}
.cid-vhSKhi4r3w .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #535353;
  border: 2px solid #535353;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vhSKhi4r3w .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vhSKhi4r3w .mbr-iconfont-social:hover {
  background-color: #535353;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vhSKhi4r3w .icons {
    justify-content: center !important;
  }
  .cid-vhSKhi4r3w .text-content * {
    text-align: center;
  }
}
.cid-vhSKhiN96s {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #323232;
}
.cid-vhSKhiN96s .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhSKwEXwvK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhSKwEXwvK nav.navbar {
  position: fixed;
}
.cid-vhSKwEXwvK .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-vhSKwEXwvK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhSKwEXwvK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhSKwEXwvK .dropdown-item:hover,
.cid-vhSKwEXwvK .dropdown-item:focus {
  background: #535353 !important;
  color: white !important;
}
.cid-vhSKwEXwvK .dropdown-item:hover span {
  color: white;
}
.cid-vhSKwEXwvK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhSKwEXwvK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhSKwEXwvK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhSKwEXwvK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhSKwEXwvK .nav-link {
  position: relative;
}
.cid-vhSKwEXwvK .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKwEXwvK .container {
    flex-wrap: wrap;
  }
}
.cid-vhSKwEXwvK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSKwEXwvK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhSKwEXwvK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhSKwEXwvK .dropdown-menu,
.cid-vhSKwEXwvK .navbar.opened {
  background: #ffffff !important;
}
.cid-vhSKwEXwvK .nav-item:focus,
.cid-vhSKwEXwvK .nav-link:focus {
  outline: none;
}
.cid-vhSKwEXwvK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhSKwEXwvK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhSKwEXwvK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhSKwEXwvK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhSKwEXwvK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhSKwEXwvK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhSKwEXwvK .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-vhSKwEXwvK .navbar.opened {
  transition: all 0.3s;
}
.cid-vhSKwEXwvK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhSKwEXwvK .navbar .navbar-logo img {
  width: auto;
}
.cid-vhSKwEXwvK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhSKwEXwvK .navbar.collapsed {
  justify-content: center;
}
.cid-vhSKwEXwvK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhSKwEXwvK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhSKwEXwvK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhSKwEXwvK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhSKwEXwvK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhSKwEXwvK .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-vhSKwEXwvK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhSKwEXwvK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhSKwEXwvK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhSKwEXwvK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhSKwEXwvK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhSKwEXwvK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhSKwEXwvK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhSKwEXwvK .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-vhSKwEXwvK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhSKwEXwvK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhSKwEXwvK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhSKwEXwvK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhSKwEXwvK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhSKwEXwvK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhSKwEXwvK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhSKwEXwvK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhSKwEXwvK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhSKwEXwvK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhSKwEXwvK .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-vhSKwEXwvK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhSKwEXwvK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhSKwEXwvK .dropdown-item.active,
.cid-vhSKwEXwvK .dropdown-item:active {
  background-color: transparent;
}
.cid-vhSKwEXwvK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhSKwEXwvK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhSKwEXwvK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhSKwEXwvK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhSKwEXwvK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhSKwEXwvK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhSKwEXwvK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhSKwEXwvK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhSKwEXwvK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhSKwEXwvK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhSKwEXwvK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhSKwEXwvK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKwEXwvK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSKwEXwvK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhSKwEXwvK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKwEXwvK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhSKwEXwvK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhSKwEXwvK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSKwEXwvK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhSKwEXwvK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhSKwEXwvK .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-vhSKwEXwvK .navbar {
    height: 70px;
  }
  .cid-vhSKwEXwvK .navbar.opened {
    height: auto;
  }
  .cid-vhSKwEXwvK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhSKwFOxlp {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slade-4-2000x1120.png");
}
.cid-vhSKwFOxlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKwFOxlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU0ekmhfr {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhU0ekmhfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU0ekmhfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhUbGVR4xZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhUbGVR4xZ img,
.cid-vhUbGVR4xZ .item-img {
  width: 100%;
}
.cid-vhUbGVR4xZ .item:focus,
.cid-vhUbGVR4xZ span:focus {
  outline: none;
}
.cid-vhUbGVR4xZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhUbGVR4xZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vhUbGVR4xZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhUbGVR4xZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vhUbGVR4xZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vhUbGVR4xZ .mbr-section-title {
  color: #232323;
}
.cid-vhUbGVR4xZ .mbr-text,
.cid-vhUbGVR4xZ .mbr-section-btn {
  text-align: left;
}
.cid-vhUbGVR4xZ .item-title {
  text-align: left;
}
.cid-vhUbGVR4xZ .item-subtitle {
  text-align: center;
}
.cid-vhUfMqFSNb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhUfMqFSNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhUfMqFSNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTX8ieZ6M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTX8ieZ6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTX8ieZ6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTX8ieZ6M ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vhTX8ieZ6M li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vhTX8ieZ6M ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #535353;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vhTX9cxmyl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTX9cxmyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTX9cxmyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTX9cxmyl .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-vhTX9cxmyl .item .icon-wrap {
  text-align: center;
}
.cid-vhTX9cxmyl .item span {
  font-size: 2rem;
  color: #000000;
  line-height: 60px;
}
.cid-vhTX9cxmyl .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #feda00;
}
.cid-vhTX9cxmyl .item.first:before {
  display: none;
}
.cid-vhTX9cxmyl .item.five:before {
  display: none;
}
.cid-vhTX9cxmyl .icon-box {
  background: #feda00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-vhTX9cxmyl .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-vhTX9cxmyl .mbr-iconfont {
  color: #535353 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhTX9cxmyl .item:before {
    display: none;
  }
  .cid-vhTX9cxmyl .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vhTX9ZmiUY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTX9ZmiUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTX9ZmiUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTX9ZmiUY .mbr-section-title {
  text-align: justify;
}
.cid-vhTX9ZmiUY .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhSXVvXVEs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSXVvXVEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSXVvXVEs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vhSXVvXVEs .container {
    max-width: 1400px;
  }
}
.cid-vhSXVvXVEs .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #535353;
  margin-bottom: 2rem;
}
.cid-vhSXVvXVEs .row {
  justify-content: center;
}
.cid-vhSXVvXVEs .card-title,
.cid-vhSXVvXVEs .iconfont-wrapper {
  color: #535353;
}
.cid-vhSXVvXVEs .card-text {
  color: #535353;
}
.cid-vhSXVvXVEs .mbr-section-title {
  color: #535353;
}
.cid-vhSXVvXVEs .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSSLLtGSe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #535353;
}
.cid-vhSSLLtGSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSSLLtGSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSSLLtGSe .mbr-section-title {
  color: #ffffff;
}
.cid-vhSKwGvSZs {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSKwGvSZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKwGvSZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKwGvSZs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhSKwGvSZs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhSKwGvSZs .row {
    text-align: center;
  }
  .cid-vhSKwGvSZs .row > div {
    margin: auto;
  }
  .cid-vhSKwGvSZs .social-row {
    justify-content: center;
  }
}
.cid-vhSKwGvSZs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhSKwGvSZs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhSKwGvSZs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhSKwGvSZs .list {
    margin-bottom: 0rem;
  }
}
.cid-vhSKwGvSZs .mbr-text {
  color: #535353;
}
.cid-vhSKwGvSZs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhSKwGvSZs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhSKwGvSZs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhSKwGvSZs .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSKwHADiT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-vhSKwHADiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSKwHADiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSKwHADiT .media-container-row {
  justify-content: space-between;
}
.cid-vhSKwHADiT .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vhSKwHADiT .text-content {
    max-width: none;
  }
}
.cid-vhSKwHADiT .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #535353;
  border: 2px solid #535353;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vhSKwHADiT .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vhSKwHADiT .mbr-iconfont-social:hover {
  background-color: #535353;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vhSKwHADiT .icons {
    justify-content: center !important;
  }
  .cid-vhSKwHADiT .text-content * {
    text-align: center;
  }
}
.cid-vhSKwI9srV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #323232;
}
.cid-vhSKwI9srV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhSNwfI9Zi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhSNwfI9Zi nav.navbar {
  position: fixed;
}
.cid-vhSNwfI9Zi .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-vhSNwfI9Zi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhSNwfI9Zi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhSNwfI9Zi .dropdown-item:hover,
.cid-vhSNwfI9Zi .dropdown-item:focus {
  background: #535353 !important;
  color: white !important;
}
.cid-vhSNwfI9Zi .dropdown-item:hover span {
  color: white;
}
.cid-vhSNwfI9Zi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhSNwfI9Zi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhSNwfI9Zi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhSNwfI9Zi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhSNwfI9Zi .nav-link {
  position: relative;
}
.cid-vhSNwfI9Zi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSNwfI9Zi .container {
    flex-wrap: wrap;
  }
}
.cid-vhSNwfI9Zi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhSNwfI9Zi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhSNwfI9Zi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhSNwfI9Zi .dropdown-menu,
.cid-vhSNwfI9Zi .navbar.opened {
  background: #ffffff !important;
}
.cid-vhSNwfI9Zi .nav-item:focus,
.cid-vhSNwfI9Zi .nav-link:focus {
  outline: none;
}
.cid-vhSNwfI9Zi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhSNwfI9Zi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhSNwfI9Zi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhSNwfI9Zi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhSNwfI9Zi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhSNwfI9Zi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhSNwfI9Zi .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-vhSNwfI9Zi .navbar.opened {
  transition: all 0.3s;
}
.cid-vhSNwfI9Zi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhSNwfI9Zi .navbar .navbar-logo img {
  width: auto;
}
.cid-vhSNwfI9Zi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhSNwfI9Zi .navbar.collapsed {
  justify-content: center;
}
.cid-vhSNwfI9Zi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhSNwfI9Zi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhSNwfI9Zi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhSNwfI9Zi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhSNwfI9Zi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhSNwfI9Zi .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-vhSNwfI9Zi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhSNwfI9Zi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhSNwfI9Zi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhSNwfI9Zi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhSNwfI9Zi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhSNwfI9Zi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhSNwfI9Zi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhSNwfI9Zi .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-vhSNwfI9Zi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhSNwfI9Zi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhSNwfI9Zi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhSNwfI9Zi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhSNwfI9Zi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhSNwfI9Zi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhSNwfI9Zi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhSNwfI9Zi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhSNwfI9Zi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhSNwfI9Zi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhSNwfI9Zi .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-vhSNwfI9Zi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhSNwfI9Zi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhSNwfI9Zi .dropdown-item.active,
.cid-vhSNwfI9Zi .dropdown-item:active {
  background-color: transparent;
}
.cid-vhSNwfI9Zi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhSNwfI9Zi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhSNwfI9Zi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhSNwfI9Zi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhSNwfI9Zi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhSNwfI9Zi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhSNwfI9Zi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhSNwfI9Zi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhSNwfI9Zi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhSNwfI9Zi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhSNwfI9Zi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhSNwfI9Zi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSNwfI9Zi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhSNwfI9Zi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhSNwfI9Zi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSNwfI9Zi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhSNwfI9Zi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhSNwfI9Zi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhSNwfI9Zi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhSNwfI9Zi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhSNwfI9Zi .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-vhSNwfI9Zi .navbar {
    height: 70px;
  }
  .cid-vhSNwfI9Zi .navbar.opened {
    height: auto;
  }
  .cid-vhSNwfI9Zi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhSNwgoPtc {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slade-10-2000x1120.png");
}
.cid-vhSNwgoPtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSNwgoPtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhW5fTcIZK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vhW5fTcIZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhW5fTcIZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhW5fTcIZK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vhW5fTcIZK .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vhW59WsPoX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhW59WsPoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhW59WsPoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXu6RiDI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXu6RiDI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXu6RiDI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXu6RiDI ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vhTXu6RiDI li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vhTXu6RiDI ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #535353;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vhTXuHJGKi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXuHJGKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXuHJGKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXuHJGKi .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-vhTXuHJGKi .item .icon-wrap {
  text-align: center;
}
.cid-vhTXuHJGKi .item span {
  font-size: 2rem;
  color: #000000;
  line-height: 60px;
}
.cid-vhTXuHJGKi .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #feda00;
}
.cid-vhTXuHJGKi .item.first:before {
  display: none;
}
.cid-vhTXuHJGKi .item.five:before {
  display: none;
}
.cid-vhTXuHJGKi .icon-box {
  background: #feda00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-vhTXuHJGKi .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-vhTXuHJGKi .mbr-iconfont {
  color: #535353 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhTXuHJGKi .item:before {
    display: none;
  }
  .cid-vhTXuHJGKi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vhTXvdsV0X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhTXvdsV0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhTXvdsV0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhTXvdsV0X .mbr-section-title {
  text-align: justify;
}
.cid-vhTXvdsV0X .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhSTv2zJWv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSTv2zJWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSTv2zJWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vhSTv2zJWv .container {
    max-width: 1400px;
  }
}
.cid-vhSTv2zJWv .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #535353;
  margin-bottom: 2rem;
}
.cid-vhSTv2zJWv .row {
  justify-content: center;
}
.cid-vhSTv2zJWv .card-title,
.cid-vhSTv2zJWv .iconfont-wrapper {
  color: #535353;
}
.cid-vhSTv2zJWv .card-text {
  color: #535353;
}
.cid-vhSTv2zJWv .mbr-section-title {
  color: #535353;
}
.cid-vhSTv2zJWv .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSSUPorTE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #535353;
}
.cid-vhSSUPorTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSSUPorTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSSUPorTE .mbr-section-title {
  color: #ffffff;
}
.cid-vhSNwgUi94 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhSNwgUi94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSNwgUi94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSNwgUi94 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhSNwgUi94 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhSNwgUi94 .row {
    text-align: center;
  }
  .cid-vhSNwgUi94 .row > div {
    margin: auto;
  }
  .cid-vhSNwgUi94 .social-row {
    justify-content: center;
  }
}
.cid-vhSNwgUi94 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhSNwgUi94 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhSNwgUi94 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhSNwgUi94 .list {
    margin-bottom: 0rem;
  }
}
.cid-vhSNwgUi94 .mbr-text {
  color: #535353;
}
.cid-vhSNwgUi94 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhSNwgUi94 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhSNwgUi94 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhSNwgUi94 .mbr-section-subtitle {
  color: #535353;
}
.cid-vhSNwhsnfC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-vhSNwhsnfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhSNwhsnfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhSNwhsnfC .media-container-row {
  justify-content: space-between;
}
.cid-vhSNwhsnfC .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vhSNwhsnfC .text-content {
    max-width: none;
  }
}
.cid-vhSNwhsnfC .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #535353;
  border: 2px solid #535353;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vhSNwhsnfC .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vhSNwhsnfC .mbr-iconfont-social:hover {
  background-color: #535353;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vhSNwhsnfC .icons {
    justify-content: center !important;
  }
  .cid-vhSNwhsnfC .text-content * {
    text-align: center;
  }
}
.cid-vhSNwhY6eU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #323232;
}
.cid-vhSNwhY6eU .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhVrVvJlen {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhVrVvJlen nav.navbar {
  position: fixed;
}
.cid-vhVrVvJlen .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-vhVrVvJlen .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhVrVvJlen .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhVrVvJlen .dropdown-item:hover,
.cid-vhVrVvJlen .dropdown-item:focus {
  background: #535353 !important;
  color: white !important;
}
.cid-vhVrVvJlen .dropdown-item:hover span {
  color: white;
}
.cid-vhVrVvJlen .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhVrVvJlen .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhVrVvJlen .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhVrVvJlen .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhVrVvJlen .nav-link {
  position: relative;
}
.cid-vhVrVvJlen .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhVrVvJlen .container {
    flex-wrap: wrap;
  }
}
.cid-vhVrVvJlen .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhVrVvJlen .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhVrVvJlen .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhVrVvJlen .dropdown-menu,
.cid-vhVrVvJlen .navbar.opened {
  background: #ffffff !important;
}
.cid-vhVrVvJlen .nav-item:focus,
.cid-vhVrVvJlen .nav-link:focus {
  outline: none;
}
.cid-vhVrVvJlen .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhVrVvJlen .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhVrVvJlen .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhVrVvJlen .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhVrVvJlen .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhVrVvJlen .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhVrVvJlen .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-vhVrVvJlen .navbar.opened {
  transition: all 0.3s;
}
.cid-vhVrVvJlen .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhVrVvJlen .navbar .navbar-logo img {
  width: auto;
}
.cid-vhVrVvJlen .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhVrVvJlen .navbar.collapsed {
  justify-content: center;
}
.cid-vhVrVvJlen .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhVrVvJlen .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhVrVvJlen .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhVrVvJlen .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhVrVvJlen .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhVrVvJlen .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-vhVrVvJlen .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhVrVvJlen .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhVrVvJlen .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhVrVvJlen .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhVrVvJlen .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhVrVvJlen .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhVrVvJlen .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhVrVvJlen .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-vhVrVvJlen .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhVrVvJlen .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhVrVvJlen .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhVrVvJlen .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhVrVvJlen .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhVrVvJlen .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhVrVvJlen .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhVrVvJlen .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhVrVvJlen .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhVrVvJlen .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhVrVvJlen .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-vhVrVvJlen .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhVrVvJlen .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhVrVvJlen .dropdown-item.active,
.cid-vhVrVvJlen .dropdown-item:active {
  background-color: transparent;
}
.cid-vhVrVvJlen .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhVrVvJlen .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhVrVvJlen .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhVrVvJlen .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhVrVvJlen .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhVrVvJlen .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhVrVvJlen ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhVrVvJlen .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhVrVvJlen button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhVrVvJlen button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhVrVvJlen button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhVrVvJlen button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhVrVvJlen button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhVrVvJlen button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhVrVvJlen nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhVrVvJlen nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhVrVvJlen nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhVrVvJlen nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhVrVvJlen .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhVrVvJlen a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhVrVvJlen .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-vhVrVvJlen .navbar {
    height: 70px;
  }
  .cid-vhVrVvJlen .navbar.opened {
    height: auto;
  }
  .cid-vhVrVvJlen .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhVrVwmHqV {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slade-9-2000x1120.png");
}
.cid-vhVrVwmHqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVrVwmHqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVAgxs2ZB {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhVAgxs2ZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVAgxs2ZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVB2Z4xgc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhVB2Z4xgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVB2Z4xgc .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-vhVB2Z4xgc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhVB2Z4xgc .row {
  flex-direction: row-reverse;
}
.cid-vhVB2Z4xgc img {
  width: 100%;
}
.cid-vhVBfUggUJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhVBfUggUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVBfUggUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVBX5cJ6a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhVBX5cJ6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVBX5cJ6a .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-vhVBX5cJ6a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhVBX5cJ6a .row {
  flex-direction: row-reverse;
}
.cid-vhVBX5cJ6a img {
  width: 100%;
}
.cid-vhVCjhjl3f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhVCjhjl3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVCjhjl3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVCORhXLh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhVCORhXLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVCORhXLh .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-vhVCORhXLh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhVCORhXLh .row {
  flex-direction: row-reverse;
}
.cid-vhVCORhXLh img {
  width: 100%;
}
.cid-vhVD628Wqg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhVD628Wqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVD628Wqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVDpfkDNi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhVDpfkDNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVDpfkDNi .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-vhVDpfkDNi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhVDpfkDNi .row {
  flex-direction: row-reverse;
}
.cid-vhVDpfkDNi img {
  width: 100%;
}
.cid-vhVDGC6voF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhVDGC6voF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVDGC6voF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVE0I9cNE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhVE0I9cNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVE0I9cNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVE0I9cNE .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vhVE0I9cNE .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vhVE0I9cNE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhVE0I9cNE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vhVE0I9cNE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhVE0I9cNE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vhVE0I9cNE .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vhVE0I9cNE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vhVrVwQIPD {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vhVrVwQIPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVrVwQIPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVrVxhxCW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhVrVxhxCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVrVxhxCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVrVxhxCW ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vhVrVxhxCW li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vhVrVxhxCW ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #535353;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vhVrVxH6Zm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhVrVxH6Zm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVrVxH6Zm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVrVxH6Zm .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-vhVrVxH6Zm .item .icon-wrap {
  text-align: center;
}
.cid-vhVrVxH6Zm .item span {
  font-size: 2rem;
  color: #000000;
  line-height: 60px;
}
.cid-vhVrVxH6Zm .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #feda00;
}
.cid-vhVrVxH6Zm .item.first:before {
  display: none;
}
.cid-vhVrVxH6Zm .item.five:before {
  display: none;
}
.cid-vhVrVxH6Zm .icon-box {
  background: #feda00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-vhVrVxH6Zm .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-vhVrVxH6Zm .mbr-iconfont {
  color: #535353 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhVrVxH6Zm .item:before {
    display: none;
  }
  .cid-vhVrVxH6Zm .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vhVrVyC4wR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhVrVyC4wR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVrVyC4wR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVrVyC4wR .mbr-section-title {
  text-align: justify;
}
.cid-vhVrVyC4wR .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhVrVyUtPK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhVrVyUtPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVrVyUtPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vhVrVyUtPK .container {
    max-width: 1400px;
  }
}
.cid-vhVrVyUtPK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #535353;
  margin-bottom: 2rem;
}
.cid-vhVrVyUtPK .row {
  justify-content: center;
}
.cid-vhVrVyUtPK .card-title,
.cid-vhVrVyUtPK .iconfont-wrapper {
  color: #535353;
}
.cid-vhVrVyUtPK .card-text {
  color: #535353;
}
.cid-vhVrVyUtPK .mbr-section-title {
  color: #535353;
}
.cid-vhVrVyUtPK .mbr-section-subtitle {
  color: #535353;
}
.cid-vhVrVzpJ56 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #535353;
}
.cid-vhVrVzpJ56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVrVzpJ56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVrVzpJ56 .mbr-section-title {
  color: #ffffff;
}
.cid-vhVrVzPRHY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vhVrVzPRHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVrVzPRHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVrVzPRHY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhVrVzPRHY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhVrVzPRHY .row {
    text-align: center;
  }
  .cid-vhVrVzPRHY .row > div {
    margin: auto;
  }
  .cid-vhVrVzPRHY .social-row {
    justify-content: center;
  }
}
.cid-vhVrVzPRHY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhVrVzPRHY .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhVrVzPRHY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhVrVzPRHY .list {
    margin-bottom: 0rem;
  }
}
.cid-vhVrVzPRHY .mbr-text {
  color: #535353;
}
.cid-vhVrVzPRHY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhVrVzPRHY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhVrVzPRHY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhVrVzPRHY .mbr-section-subtitle {
  color: #535353;
}
.cid-vhVrVAh5GG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-vhVrVAh5GG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVrVAh5GG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVrVAh5GG .media-container-row {
  justify-content: space-between;
}
.cid-vhVrVAh5GG .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vhVrVAh5GG .text-content {
    max-width: none;
  }
}
.cid-vhVrVAh5GG .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #535353;
  border: 2px solid #535353;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vhVrVAh5GG .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vhVrVAh5GG .mbr-iconfont-social:hover {
  background-color: #535353;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vhVrVAh5GG .icons {
    justify-content: center !important;
  }
  .cid-vhVrVAh5GG .text-content * {
    text-align: center;
  }
}
.cid-vhVrVALQws {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #323232;
}
.cid-vhVrVALQws .mbr-text {
  text-align: center;
  color: #ffffff;
}
