@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Poiret+One:400);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Poiret One', display;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f65763 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #465052 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f65763 !important;
  border-color: #f65763 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f20e20 !important;
  border-color: #f20e20 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f20e20 !important;
  border-color: #f20e20 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #db0c1b;
  color: #db0c1b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f65763;
  border-color: #f65763;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f65763 !important;
  border-color: #f65763 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f65763 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #465052 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #db0c1b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #171a1b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #465052;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f65763;
  border-color: #f65763;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #f65763;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #f65763;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #f65763;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #f65763;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f65763;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f65763;
}
/* Headers*/
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f65763;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f65763;
  border-bottom-color: #f65763;
}
.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: #f65763 !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: #ff3366 !important;
  box-shadow: none !important;
}
.cid-qKJ945BjqB {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qKJ945BjqB .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKJ945BjqB H1 {
  color: #465052;
}
.cid-qKJ945BjqB H3 {
  color: #5b686b;
}
.cid-qKJ945BjqB SPAN {
  color: #f65763;
}
.cid-qKuD4lKn1u {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qKuD4lKn1u h2 {
  text-align: center;
}
.cid-qKuD4lKn1u h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-qKuD4lKn1u p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-qKuD4lKn1u .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qKuD4lKn1u .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-qKuD4lKn1u .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qKuD4lKn1u P {
  text-align: right;
  color: #465052;
}
.cid-qKuD4lKn1u H4 {
  text-align: right;
  color: #f65763;
}
.cid-qKuD4lKn1u .mbr-section-title {
  text-align: right;
  color: #465052;
}
.cid-qOJoGK2f5o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qOJoGK2f5o h2 {
  text-align: center;
}
.cid-qOJoGK2f5o h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-qOJoGK2f5o p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-qOJoGK2f5o .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qOJoGK2f5o .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-qOJoGK2f5o .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qOJoGK2f5o P {
  text-align: right;
  color: #465052;
}
.cid-qOJoGK2f5o H4 {
  text-align: right;
  color: #f65763;
}
.cid-qOJoGK2f5o .mbr-section-title {
  text-align: right;
  color: #465052;
}
.cid-qKBrvUN77n {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKBrvUN77n .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKBrvUN77n B {
  color: #465052;
}
.cid-qKBrvUN77n .mbr-text,
.cid-qKBrvUN77n .mbr-section-btn {
  color: #232323;
  text-align: right;
}
.cid-qKBrvUN77n .mbr-text,
.cid-qKBrvUN77n .mbr-section-btn B {
  color: #465052;
}
.cid-qKBrvUN77n H3 {
  text-align: right;
}
.cid-qKBrvUN77n H1 {
  color: #465052;
}
.cid-qKBrvUN77n FONT {
  color: #f65763;
}
.cid-qB9V2QWw7n {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qB9V2QWw7n .mbr-section-subtitle {
  color: #767676;
}
.cid-qB9V2QWw7n .container-table {
  margin: 0 auto;
}
.cid-qB9V2QWw7n .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qB9V2QWw7n .dataTables_wrapper {
  display: block;
}
.cid-qB9V2QWw7n .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qB9V2QWw7n .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qB9V2QWw7n table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #879a9f;
  margin-bottom: 0;
}
.cid-qB9V2QWw7n table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qB9V2QWw7n table th:hover {
  background: #879a9f;
  color: #ffffff;
}
.cid-qB9V2QWw7n table td {
  border-top: 1px solid #879a9f;
}
.cid-qB9V2QWw7n table.table {
  background: #ffffff;
}
.cid-qB9V2QWw7n .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qB9V2QWw7n .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qB9V2QWw7n .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qB9V2QWw7n .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qB9V2QWw7n .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qB9V2QWw7n .dataTables_filter {
    text-align: center;
  }
  .cid-qB9V2QWw7n .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qB9V2QWw7n .head-item {
  color: #5b686b;
}
.cid-qB9V2QWw7n .body-item {
  color: #5b686b;
  text-align: left;
}
.cid-qB9V2QWw7n .mbr-section-title {
  color: #465052;
}
.cid-qKBrT0EeoP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKBrT0EeoP .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qKBrT0EeoP .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKBrT0EeoP .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKBrT0EeoP .mbr-text {
    text-align: center;
  }
}
.cid-qKBrT0EeoP .mbr-text,
.cid-qKBrT0EeoP .mbr-section-btn {
  color: #5b686b;
}
.cid-raFqRXMTMU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-raFqRXMTMU h2 {
  text-align: center;
}
.cid-raFqRXMTMU h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-raFqRXMTMU p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-raFqRXMTMU .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-raFqRXMTMU .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-raFqRXMTMU .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-raFqRXMTMU H4 {
  color: #f65763;
}
.cid-raFqRXMTMU P {
  color: #465052;
}
.cid-qB5pEGp5kB .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qB5pEGp5kB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qB5pEGp5kB a {
  font-style: normal;
}
.cid-qB5pEGp5kB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qB5pEGp5kB .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qB5pEGp5kB .nav-item:focus,
.cid-qB5pEGp5kB .nav-link:focus {
  outline: none;
}
.cid-qB5pEGp5kB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qB5pEGp5kB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qB5pEGp5kB .menu-logo {
  margin-right: auto;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qB5pEGp5kB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qB5pEGp5kB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qB5pEGp5kB button.navbar-toggler:focus {
  outline: none;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5b686b;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .btn {
  display: flex;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qB5pEGp5kB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qB5pEGp5kB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qB5pEGp5kB .navbar-expand {
    flex-direction: column;
  }
  .cid-qB5pEGp5kB img {
    height: 3.8rem !important;
  }
  .cid-qB5pEGp5kB .btn {
    display: flex;
  }
  .cid-qB5pEGp5kB button.navbar-toggler {
    display: block;
  }
  .cid-qB5pEGp5kB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qB5pEGp5kB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qB5pEGp5kB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing,
  .cid-qB5pEGp5kB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qB5pEGp5kB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKJyTj6Pxw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKJyTj6Pxw .form-text {
  color: #5b686b;
}
@media (max-width: 767px) {
  .cid-qKJyTj6Pxw .content {
    text-align: center;
  }
  .cid-qKJyTj6Pxw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qKJyTj6Pxw .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qKJyTj6Pxw .input-group-btn {
  display: inline-block;
}
.cid-qKJyTj6Pxw .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qKJyTj6Pxw .img-logo img {
  height: 6rem;
}
.cid-qKJyTj6Pxw [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qKJyTj6Pxw [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qKJyTj6Pxw .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qKJyTj6Pxw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKJyTj6Pxw .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qKJyTj6Pxw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKJyTj6Pxw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qKJyTj6Pxw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKJyTj6Pxw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKJyTj6Pxw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKJyTj6Pxw .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKJyTj6Pxw form .input-group input.form-control,
.cid-qKJyTj6Pxw form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qKJyTj6Pxw .form-inline {
  justify-content: center;
}
.cid-qKJyTj6Pxw .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qKJyTj6Pxw .foot-logo {
    text-align: center !important;
  }
  .cid-qKJyTj6Pxw .foot-title {
    text-align: center !important;
  }
  .cid-qKJyTj6Pxw .mbr-text {
    text-align: center !important;
  }
}
.cid-qKJyTj6Pxw .foot-title {
  color: #465052;
}
.cid-qKJyTj6Pxw .copyright .mbr-text {
  color: #5b686b;
}
.cid-qKBqiigf4h {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKBqiigf4h .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKBqiigf4h B {
  color: #465052;
}
.cid-qKBqiigf4h .mbr-text,
.cid-qKBqiigf4h .mbr-section-btn {
  color: #232323;
  text-align: right;
}
.cid-qKBqiigf4h .mbr-text,
.cid-qKBqiigf4h .mbr-section-btn B {
  color: #465052;
}
.cid-qKBqiigf4h H3 {
  text-align: right;
}
.cid-qKBqiigf4h FONT {
  color: #f65763;
}
.cid-qKBquvePbT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKBquvePbT .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKBquvePbT B {
  color: #465052;
}
.cid-qKBquvePbT .mbr-text,
.cid-qKBquvePbT .mbr-section-btn {
  color: #232323;
  text-align: right;
}
.cid-qKBquvePbT .mbr-text,
.cid-qKBquvePbT .mbr-section-btn B {
  color: #465052;
}
.cid-qKBquvePbT H3 {
  text-align: right;
}
.cid-qKBquvePbT H1 {
  color: #465052;
}
.cid-qKBquvePbT FONT {
  color: #465052;
}
.cid-qJzsf2XcbR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qJzsf2XcbR .mbr-section-subtitle {
  color: #767676;
}
.cid-qJzsf2XcbR .container-table {
  margin: 0 auto;
}
.cid-qJzsf2XcbR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qJzsf2XcbR .dataTables_wrapper {
  display: block;
}
.cid-qJzsf2XcbR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qJzsf2XcbR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qJzsf2XcbR table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #879a9f;
  margin-bottom: 0;
}
.cid-qJzsf2XcbR table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qJzsf2XcbR table th:hover {
  background: #879a9f;
  color: #ffffff;
}
.cid-qJzsf2XcbR table td {
  border-top: 1px solid #879a9f;
}
.cid-qJzsf2XcbR table.table {
  background: #ffffff;
}
.cid-qJzsf2XcbR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qJzsf2XcbR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qJzsf2XcbR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qJzsf2XcbR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qJzsf2XcbR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qJzsf2XcbR .dataTables_filter {
    text-align: center;
  }
  .cid-qJzsf2XcbR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qJzsf2XcbR .head-item {
  color: #465052;
}
.cid-qJzsf2XcbR .body-item {
  color: #5b686b;
  text-align: left;
}
.cid-qJzsf2XcbR .mbr-section-title {
  color: #465052;
}
.cid-qKBqMZEmbh {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-qKBqMZEmbh .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qKBqMZEmbh .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKBqMZEmbh .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKBqMZEmbh .mbr-text {
    text-align: center;
  }
}
.cid-qKBqMZEmbh .mbr-text,
.cid-qKBqMZEmbh .mbr-section-btn {
  color: #5b686b;
}
.cid-qB5pEGp5kB .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qB5pEGp5kB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qB5pEGp5kB a {
  font-style: normal;
}
.cid-qB5pEGp5kB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qB5pEGp5kB .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qB5pEGp5kB .nav-item:focus,
.cid-qB5pEGp5kB .nav-link:focus {
  outline: none;
}
.cid-qB5pEGp5kB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qB5pEGp5kB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qB5pEGp5kB .menu-logo {
  margin-right: auto;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qB5pEGp5kB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qB5pEGp5kB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qB5pEGp5kB button.navbar-toggler:focus {
  outline: none;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5b686b;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .btn {
  display: flex;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qB5pEGp5kB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qB5pEGp5kB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qB5pEGp5kB .navbar-expand {
    flex-direction: column;
  }
  .cid-qB5pEGp5kB img {
    height: 3.8rem !important;
  }
  .cid-qB5pEGp5kB .btn {
    display: flex;
  }
  .cid-qB5pEGp5kB button.navbar-toggler {
    display: block;
  }
  .cid-qB5pEGp5kB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qB5pEGp5kB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qB5pEGp5kB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing,
  .cid-qB5pEGp5kB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qB5pEGp5kB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKJyY0XVip {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKJyY0XVip .form-text {
  color: #5b686b;
}
@media (max-width: 767px) {
  .cid-qKJyY0XVip .content {
    text-align: center;
  }
  .cid-qKJyY0XVip .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qKJyY0XVip .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qKJyY0XVip .input-group-btn {
  display: inline-block;
}
.cid-qKJyY0XVip .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qKJyY0XVip .img-logo img {
  height: 6rem;
}
.cid-qKJyY0XVip [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qKJyY0XVip [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qKJyY0XVip .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qKJyY0XVip .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKJyY0XVip .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qKJyY0XVip .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKJyY0XVip .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qKJyY0XVip .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKJyY0XVip .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKJyY0XVip .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKJyY0XVip .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKJyY0XVip form .input-group input.form-control,
.cid-qKJyY0XVip form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qKJyY0XVip .form-inline {
  justify-content: center;
}
.cid-qKJyY0XVip .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qKJyY0XVip .foot-logo {
    text-align: center !important;
  }
  .cid-qKJyY0XVip .foot-title {
    text-align: center !important;
  }
  .cid-qKJyY0XVip .mbr-text {
    text-align: center !important;
  }
}
.cid-qKJyY0XVip .foot-title {
  color: #465052;
}
.cid-qKJyY0XVip .copyright .mbr-text {
  color: #5b686b;
}
.cid-qKv0FnTS31 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKv0FnTS31 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKv0FnTS31 B {
  color: #465052;
}
.cid-qKv0FnTS31 .mbr-text,
.cid-qKv0FnTS31 .mbr-section-btn {
  color: #5b686b;
  text-align: right;
}
.cid-qKv0FnTS31 H3 {
  text-align: right;
  color: #465052;
}
.cid-qB5pEGp5kB .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qB5pEGp5kB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qB5pEGp5kB a {
  font-style: normal;
}
.cid-qB5pEGp5kB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qB5pEGp5kB .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qB5pEGp5kB .nav-item:focus,
.cid-qB5pEGp5kB .nav-link:focus {
  outline: none;
}
.cid-qB5pEGp5kB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qB5pEGp5kB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qB5pEGp5kB .menu-logo {
  margin-right: auto;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qB5pEGp5kB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qB5pEGp5kB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qB5pEGp5kB button.navbar-toggler:focus {
  outline: none;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5b686b;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .btn {
  display: flex;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qB5pEGp5kB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qB5pEGp5kB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qB5pEGp5kB .navbar-expand {
    flex-direction: column;
  }
  .cid-qB5pEGp5kB img {
    height: 3.8rem !important;
  }
  .cid-qB5pEGp5kB .btn {
    display: flex;
  }
  .cid-qB5pEGp5kB button.navbar-toggler {
    display: block;
  }
  .cid-qB5pEGp5kB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qB5pEGp5kB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qB5pEGp5kB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing,
  .cid-qB5pEGp5kB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qB5pEGp5kB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qJA3LBHf2U {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-qJA3LBHf2U .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qJA3LBHf2U P {
  color: #5b686b;
  text-align: right;
}
.cid-qJA3LBHf2U .mbr-section-title,
.cid-qJA3LBHf2U .mbr-section-btn B {
  color: #5b686b;
}
.cid-qKJz1ZcRac {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKJz1ZcRac .form-text {
  color: #5b686b;
}
@media (max-width: 767px) {
  .cid-qKJz1ZcRac .content {
    text-align: center;
  }
  .cid-qKJz1ZcRac .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qKJz1ZcRac .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qKJz1ZcRac .input-group-btn {
  display: inline-block;
}
.cid-qKJz1ZcRac .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qKJz1ZcRac .img-logo img {
  height: 6rem;
}
.cid-qKJz1ZcRac [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qKJz1ZcRac [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qKJz1ZcRac .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qKJz1ZcRac .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKJz1ZcRac .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qKJz1ZcRac .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKJz1ZcRac .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qKJz1ZcRac .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKJz1ZcRac .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKJz1ZcRac .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKJz1ZcRac .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKJz1ZcRac form .input-group input.form-control,
.cid-qKJz1ZcRac form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qKJz1ZcRac .form-inline {
  justify-content: center;
}
.cid-qKJz1ZcRac .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qKJz1ZcRac .foot-logo {
    text-align: center !important;
  }
  .cid-qKJz1ZcRac .foot-title {
    text-align: center !important;
  }
  .cid-qKJz1ZcRac .mbr-text {
    text-align: center !important;
  }
}
.cid-qKJz1ZcRac .foot-title {
  color: #465052;
}
.cid-qKJz1ZcRac .copyright .mbr-text {
  color: #5b686b;
}
.cid-qKv0lEvQWX {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKv0lEvQWX .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKv0lEvQWX B {
  color: #465052;
}
.cid-qKv0lEvQWX H3 {
  color: #465052;
}
.cid-qB5pEGp5kB .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qB5pEGp5kB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qB5pEGp5kB a {
  font-style: normal;
}
.cid-qB5pEGp5kB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qB5pEGp5kB .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qB5pEGp5kB .nav-item:focus,
.cid-qB5pEGp5kB .nav-link:focus {
  outline: none;
}
.cid-qB5pEGp5kB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qB5pEGp5kB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qB5pEGp5kB .menu-logo {
  margin-right: auto;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qB5pEGp5kB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qB5pEGp5kB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qB5pEGp5kB button.navbar-toggler:focus {
  outline: none;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5b686b;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .btn {
  display: flex;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qB5pEGp5kB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qB5pEGp5kB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qB5pEGp5kB .navbar-expand {
    flex-direction: column;
  }
  .cid-qB5pEGp5kB img {
    height: 3.8rem !important;
  }
  .cid-qB5pEGp5kB .btn {
    display: flex;
  }
  .cid-qB5pEGp5kB button.navbar-toggler {
    display: block;
  }
  .cid-qB5pEGp5kB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qB5pEGp5kB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qB5pEGp5kB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing,
  .cid-qB5pEGp5kB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qB5pEGp5kB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qJA9xWxqkr {
  padding-top: 90px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-qJA9xWxqkr .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qJA9xWxqkr P {
  color: #5b686b;
  text-align: right;
}
.cid-qJA9xWxqkr H3 {
  color: #5b686b;
}
.cid-qJA9xWxqkr .mbr-section-title,
.cid-qJA9xWxqkr .mbr-section-btn {
  color: #5b686b;
  text-align: right;
}
.cid-qJAb0DgJFQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-qJAb0DgJFQ .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qJAb0DgJFQ P {
  color: #5b686b;
  text-align: right;
}
.cid-qJAb0DgJFQ H3 {
  color: #5b686b;
}
.cid-qJAb0DgJFQ .mbr-section-title,
.cid-qJAb0DgJFQ .mbr-section-btn {
  color: #5b686b;
  text-align: right;
}
.cid-qJAcS73PcQ {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-qJAcS73PcQ .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qJAcS73PcQ P {
  color: #5b686b;
  text-align: right;
}
.cid-qJAcS73PcQ H3 {
  color: #5b686b;
}
.cid-qJAcS73PcQ .mbr-section-title,
.cid-qJAcS73PcQ .mbr-section-btn {
  color: #5b686b;
  text-align: right;
}
.cid-qKJz9UlTyk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKJz9UlTyk .form-text {
  color: #5b686b;
}
@media (max-width: 767px) {
  .cid-qKJz9UlTyk .content {
    text-align: center;
  }
  .cid-qKJz9UlTyk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qKJz9UlTyk .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qKJz9UlTyk .input-group-btn {
  display: inline-block;
}
.cid-qKJz9UlTyk .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qKJz9UlTyk .img-logo img {
  height: 6rem;
}
.cid-qKJz9UlTyk [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qKJz9UlTyk [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qKJz9UlTyk .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qKJz9UlTyk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKJz9UlTyk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qKJz9UlTyk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKJz9UlTyk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qKJz9UlTyk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKJz9UlTyk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKJz9UlTyk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKJz9UlTyk .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKJz9UlTyk form .input-group input.form-control,
.cid-qKJz9UlTyk form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qKJz9UlTyk .form-inline {
  justify-content: center;
}
.cid-qKJz9UlTyk .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qKJz9UlTyk .foot-logo {
    text-align: center !important;
  }
  .cid-qKJz9UlTyk .foot-title {
    text-align: center !important;
  }
  .cid-qKJz9UlTyk .mbr-text {
    text-align: center !important;
  }
}
.cid-qKJz9UlTyk .foot-title {
  color: #465052;
}
.cid-qKJz9UlTyk .copyright .mbr-text {
  color: #5b686b;
}
.cid-qB5pEGp5kB .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qB5pEGp5kB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qB5pEGp5kB a {
  font-style: normal;
}
.cid-qB5pEGp5kB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qB5pEGp5kB .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qB5pEGp5kB .nav-item:focus,
.cid-qB5pEGp5kB .nav-link:focus {
  outline: none;
}
.cid-qB5pEGp5kB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qB5pEGp5kB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qB5pEGp5kB .menu-logo {
  margin-right: auto;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qB5pEGp5kB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qB5pEGp5kB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qB5pEGp5kB button.navbar-toggler:focus {
  outline: none;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5b686b;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .btn {
  display: flex;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qB5pEGp5kB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qB5pEGp5kB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qB5pEGp5kB .navbar-expand {
    flex-direction: column;
  }
  .cid-qB5pEGp5kB img {
    height: 3.8rem !important;
  }
  .cid-qB5pEGp5kB .btn {
    display: flex;
  }
  .cid-qB5pEGp5kB button.navbar-toggler {
    display: block;
  }
  .cid-qB5pEGp5kB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qB5pEGp5kB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qB5pEGp5kB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing,
  .cid-qB5pEGp5kB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qB5pEGp5kB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBanytXNhi {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBanytXNhi .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qBanytXNhi B {
  color: #465052;
}
.cid-qBanytXNhi H3 {
  color: #465052;
}
.cid-qJAf4als6j {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-qJAf4als6j .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qJAf4als6j P {
  color: #5b686b;
  text-align: right;
}
.cid-qJAf4als6j H3 {
  color: #5b686b;
}
.cid-qJAf4als6j .mbr-section-title,
.cid-qJAf4als6j .mbr-section-btn {
  color: #5b686b;
  text-align: right;
}
.cid-qKJzfcopjK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKJzfcopjK .form-text {
  color: #5b686b;
}
@media (max-width: 767px) {
  .cid-qKJzfcopjK .content {
    text-align: center;
  }
  .cid-qKJzfcopjK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qKJzfcopjK .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qKJzfcopjK .input-group-btn {
  display: inline-block;
}
.cid-qKJzfcopjK .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qKJzfcopjK .img-logo img {
  height: 6rem;
}
.cid-qKJzfcopjK [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qKJzfcopjK [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qKJzfcopjK .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qKJzfcopjK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKJzfcopjK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qKJzfcopjK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKJzfcopjK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qKJzfcopjK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKJzfcopjK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKJzfcopjK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKJzfcopjK .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKJzfcopjK form .input-group input.form-control,
.cid-qKJzfcopjK form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qKJzfcopjK .form-inline {
  justify-content: center;
}
.cid-qKJzfcopjK .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qKJzfcopjK .foot-logo {
    text-align: center !important;
  }
  .cid-qKJzfcopjK .foot-title {
    text-align: center !important;
  }
  .cid-qKJzfcopjK .mbr-text {
    text-align: center !important;
  }
}
.cid-qKJzfcopjK .foot-title {
  color: #465052;
}
.cid-qKJzfcopjK .copyright .mbr-text {
  color: #5b686b;
}
.cid-qB5pEGp5kB .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qB5pEGp5kB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qB5pEGp5kB a {
  font-style: normal;
}
.cid-qB5pEGp5kB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qB5pEGp5kB .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qB5pEGp5kB .nav-item:focus,
.cid-qB5pEGp5kB .nav-link:focus {
  outline: none;
}
.cid-qB5pEGp5kB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qB5pEGp5kB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qB5pEGp5kB .menu-logo {
  margin-right: auto;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qB5pEGp5kB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qB5pEGp5kB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qB5pEGp5kB button.navbar-toggler:focus {
  outline: none;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5b686b;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .btn {
  display: flex;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qB5pEGp5kB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qB5pEGp5kB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qB5pEGp5kB .navbar-expand {
    flex-direction: column;
  }
  .cid-qB5pEGp5kB img {
    height: 3.8rem !important;
  }
  .cid-qB5pEGp5kB .btn {
    display: flex;
  }
  .cid-qB5pEGp5kB button.navbar-toggler {
    display: block;
  }
  .cid-qB5pEGp5kB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qB5pEGp5kB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qB5pEGp5kB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing,
  .cid-qB5pEGp5kB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qB5pEGp5kB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBamqOburM {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBamqOburM .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qBamqOburM B {
  color: #465052;
}
.cid-qBamqOburM H3 {
  color: #465052;
}
.cid-qJAfDvD1wH {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-qJAfDvD1wH .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qJAfDvD1wH P {
  color: #5b686b;
  text-align: right;
}
.cid-qJAfDvD1wH H3 {
  color: #5b686b;
}
.cid-qJAfDvD1wH .mbr-section-title,
.cid-qJAfDvD1wH .mbr-section-btn {
  color: #5b686b;
  text-align: right;
}
.cid-qKJziZPhZb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKJziZPhZb .form-text {
  color: #5b686b;
}
@media (max-width: 767px) {
  .cid-qKJziZPhZb .content {
    text-align: center;
  }
  .cid-qKJziZPhZb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qKJziZPhZb .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qKJziZPhZb .input-group-btn {
  display: inline-block;
}
.cid-qKJziZPhZb .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qKJziZPhZb .img-logo img {
  height: 6rem;
}
.cid-qKJziZPhZb [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qKJziZPhZb [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qKJziZPhZb .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qKJziZPhZb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKJziZPhZb .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qKJziZPhZb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKJziZPhZb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qKJziZPhZb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKJziZPhZb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKJziZPhZb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKJziZPhZb .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKJziZPhZb form .input-group input.form-control,
.cid-qKJziZPhZb form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qKJziZPhZb .form-inline {
  justify-content: center;
}
.cid-qKJziZPhZb .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qKJziZPhZb .foot-logo {
    text-align: center !important;
  }
  .cid-qKJziZPhZb .foot-title {
    text-align: center !important;
  }
  .cid-qKJziZPhZb .mbr-text {
    text-align: center !important;
  }
}
.cid-qKJziZPhZb .foot-title {
  color: #465052;
}
.cid-qKJziZPhZb .copyright .mbr-text {
  color: #5b686b;
}
.cid-qKJAcZgyIh {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qKJAcZgyIh H1 {
  text-align: right;
  color: #465052;
}
.cid-qKJAcZgyIh .mbr-text,
.cid-qKJAcZgyIh .mbr-section-btn {
  text-align: right;
  color: #5b686b;
}
.cid-qOJAX9elOQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qOJAX9elOQ .images-container.container-fluid {
  padding: 0;
}
.cid-qOJAX9elOQ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qOJAX9elOQ .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qOJAX9elOQ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qOJAX9elOQ .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qOJAX9elOQ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qOJAX9elOQ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qOJAX9elOQ .img-item {
    width: 100% !important;
  }
  .cid-qOJAX9elOQ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qB5pEGp5kB .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qB5pEGp5kB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qB5pEGp5kB a {
  font-style: normal;
}
.cid-qB5pEGp5kB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qB5pEGp5kB .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qB5pEGp5kB .nav-item:focus,
.cid-qB5pEGp5kB .nav-link:focus {
  outline: none;
}
.cid-qB5pEGp5kB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qB5pEGp5kB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qB5pEGp5kB .menu-logo {
  margin-right: auto;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qB5pEGp5kB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qB5pEGp5kB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qB5pEGp5kB button.navbar-toggler:focus {
  outline: none;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5b686b;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .btn {
  display: flex;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qB5pEGp5kB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qB5pEGp5kB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qB5pEGp5kB .navbar-expand {
    flex-direction: column;
  }
  .cid-qB5pEGp5kB img {
    height: 3.8rem !important;
  }
  .cid-qB5pEGp5kB .btn {
    display: flex;
  }
  .cid-qB5pEGp5kB button.navbar-toggler {
    display: block;
  }
  .cid-qB5pEGp5kB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qB5pEGp5kB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qB5pEGp5kB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing,
  .cid-qB5pEGp5kB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qB5pEGp5kB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKJzo3D1cC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKJzo3D1cC .form-text {
  color: #5b686b;
}
@media (max-width: 767px) {
  .cid-qKJzo3D1cC .content {
    text-align: center;
  }
  .cid-qKJzo3D1cC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qKJzo3D1cC .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qKJzo3D1cC .input-group-btn {
  display: inline-block;
}
.cid-qKJzo3D1cC .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qKJzo3D1cC .img-logo img {
  height: 6rem;
}
.cid-qKJzo3D1cC [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qKJzo3D1cC [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qKJzo3D1cC .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qKJzo3D1cC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKJzo3D1cC .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qKJzo3D1cC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKJzo3D1cC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qKJzo3D1cC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKJzo3D1cC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKJzo3D1cC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKJzo3D1cC .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKJzo3D1cC form .input-group input.form-control,
.cid-qKJzo3D1cC form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qKJzo3D1cC .form-inline {
  justify-content: center;
}
.cid-qKJzo3D1cC .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qKJzo3D1cC .foot-logo {
    text-align: center !important;
  }
  .cid-qKJzo3D1cC .foot-title {
    text-align: center !important;
  }
  .cid-qKJzo3D1cC .mbr-text {
    text-align: center !important;
  }
}
.cid-qKJzo3D1cC .foot-title {
  color: #465052;
}
.cid-qKJzo3D1cC .copyright .mbr-text {
  color: #5b686b;
}
.cid-qBRzOwlsZo {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBRzOwlsZo .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qBRzOwlsZo B {
  color: #465052;
}
.cid-qBRzOwlsZo .mbr-text,
.cid-qBRzOwlsZo .mbr-section-btn {
  color: #5b686b;
}
.cid-qBRzOwlsZo H3 {
  color: #f65763;
}
.cid-qB5pEGp5kB .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qB5pEGp5kB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qB5pEGp5kB a {
  font-style: normal;
}
.cid-qB5pEGp5kB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qB5pEGp5kB .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qB5pEGp5kB .nav-item:focus,
.cid-qB5pEGp5kB .nav-link:focus {
  outline: none;
}
.cid-qB5pEGp5kB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qB5pEGp5kB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qB5pEGp5kB .menu-logo {
  margin-right: auto;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qB5pEGp5kB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qB5pEGp5kB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qB5pEGp5kB button.navbar-toggler:focus {
  outline: none;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5b686b;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .btn {
  display: flex;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qB5pEGp5kB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qB5pEGp5kB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qB5pEGp5kB .navbar-expand {
    flex-direction: column;
  }
  .cid-qB5pEGp5kB img {
    height: 3.8rem !important;
  }
  .cid-qB5pEGp5kB .btn {
    display: flex;
  }
  .cid-qB5pEGp5kB button.navbar-toggler {
    display: block;
  }
  .cid-qB5pEGp5kB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qB5pEGp5kB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qB5pEGp5kB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing,
  .cid-qB5pEGp5kB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qB5pEGp5kB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBaDOawSmL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1621x1080.jpg");
}
.cid-qBaDOawSmL h2 {
  text-align: center;
}
.cid-qBaDOawSmL h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-qBaDOawSmL p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-qBaDOawSmL .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qBaDOawSmL .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-qBaDOawSmL .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qBaDOawSmL H4 {
  color: #f65763;
}
.cid-qKJzU1yvVB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKJzU1yvVB .form-text {
  color: #5b686b;
}
@media (max-width: 767px) {
  .cid-qKJzU1yvVB .content {
    text-align: center;
  }
  .cid-qKJzU1yvVB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qKJzU1yvVB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qKJzU1yvVB .input-group-btn {
  display: inline-block;
}
.cid-qKJzU1yvVB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qKJzU1yvVB .img-logo img {
  height: 6rem;
}
.cid-qKJzU1yvVB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qKJzU1yvVB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qKJzU1yvVB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qKJzU1yvVB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKJzU1yvVB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qKJzU1yvVB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKJzU1yvVB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qKJzU1yvVB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKJzU1yvVB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKJzU1yvVB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKJzU1yvVB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKJzU1yvVB form .input-group input.form-control,
.cid-qKJzU1yvVB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qKJzU1yvVB .form-inline {
  justify-content: center;
}
.cid-qKJzU1yvVB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qKJzU1yvVB .foot-logo {
    text-align: center !important;
  }
  .cid-qKJzU1yvVB .foot-title {
    text-align: center !important;
  }
  .cid-qKJzU1yvVB .mbr-text {
    text-align: center !important;
  }
}
.cid-qKJzU1yvVB .foot-title {
  color: #465052;
}
.cid-qKJzU1yvVB .copyright .mbr-text {
  color: #5b686b;
}
.cid-qKJogxmHQm {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qKJogxmHQm H1 {
  text-align: right;
  color: #465052;
}
.cid-qKJogxmHQm .mbr-text,
.cid-qKJogxmHQm .mbr-section-btn {
  text-align: right;
  color: #5b686b;
}
.cid-qB5pEGp5kB .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qB5pEGp5kB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qB5pEGp5kB a {
  font-style: normal;
}
.cid-qB5pEGp5kB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qB5pEGp5kB .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qB5pEGp5kB .nav-item:focus,
.cid-qB5pEGp5kB .nav-link:focus {
  outline: none;
}
.cid-qB5pEGp5kB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qB5pEGp5kB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qB5pEGp5kB .menu-logo {
  margin-right: auto;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qB5pEGp5kB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qB5pEGp5kB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qB5pEGp5kB button.navbar-toggler:focus {
  outline: none;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5b686b;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .btn {
  display: flex;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qB5pEGp5kB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qB5pEGp5kB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qB5pEGp5kB .navbar-expand {
    flex-direction: column;
  }
  .cid-qB5pEGp5kB img {
    height: 3.8rem !important;
  }
  .cid-qB5pEGp5kB .btn {
    display: flex;
  }
  .cid-qB5pEGp5kB button.navbar-toggler {
    display: block;
  }
  .cid-qB5pEGp5kB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qB5pEGp5kB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qB5pEGp5kB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing,
  .cid-qB5pEGp5kB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qB5pEGp5kB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLLcKBIF6M {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qLLcKBIF6M .form-text {
  color: #5b686b;
}
@media (max-width: 767px) {
  .cid-qLLcKBIF6M .content {
    text-align: center;
  }
  .cid-qLLcKBIF6M .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qLLcKBIF6M .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qLLcKBIF6M .input-group-btn {
  display: inline-block;
}
.cid-qLLcKBIF6M .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qLLcKBIF6M .img-logo img {
  height: 6rem;
}
.cid-qLLcKBIF6M [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qLLcKBIF6M [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qLLcKBIF6M .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qLLcKBIF6M .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLLcKBIF6M .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qLLcKBIF6M .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qLLcKBIF6M .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qLLcKBIF6M .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLLcKBIF6M .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLLcKBIF6M .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLLcKBIF6M .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qLLcKBIF6M form .input-group input.form-control,
.cid-qLLcKBIF6M form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qLLcKBIF6M .form-inline {
  justify-content: center;
}
.cid-qLLcKBIF6M .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qLLcKBIF6M .foot-logo {
    text-align: center !important;
  }
  .cid-qLLcKBIF6M .foot-title {
    text-align: center !important;
  }
  .cid-qLLcKBIF6M .mbr-text {
    text-align: center !important;
  }
}
.cid-qLLcKBIF6M .foot-title {
  color: #465052;
}
.cid-qLLcKBIF6M .copyright .mbr-text {
  color: #5b686b;
}
.cid-qKIgAQerzn {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qKIgAQerzn H1 {
  text-align: right;
  color: #465052;
}
.cid-qKIgAQerzn .mbr-text,
.cid-qKIgAQerzn .mbr-section-btn {
  text-align: right;
  color: #5b686b;
}
.cid-qKJqMIYeDw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKJqMIYeDw .mbr-text,
.cid-qKJqMIYeDw blockquote {
  color: #767676;
}
.cid-qB5pEGp5kB .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qB5pEGp5kB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qB5pEGp5kB a {
  font-style: normal;
}
.cid-qB5pEGp5kB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qB5pEGp5kB .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qB5pEGp5kB .nav-item:focus,
.cid-qB5pEGp5kB .nav-link:focus {
  outline: none;
}
.cid-qB5pEGp5kB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qB5pEGp5kB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qB5pEGp5kB .menu-logo {
  margin-right: auto;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qB5pEGp5kB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qB5pEGp5kB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qB5pEGp5kB button.navbar-toggler:focus {
  outline: none;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5b686b;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .btn {
  display: flex;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qB5pEGp5kB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qB5pEGp5kB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qB5pEGp5kB .navbar-expand {
    flex-direction: column;
  }
  .cid-qB5pEGp5kB img {
    height: 3.8rem !important;
  }
  .cid-qB5pEGp5kB .btn {
    display: flex;
  }
  .cid-qB5pEGp5kB button.navbar-toggler {
    display: block;
  }
  .cid-qB5pEGp5kB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qB5pEGp5kB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qB5pEGp5kB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing,
  .cid-qB5pEGp5kB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qB5pEGp5kB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qB5AI2NRJq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qB5AI2NRJq .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qB5AI2NRJq .section-text {
  padding: 2rem 0;
  color: #5b686b;
  text-align: right;
}
.cid-qB5AI2NRJq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qB5AI2NRJq .inner-container {
    width: 100% !important;
  }
}
.cid-qKJtcDE12C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKJtcDE12C .form-text {
  color: #5b686b;
}
@media (max-width: 767px) {
  .cid-qKJtcDE12C .content {
    text-align: center;
  }
  .cid-qKJtcDE12C .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qKJtcDE12C .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qKJtcDE12C .input-group-btn {
  display: inline-block;
}
.cid-qKJtcDE12C .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qKJtcDE12C .img-logo img {
  height: 6rem;
}
.cid-qKJtcDE12C [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qKJtcDE12C [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qKJtcDE12C .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qKJtcDE12C .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKJtcDE12C .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qKJtcDE12C .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKJtcDE12C .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qKJtcDE12C .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKJtcDE12C .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKJtcDE12C .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKJtcDE12C .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKJtcDE12C form .input-group input.form-control,
.cid-qKJtcDE12C form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qKJtcDE12C .form-inline {
  justify-content: center;
}
.cid-qKJtcDE12C .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qKJtcDE12C .foot-logo {
    text-align: center !important;
  }
  .cid-qKJtcDE12C .foot-title {
    text-align: center !important;
  }
  .cid-qKJtcDE12C .mbr-text {
    text-align: center !important;
  }
}
.cid-qKJtcDE12C .foot-title {
  color: #465052;
}
.cid-qKJtcDE12C .copyright .mbr-text {
  color: #5b686b;
}
.cid-qKJbvuub4H {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qKJbvuub4H .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKJbvuub4H H1 {
  color: #465052;
}
.cid-qKJbvuub4H H3 {
  color: #5b686b;
}
.cid-qKJbvuub4H SPAN {
  color: #f65763;
}
.cid-qKJbvuub4H .mbr-text,
.cid-qKJbvuub4H .mbr-section-btn {
  color: #cccccc;
}
.cid-raDM5psedi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-raDM5psedi h2 {
  text-align: center;
}
.cid-raDM5psedi h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-raDM5psedi p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-raDM5psedi .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-raDM5psedi .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-raDM5psedi .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-raDM5psedi H4 {
  color: #f65763;
}
.cid-rqt4mVJpzA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rqt4mVJpzA .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-rqt4mVJpzA .pricing {
    padding: 1.5rem;
  }
}
.cid-rqt4mVJpzA .plan-header,
.cid-rqt4mVJpzA .plan-body {
  background-color: #fff;
}
.cid-rqt4mVJpzA .plan-title {
  margin-top: 1.4rem;
}
.cid-rqt4mVJpzA .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-rqt4mVJpzA .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rqt4mVJpzA .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-rqt4mVJpzA hr {
  margin: 2rem 0;
}
.cid-raDsDBtaws {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-raDsDBtaws .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-raDsDBtaws .pricing {
    padding: 1.5rem;
  }
}
.cid-raDsDBtaws .plan-header,
.cid-raDsDBtaws .plan-body {
  background-color: #fff;
}
.cid-raDsDBtaws .plan-title {
  margin-top: 1.4rem;
}
.cid-raDsDBtaws .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-raDsDBtaws .price-figure {
    font-size: 4.25rem;
  }
}
.cid-raDsDBtaws .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-raDsDBtaws hr {
  margin: 2rem 0;
}
.cid-raDmZVu6H9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-raDmZVu6H9 .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-raDmZVu6H9 .pricing {
    padding: 1.5rem;
  }
}
.cid-raDmZVu6H9 .plan-header,
.cid-raDmZVu6H9 .plan-body {
  background-color: #fff;
}
.cid-raDmZVu6H9 .plan-title {
  margin-top: 1.4rem;
}
.cid-raDmZVu6H9 .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-raDmZVu6H9 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-raDmZVu6H9 .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-raDmZVu6H9 hr {
  margin: 2rem 0;
}
.cid-rqt6ThxmwB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-rqt6ThxmwB .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-rqt6ThxmwB .pricing {
    padding: 1.5rem;
  }
}
.cid-rqt6ThxmwB .plan-header,
.cid-rqt6ThxmwB .plan-body {
  background-color: #fff;
}
.cid-rqt6ThxmwB .plan-title {
  margin-top: 1.4rem;
}
.cid-rqt6ThxmwB .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-rqt6ThxmwB .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rqt6ThxmwB .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-rqt6ThxmwB hr {
  margin: 2rem 0;
}
.cid-rqtbFUtwIm .main_wrapper {
  position: relative;
  height: 40rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-rqtbFUtwIm .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-rqtbFUtwIm .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-rqtbFUtwIm .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-rqtbFUtwIm .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-rqtbFUtwIm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rqtbFUtwIm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rqtbFUtwIm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rqtbFUtwIm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rqtbFUtwIm .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-rqtbFUtwIm .google-map {
    position: relative;
  }
  .cid-rqtbFUtwIm .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-qB5pEGp5kB .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qB5pEGp5kB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qB5pEGp5kB a {
  font-style: normal;
}
.cid-qB5pEGp5kB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qB5pEGp5kB .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qB5pEGp5kB .nav-item:focus,
.cid-qB5pEGp5kB .nav-link:focus {
  outline: none;
}
.cid-qB5pEGp5kB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qB5pEGp5kB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qB5pEGp5kB .menu-logo {
  margin-right: auto;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qB5pEGp5kB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qB5pEGp5kB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qB5pEGp5kB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qB5pEGp5kB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qB5pEGp5kB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qB5pEGp5kB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qB5pEGp5kB button.navbar-toggler:focus {
  outline: none;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5b686b;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qB5pEGp5kB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qB5pEGp5kB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB5pEGp5kB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .btn {
  display: flex;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qB5pEGp5kB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qB5pEGp5kB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qB5pEGp5kB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qB5pEGp5kB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qB5pEGp5kB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qB5pEGp5kB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qB5pEGp5kB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qB5pEGp5kB .navbar-expand {
    flex-direction: column;
  }
  .cid-qB5pEGp5kB img {
    height: 3.8rem !important;
  }
  .cid-qB5pEGp5kB .btn {
    display: flex;
  }
  .cid-qB5pEGp5kB button.navbar-toggler {
    display: block;
  }
  .cid-qB5pEGp5kB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qB5pEGp5kB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qB5pEGp5kB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing,
  .cid-qB5pEGp5kB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qB5pEGp5kB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qB5pEGp5kB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qB5pEGp5kB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qB5pEGp5kB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qB5pEGp5kB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKJzYoeLIe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKJzYoeLIe .form-text {
  color: #5b686b;
}
@media (max-width: 767px) {
  .cid-qKJzYoeLIe .content {
    text-align: center;
  }
  .cid-qKJzYoeLIe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qKJzYoeLIe .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qKJzYoeLIe .input-group-btn {
  display: inline-block;
}
.cid-qKJzYoeLIe .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qKJzYoeLIe .img-logo img {
  height: 6rem;
}
.cid-qKJzYoeLIe [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qKJzYoeLIe [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qKJzYoeLIe .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qKJzYoeLIe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKJzYoeLIe .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qKJzYoeLIe .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKJzYoeLIe .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qKJzYoeLIe .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKJzYoeLIe .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKJzYoeLIe .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKJzYoeLIe .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKJzYoeLIe form .input-group input.form-control,
.cid-qKJzYoeLIe form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qKJzYoeLIe .form-inline {
  justify-content: center;
}
.cid-qKJzYoeLIe .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qKJzYoeLIe .foot-logo {
    text-align: center !important;
  }
  .cid-qKJzYoeLIe .foot-title {
    text-align: center !important;
  }
  .cid-qKJzYoeLIe .mbr-text {
    text-align: center !important;
  }
}
.cid-qKJzYoeLIe .foot-title {
  color: #465052;
}
.cid-qKJzYoeLIe .copyright .mbr-text {
  color: #5b686b;
}
.cid-qKJ5li6emX {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qKJ5li6emX .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKJ5li6emX H1 {
  color: #465052;
}
.cid-qKJ5li6emX H3 {
  color: #5b686b;
}
.cid-qKJ5li6emX SPAN {
  color: #f65763;
}
.cid-qKv8EAf6Pc {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qKv8EAf6Pc h2 {
  text-align: center;
}
.cid-qKv8EAf6Pc h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-qKv8EAf6Pc p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-qKv8EAf6Pc .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qKv8EAf6Pc .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-qKv8EAf6Pc .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qKv8EAf6Pc P {
  text-align: right;
  color: #465052;
}
.cid-qKv8EAf6Pc H4 {
  text-align: right;
  color: #f65763;
}
.cid-qKv8EAf6Pc .mbr-section-title {
  text-align: right;
  color: #465052;
}
.cid-qKvb6XDk9s {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-qKvb6XDk9s h2 {
  text-align: center;
}
.cid-qKvb6XDk9s h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-qKvb6XDk9s p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-qKvb6XDk9s .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qKvb6XDk9s .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-qKvb6XDk9s .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qKvb6XDk9s P {
  text-align: right;
  color: #465052;
}
.cid-qKvb6XDk9s H4 {
  text-align: right;
  color: #f65763;
}
.cid-qKvb6XDk9s .mbr-section-title {
  text-align: right;
  color: #f65763;
}
.cid-qKvwHqCmpo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKvwHqCmpo .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKvwHqCmpo B {
  color: #465052;
}
.cid-qKvwHqCmpo .mbr-text,
.cid-qKvwHqCmpo .mbr-section-btn {
  color: #f65763;
  text-align: right;
}
.cid-qKvwHqCmpo H3 {
  text-align: right;
}
.cid-qKvwHqCmpo FONT {
  color: #f65763;
}
.cid-qKBorJqybi {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKBorJqybi .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKBorJqybi B {
  color: #465052;
}
.cid-qKBorJqybi .mbr-text,
.cid-qKBorJqybi .mbr-section-btn {
  color: #232323;
  text-align: right;
}
.cid-qKBorJqybi .mbr-text,
.cid-qKBorJqybi .mbr-section-btn B {
  color: #465052;
}
.cid-qKBorJqybi H3 {
  text-align: right;
}
.cid-qKBorJqybi H1 {
  color: #465052;
}
.cid-qKBorJqybi FONT {
  color: #465052;
}
.cid-qJb9UU2dmv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qJb9UU2dmv .mbr-section-subtitle {
  color: #767676;
}
.cid-qJb9UU2dmv .container-table {
  margin: 0 auto;
}
.cid-qJb9UU2dmv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qJb9UU2dmv .dataTables_wrapper {
  display: block;
}
.cid-qJb9UU2dmv .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qJb9UU2dmv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qJb9UU2dmv table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #879a9f;
  margin-bottom: 0;
}
.cid-qJb9UU2dmv table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qJb9UU2dmv table th:hover {
  background: #879a9f;
  color: #ffffff;
}
.cid-qJb9UU2dmv table td {
  border-top: 1px solid #879a9f;
}
.cid-qJb9UU2dmv table.table {
  background: #ffffff;
}
.cid-qJb9UU2dmv .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qJb9UU2dmv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qJb9UU2dmv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qJb9UU2dmv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qJb9UU2dmv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qJb9UU2dmv .dataTables_filter {
    text-align: center;
  }
  .cid-qJb9UU2dmv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qJb9UU2dmv .head-item {
  color: #5b686b;
}
.cid-qJb9UU2dmv .body-item {
  color: #5b686b;
}
.cid-qJb9UU2dmv .mbr-section-title {
  color: #465052;
}
.cid-qKvz4SUuPA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKvz4SUuPA .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qKvz4SUuPA .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKvz4SUuPA .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKvz4SUuPA .mbr-text {
    text-align: center;
  }
}
.cid-qKvz4SUuPA .mbr-text,
.cid-qKvz4SUuPA .mbr-section-btn {
  color: #5b686b;
}
.cid-raFky8yTGI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-raFky8yTGI h2 {
  text-align: center;
}
.cid-raFky8yTGI h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-raFky8yTGI p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-raFky8yTGI .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-raFky8yTGI .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-raFky8yTGI .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-raFky8yTGI H4 {
  color: #f65763;
}
.cid-raFky8yTGI P {
  color: #465052;
}
.cid-qJb9UYjsZM .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qJb9UYjsZM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qJb9UYjsZM a {
  font-style: normal;
}
.cid-qJb9UYjsZM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qJb9UYjsZM .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qJb9UYjsZM .nav-item:focus,
.cid-qJb9UYjsZM .nav-link:focus {
  outline: none;
}
.cid-qJb9UYjsZM .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qJb9UYjsZM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qJb9UYjsZM .menu-logo {
  margin-right: auto;
}
.cid-qJb9UYjsZM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qJb9UYjsZM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qJb9UYjsZM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qJb9UYjsZM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qJb9UYjsZM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qJb9UYjsZM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qJb9UYjsZM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qJb9UYjsZM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qJb9UYjsZM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qJb9UYjsZM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qJb9UYjsZM .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qJb9UYjsZM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qJb9UYjsZM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qJb9UYjsZM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qJb9UYjsZM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qJb9UYjsZM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qJb9UYjsZM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qJb9UYjsZM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qJb9UYjsZM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qJb9UYjsZM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qJb9UYjsZM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qJb9UYjsZM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qJb9UYjsZM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qJb9UYjsZM button.navbar-toggler:focus {
  outline: none;
}
.cid-qJb9UYjsZM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5b686b;
}
.cid-qJb9UYjsZM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qJb9UYjsZM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qJb9UYjsZM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qJb9UYjsZM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qJb9UYjsZM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qJb9UYjsZM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qJb9UYjsZM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qJb9UYjsZM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qJb9UYjsZM .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qJb9UYjsZM .collapsed .btn {
  display: flex;
}
.cid-qJb9UYjsZM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qJb9UYjsZM .collapsed .navbar-collapse.collapsing,
.cid-qJb9UYjsZM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qJb9UYjsZM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qJb9UYjsZM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qJb9UYjsZM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qJb9UYjsZM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qJb9UYjsZM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qJb9UYjsZM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qJb9UYjsZM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qJb9UYjsZM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qJb9UYjsZM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qJb9UYjsZM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qJb9UYjsZM .collapsed button.navbar-toggler {
  display: block;
}
.cid-qJb9UYjsZM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qJb9UYjsZM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qJb9UYjsZM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qJb9UYjsZM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qJb9UYjsZM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qJb9UYjsZM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qJb9UYjsZM .navbar-expand {
    flex-direction: column;
  }
  .cid-qJb9UYjsZM img {
    height: 3.8rem !important;
  }
  .cid-qJb9UYjsZM .btn {
    display: flex;
  }
  .cid-qJb9UYjsZM button.navbar-toggler {
    display: block;
  }
  .cid-qJb9UYjsZM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qJb9UYjsZM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qJb9UYjsZM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qJb9UYjsZM .navbar-collapse.collapsing,
  .cid-qJb9UYjsZM .navbar-collapse.show {
    display: block !important;
  }
  .cid-qJb9UYjsZM .navbar-collapse.collapsing .navbar-nav,
  .cid-qJb9UYjsZM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qJb9UYjsZM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qJb9UYjsZM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qJb9UYjsZM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qJb9UYjsZM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qJb9UYjsZM .navbar-collapse.collapsing .navbar-buttons,
  .cid-qJb9UYjsZM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qJb9UYjsZM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qJb9UYjsZM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qJb9UYjsZM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qJb9UYjsZM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qJb9UYjsZM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qJb9UYjsZM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qJb9UYjsZM .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKJyOyy1ML {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKJyOyy1ML .form-text {
  color: #5b686b;
}
@media (max-width: 767px) {
  .cid-qKJyOyy1ML .content {
    text-align: center;
  }
  .cid-qKJyOyy1ML .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qKJyOyy1ML .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qKJyOyy1ML .input-group-btn {
  display: inline-block;
}
.cid-qKJyOyy1ML .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qKJyOyy1ML .img-logo img {
  height: 6rem;
}
.cid-qKJyOyy1ML [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qKJyOyy1ML [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qKJyOyy1ML .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qKJyOyy1ML .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKJyOyy1ML .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qKJyOyy1ML .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKJyOyy1ML .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qKJyOyy1ML .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKJyOyy1ML .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKJyOyy1ML .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKJyOyy1ML .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKJyOyy1ML form .input-group input.form-control,
.cid-qKJyOyy1ML form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qKJyOyy1ML .form-inline {
  justify-content: center;
}
.cid-qKJyOyy1ML .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qKJyOyy1ML .foot-logo {
    text-align: center !important;
  }
  .cid-qKJyOyy1ML .foot-title {
    text-align: center !important;
  }
  .cid-qKJyOyy1ML .mbr-text {
    text-align: center !important;
  }
}
.cid-qKJyOyy1ML .foot-title {
  color: #465052;
}
.cid-qKJyOyy1ML .copyright .mbr-text {
  color: #5b686b;
}
.cid-qKJ2xfsVti {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qKJ2xfsVti .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKJ2xfsVti H1 {
  color: #465052;
}
.cid-qKJ2xfsVti H3 {
  color: #5b686b;
}
.cid-qKJ2xfsVti SPAN {
  color: #f65763;
}
.cid-qKvzLYYdtT {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qKvzLYYdtT h2 {
  text-align: center;
}
.cid-qKvzLYYdtT h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-qKvzLYYdtT p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-qKvzLYYdtT .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qKvzLYYdtT .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-qKvzLYYdtT .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qKvzLYYdtT P {
  text-align: right;
  color: #465052;
}
.cid-qKvzLYYdtT H4 {
  text-align: right;
  color: #f65763;
}
.cid-qKvzLYYdtT .mbr-section-title {
  text-align: right;
  color: #465052;
}
.cid-qOJdROE05g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qOJdROE05g h2 {
  text-align: center;
}
.cid-qOJdROE05g h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-qOJdROE05g p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-qOJdROE05g .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qOJdROE05g .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-qOJdROE05g .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qOJdROE05g P {
  text-align: right;
  color: #465052;
}
.cid-qOJdROE05g H4 {
  text-align: right;
  color: #f65763;
}
.cid-qOJdROE05g .mbr-section-title {
  text-align: right;
  color: #465052;
}
.cid-qKvzM2xlCw {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKvzM2xlCw .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKvzM2xlCw B {
  color: #465052;
}
.cid-qKvzM2xlCw .mbr-text,
.cid-qKvzM2xlCw .mbr-section-btn {
  color: #f65763;
  text-align: right;
}
.cid-qKvzM2xlCw H3 {
  text-align: right;
}
.cid-qKvzM2xlCw FONT {
  color: #f65763;
}
.cid-qKBitzc7nV {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKBitzc7nV .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKBitzc7nV B {
  color: #465052;
}
.cid-qKBitzc7nV .mbr-text,
.cid-qKBitzc7nV .mbr-section-btn {
  color: #232323;
  text-align: right;
}
.cid-qKBitzc7nV .mbr-text,
.cid-qKBitzc7nV .mbr-section-btn B {
  color: #465052;
}
.cid-qKBitzc7nV H3 {
  text-align: right;
}
.cid-qKBitzc7nV H1 {
  color: #465052;
}
.cid-qKBitzc7nV FONT {
  color: #465052;
}
.cid-qKvzM4BQ3p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKvzM4BQ3p .mbr-section-subtitle {
  color: #767676;
}
.cid-qKvzM4BQ3p .container-table {
  margin: 0 auto;
}
.cid-qKvzM4BQ3p .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKvzM4BQ3p .dataTables_wrapper {
  display: block;
}
.cid-qKvzM4BQ3p .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKvzM4BQ3p .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKvzM4BQ3p table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #879a9f;
  margin-bottom: 0;
}
.cid-qKvzM4BQ3p table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKvzM4BQ3p table th:hover {
  background: #879a9f;
  color: #ffffff;
}
.cid-qKvzM4BQ3p table td {
  border-top: 1px solid #879a9f;
}
.cid-qKvzM4BQ3p table.table {
  background: #ffffff;
}
.cid-qKvzM4BQ3p .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKvzM4BQ3p .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKvzM4BQ3p .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKvzM4BQ3p .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKvzM4BQ3p .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKvzM4BQ3p .dataTables_filter {
    text-align: center;
  }
  .cid-qKvzM4BQ3p .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKvzM4BQ3p .head-item {
  color: #5b686b;
}
.cid-qKvzM4BQ3p .body-item {
  color: #5b686b;
}
.cid-qKvzM4BQ3p .mbr-section-title {
  color: #465052;
}
.cid-qKvzM7XbKy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKvzM7XbKy .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qKvzM7XbKy .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKvzM7XbKy .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKvzM7XbKy .mbr-text {
    text-align: center;
  }
}
.cid-qKvzM7XbKy .mbr-text,
.cid-qKvzM7XbKy .mbr-section-btn {
  color: #5b686b;
}
.cid-raF7fT0Pfs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-raF7fT0Pfs h2 {
  text-align: center;
}
.cid-raF7fT0Pfs h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-raF7fT0Pfs p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-raF7fT0Pfs .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-raF7fT0Pfs .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-raF7fT0Pfs .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-raF7fT0Pfs H4 {
  color: #f65763;
}
.cid-raF7fT0Pfs P {
  color: #465052;
}
.cid-qKvzM93QD5 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qKvzM93QD5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qKvzM93QD5 a {
  font-style: normal;
}
.cid-qKvzM93QD5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qKvzM93QD5 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKvzM93QD5 .nav-item:focus,
.cid-qKvzM93QD5 .nav-link:focus {
  outline: none;
}
.cid-qKvzM93QD5 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKvzM93QD5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKvzM93QD5 .menu-logo {
  margin-right: auto;
}
.cid-qKvzM93QD5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKvzM93QD5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKvzM93QD5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKvzM93QD5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKvzM93QD5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKvzM93QD5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKvzM93QD5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKvzM93QD5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKvzM93QD5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKvzM93QD5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKvzM93QD5 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKvzM93QD5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKvzM93QD5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKvzM93QD5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKvzM93QD5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKvzM93QD5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qKvzM93QD5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKvzM93QD5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKvzM93QD5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKvzM93QD5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKvzM93QD5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKvzM93QD5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKvzM93QD5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKvzM93QD5 button.navbar-toggler:focus {
  outline: none;
}
.cid-qKvzM93QD5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5b686b;
}
.cid-qKvzM93QD5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKvzM93QD5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKvzM93QD5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKvzM93QD5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKvzM93QD5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKvzM93QD5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKvzM93QD5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKvzM93QD5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKvzM93QD5 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKvzM93QD5 .collapsed .btn {
  display: flex;
}
.cid-qKvzM93QD5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKvzM93QD5 .collapsed .navbar-collapse.collapsing,
.cid-qKvzM93QD5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKvzM93QD5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKvzM93QD5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKvzM93QD5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKvzM93QD5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKvzM93QD5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKvzM93QD5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKvzM93QD5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKvzM93QD5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKvzM93QD5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKvzM93QD5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKvzM93QD5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKvzM93QD5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKvzM93QD5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKvzM93QD5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qKvzM93QD5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKvzM93QD5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKvzM93QD5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qKvzM93QD5 .navbar-expand {
    flex-direction: column;
  }
  .cid-qKvzM93QD5 img {
    height: 3.8rem !important;
  }
  .cid-qKvzM93QD5 .btn {
    display: flex;
  }
  .cid-qKvzM93QD5 button.navbar-toggler {
    display: block;
  }
  .cid-qKvzM93QD5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKvzM93QD5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKvzM93QD5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKvzM93QD5 .navbar-collapse.collapsing,
  .cid-qKvzM93QD5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKvzM93QD5 .navbar-collapse.collapsing .navbar-nav,
  .cid-qKvzM93QD5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKvzM93QD5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKvzM93QD5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKvzM93QD5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKvzM93QD5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKvzM93QD5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKvzM93QD5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKvzM93QD5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKvzM93QD5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKvzM93QD5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qKvzM93QD5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKvzM93QD5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKvzM93QD5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qKvzM93QD5 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKJyH9mNXW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKJyH9mNXW .form-text {
  color: #5b686b;
}
@media (max-width: 767px) {
  .cid-qKJyH9mNXW .content {
    text-align: center;
  }
  .cid-qKJyH9mNXW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qKJyH9mNXW .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qKJyH9mNXW .input-group-btn {
  display: inline-block;
}
.cid-qKJyH9mNXW .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qKJyH9mNXW .img-logo img {
  height: 6rem;
}
.cid-qKJyH9mNXW [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qKJyH9mNXW [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qKJyH9mNXW .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qKJyH9mNXW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKJyH9mNXW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qKJyH9mNXW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKJyH9mNXW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qKJyH9mNXW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKJyH9mNXW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKJyH9mNXW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKJyH9mNXW .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKJyH9mNXW form .input-group input.form-control,
.cid-qKJyH9mNXW form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qKJyH9mNXW .form-inline {
  justify-content: center;
}
.cid-qKJyH9mNXW .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qKJyH9mNXW .foot-logo {
    text-align: center !important;
  }
  .cid-qKJyH9mNXW .foot-title {
    text-align: center !important;
  }
  .cid-qKJyH9mNXW .mbr-text {
    text-align: center !important;
  }
}
.cid-qKJyH9mNXW .foot-title {
  color: #465052;
}
.cid-qKJyH9mNXW .copyright .mbr-text {
  color: #5b686b;
}
.cid-qKITmItnUW {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qKITmItnUW .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKITmItnUW H1 {
  color: #465052;
}
.cid-qKITmItnUW H3 {
  color: #5b686b;
}
.cid-qKITmItnUW SPAN {
  color: #f65763;
}
.cid-qKvHUADPVy {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qKvHUADPVy h2 {
  text-align: center;
}
.cid-qKvHUADPVy h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-qKvHUADPVy p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-qKvHUADPVy .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qKvHUADPVy .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-qKvHUADPVy .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qKvHUADPVy P {
  text-align: right;
  color: #465052;
}
.cid-qKvHUADPVy H4 {
  text-align: right;
  color: #f65763;
}
.cid-qKvHUADPVy .mbr-section-title {
  text-align: right;
  color: #465052;
}
.cid-raFb18mpQ3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-raFb18mpQ3 h2 {
  text-align: center;
}
.cid-raFb18mpQ3 h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-raFb18mpQ3 p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-raFb18mpQ3 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-raFb18mpQ3 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-raFb18mpQ3 .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-raFb18mpQ3 P {
  text-align: right;
  color: #465052;
}
.cid-raFb18mpQ3 H4 {
  text-align: right;
  color: #f65763;
}
.cid-raFb18mpQ3 .mbr-section-title {
  text-align: right;
  color: #465052;
}
.cid-qKB8RPfybg {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKB8RPfybg .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qKB8RPfybg B {
  color: #465052;
}
.cid-qKB8RPfybg .mbr-text,
.cid-qKB8RPfybg .mbr-section-btn {
  color: #232323;
  text-align: right;
}
.cid-qKB8RPfybg .mbr-text,
.cid-qKB8RPfybg .mbr-section-btn B {
  color: #465052;
}
.cid-qKB8RPfybg H3 {
  text-align: right;
}
.cid-qKB8RPfybg H1 {
  color: #465052;
}
.cid-qKB8RPfybg FONT {
  color: #f65763;
}
.cid-qKvHURv2eO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKvHURv2eO .mbr-section-subtitle {
  color: #465052;
  text-align: right;
}
.cid-qKvHURv2eO .container-table {
  margin: 0 auto;
}
.cid-qKvHURv2eO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKvHURv2eO .dataTables_wrapper {
  display: block;
}
.cid-qKvHURv2eO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKvHURv2eO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKvHURv2eO table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #879a9f;
  margin-bottom: 0;
}
.cid-qKvHURv2eO table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKvHURv2eO table th:hover {
  background: #879a9f;
  color: #ffffff;
}
.cid-qKvHURv2eO table td {
  border-top: 1px solid #879a9f;
}
.cid-qKvHURv2eO table.table {
  background: #ffffff;
}
.cid-qKvHURv2eO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKvHURv2eO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKvHURv2eO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKvHURv2eO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKvHURv2eO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKvHURv2eO .dataTables_filter {
    text-align: center;
  }
  .cid-qKvHURv2eO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKvHURv2eO .head-item {
  color: #5b686b;
}
.cid-qKvHURv2eO .body-item {
  color: #5b686b;
}
.cid-qKvHURv2eO .mbr-section-title {
  color: #465052;
}
.cid-qKvHUUGmBY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKvHUUGmBY .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qKvHUUGmBY .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKvHUUGmBY .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKvHUUGmBY .mbr-text {
    text-align: center;
  }
}
.cid-qKvHUUGmBY .mbr-text,
.cid-qKvHUUGmBY .mbr-section-btn {
  color: #5b686b;
}
.cid-raF9r2wlKY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-raF9r2wlKY h2 {
  text-align: center;
}
.cid-raF9r2wlKY h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-raF9r2wlKY p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-raF9r2wlKY .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-raF9r2wlKY .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-raF9r2wlKY .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-raF9r2wlKY H4 {
  color: #f65763;
}
.cid-raF9r2wlKY P {
  color: #465052;
}
.cid-qKvHUVZ0qV .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qKvHUVZ0qV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qKvHUVZ0qV a {
  font-style: normal;
}
.cid-qKvHUVZ0qV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qKvHUVZ0qV .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKvHUVZ0qV .nav-item:focus,
.cid-qKvHUVZ0qV .nav-link:focus {
  outline: none;
}
.cid-qKvHUVZ0qV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKvHUVZ0qV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKvHUVZ0qV .menu-logo {
  margin-right: auto;
}
.cid-qKvHUVZ0qV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKvHUVZ0qV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKvHUVZ0qV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKvHUVZ0qV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKvHUVZ0qV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKvHUVZ0qV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKvHUVZ0qV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKvHUVZ0qV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKvHUVZ0qV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKvHUVZ0qV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKvHUVZ0qV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKvHUVZ0qV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKvHUVZ0qV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKvHUVZ0qV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKvHUVZ0qV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKvHUVZ0qV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qKvHUVZ0qV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKvHUVZ0qV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKvHUVZ0qV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKvHUVZ0qV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKvHUVZ0qV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKvHUVZ0qV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKvHUVZ0qV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKvHUVZ0qV button.navbar-toggler:focus {
  outline: none;
}
.cid-qKvHUVZ0qV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5b686b;
}
.cid-qKvHUVZ0qV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKvHUVZ0qV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKvHUVZ0qV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKvHUVZ0qV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKvHUVZ0qV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKvHUVZ0qV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKvHUVZ0qV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKvHUVZ0qV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKvHUVZ0qV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKvHUVZ0qV .collapsed .btn {
  display: flex;
}
.cid-qKvHUVZ0qV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKvHUVZ0qV .collapsed .navbar-collapse.collapsing,
.cid-qKvHUVZ0qV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKvHUVZ0qV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKvHUVZ0qV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKvHUVZ0qV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKvHUVZ0qV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKvHUVZ0qV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKvHUVZ0qV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKvHUVZ0qV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKvHUVZ0qV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKvHUVZ0qV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKvHUVZ0qV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKvHUVZ0qV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKvHUVZ0qV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKvHUVZ0qV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKvHUVZ0qV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qKvHUVZ0qV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKvHUVZ0qV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKvHUVZ0qV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qKvHUVZ0qV .navbar-expand {
    flex-direction: column;
  }
  .cid-qKvHUVZ0qV img {
    height: 3.8rem !important;
  }
  .cid-qKvHUVZ0qV .btn {
    display: flex;
  }
  .cid-qKvHUVZ0qV button.navbar-toggler {
    display: block;
  }
  .cid-qKvHUVZ0qV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKvHUVZ0qV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKvHUVZ0qV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKvHUVZ0qV .navbar-collapse.collapsing,
  .cid-qKvHUVZ0qV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKvHUVZ0qV .navbar-collapse.collapsing .navbar-nav,
  .cid-qKvHUVZ0qV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKvHUVZ0qV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKvHUVZ0qV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKvHUVZ0qV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKvHUVZ0qV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKvHUVZ0qV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKvHUVZ0qV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKvHUVZ0qV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKvHUVZ0qV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKvHUVZ0qV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qKvHUVZ0qV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKvHUVZ0qV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKvHUVZ0qV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qKvHUVZ0qV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKJyxgwCWI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKJyxgwCWI .form-text {
  color: #5b686b;
}
@media (max-width: 767px) {
  .cid-qKJyxgwCWI .content {
    text-align: center;
  }
  .cid-qKJyxgwCWI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qKJyxgwCWI .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qKJyxgwCWI .input-group-btn {
  display: inline-block;
}
.cid-qKJyxgwCWI .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qKJyxgwCWI .img-logo img {
  height: 6rem;
}
.cid-qKJyxgwCWI [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qKJyxgwCWI [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qKJyxgwCWI .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qKJyxgwCWI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKJyxgwCWI .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qKJyxgwCWI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKJyxgwCWI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qKJyxgwCWI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKJyxgwCWI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKJyxgwCWI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKJyxgwCWI .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKJyxgwCWI form .input-group input.form-control,
.cid-qKJyxgwCWI form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qKJyxgwCWI .form-inline {
  justify-content: center;
}
.cid-qKJyxgwCWI .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qKJyxgwCWI .foot-logo {
    text-align: center !important;
  }
  .cid-qKJyxgwCWI .foot-title {
    text-align: center !important;
  }
  .cid-qKJyxgwCWI .mbr-text {
    text-align: center !important;
  }
}
.cid-qKJyxgwCWI .foot-title {
  color: #465052;
}
.cid-qKJyxgwCWI .copyright .mbr-text {
  color: #5b686b;
}
