.btn {
  border-width: 2px;
}
body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #479cf3 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #479cf3 !important;
  border-color: #479cf3 !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: #0e70d5 !important;
  border-color: #0e70d5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e70d5 !important;
  border-color: #0e70d5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #479cf3;
  color: #479cf3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e70d5 !important;
  background-color: transparent!important;
  border-color: #0e70d5 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #479cf3 !important;
  border-color: #479cf3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #479cf3 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #000000 !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: #0d69c7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !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: #479cf3;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #479cf3;
  border-color: #479cf3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #479cf3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #479cf3 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #479cf3;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #479cf3;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #479cf3;
}
.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: #479cf3;
  border-bottom-color: #479cf3;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #479cf3 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23479cf3' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-skR2TSuyBh .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-skR2TSuyBh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-skR2TSuyBh a {
  font-style: normal;
}
.cid-skR2TSuyBh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skR2TSuyBh .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-skR2TSuyBh .nav-item:focus,
.cid-skR2TSuyBh .nav-link:focus {
  outline: none;
}
.cid-skR2TSuyBh .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skR2TSuyBh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-skR2TSuyBh .menu-logo {
  margin-right: auto;
}
.cid-skR2TSuyBh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skR2TSuyBh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-skR2TSuyBh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-skR2TSuyBh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-skR2TSuyBh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-skR2TSuyBh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-skR2TSuyBh .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-skR2TSuyBh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-skR2TSuyBh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-skR2TSuyBh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-skR2TSuyBh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-skR2TSuyBh .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-skR2TSuyBh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-skR2TSuyBh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skR2TSuyBh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-skR2TSuyBh .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-skR2TSuyBh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-skR2TSuyBh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-skR2TSuyBh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-skR2TSuyBh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-skR2TSuyBh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-skR2TSuyBh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-skR2TSuyBh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-skR2TSuyBh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-skR2TSuyBh button.navbar-toggler:focus {
  outline: none;
}
.cid-skR2TSuyBh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-skR2TSuyBh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skR2TSuyBh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skR2TSuyBh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skR2TSuyBh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skR2TSuyBh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skR2TSuyBh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skR2TSuyBh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skR2TSuyBh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skR2TSuyBh .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skR2TSuyBh .collapsed .btn {
  display: -webkit-flex;
}
.cid-skR2TSuyBh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-skR2TSuyBh .collapsed .navbar-collapse.collapsing,
.cid-skR2TSuyBh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-skR2TSuyBh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-skR2TSuyBh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-skR2TSuyBh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-skR2TSuyBh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-skR2TSuyBh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-skR2TSuyBh .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-skR2TSuyBh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-skR2TSuyBh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-skR2TSuyBh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-skR2TSuyBh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-skR2TSuyBh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-skR2TSuyBh .collapsed button.navbar-toggler {
  display: block;
}
.cid-skR2TSuyBh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-skR2TSuyBh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skR2TSuyBh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-skR2TSuyBh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-skR2TSuyBh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-skR2TSuyBh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-skR2TSuyBh.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skR2TSuyBh img {
    height: 3.8rem !important;
  }
  .cid-skR2TSuyBh .btn {
    display: -webkit-flex;
  }
  .cid-skR2TSuyBh button.navbar-toggler {
    display: block;
  }
  .cid-skR2TSuyBh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-skR2TSuyBh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skR2TSuyBh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-skR2TSuyBh .navbar-collapse.collapsing,
  .cid-skR2TSuyBh .navbar-collapse.show {
    display: block !important;
  }
  .cid-skR2TSuyBh .navbar-collapse.collapsing .navbar-nav,
  .cid-skR2TSuyBh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-skR2TSuyBh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-skR2TSuyBh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-skR2TSuyBh .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-skR2TSuyBh .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-skR2TSuyBh .navbar-collapse.collapsing .navbar-buttons,
  .cid-skR2TSuyBh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-skR2TSuyBh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-skR2TSuyBh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-skR2TSuyBh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-skR2TSuyBh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-skR2TSuyBh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-skR2TSuyBh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-skR2TSuyBh .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-skR2TSuyBh .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-skR2TSuyBh .nav-link:hover,
.cid-skR2TSuyBh .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uCOqByl5xY {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uCOqByl5xY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOqByl5xY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOqByl5xY .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCOqByl5xY .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uCO9fbE4cy {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCO9fbE4cy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCO9fbE4cy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCO9fbE4cy .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uCO9fbE4cy .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCO9fbE4cy .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uCO9fbE4cy .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uCO9fbE4cy .row .row {
    flex-direction: column-reverse;
  }
  .cid-uCO9fbE4cy .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uCO9fbE4cy .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCO9fbE4cy .card-subtitle {
  color: #0095ff;
}
.cid-uCO9fbE4cy .mbr-text {
  color: #555555;
}
.cid-uCO9fbE4cy .mbr-text,
.cid-uCO9fbE4cy .mbr-section-btn {
  text-align: left;
}
.cid-skRp5U0MUP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4d4a4e;
}
.cid-skRp5U0MUP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-skRp5U0MUP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skRp5U0MUP .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-skRp5U0MUP .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-skRp5U0MUP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-skRp5U0MUP .copyright {
  color: #bbbbbb;
}
.cid-skRp5U0MUP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-skRfBW39pF .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-skRfBW39pF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-skRfBW39pF a {
  font-style: normal;
}
.cid-skRfBW39pF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skRfBW39pF .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-skRfBW39pF .nav-item:focus,
.cid-skRfBW39pF .nav-link:focus {
  outline: none;
}
.cid-skRfBW39pF .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skRfBW39pF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-skRfBW39pF .menu-logo {
  margin-right: auto;
}
.cid-skRfBW39pF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skRfBW39pF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-skRfBW39pF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-skRfBW39pF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-skRfBW39pF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-skRfBW39pF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-skRfBW39pF .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-skRfBW39pF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-skRfBW39pF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-skRfBW39pF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-skRfBW39pF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-skRfBW39pF .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-skRfBW39pF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-skRfBW39pF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skRfBW39pF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-skRfBW39pF .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-skRfBW39pF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-skRfBW39pF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-skRfBW39pF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-skRfBW39pF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-skRfBW39pF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-skRfBW39pF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-skRfBW39pF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-skRfBW39pF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-skRfBW39pF button.navbar-toggler:focus {
  outline: none;
}
.cid-skRfBW39pF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-skRfBW39pF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skRfBW39pF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skRfBW39pF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skRfBW39pF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skRfBW39pF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skRfBW39pF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skRfBW39pF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skRfBW39pF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skRfBW39pF .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skRfBW39pF .collapsed .btn {
  display: -webkit-flex;
}
.cid-skRfBW39pF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-skRfBW39pF .collapsed .navbar-collapse.collapsing,
.cid-skRfBW39pF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-skRfBW39pF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-skRfBW39pF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-skRfBW39pF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-skRfBW39pF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-skRfBW39pF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-skRfBW39pF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-skRfBW39pF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-skRfBW39pF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-skRfBW39pF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-skRfBW39pF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-skRfBW39pF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-skRfBW39pF .collapsed button.navbar-toggler {
  display: block;
}
.cid-skRfBW39pF .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-skRfBW39pF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skRfBW39pF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-skRfBW39pF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-skRfBW39pF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-skRfBW39pF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-skRfBW39pF.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skRfBW39pF img {
    height: 3.8rem !important;
  }
  .cid-skRfBW39pF .btn {
    display: -webkit-flex;
  }
  .cid-skRfBW39pF button.navbar-toggler {
    display: block;
  }
  .cid-skRfBW39pF .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-skRfBW39pF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skRfBW39pF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-skRfBW39pF .navbar-collapse.collapsing,
  .cid-skRfBW39pF .navbar-collapse.show {
    display: block !important;
  }
  .cid-skRfBW39pF .navbar-collapse.collapsing .navbar-nav,
  .cid-skRfBW39pF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-skRfBW39pF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-skRfBW39pF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-skRfBW39pF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-skRfBW39pF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-skRfBW39pF .navbar-collapse.collapsing .navbar-buttons,
  .cid-skRfBW39pF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-skRfBW39pF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-skRfBW39pF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-skRfBW39pF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-skRfBW39pF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-skRfBW39pF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-skRfBW39pF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-skRfBW39pF .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-skRfBW39pF .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-skRfBW39pF .nav-link:hover,
.cid-skRfBW39pF .dropdown-item:hover {
  color: #767676 !important;
}
.cid-skVm3GaPdg {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-skVm3GaPdg .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-skVm3GaPdg .media-container-column {
  background-color: #ededed;
}
@media (max-width: 767px) {
  .cid-skVm3GaPdg .media-container-column {
    padding: 1rem !important;
  }
}
.cid-skVm3GaPdg H1 {
  text-align: center;
  color: #353535;
}
.cid-skVm3GaPdg .mbr-text,
.cid-skVm3GaPdg .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-skWkA2Cd1s {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-skWkA2Cd1s P {
  color: #767676;
}
.cid-skWkjTl46h {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-skWkjTl46h h4 {
  text-align: left;
  font-weight: 500;
}
.cid-skWkjTl46h p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-skWkjTl46h .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-skWkjTl46h .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-skWkjTl46h .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-skWkjTl46h .card-title,
.cid-skWkjTl46h .card-img {
  text-align: center;
}
.cid-skVrquxVEr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skVrquxVEr .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-skVrquxVEr .container {
    max-width: 1400px;
  }
}
.cid-skVrquxVEr .card {
  margin: auto;
}
.cid-skVrquxVEr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #479cf3;
  margin-bottom: 2rem;
}
.cid-skVrquxVEr .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-skVrquxVEr .row {
  justify-content: center;
}
.cid-skVutnwCqv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ededed;
}
.cid-skVutnwCqv .title {
  margin-bottom: 2rem;
}
.cid-skVutnwCqv .mbr-section-subtitle {
  color: #767676;
}
.cid-skVutnwCqv a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-skVutnwCqv a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-skVutnwCqv textarea.form-control {
  min-height: 188px;
}
.cid-skRp5U0MUP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4d4a4e;
}
.cid-skRp5U0MUP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-skRp5U0MUP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skRp5U0MUP .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-skRp5U0MUP .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-skRp5U0MUP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-skRp5U0MUP .copyright {
  color: #bbbbbb;
}
.cid-skRp5U0MUP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-skRm7SeaUf .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-skRm7SeaUf .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-skRm7SeaUf a {
  font-style: normal;
}
.cid-skRm7SeaUf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skRm7SeaUf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-skRm7SeaUf .nav-item:focus,
.cid-skRm7SeaUf .nav-link:focus {
  outline: none;
}
.cid-skRm7SeaUf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skRm7SeaUf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-skRm7SeaUf .menu-logo {
  margin-right: auto;
}
.cid-skRm7SeaUf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skRm7SeaUf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-skRm7SeaUf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-skRm7SeaUf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-skRm7SeaUf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-skRm7SeaUf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-skRm7SeaUf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-skRm7SeaUf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-skRm7SeaUf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-skRm7SeaUf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-skRm7SeaUf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-skRm7SeaUf .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-skRm7SeaUf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-skRm7SeaUf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skRm7SeaUf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-skRm7SeaUf .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-skRm7SeaUf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-skRm7SeaUf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-skRm7SeaUf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-skRm7SeaUf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-skRm7SeaUf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-skRm7SeaUf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-skRm7SeaUf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-skRm7SeaUf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-skRm7SeaUf button.navbar-toggler:focus {
  outline: none;
}
.cid-skRm7SeaUf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-skRm7SeaUf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skRm7SeaUf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skRm7SeaUf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skRm7SeaUf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skRm7SeaUf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skRm7SeaUf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skRm7SeaUf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skRm7SeaUf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skRm7SeaUf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skRm7SeaUf .collapsed .btn {
  display: -webkit-flex;
}
.cid-skRm7SeaUf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-skRm7SeaUf .collapsed .navbar-collapse.collapsing,
.cid-skRm7SeaUf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-skRm7SeaUf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-skRm7SeaUf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-skRm7SeaUf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-skRm7SeaUf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-skRm7SeaUf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-skRm7SeaUf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-skRm7SeaUf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-skRm7SeaUf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-skRm7SeaUf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-skRm7SeaUf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-skRm7SeaUf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-skRm7SeaUf .collapsed button.navbar-toggler {
  display: block;
}
.cid-skRm7SeaUf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-skRm7SeaUf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skRm7SeaUf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-skRm7SeaUf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-skRm7SeaUf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-skRm7SeaUf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-skRm7SeaUf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skRm7SeaUf img {
    height: 3.8rem !important;
  }
  .cid-skRm7SeaUf .btn {
    display: -webkit-flex;
  }
  .cid-skRm7SeaUf button.navbar-toggler {
    display: block;
  }
  .cid-skRm7SeaUf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-skRm7SeaUf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skRm7SeaUf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-skRm7SeaUf .navbar-collapse.collapsing,
  .cid-skRm7SeaUf .navbar-collapse.show {
    display: block !important;
  }
  .cid-skRm7SeaUf .navbar-collapse.collapsing .navbar-nav,
  .cid-skRm7SeaUf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-skRm7SeaUf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-skRm7SeaUf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-skRm7SeaUf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-skRm7SeaUf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-skRm7SeaUf .navbar-collapse.collapsing .navbar-buttons,
  .cid-skRm7SeaUf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-skRm7SeaUf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-skRm7SeaUf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-skRm7SeaUf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-skRm7SeaUf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-skRm7SeaUf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-skRm7SeaUf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-skRm7SeaUf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-skRm7SeaUf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-skRm7SeaUf .nav-link:hover,
.cid-skRm7SeaUf .dropdown-item:hover {
  color: #767676 !important;
}
.cid-skRm7QBpsl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ededed;
}
.cid-skRm7QBpsl img,
.cid-skRm7QBpsl .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-skRm7QBpsl .item:focus,
.cid-skRm7QBpsl span:focus {
  outline: none;
}
.cid-skRm7QBpsl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-skRm7QBpsl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-skRm7QBpsl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-skRm7QBpsl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skRm7QBpsl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-skRm7QBpsl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-skRm7QBpsl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-skRm7QBpsl .mbr-section-title {
  color: #232323;
}
.cid-skRm7QBpsl .mbr-text,
.cid-skRm7QBpsl .mbr-section-btn {
  text-align: center;
}
.cid-skRm7QBpsl .item-title {
  text-align: center;
}
.cid-skRm7QBpsl .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-skRp5U0MUP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4d4a4e;
}
.cid-skRp5U0MUP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-skRp5U0MUP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skRp5U0MUP .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-skRp5U0MUP .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-skRp5U0MUP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-skRp5U0MUP .copyright {
  color: #bbbbbb;
}
.cid-skRp5U0MUP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-skRRlHV8sw .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-skRRlHV8sw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-skRRlHV8sw a {
  font-style: normal;
}
.cid-skRRlHV8sw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skRRlHV8sw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-skRRlHV8sw .nav-item:focus,
.cid-skRRlHV8sw .nav-link:focus {
  outline: none;
}
.cid-skRRlHV8sw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skRRlHV8sw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-skRRlHV8sw .menu-logo {
  margin-right: auto;
}
.cid-skRRlHV8sw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skRRlHV8sw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-skRRlHV8sw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-skRRlHV8sw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-skRRlHV8sw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-skRRlHV8sw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-skRRlHV8sw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-skRRlHV8sw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-skRRlHV8sw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-skRRlHV8sw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-skRRlHV8sw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-skRRlHV8sw .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-skRRlHV8sw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-skRRlHV8sw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skRRlHV8sw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-skRRlHV8sw .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-skRRlHV8sw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-skRRlHV8sw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-skRRlHV8sw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-skRRlHV8sw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-skRRlHV8sw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-skRRlHV8sw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-skRRlHV8sw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-skRRlHV8sw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-skRRlHV8sw button.navbar-toggler:focus {
  outline: none;
}
.cid-skRRlHV8sw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-skRRlHV8sw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skRRlHV8sw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skRRlHV8sw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skRRlHV8sw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skRRlHV8sw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skRRlHV8sw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skRRlHV8sw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skRRlHV8sw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skRRlHV8sw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skRRlHV8sw .collapsed .btn {
  display: -webkit-flex;
}
.cid-skRRlHV8sw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-skRRlHV8sw .collapsed .navbar-collapse.collapsing,
.cid-skRRlHV8sw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-skRRlHV8sw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-skRRlHV8sw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-skRRlHV8sw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-skRRlHV8sw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-skRRlHV8sw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-skRRlHV8sw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-skRRlHV8sw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-skRRlHV8sw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-skRRlHV8sw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-skRRlHV8sw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-skRRlHV8sw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-skRRlHV8sw .collapsed button.navbar-toggler {
  display: block;
}
.cid-skRRlHV8sw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-skRRlHV8sw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skRRlHV8sw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-skRRlHV8sw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-skRRlHV8sw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-skRRlHV8sw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-skRRlHV8sw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skRRlHV8sw img {
    height: 3.8rem !important;
  }
  .cid-skRRlHV8sw .btn {
    display: -webkit-flex;
  }
  .cid-skRRlHV8sw button.navbar-toggler {
    display: block;
  }
  .cid-skRRlHV8sw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-skRRlHV8sw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skRRlHV8sw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-skRRlHV8sw .navbar-collapse.collapsing,
  .cid-skRRlHV8sw .navbar-collapse.show {
    display: block !important;
  }
  .cid-skRRlHV8sw .navbar-collapse.collapsing .navbar-nav,
  .cid-skRRlHV8sw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-skRRlHV8sw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-skRRlHV8sw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-skRRlHV8sw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-skRRlHV8sw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-skRRlHV8sw .navbar-collapse.collapsing .navbar-buttons,
  .cid-skRRlHV8sw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-skRRlHV8sw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-skRRlHV8sw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-skRRlHV8sw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-skRRlHV8sw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-skRRlHV8sw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-skRRlHV8sw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-skRRlHV8sw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-skRRlHV8sw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-skRRlHV8sw .nav-link:hover,
.cid-skRRlHV8sw .dropdown-item:hover {
  color: #767676 !important;
}
.cid-skRRPcZrhM {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ededed;
}
.cid-skRRPcZrhM .mbr-section-subtitle {
  color: #767676;
}
.cid-skRRLWfA25 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ededed;
}
.cid-skRRLWfA25 .mbr-text,
.cid-skRRLWfA25 blockquote {
  color: #767676;
}
.cid-skRRLWfA25 .mbr-text P {
  text-align: left;
}
.cid-skRRlH8vFn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4d4a4e;
}
.cid-skRRlH8vFn .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-skRRlH8vFn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skRRlH8vFn .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-skRRlH8vFn .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-skRRlH8vFn div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-skRRlH8vFn .copyright {
  color: #bbbbbb;
}
.cid-skRRlH8vFn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-skR2TSuyBh .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-skR2TSuyBh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-skR2TSuyBh a {
  font-style: normal;
}
.cid-skR2TSuyBh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skR2TSuyBh .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-skR2TSuyBh .nav-item:focus,
.cid-skR2TSuyBh .nav-link:focus {
  outline: none;
}
.cid-skR2TSuyBh .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skR2TSuyBh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-skR2TSuyBh .menu-logo {
  margin-right: auto;
}
.cid-skR2TSuyBh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skR2TSuyBh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-skR2TSuyBh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-skR2TSuyBh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-skR2TSuyBh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-skR2TSuyBh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-skR2TSuyBh .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-skR2TSuyBh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-skR2TSuyBh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-skR2TSuyBh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-skR2TSuyBh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-skR2TSuyBh .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-skR2TSuyBh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-skR2TSuyBh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skR2TSuyBh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-skR2TSuyBh .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-skR2TSuyBh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-skR2TSuyBh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-skR2TSuyBh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-skR2TSuyBh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-skR2TSuyBh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-skR2TSuyBh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-skR2TSuyBh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-skR2TSuyBh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-skR2TSuyBh button.navbar-toggler:focus {
  outline: none;
}
.cid-skR2TSuyBh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-skR2TSuyBh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skR2TSuyBh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skR2TSuyBh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skR2TSuyBh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skR2TSuyBh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skR2TSuyBh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skR2TSuyBh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skR2TSuyBh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skR2TSuyBh .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skR2TSuyBh .collapsed .btn {
  display: -webkit-flex;
}
.cid-skR2TSuyBh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-skR2TSuyBh .collapsed .navbar-collapse.collapsing,
.cid-skR2TSuyBh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-skR2TSuyBh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-skR2TSuyBh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-skR2TSuyBh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-skR2TSuyBh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-skR2TSuyBh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-skR2TSuyBh .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-skR2TSuyBh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-skR2TSuyBh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-skR2TSuyBh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-skR2TSuyBh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-skR2TSuyBh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-skR2TSuyBh .collapsed button.navbar-toggler {
  display: block;
}
.cid-skR2TSuyBh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-skR2TSuyBh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skR2TSuyBh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-skR2TSuyBh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-skR2TSuyBh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-skR2TSuyBh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-skR2TSuyBh.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skR2TSuyBh img {
    height: 3.8rem !important;
  }
  .cid-skR2TSuyBh .btn {
    display: -webkit-flex;
  }
  .cid-skR2TSuyBh button.navbar-toggler {
    display: block;
  }
  .cid-skR2TSuyBh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-skR2TSuyBh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skR2TSuyBh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-skR2TSuyBh .navbar-collapse.collapsing,
  .cid-skR2TSuyBh .navbar-collapse.show {
    display: block !important;
  }
  .cid-skR2TSuyBh .navbar-collapse.collapsing .navbar-nav,
  .cid-skR2TSuyBh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-skR2TSuyBh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-skR2TSuyBh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-skR2TSuyBh .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-skR2TSuyBh .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-skR2TSuyBh .navbar-collapse.collapsing .navbar-buttons,
  .cid-skR2TSuyBh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-skR2TSuyBh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-skR2TSuyBh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-skR2TSuyBh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-skR2TSuyBh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-skR2TSuyBh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-skR2TSuyBh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-skR2TSuyBh .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-skR2TSuyBh .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-skR2TSuyBh .nav-link:hover,
.cid-skR2TSuyBh .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uCZmO7VdaV {
  background-image: url("../../../assets/images/img-3090-2-2000x1333.jpg");
}
.cid-uCZmO7VdaV .wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uCZmO7VdaV .wrapper {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .cid-uCZmO7VdaV .btn {
    margin-left: 0 !important;
  }
}
.cid-uCZmO7VdaV .mbr-fonts-style {
  font-weight: 300;
}
.cid-uCZmO7VdaV .mbr-arrow {
  background-color: transparent !important;
}
.cid-uCZmO7VdaV .fa {
  position: absolute;
  left: 23px !important;
  top: 8px !important;
  font-size: 18px;
}
.cid-uCZmO7VdaV .btn {
  padding: 1rem 2rem;
  font-weight: 300;
}
.cid-uCZmO7VdaV H1 {
  text-align: center;
}
.cid-uCZmWhfTAj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCZmWhfTAj .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uCZmWXapsR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uCZmWXapsR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCZmWXapsR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCZmWXapsR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCZmYf51Um {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uCZmYf51Um .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCZmYf51Um img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCZmYf51Um .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCZn6lATVq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e2e2e2;
}
.cid-uCZn6lATVq .mbr-section-subtitle {
  color: #767676;
}
.cid-uCZn6lATVq .container-table {
  margin: 0 auto;
}
.cid-uCZn6lATVq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uCZn6lATVq .dataTables_wrapper {
  display: block;
}
.cid-uCZn6lATVq .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uCZn6lATVq .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uCZn6lATVq table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uCZn6lATVq table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uCZn6lATVq table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uCZn6lATVq table td {
  border-top: 1px solid #cccccc;
}
.cid-uCZn6lATVq table.table {
  background: #ffffff;
}
.cid-uCZn6lATVq .dataTables_filter {
  display: none;
}
.cid-uCZn6lATVq .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uCZn6lATVq .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uCZn6lATVq .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uCZn6lATVq .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uCZn6lATVq .dataTables_filter {
    text-align: center;
  }
  .cid-uCZn6lATVq .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uCZn6lATVq .dataTable-top {
  display: none;
}
.cid-uCZn6lATVq .dataTable-bottom {
  display: none;
}
.cid-uCZn6lATVq .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #d9d9d9;
}
.cid-uD5oAJLC38 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e2e2e2;
}
.cid-uCZn76j9ji {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e2e2e2;
}
.cid-uCZn76j9ji .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uCZn76j9ji .container {
    max-width: 1400px;
  }
}
.cid-uCZn76j9ji .card {
  margin: auto;
}
.cid-uCZn76j9ji .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #469bf3;
  margin-bottom: 2rem;
}
.cid-uCZn76j9ji .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCZn76j9ji .row {
  justify-content: center;
}
.cid-uCZn76j9ji .card-title,
.cid-uCZn76j9ji .card-box {
  text-align: center;
}
.cid-uCZn81DOUx {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #e2e2e2;
}
.cid-uCZn81DOUx .showAlerts {
  display: block !important;
}
.cid-uCZn81DOUx .rowflexrev {
  display: -webkit-flex;
}
.cid-uCZn81DOUx .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uCZn81DOUx .title {
  margin-bottom: 2rem;
}
.cid-uCZn81DOUx .mbr-section-subtitle {
  color: #000000;
}
.cid-uCZn81DOUx textarea.form-control {
  min-height: 188px;
}
.cid-uCZn81DOUx LABEL {
  color: #232323;
  display: initial;
}
.cid-uCZn81DOUx .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uCZn81DOUx .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uCZn81DOUx .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uCZn81DOUx .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uCZn81DOUx .alert {
  margin-bottom: 0;
}
.cid-uCZn81DOUx .alert-success {
  background-color: #70c770;
}
.cid-uCZn81DOUx .alert-danger {
  background-color: #ff4a52;
}
.cid-uCZn81DOUx .btn {
  display: inline-flex;
}
.cid-uCZn81DOUx .hidden {
  display: none;
}
.cid-uCZn81DOUx .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uCZn81DOUx .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-skRp5U0MUP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4d4a4e;
}
.cid-skRp5U0MUP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-skRp5U0MUP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skRp5U0MUP .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-skRp5U0MUP .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-skRp5U0MUP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-skRp5U0MUP .copyright {
  color: #bbbbbb;
}
.cid-skRp5U0MUP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCS8bngUWs .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uCS8bngUWs .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uCS8bngUWs a {
  font-style: normal;
}
.cid-uCS8bngUWs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uCS8bngUWs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uCS8bngUWs .nav-item:focus,
.cid-uCS8bngUWs .nav-link:focus {
  outline: none;
}
.cid-uCS8bngUWs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uCS8bngUWs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uCS8bngUWs .menu-logo {
  margin-right: auto;
}
.cid-uCS8bngUWs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCS8bngUWs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uCS8bngUWs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uCS8bngUWs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uCS8bngUWs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uCS8bngUWs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uCS8bngUWs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uCS8bngUWs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uCS8bngUWs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uCS8bngUWs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCS8bngUWs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uCS8bngUWs .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uCS8bngUWs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uCS8bngUWs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCS8bngUWs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uCS8bngUWs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uCS8bngUWs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uCS8bngUWs .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uCS8bngUWs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uCS8bngUWs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uCS8bngUWs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uCS8bngUWs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uCS8bngUWs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uCS8bngUWs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uCS8bngUWs button.navbar-toggler:focus {
  outline: none;
}
.cid-uCS8bngUWs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uCS8bngUWs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCS8bngUWs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCS8bngUWs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCS8bngUWs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCS8bngUWs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCS8bngUWs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCS8bngUWs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCS8bngUWs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCS8bngUWs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uCS8bngUWs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uCS8bngUWs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uCS8bngUWs .collapsed .navbar-collapse.collapsing,
.cid-uCS8bngUWs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uCS8bngUWs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uCS8bngUWs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uCS8bngUWs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uCS8bngUWs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uCS8bngUWs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uCS8bngUWs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uCS8bngUWs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uCS8bngUWs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uCS8bngUWs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uCS8bngUWs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uCS8bngUWs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uCS8bngUWs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uCS8bngUWs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uCS8bngUWs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uCS8bngUWs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uCS8bngUWs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uCS8bngUWs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uCS8bngUWs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uCS8bngUWs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uCS8bngUWs img {
    height: 3.8rem !important;
  }
  .cid-uCS8bngUWs .btn {
    display: -webkit-flex;
  }
  .cid-uCS8bngUWs button.navbar-toggler {
    display: block;
  }
  .cid-uCS8bngUWs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uCS8bngUWs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uCS8bngUWs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uCS8bngUWs .navbar-collapse.collapsing,
  .cid-uCS8bngUWs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uCS8bngUWs .navbar-collapse.collapsing .navbar-nav,
  .cid-uCS8bngUWs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uCS8bngUWs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uCS8bngUWs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uCS8bngUWs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uCS8bngUWs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCS8bngUWs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uCS8bngUWs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uCS8bngUWs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uCS8bngUWs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCS8bngUWs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uCS8bngUWs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uCS8bngUWs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uCS8bngUWs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uCS8bngUWs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uCS8bngUWs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uCS8bngUWs .nav-link:hover,
.cid-uCS8bngUWs .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uCS8iDNSC1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f2f2f2;
}
.cid-uCS8iDNSC1 .showAlerts {
  display: block !important;
}
.cid-uCS8iDNSC1 .rowflexrev {
  display: -webkit-flex;
}
.cid-uCS8iDNSC1 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uCS8iDNSC1 .title {
  margin-bottom: 2rem;
}
.cid-uCS8iDNSC1 .mbr-section-subtitle {
  color: #767676;
}
.cid-uCS8iDNSC1 textarea.form-control {
  min-height: 188px;
}
.cid-uCS8iDNSC1 LABEL {
  color: #232323;
  display: initial;
}
.cid-uCS8iDNSC1 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uCS8iDNSC1 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uCS8iDNSC1 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uCS8iDNSC1 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uCS8iDNSC1 .alert {
  margin-bottom: 0;
}
.cid-uCS8iDNSC1 .alert-success {
  background-color: #70c770;
}
.cid-uCS8iDNSC1 .alert-danger {
  background-color: #ff4a52;
}
.cid-uCS8iDNSC1 .btn {
  display: inline-flex;
}
.cid-uCS8iDNSC1 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uCS8iDNSC1 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uCS8iDNSC1 input,
.cid-uCS8iDNSC1 option,
.cid-uCS8iDNSC1 textarea {
  color: #000000;
}
.cid-uCS8bnWRGO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4d4a4e;
}
.cid-uCS8bnWRGO .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uCS8bnWRGO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCS8bnWRGO .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uCS8bnWRGO .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uCS8bnWRGO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCS8bnWRGO .copyright {
  color: #bbbbbb;
}
.cid-uCS8bnWRGO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCZuQrybHQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uCZuQrybHQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uCZuQrybHQ a {
  font-style: normal;
}
.cid-uCZuQrybHQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uCZuQrybHQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uCZuQrybHQ .nav-item:focus,
.cid-uCZuQrybHQ .nav-link:focus {
  outline: none;
}
.cid-uCZuQrybHQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uCZuQrybHQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uCZuQrybHQ .menu-logo {
  margin-right: auto;
}
.cid-uCZuQrybHQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCZuQrybHQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uCZuQrybHQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uCZuQrybHQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uCZuQrybHQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uCZuQrybHQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uCZuQrybHQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uCZuQrybHQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uCZuQrybHQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uCZuQrybHQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCZuQrybHQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uCZuQrybHQ .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uCZuQrybHQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uCZuQrybHQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCZuQrybHQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uCZuQrybHQ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uCZuQrybHQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uCZuQrybHQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uCZuQrybHQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uCZuQrybHQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uCZuQrybHQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uCZuQrybHQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uCZuQrybHQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uCZuQrybHQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uCZuQrybHQ button.navbar-toggler:focus {
  outline: none;
}
.cid-uCZuQrybHQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uCZuQrybHQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCZuQrybHQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCZuQrybHQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCZuQrybHQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCZuQrybHQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCZuQrybHQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCZuQrybHQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCZuQrybHQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCZuQrybHQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uCZuQrybHQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-uCZuQrybHQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uCZuQrybHQ .collapsed .navbar-collapse.collapsing,
.cid-uCZuQrybHQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uCZuQrybHQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uCZuQrybHQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uCZuQrybHQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uCZuQrybHQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uCZuQrybHQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uCZuQrybHQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uCZuQrybHQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uCZuQrybHQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uCZuQrybHQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uCZuQrybHQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uCZuQrybHQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uCZuQrybHQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uCZuQrybHQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uCZuQrybHQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uCZuQrybHQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uCZuQrybHQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uCZuQrybHQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uCZuQrybHQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uCZuQrybHQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uCZuQrybHQ img {
    height: 3.8rem !important;
  }
  .cid-uCZuQrybHQ .btn {
    display: -webkit-flex;
  }
  .cid-uCZuQrybHQ button.navbar-toggler {
    display: block;
  }
  .cid-uCZuQrybHQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uCZuQrybHQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uCZuQrybHQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uCZuQrybHQ .navbar-collapse.collapsing,
  .cid-uCZuQrybHQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uCZuQrybHQ .navbar-collapse.collapsing .navbar-nav,
  .cid-uCZuQrybHQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uCZuQrybHQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uCZuQrybHQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uCZuQrybHQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uCZuQrybHQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCZuQrybHQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uCZuQrybHQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uCZuQrybHQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uCZuQrybHQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCZuQrybHQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uCZuQrybHQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uCZuQrybHQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uCZuQrybHQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uCZuQrybHQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uCZuQrybHQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uCZuQrybHQ .nav-link:hover,
.cid-uCZuQrybHQ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uCZuQrVBxS {
  background-image: url("../../../assets/images/mbr-1920x1081.jpg");
}
.cid-uCZuQrVBxS .wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uCZuQrVBxS .wrapper {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .cid-uCZuQrVBxS .btn {
    margin-left: 0 !important;
  }
}
.cid-uCZuQrVBxS .mbr-fonts-style {
  font-weight: 300;
}
.cid-uCZuQrVBxS .mbr-arrow {
  background-color: transparent !important;
}
.cid-uCZuQrVBxS .fa {
  position: absolute;
  left: 23px !important;
  top: 8px !important;
  font-size: 18px;
}
.cid-uCZuQrVBxS .btn {
  padding: 1rem 2rem;
  font-weight: 300;
}
.cid-uCZuQrVBxS H1 {
  text-align: center;
}
.cid-uCZuQsl1Bj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCZuQsl1Bj .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uCZICsi5mp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCZICsi5mp img,
.cid-uCZICsi5mp .item-img {
  width: 100%;
}
.cid-uCZICsi5mp .item:focus,
.cid-uCZICsi5mp span:focus {
  outline: none;
}
.cid-uCZICsi5mp .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uCZICsi5mp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uCZICsi5mp .item {
  padding: 0;
  margin: 0;
}
.cid-uCZICsi5mp .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uCZICsi5mp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCZICsi5mp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uCZICsi5mp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uCZICsi5mp .mbr-section-title {
  color: #232323;
}
.cid-uCZuQtyQWv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e2e2e2;
}
.cid-uCZuQtyQWv .mbr-section-subtitle {
  color: #767676;
}
.cid-uCZuQtyQWv .container-table {
  margin: 0 auto;
}
.cid-uCZuQtyQWv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uCZuQtyQWv .dataTables_wrapper {
  display: block;
}
.cid-uCZuQtyQWv .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uCZuQtyQWv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uCZuQtyQWv table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uCZuQtyQWv table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uCZuQtyQWv table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uCZuQtyQWv table td {
  border-top: 1px solid #cccccc;
}
.cid-uCZuQtyQWv table.table {
  background: #ffffff;
}
.cid-uCZuQtyQWv .dataTables_filter {
  display: none;
}
.cid-uCZuQtyQWv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uCZuQtyQWv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uCZuQtyQWv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uCZuQtyQWv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uCZuQtyQWv .dataTables_filter {
    text-align: center;
  }
  .cid-uCZuQtyQWv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uCZuQtyQWv .dataTable-top {
  display: none;
}
.cid-uCZuQtyQWv .dataTable-bottom {
  display: none;
}
.cid-uCZuQtyQWv .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #d9d9d9;
}
.cid-uJusO1iv4d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e2e2e2;
}
.cid-uCZHtHa6KY {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCZHtHa6KY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCZHtHa6KY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCZHtHa6KY .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCZHtHa6KY .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uCZuQuz9a3 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #e2e2e2;
}
.cid-uCZuQuz9a3 .showAlerts {
  display: block !important;
}
.cid-uCZuQuz9a3 .rowflexrev {
  display: -webkit-flex;
}
.cid-uCZuQuz9a3 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uCZuQuz9a3 .title {
  margin-bottom: 2rem;
}
.cid-uCZuQuz9a3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uCZuQuz9a3 textarea.form-control {
  min-height: 188px;
}
.cid-uCZuQuz9a3 LABEL {
  color: #232323;
  display: initial;
}
.cid-uCZuQuz9a3 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uCZuQuz9a3 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uCZuQuz9a3 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uCZuQuz9a3 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uCZuQuz9a3 .alert {
  margin-bottom: 0;
}
.cid-uCZuQuz9a3 .alert-success {
  background-color: #70c770;
}
.cid-uCZuQuz9a3 .alert-danger {
  background-color: #ff4a52;
}
.cid-uCZuQuz9a3 .btn {
  display: inline-flex;
}
.cid-uCZuQuz9a3 .hidden {
  display: none;
}
.cid-uCZuQuz9a3 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uCZuQuz9a3 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uCZuQB7KkX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4d4a4e;
}
.cid-uCZuQB7KkX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uCZuQB7KkX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCZuQB7KkX .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uCZuQB7KkX .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uCZuQB7KkX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCZuQB7KkX .copyright {
  color: #bbbbbb;
}
.cid-uCZuQB7KkX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCZOw9KYkw .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uCZOw9KYkw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uCZOw9KYkw a {
  font-style: normal;
}
.cid-uCZOw9KYkw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uCZOw9KYkw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uCZOw9KYkw .nav-item:focus,
.cid-uCZOw9KYkw .nav-link:focus {
  outline: none;
}
.cid-uCZOw9KYkw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uCZOw9KYkw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uCZOw9KYkw .menu-logo {
  margin-right: auto;
}
.cid-uCZOw9KYkw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCZOw9KYkw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uCZOw9KYkw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uCZOw9KYkw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uCZOw9KYkw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uCZOw9KYkw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uCZOw9KYkw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uCZOw9KYkw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uCZOw9KYkw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uCZOw9KYkw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCZOw9KYkw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uCZOw9KYkw .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uCZOw9KYkw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uCZOw9KYkw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCZOw9KYkw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uCZOw9KYkw .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uCZOw9KYkw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uCZOw9KYkw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uCZOw9KYkw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uCZOw9KYkw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uCZOw9KYkw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uCZOw9KYkw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uCZOw9KYkw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uCZOw9KYkw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uCZOw9KYkw button.navbar-toggler:focus {
  outline: none;
}
.cid-uCZOw9KYkw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uCZOw9KYkw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCZOw9KYkw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCZOw9KYkw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCZOw9KYkw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCZOw9KYkw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCZOw9KYkw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCZOw9KYkw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCZOw9KYkw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCZOw9KYkw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uCZOw9KYkw .collapsed .btn {
  display: -webkit-flex;
}
.cid-uCZOw9KYkw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uCZOw9KYkw .collapsed .navbar-collapse.collapsing,
.cid-uCZOw9KYkw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uCZOw9KYkw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uCZOw9KYkw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uCZOw9KYkw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uCZOw9KYkw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uCZOw9KYkw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uCZOw9KYkw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uCZOw9KYkw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uCZOw9KYkw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uCZOw9KYkw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uCZOw9KYkw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uCZOw9KYkw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uCZOw9KYkw .collapsed button.navbar-toggler {
  display: block;
}
.cid-uCZOw9KYkw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uCZOw9KYkw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uCZOw9KYkw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uCZOw9KYkw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uCZOw9KYkw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uCZOw9KYkw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uCZOw9KYkw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uCZOw9KYkw img {
    height: 3.8rem !important;
  }
  .cid-uCZOw9KYkw .btn {
    display: -webkit-flex;
  }
  .cid-uCZOw9KYkw button.navbar-toggler {
    display: block;
  }
  .cid-uCZOw9KYkw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uCZOw9KYkw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uCZOw9KYkw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uCZOw9KYkw .navbar-collapse.collapsing,
  .cid-uCZOw9KYkw .navbar-collapse.show {
    display: block !important;
  }
  .cid-uCZOw9KYkw .navbar-collapse.collapsing .navbar-nav,
  .cid-uCZOw9KYkw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uCZOw9KYkw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uCZOw9KYkw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uCZOw9KYkw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uCZOw9KYkw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCZOw9KYkw .navbar-collapse.collapsing .navbar-buttons,
  .cid-uCZOw9KYkw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uCZOw9KYkw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uCZOw9KYkw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCZOw9KYkw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uCZOw9KYkw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uCZOw9KYkw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uCZOw9KYkw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uCZOw9KYkw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uCZOw9KYkw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uCZOw9KYkw .nav-link:hover,
.cid-uCZOw9KYkw .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uCZOwa2DSF {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uCZOwa2DSF .wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uCZOwa2DSF .wrapper {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .cid-uCZOwa2DSF .btn {
    margin-left: 0 !important;
  }
}
.cid-uCZOwa2DSF .mbr-fonts-style {
  font-weight: 300;
}
.cid-uCZOwa2DSF .mbr-arrow {
  background-color: transparent !important;
}
.cid-uCZOwa2DSF .fa {
  position: absolute;
  left: 23px !important;
  top: 8px !important;
  font-size: 18px;
}
.cid-uCZOwa2DSF .btn {
  padding: 1rem 2rem;
  font-weight: 300;
}
.cid-uCZOwa2DSF H1 {
  text-align: center;
}
.cid-uCZOwaqf7J {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCZOwaqf7J .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uCZOwaIxyC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCZOwaIxyC img,
.cid-uCZOwaIxyC .item-img {
  width: 100%;
}
.cid-uCZOwaIxyC .item:focus,
.cid-uCZOwaIxyC span:focus {
  outline: none;
}
.cid-uCZOwaIxyC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uCZOwaIxyC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uCZOwaIxyC .item {
  padding: 0;
  margin: 0;
}
.cid-uCZOwaIxyC .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uCZOwaIxyC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCZOwaIxyC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uCZOwaIxyC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uCZOwaIxyC .mbr-section-title {
  color: #232323;
}
.cid-uCZOwb3vdN {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #e2e2e2;
}
.cid-uCZOwb3vdN .mbr-section-subtitle {
  color: #767676;
}
.cid-uCZOwb3vdN .container-table {
  margin: 0 auto;
}
.cid-uCZOwb3vdN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uCZOwb3vdN .dataTables_wrapper {
  display: block;
}
.cid-uCZOwb3vdN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uCZOwb3vdN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uCZOwb3vdN table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uCZOwb3vdN table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uCZOwb3vdN table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uCZOwb3vdN table td {
  border-top: 1px solid #cccccc;
}
.cid-uCZOwb3vdN table.table {
  background: #ffffff;
}
.cid-uCZOwb3vdN .dataTables_filter {
  display: none;
}
.cid-uCZOwb3vdN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uCZOwb3vdN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uCZOwb3vdN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uCZOwb3vdN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uCZOwb3vdN .dataTables_filter {
    text-align: center;
  }
  .cid-uCZOwb3vdN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uCZOwb3vdN .dataTable-top {
  display: none;
}
.cid-uCZOwb3vdN .dataTable-bottom {
  display: none;
}
.cid-uCZOwb3vdN .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #d9d9d9;
}
.cid-uCZOwbxTJ9 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCZOwbxTJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCZOwbxTJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCZOwbxTJ9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCZOwbxTJ9 .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uCZOwbOrlO {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #e2e2e2;
}
.cid-uCZOwbOrlO .showAlerts {
  display: block !important;
}
.cid-uCZOwbOrlO .rowflexrev {
  display: -webkit-flex;
}
.cid-uCZOwbOrlO .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uCZOwbOrlO .title {
  margin-bottom: 2rem;
}
.cid-uCZOwbOrlO .mbr-section-subtitle {
  color: #000000;
}
.cid-uCZOwbOrlO textarea.form-control {
  min-height: 188px;
}
.cid-uCZOwbOrlO LABEL {
  color: #232323;
  display: initial;
}
.cid-uCZOwbOrlO .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uCZOwbOrlO .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uCZOwbOrlO .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uCZOwbOrlO .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uCZOwbOrlO .alert {
  margin-bottom: 0;
}
.cid-uCZOwbOrlO .alert-success {
  background-color: #70c770;
}
.cid-uCZOwbOrlO .alert-danger {
  background-color: #ff4a52;
}
.cid-uCZOwbOrlO .btn {
  display: inline-flex;
}
.cid-uCZOwbOrlO .hidden {
  display: none;
}
.cid-uCZOwbOrlO .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uCZOwbOrlO .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uCZOwiJGnu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4d4a4e;
}
.cid-uCZOwiJGnu .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uCZOwiJGnu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCZOwiJGnu .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uCZOwiJGnu .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uCZOwiJGnu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCZOwiJGnu .copyright {
  color: #bbbbbb;
}
.cid-uCZOwiJGnu .mbr-section-subtitle {
  color: #ffffff;
}
