body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Antonio', sans-serif;
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Antonio', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Antonio', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Antonio', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #053963 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #ff7f9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #053963 !important;
  border-color: #053963 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010f1a !important;
  border-color: #010f1a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010f1a !important;
  border-color: #010f1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !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: #ff7f9f !important;
  border-color: #ff7f9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff3266 !important;
  border-color: #ff3266 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff3266 !important;
  border-color: #ff3266 !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: #000102;
  color: #000102;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #053963;
  border-color: #053963;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #053963 !important;
  border-color: #053963 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !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: #ff1952;
  color: #ff1952;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ff7f9f;
  border-color: #ff7f9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f9f !important;
  border-color: #ff7f9f !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: #053963 !important;
}
.text-secondary {
  color: #f7ed4a !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #ff7f9f !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: #000102 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d2c609 !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: #ff1952 !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: #ff7f9f;
}
.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: #053963;
  border-color: #053963;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #053963;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0b7fdc;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Antonio', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #053963;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #053963;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #053963;
}
/* Headers*/
@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: #053963;
  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: #053963;
  border-bottom-color: #053963;
}
.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: #053963 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f7ed4a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23053963' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-t8iQwAcgyY {
  background-image: url("../../../assets/images/banner-3-1920x1280.jpg");
}
.cid-t8bUxGKXmg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t8bUxGKXmg P {
  color: #767676;
}
.cid-t8bUxGKXmg H1 {
  color: #767676;
}
.cid-t8iRgsECb5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8iRgsECb5 .mbr-text,
.cid-t8iRgsECb5 blockquote {
  color: #767676;
}
.cid-t86vsYQpTG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-t86vsYQpTG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t86vsYQpTG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t86vsYQpTG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t86vsYQpTG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t86vsYQpTG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t86vsYQpTG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t86vsYQpTG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t86vsYQpTG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t86vsYQpTG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .mbr-text {
  color: #686868;
}
.cid-t8iTBGaRi6 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-3-1920x1280.jpeg");
}
.cid-t8iTBGaRi6 H3 {
  color: #efefef;
}
.cid-t8iCvs8AcY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t8iCvs8AcY .mbr-section-subtitle {
  color: #767676;
}
.cid-t8iCvs8AcY H2 {
  color: #000000;
}
.cid-t8dkFnaoD6 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8dkFnaoD6 .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8dkFnaoD6 .section-text {
  padding: 2rem 0;
  color: #767676;
}
.cid-t8dkFnaoD6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t8dkFnaoD6 .inner-container {
    width: 100% !important;
  }
}
.cid-t8dhYhYtcT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t8dhYhYtcT .card-box {
  padding: 0 2rem;
}
.cid-t8dhYhYtcT .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t8dhYhYtcT .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t8dhYhYtcT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t8dhYhYtcT p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t8dhYhYtcT .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-t8dhYhYtcT .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t8dhYhYtcT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t8dhYhYtcT .card-title {
  text-align: center;
}
.cid-t8dgWAPcb9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/banner-3-1920x1280.jpeg");
}
.cid-t8dgWAPcb9 .card-box {
  padding: 0 2rem;
}
.cid-t8dgWAPcb9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t8dgWAPcb9 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t8dgWAPcb9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t8dgWAPcb9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t8dgWAPcb9 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-t8dgWAPcb9 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t8dgWAPcb9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t8dgWAPcb9 .card-title {
  text-align: center;
}
.cid-t8dmCoyQOP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8dmCoyQOP .mbr-text,
.cid-t8dmCoyQOP blockquote {
  color: #767676;
}
.cid-t8iTomEkPQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-t8iTomEkPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8iTomEkPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8iTomEkPQ .mbr-text,
.cid-t8iTomEkPQ .mbr-section-btn {
  color: #232323;
}
.cid-t8iTomEkPQ .btn {
  width: 100%;
}
.cid-t8iTomEkPQ .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t8iTomEkPQ H1 {
  text-align: center;
  color: #232323;
}
.cid-t8iTomEkPQ P {
  color: #808080;
}
.cid-t86vsYQpTG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-t86vsYQpTG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t86vsYQpTG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t86vsYQpTG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t86vsYQpTG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t86vsYQpTG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t86vsYQpTG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t86vsYQpTG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t86vsYQpTG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t86vsYQpTG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .mbr-text {
  color: #686868;
}
.cid-t8j0X909PK .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t8j0X909PK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t8j0X909PK a {
  font-style: normal;
}
.cid-t8j0X909PK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8j0X909PK .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t8j0X909PK .nav-item:focus,
.cid-t8j0X909PK .nav-link:focus {
  outline: none;
}
.cid-t8j0X909PK .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8j0X909PK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8j0X909PK .menu-logo {
  margin-right: auto;
}
.cid-t8j0X909PK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8j0X909PK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t8j0X909PK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8j0X909PK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8j0X909PK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8j0X909PK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8j0X909PK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8j0X909PK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8j0X909PK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8j0X909PK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8j0X909PK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8j0X909PK .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8j0X909PK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8j0X909PK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8j0X909PK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8j0X909PK .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t8j0X909PK .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-t8j0X909PK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8j0X909PK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8j0X909PK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8j0X909PK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8j0X909PK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8j0X909PK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8j0X909PK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8j0X909PK button.navbar-toggler:focus {
  outline: none;
}
.cid-t8j0X909PK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053f6e;
}
.cid-t8j0X909PK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8j0X909PK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j0X909PK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j0X909PK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8j0X909PK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j0X909PK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8j0X909PK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8j0X909PK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j0X909PK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j0X909PK .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8j0X909PK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8j0X909PK .collapsed .navbar-collapse.collapsing,
.cid-t8j0X909PK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8j0X909PK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8j0X909PK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8j0X909PK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8j0X909PK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8j0X909PK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8j0X909PK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8j0X909PK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8j0X909PK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8j0X909PK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8j0X909PK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t8j0X909PK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t8j0X909PK .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8j0X909PK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8j0X909PK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j0X909PK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t8j0X909PK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8j0X909PK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8j0X909PK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t8j0X909PK.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j0X909PK img {
    height: 3.8rem !important;
  }
  .cid-t8j0X909PK .btn {
    display: -webkit-flex;
  }
  .cid-t8j0X909PK button.navbar-toggler {
    display: block;
  }
  .cid-t8j0X909PK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8j0X909PK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j0X909PK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8j0X909PK .navbar-collapse.collapsing,
  .cid-t8j0X909PK .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8j0X909PK .navbar-collapse.collapsing .navbar-nav,
  .cid-t8j0X909PK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8j0X909PK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8j0X909PK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8j0X909PK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8j0X909PK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j0X909PK .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8j0X909PK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8j0X909PK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8j0X909PK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j0X909PK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t8j0X909PK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8j0X909PK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8j0X909PK .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-t8j0X909PK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8j0X909PK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8j0X909PK .nav-link:hover,
.cid-t8j0X909PK .dropdown-item:hover {
  color: #767676 !important;
}
.cid-t8j30lQeH0 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t8j30lQeH0 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t8j30lQeH0 a {
  font-style: normal;
}
.cid-t8j30lQeH0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8j30lQeH0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t8j30lQeH0 .nav-item:focus,
.cid-t8j30lQeH0 .nav-link:focus {
  outline: none;
}
.cid-t8j30lQeH0 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8j30lQeH0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8j30lQeH0 .menu-logo {
  margin-right: auto;
}
.cid-t8j30lQeH0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8j30lQeH0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t8j30lQeH0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8j30lQeH0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8j30lQeH0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8j30lQeH0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8j30lQeH0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8j30lQeH0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8j30lQeH0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8j30lQeH0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8j30lQeH0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8j30lQeH0 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8j30lQeH0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8j30lQeH0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8j30lQeH0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8j30lQeH0 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t8j30lQeH0 .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-t8j30lQeH0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8j30lQeH0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8j30lQeH0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8j30lQeH0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8j30lQeH0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8j30lQeH0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8j30lQeH0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8j30lQeH0 button.navbar-toggler:focus {
  outline: none;
}
.cid-t8j30lQeH0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053f6e;
}
.cid-t8j30lQeH0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8j30lQeH0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j30lQeH0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j30lQeH0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8j30lQeH0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j30lQeH0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8j30lQeH0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8j30lQeH0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j30lQeH0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j30lQeH0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8j30lQeH0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8j30lQeH0 .collapsed .navbar-collapse.collapsing,
.cid-t8j30lQeH0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8j30lQeH0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8j30lQeH0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8j30lQeH0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8j30lQeH0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8j30lQeH0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8j30lQeH0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8j30lQeH0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8j30lQeH0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8j30lQeH0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8j30lQeH0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t8j30lQeH0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t8j30lQeH0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8j30lQeH0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8j30lQeH0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j30lQeH0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t8j30lQeH0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8j30lQeH0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8j30lQeH0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t8j30lQeH0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j30lQeH0 img {
    height: 3.8rem !important;
  }
  .cid-t8j30lQeH0 .btn {
    display: -webkit-flex;
  }
  .cid-t8j30lQeH0 button.navbar-toggler {
    display: block;
  }
  .cid-t8j30lQeH0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8j30lQeH0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j30lQeH0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8j30lQeH0 .navbar-collapse.collapsing,
  .cid-t8j30lQeH0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8j30lQeH0 .navbar-collapse.collapsing .navbar-nav,
  .cid-t8j30lQeH0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8j30lQeH0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8j30lQeH0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8j30lQeH0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8j30lQeH0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j30lQeH0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8j30lQeH0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8j30lQeH0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8j30lQeH0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j30lQeH0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t8j30lQeH0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8j30lQeH0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8j30lQeH0 .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-t8j30lQeH0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8j30lQeH0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8j30lQeH0 .nav-link:hover,
.cid-t8j30lQeH0 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-t8i7JFSlxg {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-11-1920x1280.jpeg");
}
.cid-t8i7JFSlxg H3 {
  color: #efefef;
}
.cid-t8iFMO0zp7 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t8iFMO0zp7 .mbr-section-subtitle {
  color: #767676;
}
.cid-t8iFMO0zp7 H2 {
  color: #2e2e2e;
}
.cid-t86wx1HzfF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t86wx1HzfF .title {
  padding-bottom: 2.5rem;
}
.cid-t86wx1HzfF .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-t86wx1HzfF .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 45px;
  height: 45px;
}
@media (min-width: 992px) {
  .cid-t86wx1HzfF .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-t86wx1HzfF .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
}
.cid-t86wx1HzfF .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-t86wx1HzfF .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-t86wx1HzfF .wrapper {
    flex-wrap: wrap;
  }
  .cid-t86wx1HzfF .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t86wx1HzfF .wrapper .b-info {
  width: 100%;
}
.cid-t86xJGpo9B {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t86xJGpo9B [class^="socicon-"]:before,
.cid-t86xJGpo9B [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-t86xJGpo9B .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-t86xJGpo9B .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-t86xJGpo9B .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-t86xJGpo9B .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-t86xJGpo9B .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-t86xJGpo9B .btn {
    font-size: 20px !important;
  }
}
.cid-t86xatrWnJ {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t86xatrWnJ .title {
  margin-bottom: 2rem;
}
.cid-t86xatrWnJ .mbr-section-subtitle {
  color: #767676;
}
.cid-t86xatrWnJ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-t86xatrWnJ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-t86xatrWnJ textarea.form-control {
  min-height: 188px;
}
.cid-t86xpWfvmi .google-map {
  height: 25rem;
  position: relative;
}
.cid-t86xpWfvmi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t86xpWfvmi .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-t86xpWfvmi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t86xpWfvmi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t86xBVWhwh {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t86xBVWhwh [class^="socicon-"]:before,
.cid-t86xBVWhwh [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-t86xBVWhwh .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-t86xBVWhwh .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-t86xBVWhwh .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-t86xBVWhwh .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-t86xBVWhwh .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-t86xBVWhwh .btn {
    font-size: 20px !important;
  }
}
.cid-t86vsYQpTG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-t86vsYQpTG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t86vsYQpTG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t86vsYQpTG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t86vsYQpTG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t86vsYQpTG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t86vsYQpTG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t86vsYQpTG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t86vsYQpTG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t86vsYQpTG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .mbr-text {
  color: #686868;
}
.cid-t8j2I6gERz .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t8j2I6gERz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t8j2I6gERz a {
  font-style: normal;
}
.cid-t8j2I6gERz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8j2I6gERz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t8j2I6gERz .nav-item:focus,
.cid-t8j2I6gERz .nav-link:focus {
  outline: none;
}
.cid-t8j2I6gERz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8j2I6gERz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8j2I6gERz .menu-logo {
  margin-right: auto;
}
.cid-t8j2I6gERz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8j2I6gERz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t8j2I6gERz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8j2I6gERz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8j2I6gERz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8j2I6gERz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8j2I6gERz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8j2I6gERz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8j2I6gERz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8j2I6gERz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8j2I6gERz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8j2I6gERz .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8j2I6gERz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8j2I6gERz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8j2I6gERz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8j2I6gERz .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t8j2I6gERz .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-t8j2I6gERz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8j2I6gERz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8j2I6gERz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8j2I6gERz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8j2I6gERz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8j2I6gERz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8j2I6gERz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8j2I6gERz button.navbar-toggler:focus {
  outline: none;
}
.cid-t8j2I6gERz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053f6e;
}
.cid-t8j2I6gERz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8j2I6gERz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j2I6gERz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j2I6gERz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8j2I6gERz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j2I6gERz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8j2I6gERz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8j2I6gERz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j2I6gERz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j2I6gERz .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8j2I6gERz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8j2I6gERz .collapsed .navbar-collapse.collapsing,
.cid-t8j2I6gERz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8j2I6gERz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8j2I6gERz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8j2I6gERz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8j2I6gERz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8j2I6gERz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8j2I6gERz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8j2I6gERz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8j2I6gERz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8j2I6gERz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8j2I6gERz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t8j2I6gERz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t8j2I6gERz .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8j2I6gERz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8j2I6gERz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j2I6gERz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t8j2I6gERz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8j2I6gERz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8j2I6gERz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t8j2I6gERz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j2I6gERz img {
    height: 3.8rem !important;
  }
  .cid-t8j2I6gERz .btn {
    display: -webkit-flex;
  }
  .cid-t8j2I6gERz button.navbar-toggler {
    display: block;
  }
  .cid-t8j2I6gERz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8j2I6gERz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j2I6gERz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8j2I6gERz .navbar-collapse.collapsing,
  .cid-t8j2I6gERz .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8j2I6gERz .navbar-collapse.collapsing .navbar-nav,
  .cid-t8j2I6gERz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8j2I6gERz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8j2I6gERz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8j2I6gERz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8j2I6gERz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j2I6gERz .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8j2I6gERz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8j2I6gERz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8j2I6gERz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j2I6gERz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t8j2I6gERz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8j2I6gERz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8j2I6gERz .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-t8j2I6gERz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8j2I6gERz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8j2I6gERz .nav-link:hover,
.cid-t8j2I6gERz .dropdown-item:hover {
  color: #767676 !important;
}
.cid-t8hsJvKxAz {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-t8hsJvKxAz H3 {
  color: #efefef;
}
.cid-t8iEDHPRSg {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t8iEDHPRSg .mbr-section-subtitle {
  color: #767676;
}
.cid-t8iEDHPRSg H2 {
  color: #2e2e2e;
}
.cid-t8htgZCphZ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8htgZCphZ .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8htgZCphZ .section-text {
  padding: 2rem 0;
  color: #767676;
}
.cid-t8htgZCphZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t8htgZCphZ .inner-container {
    width: 100% !important;
  }
}
.cid-t8iAKGN9ah {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t8hsLcDsQl {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t8hsLcDsQl .mbr-text,
.cid-t8hsLcDsQl blockquote {
  color: #767676;
}
.cid-t8iehdOcsn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-t8iehdOcsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8iehdOcsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8iehdOcsn .mbr-text,
.cid-t8iehdOcsn .mbr-section-btn {
  color: #232323;
}
.cid-t8iehdOcsn .btn {
  width: 100%;
}
.cid-t8iehdOcsn .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t8iehdOcsn H1 {
  text-align: center;
  color: #232323;
}
.cid-t8iehdOcsn P {
  color: #808080;
}
.cid-t86vsYQpTG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-t86vsYQpTG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t86vsYQpTG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t86vsYQpTG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t86vsYQpTG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t86vsYQpTG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t86vsYQpTG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t86vsYQpTG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t86vsYQpTG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t86vsYQpTG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .mbr-text {
  color: #686868;
}
.cid-t8dtb6ZyrU {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-5-1920x1280.jpeg");
}
.cid-t8dtb6ZyrU H3 {
  color: #efefef;
}
.cid-t8j1AGtoOL .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t8j1AGtoOL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t8j1AGtoOL a {
  font-style: normal;
}
.cid-t8j1AGtoOL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8j1AGtoOL .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t8j1AGtoOL .nav-item:focus,
.cid-t8j1AGtoOL .nav-link:focus {
  outline: none;
}
.cid-t8j1AGtoOL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8j1AGtoOL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8j1AGtoOL .menu-logo {
  margin-right: auto;
}
.cid-t8j1AGtoOL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8j1AGtoOL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t8j1AGtoOL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8j1AGtoOL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8j1AGtoOL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8j1AGtoOL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8j1AGtoOL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8j1AGtoOL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8j1AGtoOL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8j1AGtoOL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8j1AGtoOL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8j1AGtoOL .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8j1AGtoOL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8j1AGtoOL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8j1AGtoOL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8j1AGtoOL .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t8j1AGtoOL .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-t8j1AGtoOL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8j1AGtoOL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8j1AGtoOL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8j1AGtoOL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8j1AGtoOL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8j1AGtoOL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8j1AGtoOL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8j1AGtoOL button.navbar-toggler:focus {
  outline: none;
}
.cid-t8j1AGtoOL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053f6e;
}
.cid-t8j1AGtoOL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8j1AGtoOL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j1AGtoOL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j1AGtoOL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8j1AGtoOL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j1AGtoOL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8j1AGtoOL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8j1AGtoOL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j1AGtoOL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j1AGtoOL .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8j1AGtoOL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8j1AGtoOL .collapsed .navbar-collapse.collapsing,
.cid-t8j1AGtoOL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8j1AGtoOL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8j1AGtoOL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8j1AGtoOL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8j1AGtoOL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8j1AGtoOL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8j1AGtoOL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8j1AGtoOL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8j1AGtoOL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8j1AGtoOL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8j1AGtoOL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t8j1AGtoOL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t8j1AGtoOL .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8j1AGtoOL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8j1AGtoOL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j1AGtoOL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t8j1AGtoOL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8j1AGtoOL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8j1AGtoOL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t8j1AGtoOL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j1AGtoOL img {
    height: 3.8rem !important;
  }
  .cid-t8j1AGtoOL .btn {
    display: -webkit-flex;
  }
  .cid-t8j1AGtoOL button.navbar-toggler {
    display: block;
  }
  .cid-t8j1AGtoOL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8j1AGtoOL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j1AGtoOL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8j1AGtoOL .navbar-collapse.collapsing,
  .cid-t8j1AGtoOL .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8j1AGtoOL .navbar-collapse.collapsing .navbar-nav,
  .cid-t8j1AGtoOL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8j1AGtoOL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8j1AGtoOL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8j1AGtoOL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8j1AGtoOL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j1AGtoOL .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8j1AGtoOL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8j1AGtoOL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8j1AGtoOL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j1AGtoOL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t8j1AGtoOL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8j1AGtoOL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8j1AGtoOL .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-t8j1AGtoOL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8j1AGtoOL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8j1AGtoOL .nav-link:hover,
.cid-t8j1AGtoOL .dropdown-item:hover {
  color: #767676 !important;
}
.cid-t8iDuZEVMs {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t8iDuZEVMs .mbr-section-subtitle {
  color: #767676;
}
.cid-t8iDuZEVMs H2 {
  color: #2e2e2e;
}
.cid-t8dsN7ljBs {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8dsN7ljBs .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8dsN7ljBs .section-text {
  padding: 2rem 0;
  color: #767676;
}
.cid-t8dsN7ljBs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t8dsN7ljBs .inner-container {
    width: 100% !important;
  }
}
.cid-t8izO4HqCl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t8dtlzD0xR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t8dtlzD0xR .mbr-text,
.cid-t8dtlzD0xR blockquote {
  color: #767676;
}
.cid-t8dvNPR47H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-t8dvNPR47H .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8dvNPR47H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8dvNPR47H .mbr-text,
.cid-t8dvNPR47H .mbr-section-btn {
  color: #232323;
}
.cid-t8dvNPR47H .btn {
  width: 100%;
}
.cid-t8dvNPR47H .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t8dvNPR47H H1 {
  text-align: center;
  color: #232323;
}
.cid-t8dvNPR47H P {
  color: #808080;
}
.cid-t86vsYQpTG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-t86vsYQpTG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t86vsYQpTG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t86vsYQpTG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t86vsYQpTG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t86vsYQpTG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t86vsYQpTG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t86vsYQpTG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t86vsYQpTG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t86vsYQpTG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .mbr-text {
  color: #686868;
}
.cid-t8j2N1D2cP .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t8j2N1D2cP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t8j2N1D2cP a {
  font-style: normal;
}
.cid-t8j2N1D2cP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8j2N1D2cP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t8j2N1D2cP .nav-item:focus,
.cid-t8j2N1D2cP .nav-link:focus {
  outline: none;
}
.cid-t8j2N1D2cP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8j2N1D2cP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8j2N1D2cP .menu-logo {
  margin-right: auto;
}
.cid-t8j2N1D2cP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8j2N1D2cP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t8j2N1D2cP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8j2N1D2cP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8j2N1D2cP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8j2N1D2cP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8j2N1D2cP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8j2N1D2cP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8j2N1D2cP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8j2N1D2cP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8j2N1D2cP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8j2N1D2cP .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8j2N1D2cP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8j2N1D2cP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8j2N1D2cP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8j2N1D2cP .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t8j2N1D2cP .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-t8j2N1D2cP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8j2N1D2cP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8j2N1D2cP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8j2N1D2cP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8j2N1D2cP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8j2N1D2cP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8j2N1D2cP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8j2N1D2cP button.navbar-toggler:focus {
  outline: none;
}
.cid-t8j2N1D2cP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053f6e;
}
.cid-t8j2N1D2cP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8j2N1D2cP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j2N1D2cP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j2N1D2cP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8j2N1D2cP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j2N1D2cP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8j2N1D2cP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8j2N1D2cP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j2N1D2cP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j2N1D2cP .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8j2N1D2cP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8j2N1D2cP .collapsed .navbar-collapse.collapsing,
.cid-t8j2N1D2cP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8j2N1D2cP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8j2N1D2cP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8j2N1D2cP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8j2N1D2cP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8j2N1D2cP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8j2N1D2cP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8j2N1D2cP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8j2N1D2cP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8j2N1D2cP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8j2N1D2cP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t8j2N1D2cP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t8j2N1D2cP .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8j2N1D2cP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8j2N1D2cP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j2N1D2cP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t8j2N1D2cP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8j2N1D2cP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8j2N1D2cP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t8j2N1D2cP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j2N1D2cP img {
    height: 3.8rem !important;
  }
  .cid-t8j2N1D2cP .btn {
    display: -webkit-flex;
  }
  .cid-t8j2N1D2cP button.navbar-toggler {
    display: block;
  }
  .cid-t8j2N1D2cP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8j2N1D2cP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j2N1D2cP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8j2N1D2cP .navbar-collapse.collapsing,
  .cid-t8j2N1D2cP .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8j2N1D2cP .navbar-collapse.collapsing .navbar-nav,
  .cid-t8j2N1D2cP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8j2N1D2cP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8j2N1D2cP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8j2N1D2cP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8j2N1D2cP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j2N1D2cP .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8j2N1D2cP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8j2N1D2cP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8j2N1D2cP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j2N1D2cP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t8j2N1D2cP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8j2N1D2cP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8j2N1D2cP .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-t8j2N1D2cP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8j2N1D2cP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8j2N1D2cP .nav-link:hover,
.cid-t8j2N1D2cP .dropdown-item:hover {
  color: #767676 !important;
}
.cid-t8hDdVRPBL {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpeg");
}
.cid-t8hDdVRPBL H3 {
  color: #efefef;
}
.cid-t8iEWC2xHY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t8iEWC2xHY .mbr-section-subtitle {
  color: #767676;
}
.cid-t8iEWC2xHY H2 {
  color: #2e2e2e;
}
.cid-t8hDcxgJcN {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8hDcxgJcN .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8hDcxgJcN .section-text {
  padding: 2rem 0;
  color: #767676;
}
.cid-t8hDcxgJcN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t8hDcxgJcN .inner-container {
    width: 100% !important;
  }
}
.cid-t8iARdQCug {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t8ieoTCjEM {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t8ieoTCjEM .mbr-text,
.cid-t8ieoTCjEM blockquote {
  color: #767676;
}
.cid-t8ieqdKo9A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-t8ieqdKo9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8ieqdKo9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8ieqdKo9A .mbr-text,
.cid-t8ieqdKo9A .mbr-section-btn {
  color: #232323;
}
.cid-t8ieqdKo9A .btn {
  width: 100%;
}
.cid-t8ieqdKo9A .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t8ieqdKo9A H1 {
  text-align: center;
  color: #232323;
}
.cid-t8ieqdKo9A P {
  color: #808080;
}
.cid-t86vsYQpTG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-t86vsYQpTG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t86vsYQpTG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t86vsYQpTG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t86vsYQpTG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t86vsYQpTG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t86vsYQpTG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t86vsYQpTG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t86vsYQpTG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t86vsYQpTG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .mbr-text {
  color: #686868;
}
.cid-t8j2U9nGRs .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t8j2U9nGRs .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t8j2U9nGRs a {
  font-style: normal;
}
.cid-t8j2U9nGRs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8j2U9nGRs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t8j2U9nGRs .nav-item:focus,
.cid-t8j2U9nGRs .nav-link:focus {
  outline: none;
}
.cid-t8j2U9nGRs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8j2U9nGRs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8j2U9nGRs .menu-logo {
  margin-right: auto;
}
.cid-t8j2U9nGRs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8j2U9nGRs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t8j2U9nGRs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8j2U9nGRs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8j2U9nGRs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8j2U9nGRs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8j2U9nGRs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8j2U9nGRs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8j2U9nGRs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8j2U9nGRs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8j2U9nGRs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8j2U9nGRs .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8j2U9nGRs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8j2U9nGRs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8j2U9nGRs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8j2U9nGRs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t8j2U9nGRs .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-t8j2U9nGRs .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8j2U9nGRs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8j2U9nGRs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8j2U9nGRs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8j2U9nGRs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8j2U9nGRs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8j2U9nGRs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8j2U9nGRs button.navbar-toggler:focus {
  outline: none;
}
.cid-t8j2U9nGRs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053f6e;
}
.cid-t8j2U9nGRs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8j2U9nGRs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j2U9nGRs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j2U9nGRs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8j2U9nGRs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j2U9nGRs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8j2U9nGRs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8j2U9nGRs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j2U9nGRs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j2U9nGRs .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8j2U9nGRs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8j2U9nGRs .collapsed .navbar-collapse.collapsing,
.cid-t8j2U9nGRs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8j2U9nGRs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8j2U9nGRs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8j2U9nGRs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8j2U9nGRs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8j2U9nGRs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8j2U9nGRs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8j2U9nGRs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8j2U9nGRs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8j2U9nGRs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8j2U9nGRs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t8j2U9nGRs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t8j2U9nGRs .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8j2U9nGRs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8j2U9nGRs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j2U9nGRs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t8j2U9nGRs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8j2U9nGRs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8j2U9nGRs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t8j2U9nGRs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j2U9nGRs img {
    height: 3.8rem !important;
  }
  .cid-t8j2U9nGRs .btn {
    display: -webkit-flex;
  }
  .cid-t8j2U9nGRs button.navbar-toggler {
    display: block;
  }
  .cid-t8j2U9nGRs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8j2U9nGRs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j2U9nGRs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8j2U9nGRs .navbar-collapse.collapsing,
  .cid-t8j2U9nGRs .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8j2U9nGRs .navbar-collapse.collapsing .navbar-nav,
  .cid-t8j2U9nGRs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8j2U9nGRs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8j2U9nGRs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8j2U9nGRs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8j2U9nGRs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j2U9nGRs .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8j2U9nGRs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8j2U9nGRs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8j2U9nGRs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j2U9nGRs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t8j2U9nGRs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8j2U9nGRs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8j2U9nGRs .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-t8j2U9nGRs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8j2U9nGRs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8j2U9nGRs .nav-link:hover,
.cid-t8j2U9nGRs .dropdown-item:hover {
  color: #767676 !important;
}
.cid-t8hEtGVEHl {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-8-1920x1280.jpeg");
}
.cid-t8hEtGVEHl H3 {
  color: #efefef;
}
.cid-t8iFgZKqTV {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t8iFgZKqTV .mbr-section-subtitle {
  color: #767676;
}
.cid-t8iFgZKqTV H2 {
  color: #2e2e2e;
}
.cid-t8hEuRG1wx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8hEuRG1wx .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8hEuRG1wx .section-text {
  padding: 2rem 0;
  color: #767676;
}
.cid-t8hEuRG1wx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t8hEuRG1wx .inner-container {
    width: 100% !important;
  }
}
.cid-t8iAVoeRB6 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t8ietVkx2T {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t8ietVkx2T .mbr-text,
.cid-t8ietVkx2T blockquote {
  color: #767676;
}
.cid-t8ieuXMAuL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-t8ieuXMAuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8ieuXMAuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8ieuXMAuL .mbr-text,
.cid-t8ieuXMAuL .mbr-section-btn {
  color: #232323;
}
.cid-t8ieuXMAuL .btn {
  width: 100%;
}
.cid-t8ieuXMAuL .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t8ieuXMAuL H1 {
  text-align: center;
  color: #232323;
}
.cid-t8ieuXMAuL P {
  color: #808080;
}
.cid-t86vsYQpTG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-t86vsYQpTG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t86vsYQpTG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t86vsYQpTG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t86vsYQpTG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t86vsYQpTG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t86vsYQpTG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t86vsYQpTG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t86vsYQpTG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t86vsYQpTG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .mbr-text {
  color: #686868;
}
.cid-t8j2XMikzf .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t8j2XMikzf .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t8j2XMikzf a {
  font-style: normal;
}
.cid-t8j2XMikzf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8j2XMikzf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t8j2XMikzf .nav-item:focus,
.cid-t8j2XMikzf .nav-link:focus {
  outline: none;
}
.cid-t8j2XMikzf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8j2XMikzf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8j2XMikzf .menu-logo {
  margin-right: auto;
}
.cid-t8j2XMikzf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8j2XMikzf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t8j2XMikzf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8j2XMikzf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8j2XMikzf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8j2XMikzf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8j2XMikzf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8j2XMikzf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8j2XMikzf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8j2XMikzf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8j2XMikzf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8j2XMikzf .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8j2XMikzf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8j2XMikzf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8j2XMikzf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8j2XMikzf .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t8j2XMikzf .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-t8j2XMikzf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8j2XMikzf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8j2XMikzf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8j2XMikzf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8j2XMikzf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8j2XMikzf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8j2XMikzf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8j2XMikzf button.navbar-toggler:focus {
  outline: none;
}
.cid-t8j2XMikzf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053f6e;
}
.cid-t8j2XMikzf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8j2XMikzf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j2XMikzf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j2XMikzf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8j2XMikzf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j2XMikzf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8j2XMikzf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8j2XMikzf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j2XMikzf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j2XMikzf .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8j2XMikzf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8j2XMikzf .collapsed .navbar-collapse.collapsing,
.cid-t8j2XMikzf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8j2XMikzf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8j2XMikzf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8j2XMikzf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8j2XMikzf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8j2XMikzf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8j2XMikzf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8j2XMikzf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8j2XMikzf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8j2XMikzf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8j2XMikzf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t8j2XMikzf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t8j2XMikzf .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8j2XMikzf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8j2XMikzf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j2XMikzf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t8j2XMikzf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8j2XMikzf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8j2XMikzf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t8j2XMikzf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j2XMikzf img {
    height: 3.8rem !important;
  }
  .cid-t8j2XMikzf .btn {
    display: -webkit-flex;
  }
  .cid-t8j2XMikzf button.navbar-toggler {
    display: block;
  }
  .cid-t8j2XMikzf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8j2XMikzf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j2XMikzf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8j2XMikzf .navbar-collapse.collapsing,
  .cid-t8j2XMikzf .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8j2XMikzf .navbar-collapse.collapsing .navbar-nav,
  .cid-t8j2XMikzf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8j2XMikzf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8j2XMikzf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8j2XMikzf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8j2XMikzf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j2XMikzf .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8j2XMikzf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8j2XMikzf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8j2XMikzf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j2XMikzf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t8j2XMikzf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8j2XMikzf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8j2XMikzf .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-t8j2XMikzf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8j2XMikzf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8j2XMikzf .nav-link:hover,
.cid-t8j2XMikzf .dropdown-item:hover {
  color: #767676 !important;
}
.cid-t8hG3VOlmy {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-10-1920x1280.jpeg");
}
.cid-t8hG3VOlmy H3 {
  color: #efefef;
}
.cid-t8iFsJGl7h {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t8iFsJGl7h .mbr-section-subtitle {
  color: #767676;
}
.cid-t8iFsJGl7h H2 {
  color: #2e2e2e;
}
.cid-t8hG2NFb5m {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8hG2NFb5m .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8hG2NFb5m .section-text {
  padding: 2rem 0;
  color: #767676;
}
.cid-t8hG2NFb5m .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t8hG2NFb5m .inner-container {
    width: 100% !important;
  }
}
.cid-t8iB9uvH4z {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t8iexpZ3dg {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t8iexpZ3dg .mbr-text,
.cid-t8iexpZ3dg blockquote {
  color: #767676;
}
.cid-t8iey7KoJw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-t8iey7KoJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8iey7KoJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8iey7KoJw .mbr-text,
.cid-t8iey7KoJw .mbr-section-btn {
  color: #232323;
}
.cid-t8iey7KoJw .btn {
  width: 100%;
}
.cid-t8iey7KoJw .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t8iey7KoJw H1 {
  text-align: center;
  color: #232323;
}
.cid-t8iey7KoJw P {
  color: #808080;
}
.cid-t86vsYQpTG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-t86vsYQpTG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86vsYQpTG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t86vsYQpTG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t86vsYQpTG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t86vsYQpTG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t86vsYQpTG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t86vsYQpTG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t86vsYQpTG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t86vsYQpTG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t86vsYQpTG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t86vsYQpTG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t86vsYQpTG .media-container-row .mbr-text {
  color: #686868;
}
.cid-t8iQlPu5UI {
  background: #ffffff;
}
.cid-t8iQlPu5UI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t8iQlPu5UI .mbr-figure {
  margin: 0 auto;
}
.cid-t8iQlPu5UI figcaption {
  position: relative;
}
.cid-t8iQlPu5UI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t8iQlPu5UI .image-block {
    width: 100% !important;
  }
}
.cid-t8iQlPu5UI .mbr-figure-caption div {
  color: #efefef;
}
.cid-t8nuy0C8w7 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t8nuy0C8w7 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t8nuy0C8w7 a {
  font-style: normal;
}
.cid-t8nuy0C8w7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8nuy0C8w7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t8nuy0C8w7 .nav-item:focus,
.cid-t8nuy0C8w7 .nav-link:focus {
  outline: none;
}
.cid-t8nuy0C8w7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8nuy0C8w7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8nuy0C8w7 .menu-logo {
  margin-right: auto;
}
.cid-t8nuy0C8w7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8nuy0C8w7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t8nuy0C8w7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8nuy0C8w7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8nuy0C8w7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8nuy0C8w7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8nuy0C8w7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8nuy0C8w7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8nuy0C8w7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8nuy0C8w7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8nuy0C8w7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8nuy0C8w7 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8nuy0C8w7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8nuy0C8w7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8nuy0C8w7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8nuy0C8w7 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t8nuy0C8w7 .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-t8nuy0C8w7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8nuy0C8w7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8nuy0C8w7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8nuy0C8w7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8nuy0C8w7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8nuy0C8w7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8nuy0C8w7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8nuy0C8w7 button.navbar-toggler:focus {
  outline: none;
}
.cid-t8nuy0C8w7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053f6e;
}
.cid-t8nuy0C8w7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8nuy0C8w7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8nuy0C8w7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8nuy0C8w7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8nuy0C8w7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8nuy0C8w7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8nuy0C8w7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8nuy0C8w7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8nuy0C8w7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8nuy0C8w7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8nuy0C8w7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8nuy0C8w7 .collapsed .navbar-collapse.collapsing,
.cid-t8nuy0C8w7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8nuy0C8w7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8nuy0C8w7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8nuy0C8w7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8nuy0C8w7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8nuy0C8w7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8nuy0C8w7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8nuy0C8w7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8nuy0C8w7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8nuy0C8w7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8nuy0C8w7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t8nuy0C8w7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t8nuy0C8w7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8nuy0C8w7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8nuy0C8w7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8nuy0C8w7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t8nuy0C8w7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8nuy0C8w7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8nuy0C8w7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t8nuy0C8w7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8nuy0C8w7 img {
    height: 3.8rem !important;
  }
  .cid-t8nuy0C8w7 .btn {
    display: -webkit-flex;
  }
  .cid-t8nuy0C8w7 button.navbar-toggler {
    display: block;
  }
  .cid-t8nuy0C8w7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8nuy0C8w7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8nuy0C8w7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8nuy0C8w7 .navbar-collapse.collapsing,
  .cid-t8nuy0C8w7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8nuy0C8w7 .navbar-collapse.collapsing .navbar-nav,
  .cid-t8nuy0C8w7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8nuy0C8w7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8nuy0C8w7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8nuy0C8w7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8nuy0C8w7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8nuy0C8w7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8nuy0C8w7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8nuy0C8w7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8nuy0C8w7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8nuy0C8w7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t8nuy0C8w7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8nuy0C8w7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8nuy0C8w7 .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-t8nuy0C8w7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8nuy0C8w7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8nuy0C8w7 .nav-link:hover,
.cid-t8nuy0C8w7 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-t8iQlPPWty {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t8iQlPPWty P {
  color: #767676;
}
.cid-t8iQlPPWty H1 {
  color: #232323;
}
.cid-t8iQlQaYxO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
.cid-t8iQlQaYxO .line {
  background-color: #2e2e2e;
  color: #2e2e2e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8iQlQaYxO .section-text {
  padding: 2rem 0;
}
.cid-t8iQlQaYxO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t8iQlQaYxO .inner-container {
    width: 100% !important;
  }
}
.cid-t8iQlQmPhj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8iQlQmPhj .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8iQlQmPhj .section-text {
  padding: 2rem 0;
  color: #767676;
}
.cid-t8iQlQmPhj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t8iQlQmPhj .inner-container {
    width: 100% !important;
  }
}
.cid-t8iQlQBG31 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t8iQlQBG31 .card {
  align-self: stretch;
}
.cid-t8iQlQBG31 .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-t8iQlQBG31 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t8iQlQBG31 p {
  color: #767676;
  text-align: left;
}
.cid-t8iQlQBG31 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t8iQlQBG31 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t8iQlQBG31 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-t8iQlQBG31 P {
  text-align: center;
  color: #808080;
}
.cid-t8iQlQBG31 .card-title {
  text-align: center;
  color: #2e2e2e;
}
.cid-t8iQlR3pke {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-t8iQlR3pke .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8iQlR3pke .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8iQlR3pke .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8iQlR3pke .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8iQlR3pke .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8iQlR3pke .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8iQlR3pke .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t8iQlR3pke .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8iQlR3pke .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8iQlR3pke .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t8iQlR3pke .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8iQlR3pke .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8iQlR3pke .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8iQlR3pke .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8iQlR3pke .media-container-row .mbr-text {
  color: #686868;
}
.cid-t8j1WJrwSE .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t8j1WJrwSE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t8j1WJrwSE a {
  font-style: normal;
}
.cid-t8j1WJrwSE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8j1WJrwSE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t8j1WJrwSE .nav-item:focus,
.cid-t8j1WJrwSE .nav-link:focus {
  outline: none;
}
.cid-t8j1WJrwSE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8j1WJrwSE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8j1WJrwSE .menu-logo {
  margin-right: auto;
}
.cid-t8j1WJrwSE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8j1WJrwSE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t8j1WJrwSE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8j1WJrwSE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8j1WJrwSE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8j1WJrwSE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8j1WJrwSE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8j1WJrwSE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8j1WJrwSE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8j1WJrwSE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8j1WJrwSE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8j1WJrwSE .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8j1WJrwSE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8j1WJrwSE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8j1WJrwSE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8j1WJrwSE .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t8j1WJrwSE .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-t8j1WJrwSE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8j1WJrwSE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8j1WJrwSE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8j1WJrwSE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8j1WJrwSE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8j1WJrwSE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8j1WJrwSE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8j1WJrwSE button.navbar-toggler:focus {
  outline: none;
}
.cid-t8j1WJrwSE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053f6e;
}
.cid-t8j1WJrwSE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8j1WJrwSE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j1WJrwSE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8j1WJrwSE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8j1WJrwSE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j1WJrwSE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8j1WJrwSE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8j1WJrwSE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8j1WJrwSE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j1WJrwSE .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8j1WJrwSE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8j1WJrwSE .collapsed .navbar-collapse.collapsing,
.cid-t8j1WJrwSE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8j1WJrwSE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8j1WJrwSE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8j1WJrwSE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8j1WJrwSE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8j1WJrwSE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8j1WJrwSE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8j1WJrwSE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8j1WJrwSE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8j1WJrwSE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8j1WJrwSE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t8j1WJrwSE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t8j1WJrwSE .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8j1WJrwSE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8j1WJrwSE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8j1WJrwSE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t8j1WJrwSE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8j1WJrwSE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8j1WJrwSE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t8j1WJrwSE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j1WJrwSE img {
    height: 3.8rem !important;
  }
  .cid-t8j1WJrwSE .btn {
    display: -webkit-flex;
  }
  .cid-t8j1WJrwSE button.navbar-toggler {
    display: block;
  }
  .cid-t8j1WJrwSE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8j1WJrwSE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8j1WJrwSE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8j1WJrwSE .navbar-collapse.collapsing,
  .cid-t8j1WJrwSE .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8j1WJrwSE .navbar-collapse.collapsing .navbar-nav,
  .cid-t8j1WJrwSE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8j1WJrwSE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8j1WJrwSE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8j1WJrwSE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8j1WJrwSE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j1WJrwSE .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8j1WJrwSE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8j1WJrwSE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8j1WJrwSE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8j1WJrwSE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t8j1WJrwSE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8j1WJrwSE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8j1WJrwSE .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-t8j1WJrwSE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8j1WJrwSE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8j1WJrwSE .nav-link:hover,
.cid-t8j1WJrwSE .dropdown-item:hover {
  color: #767676 !important;
}
.cid-t8j1WK04oT {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-15-1920x1280.jpeg");
}
.cid-t8j1WK04oT H3 {
  color: #cccccc;
}
.cid-t8j1WKGNxi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8j1WKGNxi .mbr-section-subtitle {
  color: #767676;
}
.cid-t8j1WKGNxi H2 {
  color: #2e2e2e;
}
.cid-t8j1WKYfAo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t8j1WKYfAo .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8j1WKYfAo .section-text {
  padding: 2rem 0;
  color: #767676;
}
.cid-t8j1WKYfAo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t8j1WKYfAo .inner-container {
    width: 100% !important;
  }
}
.cid-t8j1WLjkfS {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-16-1920x1280.jpeg");
}
.cid-t8j1WLjkfS H3 {
  color: #cccccc;
}
.cid-t8j1WLG0ll {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t8j1WLG0ll .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t8j1WLG0ll .mbr-content-text {
  color: #767676;
  text-align: center;
}
.cid-t8j1WLG0ll .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t8j1WLG0ll .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-t8j1WLG0ll .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-t8j1WLG0ll .img-text {
  color: #c1c1c1;
}
.cid-t8j1WLG0ll .mbr-section-title {
  color: #767676;
}
.cid-t8j1WLG0ll H4 {
  color: #5b686b;
}
.cid-t8j1WMfAJD {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t8j1WMfAJD .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t8j1WMfAJD .mbr-content-text {
  color: #767676;
  text-align: center;
}
.cid-t8j1WMfAJD .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t8j1WMfAJD .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-t8j1WMfAJD .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-t8j1WMfAJD .img-text {
  color: #c1c1c1;
}
.cid-t8j1WMfAJD .mbr-section-title {
  color: #767676;
}
.cid-t8j1WMfAJD H4 {
  color: #5b686b;
}
.cid-t8j1WMSyDy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t8j1WNbxDr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8j1WNbxDr .mbr-text,
.cid-t8j1WNbxDr blockquote {
  color: #767676;
}
.cid-t8j1WNKNAl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-t8j1WNKNAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8j1WNKNAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8j1WNKNAl .mbr-text,
.cid-t8j1WNKNAl .mbr-section-btn {
  color: #232323;
}
.cid-t8j1WNKNAl .btn {
  width: 100%;
}
.cid-t8j1WNKNAl .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t8j1WNKNAl H1 {
  text-align: center;
  color: #5b686b;
}
.cid-t8j1WNKNAl P {
  color: #e4d295;
}
.cid-t8j1WOp4ZS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-t8j1WOp4ZS .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8j1WOp4ZS .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8j1WOp4ZS .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8j1WOp4ZS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8j1WOp4ZS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8j1WOp4ZS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8j1WOp4ZS .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t8j1WOp4ZS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8j1WOp4ZS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8j1WOp4ZS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t8j1WOp4ZS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8j1WOp4ZS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8j1WOp4ZS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8j1WOp4ZS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8j1WOp4ZS .media-container-row .mbr-text {
  color: #686868;
}
.cid-t8EkK7b2ZB .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t8EkK7b2ZB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t8EkK7b2ZB a {
  font-style: normal;
}
.cid-t8EkK7b2ZB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8EkK7b2ZB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t8EkK7b2ZB .nav-item:focus,
.cid-t8EkK7b2ZB .nav-link:focus {
  outline: none;
}
.cid-t8EkK7b2ZB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8EkK7b2ZB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8EkK7b2ZB .menu-logo {
  margin-right: auto;
}
.cid-t8EkK7b2ZB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8EkK7b2ZB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t8EkK7b2ZB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8EkK7b2ZB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8EkK7b2ZB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8EkK7b2ZB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8EkK7b2ZB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8EkK7b2ZB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8EkK7b2ZB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8EkK7b2ZB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8EkK7b2ZB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8EkK7b2ZB .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8EkK7b2ZB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8EkK7b2ZB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8EkK7b2ZB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8EkK7b2ZB .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t8EkK7b2ZB .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-t8EkK7b2ZB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8EkK7b2ZB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8EkK7b2ZB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8EkK7b2ZB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8EkK7b2ZB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8EkK7b2ZB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8EkK7b2ZB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8EkK7b2ZB button.navbar-toggler:focus {
  outline: none;
}
.cid-t8EkK7b2ZB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053f6e;
}
.cid-t8EkK7b2ZB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8EkK7b2ZB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8EkK7b2ZB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8EkK7b2ZB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8EkK7b2ZB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8EkK7b2ZB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8EkK7b2ZB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8EkK7b2ZB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8EkK7b2ZB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8EkK7b2ZB .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8EkK7b2ZB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8EkK7b2ZB .collapsed .navbar-collapse.collapsing,
.cid-t8EkK7b2ZB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8EkK7b2ZB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8EkK7b2ZB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8EkK7b2ZB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8EkK7b2ZB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8EkK7b2ZB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8EkK7b2ZB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8EkK7b2ZB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8EkK7b2ZB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8EkK7b2ZB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8EkK7b2ZB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t8EkK7b2ZB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t8EkK7b2ZB .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8EkK7b2ZB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8EkK7b2ZB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8EkK7b2ZB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t8EkK7b2ZB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8EkK7b2ZB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8EkK7b2ZB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t8EkK7b2ZB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8EkK7b2ZB img {
    height: 3.8rem !important;
  }
  .cid-t8EkK7b2ZB .btn {
    display: -webkit-flex;
  }
  .cid-t8EkK7b2ZB button.navbar-toggler {
    display: block;
  }
  .cid-t8EkK7b2ZB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8EkK7b2ZB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8EkK7b2ZB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8EkK7b2ZB .navbar-collapse.collapsing,
  .cid-t8EkK7b2ZB .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8EkK7b2ZB .navbar-collapse.collapsing .navbar-nav,
  .cid-t8EkK7b2ZB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8EkK7b2ZB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8EkK7b2ZB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8EkK7b2ZB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8EkK7b2ZB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8EkK7b2ZB .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8EkK7b2ZB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8EkK7b2ZB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8EkK7b2ZB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8EkK7b2ZB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t8EkK7b2ZB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8EkK7b2ZB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8EkK7b2ZB .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-t8EkK7b2ZB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8EkK7b2ZB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8EkK7b2ZB .nav-link:hover,
.cid-t8EkK7b2ZB .dropdown-item:hover {
  color: #767676 !important;
}
.cid-t8EkK7AFQy {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-22-1920x1280.jpeg");
}
.cid-t8EkK7AFQy H3 {
  color: #cccccc;
}
.cid-t8EkK808wX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8EkK808wX .mbr-section-subtitle {
  color: #767676;
}
.cid-t8EkK808wX H2 {
  color: #2e2e2e;
}
.cid-t8EkK8dvLS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t8EkK8dvLS .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8EkK8dvLS .section-text {
  padding: 2rem 0;
  color: #767676;
}
.cid-t8EkK8dvLS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t8EkK8dvLS .inner-container {
    width: 100% !important;
  }
}
.cid-t8EkK8nphn {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-23-1920x1280.jpeg");
}
.cid-t8EkK8nphn H3 {
  color: #cccccc;
}
.cid-t8FHUADDyH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t8FHUADDyH .mbr-text,
.cid-t8FHUADDyH blockquote {
  color: #767676;
}
.cid-t8EkK9zApC {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t8EkK9I5Tq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8EkK9I5Tq .mbr-text,
.cid-t8EkK9I5Tq blockquote {
  color: #767676;
}
.cid-t8EkK9URwW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-t8EkK9URwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8EkK9URwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8EkK9URwW .mbr-text,
.cid-t8EkK9URwW .mbr-section-btn {
  color: #232323;
}
.cid-t8EkK9URwW .btn {
  width: 100%;
}
.cid-t8EkK9URwW .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t8EkK9URwW H1 {
  text-align: center;
  color: #5b686b;
}
.cid-t8EkK9URwW P {
  color: #e4d295;
}
.cid-t8EkKaeMgw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-t8EkKaeMgw .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8EkKaeMgw .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8EkKaeMgw .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8EkKaeMgw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8EkKaeMgw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8EkKaeMgw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8EkKaeMgw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t8EkKaeMgw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8EkKaeMgw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8EkKaeMgw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t8EkKaeMgw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8EkKaeMgw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8EkKaeMgw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8EkKaeMgw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8EkKaeMgw .media-container-row .mbr-text {
  color: #686868;
}
.cid-t8FNrBR3M1 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t8FNrBR3M1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t8FNrBR3M1 a {
  font-style: normal;
}
.cid-t8FNrBR3M1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8FNrBR3M1 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t8FNrBR3M1 .nav-item:focus,
.cid-t8FNrBR3M1 .nav-link:focus {
  outline: none;
}
.cid-t8FNrBR3M1 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8FNrBR3M1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8FNrBR3M1 .menu-logo {
  margin-right: auto;
}
.cid-t8FNrBR3M1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8FNrBR3M1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t8FNrBR3M1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8FNrBR3M1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8FNrBR3M1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8FNrBR3M1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8FNrBR3M1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8FNrBR3M1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8FNrBR3M1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8FNrBR3M1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8FNrBR3M1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8FNrBR3M1 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8FNrBR3M1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8FNrBR3M1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8FNrBR3M1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8FNrBR3M1 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t8FNrBR3M1 .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-t8FNrBR3M1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8FNrBR3M1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8FNrBR3M1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8FNrBR3M1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8FNrBR3M1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8FNrBR3M1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8FNrBR3M1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8FNrBR3M1 button.navbar-toggler:focus {
  outline: none;
}
.cid-t8FNrBR3M1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #053f6e;
}
.cid-t8FNrBR3M1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8FNrBR3M1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8FNrBR3M1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8FNrBR3M1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8FNrBR3M1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8FNrBR3M1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8FNrBR3M1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8FNrBR3M1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8FNrBR3M1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8FNrBR3M1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8FNrBR3M1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8FNrBR3M1 .collapsed .navbar-collapse.collapsing,
.cid-t8FNrBR3M1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8FNrBR3M1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8FNrBR3M1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8FNrBR3M1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8FNrBR3M1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8FNrBR3M1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8FNrBR3M1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8FNrBR3M1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8FNrBR3M1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8FNrBR3M1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8FNrBR3M1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t8FNrBR3M1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t8FNrBR3M1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8FNrBR3M1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8FNrBR3M1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8FNrBR3M1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t8FNrBR3M1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8FNrBR3M1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8FNrBR3M1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t8FNrBR3M1.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8FNrBR3M1 img {
    height: 3.8rem !important;
  }
  .cid-t8FNrBR3M1 .btn {
    display: -webkit-flex;
  }
  .cid-t8FNrBR3M1 button.navbar-toggler {
    display: block;
  }
  .cid-t8FNrBR3M1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8FNrBR3M1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8FNrBR3M1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8FNrBR3M1 .navbar-collapse.collapsing,
  .cid-t8FNrBR3M1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8FNrBR3M1 .navbar-collapse.collapsing .navbar-nav,
  .cid-t8FNrBR3M1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8FNrBR3M1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8FNrBR3M1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8FNrBR3M1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8FNrBR3M1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8FNrBR3M1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8FNrBR3M1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8FNrBR3M1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8FNrBR3M1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8FNrBR3M1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t8FNrBR3M1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8FNrBR3M1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8FNrBR3M1 .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-t8FNrBR3M1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8FNrBR3M1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8FNrBR3M1 .nav-link:hover,
.cid-t8FNrBR3M1 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-t8FNrCg9bP {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-24-1920x1280.jpeg");
}
.cid-t8FNrCg9bP H3 {
  color: #efefef;
}
.cid-t8FNrCFNqn {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t8FNrCFNqn .mbr-section-subtitle {
  color: #767676;
}
.cid-t8FNrCFNqn H2 {
  color: #2e2e2e;
}
.cid-t8FNrCSTh2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8FNrCSTh2 .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8FNrCSTh2 .section-text {
  padding: 2rem 0;
  color: #767676;
}
.cid-t8FNrCSTh2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t8FNrCSTh2 .inner-container {
    width: 100% !important;
  }
}
.cid-t8FPVbR7WL {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t8FPVbR7WL .mbr-text,
.cid-t8FPVbR7WL blockquote {
  color: #767676;
}
.cid-t8Rwg4jj7E {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/banner-24-1920x1280.jpeg");
}
.cid-t8Rwg4jj7E H3 {
  color: #efefef;
}
.cid-t8RwjkXGhC {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t8RwjkXGhC .mbr-text,
.cid-t8RwjkXGhC blockquote {
  color: #767676;
}
.cid-t8RwgOjo9O {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/banner-24-1920x1280.jpeg");
}
.cid-t8RwgOjo9O H3 {
  color: #efefef;
}
.cid-t8FRYh8Xij {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t8FRYh8Xij .mbr-text,
.cid-t8FRYh8Xij blockquote {
  color: #767676;
}
.cid-t8RwhuqYLE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/banner-24-1920x1280.jpeg");
}
.cid-t8RwhuqYLE H3 {
  color: #efefef;
}
.cid-t8RwkJ4Y7l {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t8RwkJ4Y7l .mbr-text,
.cid-t8RwkJ4Y7l blockquote {
  color: #767676;
}
.cid-t8FNrD58JA {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t8FNrDrnga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-t8FNrDrnga .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8FNrDrnga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8FNrDrnga .mbr-text,
.cid-t8FNrDrnga .mbr-section-btn {
  color: #232323;
}
.cid-t8FNrDrnga .btn {
  width: 100%;
}
.cid-t8FNrDrnga .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t8FNrDrnga H1 {
  text-align: center;
  color: #232323;
}
.cid-t8FNrDrnga P {
  color: #808080;
}
.cid-t8FNrDXaRU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-t8FNrDXaRU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8FNrDXaRU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8FNrDXaRU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8FNrDXaRU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8FNrDXaRU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8FNrDXaRU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8FNrDXaRU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t8FNrDXaRU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8FNrDXaRU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8FNrDXaRU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t8FNrDXaRU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8FNrDXaRU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8FNrDXaRU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8FNrDXaRU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8FNrDXaRU .media-container-row .mbr-text {
  color: #686868;
}
