.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.11rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.1375rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.11rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.3875rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.288rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.877rem;
    font-size: calc( 2.0885000000000002rem + (4.11 - 2.0885000000000002) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.0885000000000002rem + (4.11 - 2.0885000000000002) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.888rem;
    font-size: calc( 1.0385rem + (1.11 - 1.0385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0385rem + (1.11 - 1.0385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #e43f3f !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffb5b5 !important;
}
.bg-danger {
  background-color: #fafafa !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5c6873 !important;
  border-color: #5c6873 !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: #353c43 !important;
  border-color: #353c43 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #353c43 !important;
  border-color: #353c43 !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: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb5b5 !important;
  border-color: #ffb5b5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5e5e !important;
  border-color: #ff5e5e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5e5e !important;
  border-color: #ff5e5e !important;
}
.btn-danger,
.btn-danger: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-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.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-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5c6873;
  color: #5c6873;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #353c43 !important;
  background-color: transparent!important;
  border-color: #353c43 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5c6873 !important;
  border-color: #5c6873 !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: #e43f3f;
  color: #e43f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb5b5;
  color: #ffb5b5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5e5e !important;
  background-color: transparent!important;
  border-color: #ff5e5e !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb5b5 !important;
  border-color: #ffb5b5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !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: #000000 !important;
}
.text-secondary {
  color: #5c6873 !important;
}
.text-success {
  color: #e43f3f !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffb5b5 !important;
}
.text-danger {
  color: #fafafa !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2f353a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a61717 !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: #ff4f4f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7c7c7 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffb5b5;
}
.alert-danger {
  background-color: #fafafa;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdf2f2;
}
.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: 'DM Sans', sans-serif;
  font-size: 1.11rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.3875rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.11rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.3875rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5c6873 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sgRI0OutEw .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgRI0OutEw .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sgRI0OutEw a {
  font-style: normal;
}
.cid-sgRI0OutEw .show {
  overflow: visible;
}
.cid-sgRI0OutEw .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgRI0OutEw .dropdown-item:active {
  background-color: transparent;
}
.cid-sgRI0OutEw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgRI0OutEw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .nav-item:focus,
.cid-sgRI0OutEw .nav-link:focus {
  outline: none;
}
.cid-sgRI0OutEw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgRI0OutEw .menu-logo {
  margin-right: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgRI0OutEw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRI0OutEw .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRI0OutEw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgRI0OutEw button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgRI0OutEw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRI0OutEw .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sgRI0OutEw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRI0OutEw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgRI0OutEw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgRI0OutEw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRI0OutEw .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw img {
    height: 3.8rem !important;
  }
  .cid-sgRI0OutEw .btn {
    display: -webkit-flex;
  }
  .cid-sgRI0OutEw button.navbar-toggler {
    display: block;
  }
  .cid-sgRI0OutEw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing,
  .cid-sgRI0OutEw .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRI0OutEw .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgRI0OutEw .nav-link {
    justify-content: start !important;
  }
  .cid-sgRI0OutEw .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgRI0OutEw .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgRI0OutEw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgRI0OutEw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgRI0OutEw .nav-link:hover,
.cid-sgRI0OutEw .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sgRI0OutEw .nav-link:active,
.cid-sgRI0OutEw .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sgRI0OutEw .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgRI0OutEw .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sxTEJMpg5V {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sxTEJMpg5V .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uqfoYAUtgh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqfoYAUtgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqfoYAUtgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqfoYAUtgh .mbr-section-title {
  color: #e43f3f;
  text-align: right;
}
.cid-sL4XJkFcIa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sL4XJkFcIa .video-wrapper iframe {
  width: 100%;
}
.cid-sL4XJkFcIa .mbr-section-title,
.cid-sL4XJkFcIa .mbr-description {
  text-align: center;
}
.cid-sL4XJkFcIa .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sL4XJkFcIa .text-wrapper {
    padding: 2rem;
    padding-right: 4rem;
  }
}
.cid-sL4XJkFcIa .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-sL4XJkFcIa .mbr-text {
  text-align: left;
  color: #532323;
}
.cid-sL4XJkFcIa .mbr-section-title {
  color: #e43f3f;
}
.cid-sL4XDqQebn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL4XDqQebn img,
.cid-sL4XDqQebn .item-img {
  width: 100%;
}
.cid-sL4XDqQebn .item:focus,
.cid-sL4XDqQebn span:focus {
  outline: none;
}
.cid-sL4XDqQebn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sL4XDqQebn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sL4XDqQebn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sL4XDqQebn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sL4XDqQebn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sL4XDqQebn .mbr-section-title {
  color: #e43f3f;
}
.cid-sL4XDqQebn .mbr-text,
.cid-sL4XDqQebn .mbr-section-btn {
  text-align: left;
}
.cid-sL4XDqQebn .item-title {
  text-align: left;
}
.cid-sL4XDqQebn .item-subtitle {
  text-align: center;
}
.cid-sycmOpM3tO {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-sycmOpM3tO .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sycmOpM3tO .image-block {
    width: 100% !important;
  }
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sgRI0OutEw .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgRI0OutEw .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sgRI0OutEw a {
  font-style: normal;
}
.cid-sgRI0OutEw .show {
  overflow: visible;
}
.cid-sgRI0OutEw .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgRI0OutEw .dropdown-item:active {
  background-color: transparent;
}
.cid-sgRI0OutEw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgRI0OutEw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .nav-item:focus,
.cid-sgRI0OutEw .nav-link:focus {
  outline: none;
}
.cid-sgRI0OutEw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgRI0OutEw .menu-logo {
  margin-right: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgRI0OutEw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRI0OutEw .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRI0OutEw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgRI0OutEw button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgRI0OutEw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRI0OutEw .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sgRI0OutEw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRI0OutEw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgRI0OutEw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgRI0OutEw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRI0OutEw .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw img {
    height: 3.8rem !important;
  }
  .cid-sgRI0OutEw .btn {
    display: -webkit-flex;
  }
  .cid-sgRI0OutEw button.navbar-toggler {
    display: block;
  }
  .cid-sgRI0OutEw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing,
  .cid-sgRI0OutEw .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRI0OutEw .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgRI0OutEw .nav-link {
    justify-content: start !important;
  }
  .cid-sgRI0OutEw .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgRI0OutEw .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgRI0OutEw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgRI0OutEw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgRI0OutEw .nav-link:hover,
.cid-sgRI0OutEw .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sgRI0OutEw .nav-link:active,
.cid-sgRI0OutEw .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sgRI0OutEw .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgRI0OutEw .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sxTqTEHmxA {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sxTqTEHmxA .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sxTjgwQApY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #532323;
}
.cid-sxTjgwQApY .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-sxTjgwQApY .modal-body .close {
  background: #1b1b1b;
}
.cid-sxTjgwQApY .modal-body .close span {
  font-style: normal;
}
.cid-sxTjgwQApY .carousel-inner > .active,
.cid-sxTjgwQApY .carousel-inner > .next,
.cid-sxTjgwQApY .carousel-inner > .prev {
  display: flex;
}
.cid-sxTjgwQApY .carousel-control .icon-next,
.cid-sxTjgwQApY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sxTjgwQApY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxTjgwQApY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sxTjgwQApY .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sxTjgwQApY .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sxTjgwQApY .boxed-slider > div {
  position: relative;
}
.cid-sxTjgwQApY .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sxTjgwQApY .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sxTjgwQApY .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sxTjgwQApY .mbr-table-cell {
  padding: 0;
}
.cid-sxTjgwQApY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sxTjgwQApY .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sxTjgwQApY .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-sxTjgwQApY .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sxTjgwQApY .carousel-item .container {
    width: 100%;
  }
}
.cid-sxTjgwQApY .carousel-item-next.carousel-item-left,
.cid-sxTjgwQApY .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sxTjgwQApY .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sxTjgwQApY .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxTjgwQApY .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxTjgwQApY .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-sxTjgwQApY .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sxTjgwQApY .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sxTjgwQApY .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sxTjgwQApY .mbr-slider .carousel-indicators li.active,
.cid-sxTjgwQApY .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sxTjgwQApY .mbr-slider .carousel-indicators li::after,
.cid-sxTjgwQApY .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sxTjgwQApY .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sxTjgwQApY .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sxTjgwQApY .mbr-slider > .container img {
  width: 100%;
}
.cid-sxTjgwQApY .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sxTjgwQApY .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sxTjgwQApY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sxTjgwQApY .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sxTjgwQApY .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sxTjgwQApY .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sxTjgwQApY .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sxTjgwQApY .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sxTjgwQApY .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sxTjgwQApY .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sxTjgwQApY .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sxTjgwQApY .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sxTjgwQApY .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sxTjgwQApY .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sxTjgwQApY .carousel-inner {
  height: 100%;
}
.cid-sxTjgwQApY .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sxTjgwQApY .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 430px;
  overflow: hidden;
}
.cid-sxTjgwQApY .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-sxTjgwQApY .content-slider-wrap {
  width: 67%;
}
.cid-sxTr7QOzS7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sxTby6PrWQ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxTby6PrWQ .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sxTby6PrWQ .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sxTby6PrWQ .btn {
  margin: 0px !important;
}
.cid-sxTby6PrWQ .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxTby6PrWQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxTby6PrWQ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sxTby6PrWQ .carousel-item .wrap-img {
  text-align: center;
}
.cid-sxTby6PrWQ .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sxTby6PrWQ .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sxTby6PrWQ .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sxTby6PrWQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sxTby6PrWQ .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sxTby6PrWQ .second-col {
    padding-top: 2rem;
  }
}
.cid-sxTi55jByX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #f4f8fa);
}
.cid-sxTi55jByX .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sxTi55jByX .mbr-text {
  color: #8d97ad;
}
.cid-sxTi55jByX .nav {
  border: none;
}
.cid-sxTi55jByX .nav-tabs {
  width: 100%;
}
.cid-sxTi55jByX .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sxTi55jByX .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
.cid-sxTi55jByX .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sxTi55jByX .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #e43f3f;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #e02323;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-sxTi55jByX .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sxTi55jByX .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-sxTi55jByX .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sxTi55jByX .nav-item {
    display: table-row !important;
  }
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sxTEaiQhG8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxTEaiQhG8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTEaiQhG8 a {
  font-style: normal;
}
.cid-sxTEaiQhG8 .show {
  overflow: visible;
}
.cid-sxTEaiQhG8 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sxTEaiQhG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxTEaiQhG8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTEaiQhG8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .nav-item:focus,
.cid-sxTEaiQhG8 .nav-link:focus {
  outline: none;
}
.cid-sxTEaiQhG8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTEaiQhG8 .menu-logo {
  margin-right: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTEaiQhG8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTEaiQhG8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxTEaiQhG8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sxTEaiQhG8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTEaiQhG8 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sxTEaiQhG8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTEaiQhG8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxTEaiQhG8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTEaiQhG8 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 img {
    height: 3.8rem !important;
  }
  .cid-sxTEaiQhG8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTEaiQhG8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTEaiQhG8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing,
  .cid-sxTEaiQhG8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTEaiQhG8 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sxTEaiQhG8 .nav-link {
    justify-content: start !important;
  }
  .cid-sxTEaiQhG8 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sxTEaiQhG8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxTEaiQhG8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTEaiQhG8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTEaiQhG8 .nav-link:hover,
.cid-sxTEaiQhG8 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sxTEaiQhG8 .nav-link:active,
.cid-sxTEaiQhG8 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sxTEaiQhG8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxTEaiQhG8 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sy9o1piuLP {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sy9o1piuLP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sy9o1piuLP .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sy9o1piuLP .mbr-text,
.cid-sy9o1piuLP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sxTEaiQhG8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxTEaiQhG8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTEaiQhG8 a {
  font-style: normal;
}
.cid-sxTEaiQhG8 .show {
  overflow: visible;
}
.cid-sxTEaiQhG8 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sxTEaiQhG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxTEaiQhG8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTEaiQhG8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .nav-item:focus,
.cid-sxTEaiQhG8 .nav-link:focus {
  outline: none;
}
.cid-sxTEaiQhG8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTEaiQhG8 .menu-logo {
  margin-right: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTEaiQhG8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTEaiQhG8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxTEaiQhG8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sxTEaiQhG8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTEaiQhG8 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sxTEaiQhG8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTEaiQhG8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxTEaiQhG8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTEaiQhG8 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 img {
    height: 3.8rem !important;
  }
  .cid-sxTEaiQhG8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTEaiQhG8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTEaiQhG8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing,
  .cid-sxTEaiQhG8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTEaiQhG8 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sxTEaiQhG8 .nav-link {
    justify-content: start !important;
  }
  .cid-sxTEaiQhG8 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sxTEaiQhG8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxTEaiQhG8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTEaiQhG8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTEaiQhG8 .nav-link:hover,
.cid-sxTEaiQhG8 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sxTEaiQhG8 .nav-link:active,
.cid-sxTEaiQhG8 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sxTEaiQhG8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxTEaiQhG8 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sy9rlMjNGs {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sy9rlMjNGs .mbr-section-title {
  color: #e43f3f;
}
.cid-sy9rlMjNGs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sxTEaiQhG8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxTEaiQhG8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTEaiQhG8 a {
  font-style: normal;
}
.cid-sxTEaiQhG8 .show {
  overflow: visible;
}
.cid-sxTEaiQhG8 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sxTEaiQhG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxTEaiQhG8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTEaiQhG8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .nav-item:focus,
.cid-sxTEaiQhG8 .nav-link:focus {
  outline: none;
}
.cid-sxTEaiQhG8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTEaiQhG8 .menu-logo {
  margin-right: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTEaiQhG8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTEaiQhG8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxTEaiQhG8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sxTEaiQhG8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTEaiQhG8 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sxTEaiQhG8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTEaiQhG8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxTEaiQhG8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTEaiQhG8 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 img {
    height: 3.8rem !important;
  }
  .cid-sxTEaiQhG8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTEaiQhG8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTEaiQhG8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing,
  .cid-sxTEaiQhG8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTEaiQhG8 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sxTEaiQhG8 .nav-link {
    justify-content: start !important;
  }
  .cid-sxTEaiQhG8 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sxTEaiQhG8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxTEaiQhG8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTEaiQhG8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTEaiQhG8 .nav-link:hover,
.cid-sxTEaiQhG8 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sxTEaiQhG8 .nav-link:active,
.cid-sxTEaiQhG8 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sxTEaiQhG8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxTEaiQhG8 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sy4boEXK45 {
  padding-top: 160px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sy4boEXK45 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sy4boEXK45 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sy4boEXK45 .text-content {
  padding-right: 1.5rem;
}
.cid-sy4boEXK45 .mbr-text,
.cid-sy4boEXK45 .mbr-section-btn {
  color: #000000;
}
.cid-sy4boEXK45 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  border-radius: .25rem;
}
.cid-sy4boEXK45 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sy4boEXK45 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sy4boEXK45 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sy4boEXK45 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sy4boEXK45 .main-row {
    margin: 0;
  }
  .cid-sy4boEXK45 .mbr-section-title,
  .cid-sy4boEXK45 .mbr-text,
  .cid-sy4boEXK45 .list,
  .cid-sy4boEXK45 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sy4boEXK45 .text-content {
    padding: 0;
  }
}
.cid-sy4boEXK45 .mbr-section-title {
  color: #e43f3f;
}
.cid-sy49xEl2h2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-sy49xEl2h2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-sy49xEl2h2 .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-sy49xEl2h2 .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sy49xEl2h2 .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sy49xEl2h2 .link {
  letter-spacing: 2px;
}
.cid-sy49xEl2h2 .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-sy49xEl2h2 .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sy49xEl2h2 .card {
    padding-bottom: 2rem;
  }
}
.cid-sy49xEl2h2 .card-title {
  color: #532323;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sxTEaiQhG8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxTEaiQhG8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTEaiQhG8 a {
  font-style: normal;
}
.cid-sxTEaiQhG8 .show {
  overflow: visible;
}
.cid-sxTEaiQhG8 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sxTEaiQhG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxTEaiQhG8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTEaiQhG8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .nav-item:focus,
.cid-sxTEaiQhG8 .nav-link:focus {
  outline: none;
}
.cid-sxTEaiQhG8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTEaiQhG8 .menu-logo {
  margin-right: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTEaiQhG8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTEaiQhG8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxTEaiQhG8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sxTEaiQhG8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTEaiQhG8 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sxTEaiQhG8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTEaiQhG8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxTEaiQhG8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTEaiQhG8 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 img {
    height: 3.8rem !important;
  }
  .cid-sxTEaiQhG8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTEaiQhG8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTEaiQhG8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing,
  .cid-sxTEaiQhG8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTEaiQhG8 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sxTEaiQhG8 .nav-link {
    justify-content: start !important;
  }
  .cid-sxTEaiQhG8 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sxTEaiQhG8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxTEaiQhG8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTEaiQhG8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTEaiQhG8 .nav-link:hover,
.cid-sxTEaiQhG8 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sxTEaiQhG8 .nav-link:active,
.cid-sxTEaiQhG8 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sxTEaiQhG8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxTEaiQhG8 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sCzYC71qJY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sxTEaiQhG8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxTEaiQhG8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTEaiQhG8 a {
  font-style: normal;
}
.cid-sxTEaiQhG8 .show {
  overflow: visible;
}
.cid-sxTEaiQhG8 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sxTEaiQhG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxTEaiQhG8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTEaiQhG8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .nav-item:focus,
.cid-sxTEaiQhG8 .nav-link:focus {
  outline: none;
}
.cid-sxTEaiQhG8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTEaiQhG8 .menu-logo {
  margin-right: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTEaiQhG8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTEaiQhG8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxTEaiQhG8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sxTEaiQhG8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTEaiQhG8 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sxTEaiQhG8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTEaiQhG8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxTEaiQhG8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTEaiQhG8 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 img {
    height: 3.8rem !important;
  }
  .cid-sxTEaiQhG8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTEaiQhG8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTEaiQhG8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing,
  .cid-sxTEaiQhG8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTEaiQhG8 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sxTEaiQhG8 .nav-link {
    justify-content: start !important;
  }
  .cid-sxTEaiQhG8 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sxTEaiQhG8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxTEaiQhG8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTEaiQhG8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTEaiQhG8 .nav-link:hover,
.cid-sxTEaiQhG8 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sxTEaiQhG8 .nav-link:active,
.cid-sxTEaiQhG8 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sxTEaiQhG8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxTEaiQhG8 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-syeI6dSuZy {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-syeI6dSuZy .image-block {
  margin: auto;
}
.cid-syeI6dSuZy figcaption {
  position: relative;
}
.cid-syeI6dSuZy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-syeI6dSuZy .image-block {
    width: 100% !important;
  }
}
.cid-syf03DlchA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-syf03DlchA .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sz7gRffw4T {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-syeJbGmayy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeJbGmayy .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeJbGmayy .first-column .mbr-text {
  margin: 0;
}
.cid-syeJbGmayy .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeJbGmayy .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeJbGmayy .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeJbGmayy .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeJbGmayy .form-group {
  max-width: 55%;
}
.cid-syeJbGmayy .form-group,
.cid-syeJbGmayy .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeJbGmayy .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeJbGmayy .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeJbGmayy .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeJbGmayy .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeJbGmayy .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeJbGmayy .col + .mbr-section-btn .btn,
.cid-syeJbGmayy .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeJbGmayy .dragArea > *:nth-last-child(2).col,
.cid-syeJbGmayy .dragArea > *:nth-last-child(2).col-auto,
.cid-syeJbGmayy .col + .mbr-section-btn,
.cid-syeJbGmayy .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeJbGmayy .first-column,
  .cid-syeJbGmayy .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeJbGmayy .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeJbGmayy .first-column,
  .cid-syeJbGmayy .second-column,
  .cid-syeJbGmayy .third-column {
    text-align: center;
  }
}
.cid-sxTEaiQhG8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxTEaiQhG8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTEaiQhG8 a {
  font-style: normal;
}
.cid-sxTEaiQhG8 .show {
  overflow: visible;
}
.cid-sxTEaiQhG8 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sxTEaiQhG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxTEaiQhG8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTEaiQhG8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .nav-item:focus,
.cid-sxTEaiQhG8 .nav-link:focus {
  outline: none;
}
.cid-sxTEaiQhG8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTEaiQhG8 .menu-logo {
  margin-right: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTEaiQhG8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTEaiQhG8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxTEaiQhG8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sxTEaiQhG8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTEaiQhG8 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sxTEaiQhG8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTEaiQhG8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxTEaiQhG8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTEaiQhG8 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 img {
    height: 3.8rem !important;
  }
  .cid-sxTEaiQhG8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTEaiQhG8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTEaiQhG8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing,
  .cid-sxTEaiQhG8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTEaiQhG8 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sxTEaiQhG8 .nav-link {
    justify-content: start !important;
  }
  .cid-sxTEaiQhG8 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sxTEaiQhG8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxTEaiQhG8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTEaiQhG8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTEaiQhG8 .nav-link:hover,
.cid-sxTEaiQhG8 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sxTEaiQhG8 .nav-link:active,
.cid-sxTEaiQhG8 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sxTEaiQhG8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxTEaiQhG8 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-syf0PdIqjR {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-syf0PdIqjR .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-syf0K73igy {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sxTEaiQhG8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxTEaiQhG8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTEaiQhG8 a {
  font-style: normal;
}
.cid-sxTEaiQhG8 .show {
  overflow: visible;
}
.cid-sxTEaiQhG8 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sxTEaiQhG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxTEaiQhG8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTEaiQhG8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .nav-item:focus,
.cid-sxTEaiQhG8 .nav-link:focus {
  outline: none;
}
.cid-sxTEaiQhG8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTEaiQhG8 .menu-logo {
  margin-right: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTEaiQhG8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTEaiQhG8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxTEaiQhG8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sxTEaiQhG8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTEaiQhG8 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sxTEaiQhG8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTEaiQhG8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxTEaiQhG8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTEaiQhG8 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 img {
    height: 3.8rem !important;
  }
  .cid-sxTEaiQhG8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTEaiQhG8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTEaiQhG8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing,
  .cid-sxTEaiQhG8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTEaiQhG8 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sxTEaiQhG8 .nav-link {
    justify-content: start !important;
  }
  .cid-sxTEaiQhG8 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sxTEaiQhG8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxTEaiQhG8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTEaiQhG8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTEaiQhG8 .nav-link:hover,
.cid-sxTEaiQhG8 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sxTEaiQhG8 .nav-link:active,
.cid-sxTEaiQhG8 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sxTEaiQhG8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxTEaiQhG8 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sy9xDeHbmi {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sy9xDeHbmi .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sy9xDeHbmi .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sy9xDeHbmi img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sy9xDeHbmi .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-sy9ADsd2Hk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sy9ADsd2Hk .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sy9ADsd2Hk .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-sy9ADsd2Hk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sy9ADsd2Hk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sy9ADsd2Hk .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sy9ADsd2Hk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sy9ADsd2Hk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sy9ADsd2Hk .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sy9ADsd2Hk .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sy9ADsd2Hk .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sy9COvmU7o {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sy9COvmU7o H1 {
  color: #e43f3f;
}
.cid-sy9COvmU7o .mbr-text,
.cid-sy9COvmU7o .mbr-section-btn {
  color: #716c80;
}
.cid-sy9COvmU7o img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sy9COvmU7o .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sy9EdX2V6C {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sy9EdX2V6C .video-wrapper iframe {
  width: 100%;
}
.cid-sy9EdX2V6C .mbr-section-title,
.cid-sy9EdX2V6C .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sy9EdX2V6C .text-wrapper {
    padding: 2rem;
  }
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sxTEaiQhG8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxTEaiQhG8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTEaiQhG8 a {
  font-style: normal;
}
.cid-sxTEaiQhG8 .show {
  overflow: visible;
}
.cid-sxTEaiQhG8 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sxTEaiQhG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxTEaiQhG8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTEaiQhG8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .nav-item:focus,
.cid-sxTEaiQhG8 .nav-link:focus {
  outline: none;
}
.cid-sxTEaiQhG8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTEaiQhG8 .menu-logo {
  margin-right: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTEaiQhG8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTEaiQhG8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxTEaiQhG8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sxTEaiQhG8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTEaiQhG8 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sxTEaiQhG8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTEaiQhG8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxTEaiQhG8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTEaiQhG8 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 img {
    height: 3.8rem !important;
  }
  .cid-sxTEaiQhG8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTEaiQhG8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTEaiQhG8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing,
  .cid-sxTEaiQhG8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTEaiQhG8 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sxTEaiQhG8 .nav-link {
    justify-content: start !important;
  }
  .cid-sxTEaiQhG8 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sxTEaiQhG8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxTEaiQhG8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTEaiQhG8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTEaiQhG8 .nav-link:hover,
.cid-sxTEaiQhG8 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sxTEaiQhG8 .nav-link:active,
.cid-sxTEaiQhG8 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sxTEaiQhG8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxTEaiQhG8 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-ufHiCKLIUE {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufHiCKLIUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufHiCKLIUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufHiCKLIUE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufHiCKLIUE .row {
    flex-direction: column-reverse;
  }
  .cid-ufHiCKLIUE .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ufHiCKLIUE .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ufHiCKLIUE .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ufHiCKLIUE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufHiCKLIUE .card-title {
  color: #e43f3f;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sxTEaiQhG8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxTEaiQhG8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTEaiQhG8 a {
  font-style: normal;
}
.cid-sxTEaiQhG8 .show {
  overflow: visible;
}
.cid-sxTEaiQhG8 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sxTEaiQhG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxTEaiQhG8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTEaiQhG8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .nav-item:focus,
.cid-sxTEaiQhG8 .nav-link:focus {
  outline: none;
}
.cid-sxTEaiQhG8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTEaiQhG8 .menu-logo {
  margin-right: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTEaiQhG8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTEaiQhG8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxTEaiQhG8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sxTEaiQhG8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTEaiQhG8 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sxTEaiQhG8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTEaiQhG8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxTEaiQhG8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTEaiQhG8 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 img {
    height: 3.8rem !important;
  }
  .cid-sxTEaiQhG8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTEaiQhG8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTEaiQhG8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing,
  .cid-sxTEaiQhG8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTEaiQhG8 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sxTEaiQhG8 .nav-link {
    justify-content: start !important;
  }
  .cid-sxTEaiQhG8 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sxTEaiQhG8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxTEaiQhG8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTEaiQhG8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTEaiQhG8 .nav-link:hover,
.cid-sxTEaiQhG8 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sxTEaiQhG8 .nav-link:active,
.cid-sxTEaiQhG8 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sxTEaiQhG8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxTEaiQhG8 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-syc3VuXj7o {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syc3VuXj7o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-syc3VuXj7o .row {
  flex-direction: row-reverse;
}
.cid-syc3VuXj7o img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-syc3VuXj7o .text-wrapper {
    padding: 2rem;
  }
}
.cid-syc3VuXj7o .mbr-description {
  color: #000000;
}
.cid-syc3VuXj7o .mbr-section-title {
  color: #e43f3f;
}
.cid-syc4XTc6KC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syc4XTc6KC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-syc4XTc6KC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-syc4XTc6KC .text-wrapper {
    padding: 2rem;
  }
}
.cid-syc5ObTsdf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syc5ObTsdf img,
.cid-syc5ObTsdf .item-img {
  width: 100%;
}
.cid-syc5ObTsdf .item:focus,
.cid-syc5ObTsdf span:focus {
  outline: none;
}
.cid-syc5ObTsdf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-syc5ObTsdf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-syc5ObTsdf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-syc5ObTsdf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-syc5ObTsdf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-syc5ObTsdf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-syc5ObTsdf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-syc5ObTsdf .mbr-section-title {
  color: #e43f3f;
}
.cid-syc5ObTsdf .mbr-text,
.cid-syc5ObTsdf .mbr-section-btn {
  text-align: left;
}
.cid-syc5ObTsdf .item-title {
  text-align: left;
}
.cid-syc5ObTsdf .item-subtitle {
  text-align: center;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sxTEaiQhG8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxTEaiQhG8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTEaiQhG8 a {
  font-style: normal;
}
.cid-sxTEaiQhG8 .show {
  overflow: visible;
}
.cid-sxTEaiQhG8 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sxTEaiQhG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxTEaiQhG8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTEaiQhG8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .nav-item:focus,
.cid-sxTEaiQhG8 .nav-link:focus {
  outline: none;
}
.cid-sxTEaiQhG8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTEaiQhG8 .menu-logo {
  margin-right: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTEaiQhG8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTEaiQhG8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxTEaiQhG8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sxTEaiQhG8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTEaiQhG8 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sxTEaiQhG8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTEaiQhG8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxTEaiQhG8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTEaiQhG8 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 img {
    height: 3.8rem !important;
  }
  .cid-sxTEaiQhG8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTEaiQhG8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTEaiQhG8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing,
  .cid-sxTEaiQhG8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTEaiQhG8 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sxTEaiQhG8 .nav-link {
    justify-content: start !important;
  }
  .cid-sxTEaiQhG8 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sxTEaiQhG8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxTEaiQhG8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTEaiQhG8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTEaiQhG8 .nav-link:hover,
.cid-sxTEaiQhG8 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sxTEaiQhG8 .nav-link:active,
.cid-sxTEaiQhG8 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sxTEaiQhG8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxTEaiQhG8 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sycuW1lrCu {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sycuW1lrCu .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sycuW1lrCu .image-block {
    width: 100% !important;
  }
}
.cid-syccDPJCtR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sycdqwFgQ3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sycdqwFgQ3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sycdqwFgQ3 .row {
    flex-direction: column-reverse;
  }
  .cid-sycdqwFgQ3 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sycdqwFgQ3 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sycdqwFgQ3 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sycdqwFgQ3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sycdqwFgQ3 .card-title {
  color: #e43f3f;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sgRI0OutEw .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgRI0OutEw .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sgRI0OutEw a {
  font-style: normal;
}
.cid-sgRI0OutEw .show {
  overflow: visible;
}
.cid-sgRI0OutEw .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgRI0OutEw .dropdown-item:active {
  background-color: transparent;
}
.cid-sgRI0OutEw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgRI0OutEw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .nav-item:focus,
.cid-sgRI0OutEw .nav-link:focus {
  outline: none;
}
.cid-sgRI0OutEw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgRI0OutEw .menu-logo {
  margin-right: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgRI0OutEw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRI0OutEw .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRI0OutEw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgRI0OutEw button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgRI0OutEw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRI0OutEw .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sgRI0OutEw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRI0OutEw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgRI0OutEw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgRI0OutEw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRI0OutEw .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw img {
    height: 3.8rem !important;
  }
  .cid-sgRI0OutEw .btn {
    display: -webkit-flex;
  }
  .cid-sgRI0OutEw button.navbar-toggler {
    display: block;
  }
  .cid-sgRI0OutEw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing,
  .cid-sgRI0OutEw .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRI0OutEw .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgRI0OutEw .nav-link {
    justify-content: start !important;
  }
  .cid-sgRI0OutEw .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgRI0OutEw .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgRI0OutEw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgRI0OutEw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgRI0OutEw .nav-link:hover,
.cid-sgRI0OutEw .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sgRI0OutEw .nav-link:active,
.cid-sgRI0OutEw .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sgRI0OutEw .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgRI0OutEw .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sy9Ql8HU8w {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sy9Ql8HU8w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sy9Ql8HU8w .row {
  flex-direction: row-reverse;
}
.cid-sy9Ql8HU8w img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uqC8lU5lnV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqC8lU5lnV img,
.cid-uqC8lU5lnV .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uqC8lU5lnV .item:focus,
.cid-uqC8lU5lnV span:focus {
  outline: none;
}
.cid-uqC8lU5lnV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uqC8lU5lnV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uqC8lU5lnV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqC8lU5lnV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uqC8lU5lnV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqC8lU5lnV .mbr-section-title {
  color: #232323;
}
.cid-uqC8lU5lnV .item-title {
  text-align: center;
}
.cid-uqC7zIeA5y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sybNRja2ZZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sybNRja2ZZ .mbr-section-title {
  color: #e43f3f;
}
.cid-sybOoULfAv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sybOoULfAv .video-wrapper iframe {
  width: 100%;
}
.cid-sybOoULfAv .mbr-section-title,
.cid-sybOoULfAv .mbr-section-subtitle,
.cid-sybOoULfAv .mbr-text {
  text-align: center;
}
.cid-sybOs0tvHQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sybOs0tvHQ .video-wrapper iframe {
  width: 100%;
}
.cid-sybOs0tvHQ .mbr-section-title,
.cid-sybOs0tvHQ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sybOs0tvHQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sybOtVraY2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sybOtVraY2 .row {
  flex-direction: row-reverse;
}
.cid-sybOtVraY2 .video-wrapper iframe {
  width: 100%;
}
.cid-sybOtVraY2 .mbr-section-title,
.cid-sybOtVraY2 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sybOtVraY2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sybOtVraY2 .mbr-text {
  color: #000000;
}
.cid-sybOvqMZhJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sybOvqMZhJ .video-wrapper iframe {
  width: 100%;
}
.cid-sybOvqMZhJ .mbr-section-title,
.cid-sybOvqMZhJ .mbr-section-subtitle,
.cid-sybOvqMZhJ .mbr-text {
  text-align: center;
}
.cid-sybOvqMZhJ .mbr-text {
  color: #000000;
}
.cid-sybRDnpuVq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sgRI0OutEw .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgRI0OutEw .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sgRI0OutEw a {
  font-style: normal;
}
.cid-sgRI0OutEw .show {
  overflow: visible;
}
.cid-sgRI0OutEw .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgRI0OutEw .dropdown-item:active {
  background-color: transparent;
}
.cid-sgRI0OutEw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgRI0OutEw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .nav-item:focus,
.cid-sgRI0OutEw .nav-link:focus {
  outline: none;
}
.cid-sgRI0OutEw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgRI0OutEw .menu-logo {
  margin-right: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgRI0OutEw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRI0OutEw .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRI0OutEw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgRI0OutEw button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgRI0OutEw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRI0OutEw .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sgRI0OutEw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRI0OutEw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgRI0OutEw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgRI0OutEw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRI0OutEw .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw img {
    height: 3.8rem !important;
  }
  .cid-sgRI0OutEw .btn {
    display: -webkit-flex;
  }
  .cid-sgRI0OutEw button.navbar-toggler {
    display: block;
  }
  .cid-sgRI0OutEw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing,
  .cid-sgRI0OutEw .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRI0OutEw .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgRI0OutEw .nav-link {
    justify-content: start !important;
  }
  .cid-sgRI0OutEw .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgRI0OutEw .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgRI0OutEw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgRI0OutEw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgRI0OutEw .nav-link:hover,
.cid-sgRI0OutEw .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sgRI0OutEw .nav-link:active,
.cid-sgRI0OutEw .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sgRI0OutEw .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgRI0OutEw .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sxTwF7Ea7C {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-sxTwF7Ea7C .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sxTwF7Ea7C input,
.cid-sxTwF7Ea7C textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-sxTwF7Ea7C input:focus,
.cid-sxTwF7Ea7C textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sxTwF7Ea7C .form-control,
.cid-sxTwF7Ea7C .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sxTwF7Ea7C .form-control:hover,
.cid-sxTwF7Ea7C .field-input:hover,
.cid-sxTwF7Ea7C .form-control:focus,
.cid-sxTwF7Ea7C .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sxTwF7Ea7C input::-webkit-input-placeholder,
.cid-sxTwF7Ea7C textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-sxTwF7Ea7C input:-moz-placeholder,
.cid-sxTwF7Ea7C textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-sxTwF7Ea7C .jq-selectbox li,
.cid-sxTwF7Ea7C .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-sxTwF7Ea7C .jq-selectbox li:hover,
.cid-sxTwF7Ea7C .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-sxTwF7Ea7C .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sxTwF7Ea7C .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sxTwF7Ea7C img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sxTwF7Ea7C .mbr-form {
  max-width: 450px;
}
.cid-sxTwF7Ea7C textarea {
  min-height: 150px;
}
.cid-sxTwF7Ea7C .mbr-text {
  color: #e43f3f;
}
.cid-sxTwF7Ea7C .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-sxTwF7Ea7C .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-sxTwF7Ea7C H2 {
  color: #ffffff;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sgRI0OutEw .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgRI0OutEw .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sgRI0OutEw a {
  font-style: normal;
}
.cid-sgRI0OutEw .show {
  overflow: visible;
}
.cid-sgRI0OutEw .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgRI0OutEw .dropdown-item:active {
  background-color: transparent;
}
.cid-sgRI0OutEw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgRI0OutEw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .nav-item:focus,
.cid-sgRI0OutEw .nav-link:focus {
  outline: none;
}
.cid-sgRI0OutEw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgRI0OutEw .menu-logo {
  margin-right: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgRI0OutEw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRI0OutEw .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRI0OutEw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgRI0OutEw button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgRI0OutEw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRI0OutEw .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sgRI0OutEw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRI0OutEw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgRI0OutEw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgRI0OutEw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRI0OutEw .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw img {
    height: 3.8rem !important;
  }
  .cid-sgRI0OutEw .btn {
    display: -webkit-flex;
  }
  .cid-sgRI0OutEw button.navbar-toggler {
    display: block;
  }
  .cid-sgRI0OutEw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing,
  .cid-sgRI0OutEw .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRI0OutEw .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgRI0OutEw .nav-link {
    justify-content: start !important;
  }
  .cid-sgRI0OutEw .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgRI0OutEw .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgRI0OutEw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgRI0OutEw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgRI0OutEw .nav-link:hover,
.cid-sgRI0OutEw .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sgRI0OutEw .nav-link:active,
.cid-sgRI0OutEw .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sgRI0OutEw .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgRI0OutEw .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sxTzqYbekm {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxTzqYbekm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sxTzqYbekm .row {
  flex-direction: row-reverse;
}
.cid-sxTzqYbekm img {
  width: 100%;
}
.cid-sxTA1Ay9eh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sxTA1Ay9eh ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sxTA1Ay9eh li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sxTA1Ay9eh ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sgRI0OutEw .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgRI0OutEw .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sgRI0OutEw a {
  font-style: normal;
}
.cid-sgRI0OutEw .show {
  overflow: visible;
}
.cid-sgRI0OutEw .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgRI0OutEw .dropdown-item:active {
  background-color: transparent;
}
.cid-sgRI0OutEw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgRI0OutEw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .nav-item:focus,
.cid-sgRI0OutEw .nav-link:focus {
  outline: none;
}
.cid-sgRI0OutEw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgRI0OutEw .menu-logo {
  margin-right: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgRI0OutEw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRI0OutEw .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRI0OutEw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgRI0OutEw button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgRI0OutEw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRI0OutEw .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sgRI0OutEw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRI0OutEw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgRI0OutEw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgRI0OutEw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRI0OutEw .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw img {
    height: 3.8rem !important;
  }
  .cid-sgRI0OutEw .btn {
    display: -webkit-flex;
  }
  .cid-sgRI0OutEw button.navbar-toggler {
    display: block;
  }
  .cid-sgRI0OutEw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing,
  .cid-sgRI0OutEw .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRI0OutEw .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgRI0OutEw .nav-link {
    justify-content: start !important;
  }
  .cid-sgRI0OutEw .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgRI0OutEw .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgRI0OutEw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgRI0OutEw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgRI0OutEw .nav-link:hover,
.cid-sgRI0OutEw .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sgRI0OutEw .nav-link:active,
.cid-sgRI0OutEw .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sgRI0OutEw .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgRI0OutEw .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sxTEaiQhG8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxTEaiQhG8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTEaiQhG8 a {
  font-style: normal;
}
.cid-sxTEaiQhG8 .show {
  overflow: visible;
}
.cid-sxTEaiQhG8 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sxTEaiQhG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxTEaiQhG8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTEaiQhG8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .nav-item:focus,
.cid-sxTEaiQhG8 .nav-link:focus {
  outline: none;
}
.cid-sxTEaiQhG8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTEaiQhG8 .menu-logo {
  margin-right: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTEaiQhG8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTEaiQhG8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxTEaiQhG8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sxTEaiQhG8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTEaiQhG8 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sxTEaiQhG8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTEaiQhG8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxTEaiQhG8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTEaiQhG8 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 img {
    height: 3.8rem !important;
  }
  .cid-sxTEaiQhG8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTEaiQhG8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTEaiQhG8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing,
  .cid-sxTEaiQhG8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTEaiQhG8 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sxTEaiQhG8 .nav-link {
    justify-content: start !important;
  }
  .cid-sxTEaiQhG8 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sxTEaiQhG8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxTEaiQhG8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTEaiQhG8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTEaiQhG8 .nav-link:hover,
.cid-sxTEaiQhG8 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sxTEaiQhG8 .nav-link:active,
.cid-sxTEaiQhG8 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sxTEaiQhG8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxTEaiQhG8 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sy44yvFEqo {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sy44yvFEqo H1 {
  color: #e43f3f;
}
.cid-sy44yvFEqo .mbr-text,
.cid-sy44yvFEqo .mbr-section-btn {
  color: #000000;
}
.cid-sy44yvFEqo img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sy44yvFEqo .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sy47OeJ2v4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sy47OeJ2v4 .mbr-text {
  color: #767676;
}
.cid-sy47OeJ2v4 .card-subtitle {
  margin: 0;
}
.cid-sy47OeJ2v4 .link {
  margin: 0;
}
.cid-sy47OeJ2v4 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sy47OeJ2v4 .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sy47OeJ2v4 .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sy47OeJ2v4 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sy47OeJ2v4 .date {
  margin: 0;
}
.cid-sy47OeJ2v4 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sy47OeJ2v4 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sy47OeJ2v4 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sy47OeJ2v4 .card-img:hover:before {
  opacity: 0.4;
}
.cid-sy47OeJ2v4 .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sy47OeJ2v4 .icon-box {
    flex-direction: column;
  }
  .cid-sy47OeJ2v4 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sy47OeJ2v4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sy47OeJ2v4 .card {
    margin-bottom: 3rem;
  }
}
.cid-sy47OeJ2v4 .mbr-text,
.cid-sy47OeJ2v4 .link {
  color: #000000;
}
.cid-sy46RmHWV9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sy46RmHWV9 .row {
  flex-direction: row-reverse;
}
.cid-sy46RmHWV9 .video-wrapper iframe {
  width: 100%;
}
.cid-sy46RmHWV9 .mbr-section-title,
.cid-sy46RmHWV9 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sy46RmHWV9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sxTEaiQhG8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxTEaiQhG8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTEaiQhG8 a {
  font-style: normal;
}
.cid-sxTEaiQhG8 .show {
  overflow: visible;
}
.cid-sxTEaiQhG8 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sxTEaiQhG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxTEaiQhG8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTEaiQhG8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .nav-item:focus,
.cid-sxTEaiQhG8 .nav-link:focus {
  outline: none;
}
.cid-sxTEaiQhG8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTEaiQhG8 .menu-logo {
  margin-right: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTEaiQhG8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTEaiQhG8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxTEaiQhG8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sxTEaiQhG8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTEaiQhG8 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sxTEaiQhG8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTEaiQhG8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxTEaiQhG8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTEaiQhG8 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 img {
    height: 3.8rem !important;
  }
  .cid-sxTEaiQhG8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTEaiQhG8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTEaiQhG8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing,
  .cid-sxTEaiQhG8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTEaiQhG8 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sxTEaiQhG8 .nav-link {
    justify-content: start !important;
  }
  .cid-sxTEaiQhG8 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sxTEaiQhG8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxTEaiQhG8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTEaiQhG8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTEaiQhG8 .nav-link:hover,
.cid-sxTEaiQhG8 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sxTEaiQhG8 .nav-link:active,
.cid-sxTEaiQhG8 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sxTEaiQhG8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxTEaiQhG8 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-upSLuDfNCN {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-upSLuDfNCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-upSLuDfNCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upSLuDfNCN .mbr-section-title {
  color: #e43f3f;
}
.cid-upXOhbZrt5 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-upXOhbZrt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upXOhbZrt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upXOhbZrt5 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upXOhbZrt5 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-upXOhbZrt5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upXOhbZrt5 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upXOhbZrt5 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upXOhbZrt5 .header-menu li p {
  margin: 0;
}
.cid-upXOhbZrt5 .content-head {
  max-width: 800px;
}
.cid-upXOhbZrt5 .mbr-section-title {
  color: #e43f3f;
}
.cid-upSJksGgNO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upSJksGgNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-upSJksGgNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upSJksGgNO .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-upSJksGgNO .mbr-section-subtitle {
  color: #000000;
}
.cid-upSJksGgNO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sxUdct3Wg2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxUdct3Wg2 .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-sxUdct3Wg2 .mbr-section-title {
  color: #e43f3f;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sgRI0OutEw .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgRI0OutEw .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sgRI0OutEw a {
  font-style: normal;
}
.cid-sgRI0OutEw .show {
  overflow: visible;
}
.cid-sgRI0OutEw .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgRI0OutEw .dropdown-item:active {
  background-color: transparent;
}
.cid-sgRI0OutEw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgRI0OutEw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .nav-item:focus,
.cid-sgRI0OutEw .nav-link:focus {
  outline: none;
}
.cid-sgRI0OutEw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgRI0OutEw .menu-logo {
  margin-right: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgRI0OutEw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRI0OutEw .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRI0OutEw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgRI0OutEw button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgRI0OutEw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRI0OutEw .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sgRI0OutEw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRI0OutEw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgRI0OutEw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgRI0OutEw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRI0OutEw .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw img {
    height: 3.8rem !important;
  }
  .cid-sgRI0OutEw .btn {
    display: -webkit-flex;
  }
  .cid-sgRI0OutEw button.navbar-toggler {
    display: block;
  }
  .cid-sgRI0OutEw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing,
  .cid-sgRI0OutEw .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRI0OutEw .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgRI0OutEw .nav-link {
    justify-content: start !important;
  }
  .cid-sgRI0OutEw .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgRI0OutEw .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgRI0OutEw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgRI0OutEw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgRI0OutEw .nav-link:hover,
.cid-sgRI0OutEw .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sgRI0OutEw .nav-link:active,
.cid-sgRI0OutEw .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sgRI0OutEw .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgRI0OutEw .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-syeExMahl7 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syeExMahl7 .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-syeExMahl7 .image-block {
    width: 100% !important;
  }
}
.cid-sy43N7EcMg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sy43N7EcMg .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sxTEaiQhG8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxTEaiQhG8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTEaiQhG8 a {
  font-style: normal;
}
.cid-sxTEaiQhG8 .show {
  overflow: visible;
}
.cid-sxTEaiQhG8 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sxTEaiQhG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxTEaiQhG8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTEaiQhG8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .nav-item:focus,
.cid-sxTEaiQhG8 .nav-link:focus {
  outline: none;
}
.cid-sxTEaiQhG8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTEaiQhG8 .menu-logo {
  margin-right: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTEaiQhG8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTEaiQhG8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxTEaiQhG8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sxTEaiQhG8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTEaiQhG8 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sxTEaiQhG8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTEaiQhG8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxTEaiQhG8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTEaiQhG8 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 img {
    height: 3.8rem !important;
  }
  .cid-sxTEaiQhG8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTEaiQhG8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTEaiQhG8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing,
  .cid-sxTEaiQhG8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTEaiQhG8 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sxTEaiQhG8 .nav-link {
    justify-content: start !important;
  }
  .cid-sxTEaiQhG8 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sxTEaiQhG8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxTEaiQhG8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTEaiQhG8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTEaiQhG8 .nav-link:hover,
.cid-sxTEaiQhG8 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sxTEaiQhG8 .nav-link:active,
.cid-sxTEaiQhG8 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sxTEaiQhG8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxTEaiQhG8 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-syaDQnOvvN {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syaDQnOvvN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-syaDQnOvvN .row {
  flex-direction: row-reverse;
}
.cid-syaDQnOvvN img {
  width: 100%;
}
.cid-syaDQnOvvN .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-szgK0g7m0D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syaEjFt8LR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syaEjFt8LR .mbr-text {
  color: #767676;
}
.cid-syaEjFt8LR .card-subtitle {
  margin: 0;
}
.cid-syaEjFt8LR .link {
  margin: 0;
}
.cid-syaEjFt8LR .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-syaEjFt8LR .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-syaEjFt8LR .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-syaEjFt8LR .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-syaEjFt8LR .date {
  margin: 0;
}
.cid-syaEjFt8LR img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-syaEjFt8LR .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-syaEjFt8LR .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-syaEjFt8LR .card-img:hover:before {
  opacity: 0.4;
}
.cid-syaEjFt8LR .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-syaEjFt8LR .icon-box {
    flex-direction: column;
  }
  .cid-syaEjFt8LR .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-syaEjFt8LR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-syaEjFt8LR .card {
    margin-bottom: 3rem;
  }
}
.cid-syaEjFt8LR .mbr-text,
.cid-syaEjFt8LR .link {
  color: #000000;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sxTEaiQhG8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxTEaiQhG8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTEaiQhG8 a {
  font-style: normal;
}
.cid-sxTEaiQhG8 .show {
  overflow: visible;
}
.cid-sxTEaiQhG8 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sxTEaiQhG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxTEaiQhG8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTEaiQhG8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .nav-item:focus,
.cid-sxTEaiQhG8 .nav-link:focus {
  outline: none;
}
.cid-sxTEaiQhG8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTEaiQhG8 .menu-logo {
  margin-right: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTEaiQhG8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTEaiQhG8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTEaiQhG8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sxTEaiQhG8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTEaiQhG8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxTEaiQhG8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxTEaiQhG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxTEaiQhG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sxTEaiQhG8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTEaiQhG8 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTEaiQhG8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTEaiQhG8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sxTEaiQhG8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTEaiQhG8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTEaiQhG8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxTEaiQhG8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTEaiQhG8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTEaiQhG8 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 img {
    height: 3.8rem !important;
  }
  .cid-sxTEaiQhG8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTEaiQhG8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTEaiQhG8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTEaiQhG8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing,
  .cid-sxTEaiQhG8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTEaiQhG8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTEaiQhG8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxTEaiQhG8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTEaiQhG8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTEaiQhG8 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sxTEaiQhG8 .nav-link {
    justify-content: start !important;
  }
  .cid-sxTEaiQhG8 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxTEaiQhG8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sxTEaiQhG8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxTEaiQhG8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTEaiQhG8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTEaiQhG8 .nav-link:hover,
.cid-sxTEaiQhG8 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sxTEaiQhG8 .nav-link:active,
.cid-sxTEaiQhG8 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sxTEaiQhG8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sxTEaiQhG8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxTEaiQhG8 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxTEaiQhG8 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-syc8biSQaD {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-syc8biSQaD .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-syc8biSQaD .currentcost {
  color: #232323;
}
.cid-syc8biSQaD .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-syc8biSQaD .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-syc8biSQaD .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-syc8biSQaD .text-box {
    padding: 1rem;
  }
}
.cid-syc8biSQaD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-syeBm5Rl5m {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeBm5Rl5m .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeBm5Rl5m .first-column .mbr-text {
  margin: 0;
}
.cid-syeBm5Rl5m .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeBm5Rl5m .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeBm5Rl5m .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeBm5Rl5m .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeBm5Rl5m .form-group {
  max-width: 55%;
}
.cid-syeBm5Rl5m .form-group,
.cid-syeBm5Rl5m .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeBm5Rl5m .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeBm5Rl5m .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeBm5Rl5m .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeBm5Rl5m .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeBm5Rl5m .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeBm5Rl5m .col + .mbr-section-btn .btn,
.cid-syeBm5Rl5m .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeBm5Rl5m .dragArea > *:nth-last-child(2).col,
.cid-syeBm5Rl5m .dragArea > *:nth-last-child(2).col-auto,
.cid-syeBm5Rl5m .col + .mbr-section-btn,
.cid-syeBm5Rl5m .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeBm5Rl5m .first-column,
  .cid-syeBm5Rl5m .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeBm5Rl5m .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeBm5Rl5m .first-column,
  .cid-syeBm5Rl5m .second-column,
  .cid-syeBm5Rl5m .third-column {
    text-align: center;
  }
}
.cid-sgRI0OutEw .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgRI0OutEw .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sgRI0OutEw a {
  font-style: normal;
}
.cid-sgRI0OutEw .show {
  overflow: visible;
}
.cid-sgRI0OutEw .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgRI0OutEw .dropdown-item:active {
  background-color: transparent;
}
.cid-sgRI0OutEw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgRI0OutEw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .nav-item:focus,
.cid-sgRI0OutEw .nav-link:focus {
  outline: none;
}
.cid-sgRI0OutEw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgRI0OutEw .menu-logo {
  margin-right: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgRI0OutEw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRI0OutEw .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRI0OutEw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgRI0OutEw button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgRI0OutEw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRI0OutEw .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sgRI0OutEw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRI0OutEw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgRI0OutEw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgRI0OutEw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRI0OutEw .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw img {
    height: 3.8rem !important;
  }
  .cid-sgRI0OutEw .btn {
    display: -webkit-flex;
  }
  .cid-sgRI0OutEw button.navbar-toggler {
    display: block;
  }
  .cid-sgRI0OutEw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing,
  .cid-sgRI0OutEw .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRI0OutEw .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgRI0OutEw .nav-link {
    justify-content: start !important;
  }
  .cid-sgRI0OutEw .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgRI0OutEw .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgRI0OutEw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgRI0OutEw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgRI0OutEw .nav-link:hover,
.cid-sgRI0OutEw .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sgRI0OutEw .nav-link:active,
.cid-sgRI0OutEw .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sgRI0OutEw .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgRI0OutEw .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sycomDM0XD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sycomDM0XD .mbr-shop {
  display: table;
  width: 100%;
}
.cid-sycomDM0XD .mbr-shop .row {
  margin: 0;
}
.cid-sycomDM0XD .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-sycomDM0XD .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sycomDM0XD .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sycomDM0XD .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-sycomDM0XD .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sycomDM0XD .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sycomDM0XD .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sycomDM0XD .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-sycomDM0XD .mbr-shop .hide-modal {
  display: none;
}
.cid-sycomDM0XD .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-sycomDM0XD .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sycomDM0XD .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sycomDM0XD .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sycomDM0XD .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sycomDM0XD .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sycomDM0XD .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sycomDM0XD .mbr-shop .filter-by-pu,
.cid-sycomDM0XD .mbr-shop .filter-by-pd,
.cid-sycomDM0XD .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sycomDM0XD .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sycomDM0XD .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sycomDM0XD .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sycomDM0XD .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-sycomDM0XD .mbr-shop .galleryItem h4,
.cid-sycomDM0XD .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 10px;
  transition: color 0.5s;
}
.cid-sycomDM0XD .mbr-shop .galleryItem h5,
.cid-sycomDM0XD .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sycomDM0XD .mbr-shop .galleryItem p,
.cid-sycomDM0XD .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sycomDM0XD .mbr-shop .item-button {
  text-align: center;
}
.cid-sycomDM0XD .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sycomDM0XD .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-sycomDM0XD .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-sycomDM0XD .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sycomDM0XD .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-sycomDM0XD .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sycomDM0XD .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sycomDM0XD .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-sycomDM0XD .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sycomDM0XD .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-sycomDM0XD .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sycomDM0XD .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sycomDM0XD .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sycomDM0XD .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sycomDM0XD .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sycomDM0XD .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sycomDM0XD .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #149dcc;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-sycomDM0XD .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sycomDM0XD .mbr-shop .mbr-gallery-item__hided h4,
.cid-sycomDM0XD .mbr-shop .mbr-gallery-item__hided h5,
.cid-sycomDM0XD .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sycomDM0XD .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sycomDM0XD .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-sycomDM0XD .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-sycomDM0XD .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sycomDM0XD .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-sycomDM0XD .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-sycomDM0XD .mbr-shop .mbr-gallery-filter ul li.active .btn {
  font-weight: bold;
}
.cid-sycomDM0XD .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sycomDM0XD .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #000000;
}
.cid-sycomDM0XD .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sycomDM0XD .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sycomDM0XD .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-weight: bold;
}
.cid-sycomDM0XD .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #000000;
  border-radius: 2px;
  font-size: 0;
}
.cid-sycomDM0XD .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sycomDM0XD .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #000000;
}
.cid-sycomDM0XD .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sycomDM0XD .mbr-shop .range-controls {
  position: relative;
}
.cid-sycomDM0XD .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sycomDM0XD .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
}
.cid-sycomDM0XD .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #000000;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #000000;
  cursor: pointer;
}
.cid-sycomDM0XD .mbr-shop .toggle:hover,
.cid-sycomDM0XD .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-sycomDM0XD .mbr-shop .min-toggle {
  left: 0;
}
.cid-sycomDM0XD .mbr-shop .max-toggle {
  right: 0;
}
.cid-sycomDM0XD .mbr-shop .hided-by-price {
  display: none;
}
.cid-sycomDM0XD .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sycomDM0XD .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sycomDM0XD .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sycomDM0XD .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sycomDM0XD .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
.cid-sycomDM0XD .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sycomDM0XD .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sycomDM0XD .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sycomDM0XD .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sycomDM0XD .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sycomDM0XD .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sycomDM0XD .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sycomDM0XD .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sycomDM0XD .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-sycomDM0XD .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sycomDM0XD .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-sycomDM0XD .mbr-shop .shop-items .onsale,
.cid-sycomDM0XD .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-sycomDM0XD .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sycomDM0XD .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sycomDM0XD .mbr-shop .price-range {
  display: inline-block;
}
.cid-sycomDM0XD .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-sycomDM0XD .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sycomDM0XD .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-sycomDM0XD .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sycomDM0XD .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sycomDM0XD .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sycomDM0XD .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sycomDM0XD .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sycomDM0XD .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sycomDM0XD .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sycomDM0XD .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sycomDM0XD .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sycomDM0XD .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-sycomDM0XD .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sycomDM0XD .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sycomDM0XD .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sycomDM0XD .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sycomDM0XD .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sycomDM0XD .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-sycomDM0XD .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-sycomDM0XD .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-sycomDM0XD .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sycomDM0XD .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sycomDM0XD .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sycomDM0XD .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sycomDM0XD .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-sycomDM0XD .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sycomDM0XD .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sycomDM0XD .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sycomDM0XD .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sycomDM0XD .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sycomDM0XD .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sycomDM0XD .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sycomDM0XD .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-sycomDM0XD .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-sycomDM0XD .item-title {
  color: #000000;
}
.cid-sycomDM0XD .mbr-gallery-item .galleryItem {
  border-radius: 8px;
  overflow: hidden;
}
.cid-sycomDM0XD .mbr-gallery-item .sidebar_wraper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #000000;
}
.cid-sycomDM0XD .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-sycomDM0XD .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-sycomDM0XD .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-sycomDM0XD .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-sycomDM0XD .mbr-gallery-item:hover .style_overlay {
  background: #55b4d4;
  opacity: 0.5;
  transition: all .5s;
}
.cid-sycomDM0XD .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
.cid-sycomDM0XD .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sycomDM0XD .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sycomDM0XD LI {
  color: #000000;
}
.cid-sycomDM0XD .sidebar-title {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-sycomDM0XD .mbr-shop .mbr-gallery-item,
  .cid-sycomDM0XD .wrapper-shop-items,
  .cid-sycomDM0XD .sidebar-block,
  .cid-sycomDM0XD .sidebar-title,
  .cid-sycomDM0XD .sidebar,
  .cid-sycomDM0XD .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-sycomDM0XD .filter-cost {
    max-width: 100%!important;
  }
  .cid-sycomDM0XD .range-slider,
  .cid-sycomDM0XD .categories,
  .cid-sycomDM0XD .bestseller-block {
    text-align: center;
  }
}
.cid-syeBbbY0sM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeBbbY0sM .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeBbbY0sM .first-column .mbr-text {
  margin: 0;
}
.cid-syeBbbY0sM .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeBbbY0sM .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeBbbY0sM .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeBbbY0sM .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeBbbY0sM .form-group {
  max-width: 55%;
}
.cid-syeBbbY0sM .form-group,
.cid-syeBbbY0sM .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeBbbY0sM .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeBbbY0sM .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeBbbY0sM .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeBbbY0sM .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeBbbY0sM .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeBbbY0sM .col + .mbr-section-btn .btn,
.cid-syeBbbY0sM .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeBbbY0sM .dragArea > *:nth-last-child(2).col,
.cid-syeBbbY0sM .dragArea > *:nth-last-child(2).col-auto,
.cid-syeBbbY0sM .col + .mbr-section-btn,
.cid-syeBbbY0sM .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeBbbY0sM .first-column,
  .cid-syeBbbY0sM .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeBbbY0sM .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeBbbY0sM .first-column,
  .cid-syeBbbY0sM .second-column,
  .cid-syeBbbY0sM .third-column {
    text-align: center;
  }
}
.cid-sgRI0OutEw .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgRI0OutEw .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sgRI0OutEw a {
  font-style: normal;
}
.cid-sgRI0OutEw .show {
  overflow: visible;
}
.cid-sgRI0OutEw .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgRI0OutEw .dropdown-item:active {
  background-color: transparent;
}
.cid-sgRI0OutEw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgRI0OutEw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .nav-item:focus,
.cid-sgRI0OutEw .nav-link:focus {
  outline: none;
}
.cid-sgRI0OutEw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgRI0OutEw .menu-logo {
  margin-right: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgRI0OutEw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRI0OutEw .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRI0OutEw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgRI0OutEw button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgRI0OutEw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRI0OutEw .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sgRI0OutEw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRI0OutEw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgRI0OutEw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgRI0OutEw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRI0OutEw .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw img {
    height: 3.8rem !important;
  }
  .cid-sgRI0OutEw .btn {
    display: -webkit-flex;
  }
  .cid-sgRI0OutEw button.navbar-toggler {
    display: block;
  }
  .cid-sgRI0OutEw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing,
  .cid-sgRI0OutEw .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRI0OutEw .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgRI0OutEw .nav-link {
    justify-content: start !important;
  }
  .cid-sgRI0OutEw .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgRI0OutEw .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgRI0OutEw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgRI0OutEw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgRI0OutEw .nav-link:hover,
.cid-sgRI0OutEw .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sgRI0OutEw .nav-link:active,
.cid-sgRI0OutEw .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sgRI0OutEw .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgRI0OutEw .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-syeXzIRUpW {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syeXzIRUpW .mbr-text {
  margin: 0;
}
.cid-syeXzIRUpW .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-syeXzIRUpW .row-element,
.cid-syeXzIRUpW .image-element {
  padding: 0;
}
.cid-syeXzIRUpW .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syeXzIRUpW .image-element .img-wrap {
  width: 100% !important;
}
.cid-syeXzIRUpW .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-syeXzIRUpW .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syeXzIRUpW .carousel-item.active,
.cid-syeXzIRUpW .carousel-item-next,
.cid-syeXzIRUpW .carousel-item-prev {
  display: flex;
}
.cid-syeXzIRUpW .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-syeXzIRUpW .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #000000;
}
.cid-syeXzIRUpW .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-syeXzIRUpW .carousel-indicators li:hover {
  opacity: 1;
}
.cid-syeXzIRUpW .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-syeXzIRUpW .carousel-controls {
    display: block;
  }
  .cid-syeXzIRUpW .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-syeXzIRUpW .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-syeXzIRUpW .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-syeXzIRUpW .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-syeXzIRUpW .text-element {
    padding: 1rem;
  }
  .cid-syeXzIRUpW .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syeXzIRUpW .image-element {
    min-width: 50%;
  }
  .cid-syeXzIRUpW .media-container-row {
    width: 100%;
  }
}
.cid-syeXzIRUpW .mbr-title,
.cid-syeXzIRUpW .ornament {
  color: #e43f3f;
}
.cid-syeXzIRUpW DIV {
  color: #000000;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
.cid-sybAyfWPs3 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sybAyfWPs3 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sybAyfWPs3 a {
  font-style: normal;
}
.cid-sybAyfWPs3 .show {
  overflow: visible;
}
.cid-sybAyfWPs3 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sybAyfWPs3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sybAyfWPs3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sybAyfWPs3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sybAyfWPs3 .nav-item:focus,
.cid-sybAyfWPs3 .nav-link:focus {
  outline: none;
}
.cid-sybAyfWPs3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sybAyfWPs3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sybAyfWPs3 .menu-logo {
  margin-right: auto;
}
.cid-sybAyfWPs3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sybAyfWPs3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sybAyfWPs3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sybAyfWPs3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sybAyfWPs3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sybAyfWPs3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sybAyfWPs3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sybAyfWPs3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sybAyfWPs3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sybAyfWPs3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sybAyfWPs3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sybAyfWPs3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sybAyfWPs3 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sybAyfWPs3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sybAyfWPs3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sybAyfWPs3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sybAyfWPs3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sybAyfWPs3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sybAyfWPs3 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sybAyfWPs3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sybAyfWPs3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sybAyfWPs3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sybAyfWPs3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sybAyfWPs3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sybAyfWPs3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sybAyfWPs3 button.navbar-toggler:focus {
  outline: none;
}
.cid-sybAyfWPs3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sybAyfWPs3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sybAyfWPs3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sybAyfWPs3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sybAyfWPs3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sybAyfWPs3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sybAyfWPs3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sybAyfWPs3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sybAyfWPs3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sybAyfWPs3 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sybAyfWPs3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sybAyfWPs3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sybAyfWPs3 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sybAyfWPs3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sybAyfWPs3 .collapsed .navbar-collapse.collapsing,
.cid-sybAyfWPs3 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sybAyfWPs3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sybAyfWPs3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sybAyfWPs3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sybAyfWPs3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sybAyfWPs3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sybAyfWPs3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sybAyfWPs3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sybAyfWPs3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sybAyfWPs3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sybAyfWPs3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sybAyfWPs3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sybAyfWPs3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sybAyfWPs3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sybAyfWPs3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sybAyfWPs3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sybAyfWPs3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sybAyfWPs3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sybAyfWPs3 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sybAyfWPs3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sybAyfWPs3 img {
    height: 3.8rem !important;
  }
  .cid-sybAyfWPs3 .btn {
    display: -webkit-flex;
  }
  .cid-sybAyfWPs3 button.navbar-toggler {
    display: block;
  }
  .cid-sybAyfWPs3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sybAyfWPs3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sybAyfWPs3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sybAyfWPs3 .navbar-collapse.collapsing,
  .cid-sybAyfWPs3 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sybAyfWPs3 .navbar-collapse.collapsing .navbar-nav,
  .cid-sybAyfWPs3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sybAyfWPs3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sybAyfWPs3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sybAyfWPs3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sybAyfWPs3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sybAyfWPs3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sybAyfWPs3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sybAyfWPs3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sybAyfWPs3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sybAyfWPs3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sybAyfWPs3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sybAyfWPs3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sybAyfWPs3 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sybAyfWPs3 .nav-link {
    justify-content: start !important;
  }
  .cid-sybAyfWPs3 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sybAyfWPs3 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sybAyfWPs3 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sybAyfWPs3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sybAyfWPs3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sybAyfWPs3 .nav-link:hover,
.cid-sybAyfWPs3 .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sybAyfWPs3 .nav-link:active,
.cid-sybAyfWPs3 .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sybAyfWPs3 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sybAyfWPs3 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sybAyfWPs3 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sybAyfWPs3 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sz7dga7WFf {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sz7dga7WFf .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
#custom-html-ab {
  /* Type valid CSS here */
}
#custom-html-ab div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ab p {
  font-size: 60px;
  color: #777;
}
.cid-syzzVTQuc8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syzzVTQuc8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syzzVTQuc8 .first-column .mbr-text {
  margin: 0;
}
.cid-syzzVTQuc8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syzzVTQuc8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syzzVTQuc8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syzzVTQuc8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syzzVTQuc8 .form-group {
  max-width: 55%;
}
.cid-syzzVTQuc8 .form-group,
.cid-syzzVTQuc8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syzzVTQuc8 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syzzVTQuc8 .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syzzVTQuc8 .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syzzVTQuc8 .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syzzVTQuc8 .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syzzVTQuc8 .col + .mbr-section-btn .btn,
.cid-syzzVTQuc8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syzzVTQuc8 .dragArea > *:nth-last-child(2).col,
.cid-syzzVTQuc8 .dragArea > *:nth-last-child(2).col-auto,
.cid-syzzVTQuc8 .col + .mbr-section-btn,
.cid-syzzVTQuc8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syzzVTQuc8 .first-column,
  .cid-syzzVTQuc8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-syzzVTQuc8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syzzVTQuc8 .first-column,
  .cid-syzzVTQuc8 .second-column,
  .cid-syzzVTQuc8 .third-column {
    text-align: center;
  }
}
.cid-sgRI0OutEw .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgRI0OutEw .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sgRI0OutEw a {
  font-style: normal;
}
.cid-sgRI0OutEw .show {
  overflow: visible;
}
.cid-sgRI0OutEw .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgRI0OutEw .dropdown-item:active {
  background-color: transparent;
}
.cid-sgRI0OutEw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgRI0OutEw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .nav-item:focus,
.cid-sgRI0OutEw .nav-link:focus {
  outline: none;
}
.cid-sgRI0OutEw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgRI0OutEw .menu-logo {
  margin-right: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgRI0OutEw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRI0OutEw .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRI0OutEw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgRI0OutEw button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgRI0OutEw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRI0OutEw .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sgRI0OutEw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRI0OutEw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgRI0OutEw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgRI0OutEw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRI0OutEw .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw img {
    height: 3.8rem !important;
  }
  .cid-sgRI0OutEw .btn {
    display: -webkit-flex;
  }
  .cid-sgRI0OutEw button.navbar-toggler {
    display: block;
  }
  .cid-sgRI0OutEw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing,
  .cid-sgRI0OutEw .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRI0OutEw .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgRI0OutEw .nav-link {
    justify-content: start !important;
  }
  .cid-sgRI0OutEw .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgRI0OutEw .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgRI0OutEw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgRI0OutEw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgRI0OutEw .nav-link:hover,
.cid-sgRI0OutEw .dropdown-item:hover {
  color: #ffffff !important;
  opacity: .75;
}
.cid-sgRI0OutEw .nav-link:active,
.cid-sgRI0OutEw .dropdown-item:active {
  color: #ffb5b5;
}
@media (min-width: 1500px) {
  .cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sgRI0OutEw .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgRI0OutEw .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-syA9QubYrw {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-syA9QubYrw .mbr-section-title {
  letter-spacing: 0.1em;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-syA9QubYrw .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-syA9QubYrw .btn {
  margin: 0px !important;
}
.cid-syA9QubYrw .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syA9QubYrw .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syA9QubYrw .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-syA9QubYrw .carousel-item .wrap-img {
  text-align: center;
}
.cid-syA9QubYrw .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-syA9QubYrw .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-syA9QubYrw .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-syA9QubYrw .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-syA9QubYrw .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-syA9QubYrw .second-col {
    padding-top: 2rem;
  }
}
#custom-html-9x {
  /* Type valid CSS here */
}
#custom-html-9x div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-9x p {
  font-size: 60px;
  color: #777;
}
.cid-syeC1kJ6cH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeC1kJ6cH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-syeC1kJ6cH .first-column .mbr-text {
  margin: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-syeC1kJ6cH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-syeC1kJ6cH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-syeC1kJ6cH .form-group {
  max-width: 55%;
}
.cid-syeC1kJ6cH .form-group,
.cid-syeC1kJ6cH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-syeC1kJ6cH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #bbbbbb;
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control::-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-moz-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-syeC1kJ6cH .col + .mbr-section-btn .btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col,
.cid-syeC1kJ6cH .dragArea > *:nth-last-child(2).col-auto,
.cid-syeC1kJ6cH .col + .mbr-section-btn,
.cid-syeC1kJ6cH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column {
    padding-bottom: 2rem;
  }
  .cid-syeC1kJ6cH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-syeC1kJ6cH .first-column,
  .cid-syeC1kJ6cH .second-column,
  .cid-syeC1kJ6cH .third-column {
    text-align: center;
  }
}
