@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((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.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d70606 !important;
  border-color: #d70606 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8d0404 !important;
  border-color: #8d0404 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8d0404 !important;
  border-color: #8d0404 !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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #740303;
  color: #740303;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #d70606;
  border-color: #d70606;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d70606 !important;
  border-color: #d70606 !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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !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: #149dcc !important;
}
.text-secondary {
  color: #d70606 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #740303 !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: #55666b !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: #879a9f;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #149dcc;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #149dcc;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* Headers*/
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-tTvPGt9Pol .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tTvPGt9Pol .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tTvPGt9Pol a {
  font-style: normal;
}
.cid-tTvPGt9Pol .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tTvPGt9Pol .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tTvPGt9Pol .nav-item:focus,
.cid-tTvPGt9Pol .nav-link:focus {
  outline: none;
}
.cid-tTvPGt9Pol .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tTvPGt9Pol .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tTvPGt9Pol .menu-logo {
  margin-right: auto;
}
.cid-tTvPGt9Pol .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tTvPGt9Pol .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-tTvPGt9Pol .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tTvPGt9Pol .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tTvPGt9Pol .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tTvPGt9Pol .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tTvPGt9Pol .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tTvPGt9Pol .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tTvPGt9Pol .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTvPGt9Pol .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tTvPGt9Pol .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tTvPGt9Pol .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tTvPGt9Pol .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTvPGt9Pol .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tTvPGt9Pol .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTvPGt9Pol .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-tTvPGt9Pol .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tTvPGt9Pol .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tTvPGt9Pol .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tTvPGt9Pol .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tTvPGt9Pol .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tTvPGt9Pol .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tTvPGt9Pol button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tTvPGt9Pol button.navbar-toggler:focus {
  outline: none;
}
.cid-tTvPGt9Pol button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-tTvPGt9Pol button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tTvPGt9Pol button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tTvPGt9Pol button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tTvPGt9Pol button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tTvPGt9Pol nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTvPGt9Pol nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tTvPGt9Pol nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tTvPGt9Pol nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTvPGt9Pol .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tTvPGt9Pol .collapsed .btn {
  display: flex;
}
.cid-tTvPGt9Pol .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tTvPGt9Pol .collapsed .navbar-collapse.collapsing,
.cid-tTvPGt9Pol .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tTvPGt9Pol .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tTvPGt9Pol .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tTvPGt9Pol .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tTvPGt9Pol .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tTvPGt9Pol .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tTvPGt9Pol .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tTvPGt9Pol .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tTvPGt9Pol .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tTvPGt9Pol .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tTvPGt9Pol .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tTvPGt9Pol .collapsed button.navbar-toggler {
  display: block;
}
.cid-tTvPGt9Pol .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tTvPGt9Pol .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tTvPGt9Pol .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tTvPGt9Pol .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tTvPGt9Pol .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tTvPGt9Pol .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tTvPGt9Pol.navbar-expand {
    flex-direction: column;
  }
  .cid-tTvPGt9Pol img {
    height: 3.8rem !important;
  }
  .cid-tTvPGt9Pol .btn {
    display: flex;
  }
  .cid-tTvPGt9Pol button.navbar-toggler {
    display: block;
  }
  .cid-tTvPGt9Pol .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tTvPGt9Pol .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tTvPGt9Pol .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tTvPGt9Pol .navbar-collapse.collapsing,
  .cid-tTvPGt9Pol .navbar-collapse.show {
    display: block !important;
  }
  .cid-tTvPGt9Pol .navbar-collapse.collapsing .navbar-nav,
  .cid-tTvPGt9Pol .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tTvPGt9Pol .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tTvPGt9Pol .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tTvPGt9Pol .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tTvPGt9Pol .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTvPGt9Pol .navbar-collapse.collapsing .navbar-buttons,
  .cid-tTvPGt9Pol .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tTvPGt9Pol .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tTvPGt9Pol .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTvPGt9Pol .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tTvPGt9Pol .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tTvPGt9Pol .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tTvPGt9Pol .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-tTvPGt9Pol .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tTvPGt9Pol .navbar-collapse {
  flex-basis: auto;
}
.cid-tTvPGt9Pol .nav-link:hover,
.cid-tTvPGt9Pol .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-u0cqHxd4PD {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-u0cqHxd4PD .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-u0cqHxd4PD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u0cqHxd4PD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u0cqHxd4PD .mbr-text {
    text-align: center;
  }
}
.cid-u0cqHxd4PD H1 {
  color: #07607c;
}
.cid-u0cqHxd4PD .mbr-text,
.cid-u0cqHxd4PD .mbr-section-btn {
  color: #073b4c;
}
.cid-u0cqHxd4PD H3 {
  color: #07607c;
}
.cid-u0cqHxd4PD B {
  color: #07607c;
}
.cid-u0duuSsTpV {
  background: #073b4c;
}
.cid-u0duuSsTpV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u0duuSsTpV figcaption {
  position: relative;
}
.cid-u0duuSsTpV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u0duuSsTpV .image-block {
    width: 100% !important;
  }
}
.cid-u0dIsAY5pW {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-u0dIsAY5pW .mbr-section-subtitle {
  color: #b1a374;
  text-align: left;
}
.cid-u0dIsAY5pW H2 {
  color: #55b4d4;
  text-align: left;
}
.cid-ug9LvDD9VR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-ug9LvDD9VR h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-ug9LvDD9VR p {
  color: #ffffff;
}
.cid-ug9LvDD9VR .card {
  margin-bottom: 2rem;
}
.cid-ug9LvDD9VR .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-ug9LvDD9VR .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-ug9LvDD9VR .card-box {
  padding-bottom: 2rem;
}
.cid-ug9LvDD9VR .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-ug9LvDD9VR .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-ug9LvDD9VR .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ug9LvDD9VR .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-ug9LvDD9VR .card-title,
.cid-ug9LvDD9VR .card-img {
  color: #55b4d4;
}
.cid-ugrLxPmjAO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-ugrLxPmjAO .mbr-section-subtitle {
  color: #767676;
}
.cid-ugrLxPmjAO B {
  color: #b1a374;
}
.cid-ugrIUcvvxU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-ugrIUcvvxU h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ugrIUcvvxU p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-ugrIUcvvxU .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-ugrIUcvvxU .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-ugrIUcvvxU .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-ugrIUcvvxU .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-ugrIUcvvxU .card-box {
    padding-left: 0;
  }
}
.cid-ugrIUcvvxU .card-title,
.cid-ugrIUcvvxU .card-img {
  color: #55b4d4;
}
.cid-ugrKlLxoLn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-ugrKlLxoLn h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ugrKlLxoLn p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-ugrKlLxoLn .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-ugrKlLxoLn .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-ugrKlLxoLn .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-ugrKlLxoLn .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-ugrKlLxoLn .card-box {
    padding-left: 0;
  }
}
.cid-ugrKlLxoLn .card-title,
.cid-ugrKlLxoLn .card-img {
  color: #55b4d4;
}
.cid-u0cqU5yXRW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-u0cqU5yXRW .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
  text-align: left;
}
.cid-u0cqU5yXRW .mbr-content-text {
  color: #b1a374;
  text-align: left;
}
.cid-u0cqU5yXRW .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u0cqU5yXRW .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-u0cqU5yXRW .cards-container {
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  word-break: break-word;
}
.cid-u0cqU5yXRW .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding-left: 2rem;
}
.cid-u0cqU5yXRW .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-u0cqU5yXRW .card-img {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u0cqU5yXRW .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u0cqU5yXRW .mbr-section-title {
  color: #55b4d4;
}
.cid-u0cqU5yXRW .count {
  color: #0f7699;
  text-align: left;
}
.cid-u0cqU5yXRW H4 {
  color: #ffffff;
  text-align: left;
}
.cid-u0cqU5yXRW .count B {
  color: #55b4d4;
}
.cid-u0cqU5yXRW .mbr-section-title B {
  color: #b1a374;
}
.cid-u0i8YmoRIL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-u0i8YmoRIL .mbr-section-subtitle {
  color: #767676;
}
.cid-u0i8YmoRIL B {
  color: #55b4d4;
}
.cid-u0dbl02OIq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-u0dbl02OIq .mbr-text {
  color: #767676;
}
.cid-u0dbl02OIq h4 {
  text-align: center;
}
.cid-u0dbl02OIq p {
  text-align: center;
}
.cid-u0dbl02OIq .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-u0dbl02OIq .card-title,
.cid-u0dbl02OIq .card-img {
  color: #55b4d4;
}
.cid-ug9U8kMUSC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-ug9U8kMUSC .mbr-text {
  color: #767676;
}
.cid-ug9U8kMUSC h4 {
  text-align: center;
}
.cid-ug9U8kMUSC p {
  text-align: center;
}
.cid-ug9U8kMUSC .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ug9U8kMUSC .card-title,
.cid-ug9U8kMUSC .card-img {
  color: #55b4d4;
}
.cid-ugaEu8lAHh {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-ugaEu8lAHh .mbr-section-subtitle {
  color: #b1a374;
  text-align: left;
}
.cid-ugaEu8lAHh B {
  color: #55b4d4;
}
.cid-ugaEu8lAHh H2 {
  text-align: left;
}
.cid-ugaEu8lAHh .mbr-section-subtitle B {
  color: #55b4d4;
}
.cid-ugabWCLKcz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-ugabWCLKcz p {
  color: #767676;
}
.cid-ugabWCLKcz .mbr-section-subtitle {
  color: #767676;
}
.cid-ugabWCLKcz .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ugabWCLKcz .panel-group {
  width: 100%;
}
.cid-ugabWCLKcz .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ugabWCLKcz .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ugabWCLKcz .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ugabWCLKcz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ugabWCLKcz .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-ugabWCLKcz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ugabWCLKcz .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-ugabWCLKcz .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ugabWCLKcz .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ugabWCLKcz .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-ugabWCLKcz SPAN {
  color: #55b4d4;
}
.cid-ugabWCLKcz H4 {
  color: #55b4d4;
}
.cid-ugabWCLKcz .panel-text {
  color: #55b4d4;
}
.cid-u0duTkGqqJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-u0duTkGqqJ .line {
  background-color: #07607c;
  color: #07607c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0duTkGqqJ .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-u0duTkGqqJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0duTkGqqJ .inner-container {
    width: 100% !important;
  }
}
.cid-u0duTkGqqJ .section-text B {
  color: #149dcc;
}
.cid-ugavxZRQK7 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-ugavxZRQK7 h2 {
  text-align: center;
}
.cid-ugavxZRQK7 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-ugavxZRQK7 p {
  color: #767676;
}
.cid-ugavxZRQK7 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ugavxZRQK7 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ugavxZRQK7 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-ugavxZRQK7 .mbr-section-subtitle {
  color: #767676;
}
.cid-ugavxZRQK7 .card-title {
  font-weight: 500;
}
.cid-ugavxZRQK7 .card-img {
  text-align: inherit;
}
.cid-ugavxZRQK7 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ugavxZRQK7 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugavxZRQK7 .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugavxZRQK7 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-ugavxZRQK7 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-ugavxZRQK7 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-ugavxZRQK7 .mbr-section-text {
  color: #149dcc;
}
.cid-ugaKuex7EH {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-ugaKuex7EH .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-ugaKuex7EH B {
  color: #55b4d4;
}
.cid-ugaKuex7EH H2 {
  text-align: left;
}
.cid-ugaKuex7EH .mbr-section-subtitle B {
  color: #55b4d4;
}
.cid-ugaIOqZRcw {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #073b4c;
}
@media (min-width: 992px) {
  .cid-ugaIOqZRcw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ugaIOqZRcw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ugaIOqZRcw .mbr-text {
    text-align: center;
  }
}
.cid-u0dOWD8LVj {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u0dOWD8LVj .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u0dOWD8LVj .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-u0dOWD8LVj .media-wrap img {
  height: 6rem;
}
.cid-u0dOWD8LVj .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u0dOWD8LVj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u0dOWD8LVj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-u0dOWD8LVj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-u0dOWD8LVj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u0dOWD8LVj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u0dOWD8LVj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u0dOWD8LVj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u0dOWD8LVj .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-u0dOWD8LVj .copyright > p {
  color: #073b4c;
}
.cid-u0dOWD8LVj .links {
  color: #073b4c;
}
.cid-u0dOWD8LVj .links A {
  color: #073b4c;
}
.cid-uzMV2Vkzvd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/supply-1-996x569.jpg");
}
.cid-uzMV2Vkzvd h1 {
  color: #616161;
}
.cid-uzMV2Vkzvd h2,
.cid-uzMV2Vkzvd h3,
.cid-uzMV2Vkzvd p {
  color: #767676;
}
.cid-uzMV2Vkzvd .mbr-section-subtitle {
  font-style: italic;
}
.cid-uzMV2Vkzvd H1 {
  color: #ffffff;
}
.cid-uzRziPspK0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #073a4a, #073a4a);
}
.cid-uzRziPspK0 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-uzMo1V9Fwu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-uzMo1V9Fwu .card-box {
  background-color: #073a4a;
  padding: 2rem;
}
.cid-uzMo1V9Fwu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzMo1V9Fwu p {
  color: #767676;
  text-align: left;
}
.cid-uzMo1V9Fwu .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uzMo1V9Fwu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uzMo1V9Fwu .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uzMo1V9Fwu .card-title {
  color: #ffffff;
}
.cid-uzMW1AnOex {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #073a4a;
}
.cid-uzQL56JrKH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/turn-key-projects-1060x530.jpg");
}
.cid-uzQL56JrKH h1 {
  color: #616161;
}
.cid-uzQL56JrKH h2,
.cid-uzQL56JrKH h3,
.cid-uzQL56JrKH p {
  color: #767676;
}
.cid-uzQL56JrKH .mbr-section-subtitle {
  font-style: italic;
}
.cid-uzQL56JrKH H1 {
  color: #ffffff;
}
.cid-uAqJLG1Q5d {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #073a4a;
}
.cid-uAqJLG1Q5d .mbr-section-subtitle {
  color: #767676;
}
.cid-uAqJLG1Q5d H2 {
  text-align: left;
  color: #149dcc;
}
.cid-uzQQK5eNj1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-uzQQK5eNj1 .card-box {
  background-color: #073a4a;
  padding: 2rem;
}
.cid-uzQQK5eNj1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzQQK5eNj1 p {
  color: #767676;
  text-align: left;
}
.cid-uzQQK5eNj1 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uzQQK5eNj1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uzQQK5eNj1 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uzQQK5eNj1 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uzQQK5eNj1 P {
  color: #ffffff;
}
.cid-uzQQK5eNj1 .card-title B {
  color: #ffffff;
}
.cid-uzR8aA8kGG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-uzR8aA8kGG .card-box {
  background-color: #073a4a;
  padding: 2rem;
}
.cid-uzR8aA8kGG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzR8aA8kGG p {
  color: #767676;
  text-align: left;
}
.cid-uzR8aA8kGG .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uzR8aA8kGG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uzR8aA8kGG .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uzR8aA8kGG .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uzR8aA8kGG P {
  color: #ffffff;
}
.cid-uzR8aA8kGG .card-title B {
  color: #ffffff;
}
.cid-uzR3kSpM6x {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-uzR3kSpM6x .card-box {
  background-color: #073a4a;
  padding: 2rem;
}
.cid-uzR3kSpM6x h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzR3kSpM6x p {
  color: #767676;
  text-align: left;
}
.cid-uzR3kSpM6x .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uzR3kSpM6x .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uzR3kSpM6x .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uzR3kSpM6x .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uzR3kSpM6x P {
  color: #ffffff;
}
.cid-uzR3kSpM6x .card-title B {
  color: #ffffff;
}
.cid-uzRbPvPiiR {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #073a4a;
}
.cid-uzRbPvPiiR .mbr-section-subtitle {
  color: #149dcc;
  text-align: left;
}
.cid-uzRbPvPiiR H2 {
  text-align: left;
}
.cid-uzRbPvPiiR B {
  color: #149dcc;
}
.cid-uzRcfGAl26 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #073a4a;
}
.cid-uzRcfGAl26 .card-box {
  background-color: #073a4a;
  padding: 2rem;
}
.cid-uzRcfGAl26 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzRcfGAl26 p {
  color: #767676;
  text-align: left;
}
.cid-uzRcfGAl26 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uzRcfGAl26 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uzRcfGAl26 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uzRcfGAl26 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uzRcfGAl26 P {
  color: #ffffff;
}
.cid-uzRcfGAl26 .card-title B {
  color: #ffffff;
}
.cid-uzQL5eP2wV {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #073a4a;
}
.cid-uzRf0Weagk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tech-transfer-900x600.jpg");
}
.cid-uzRf0Weagk h1 {
  color: #616161;
}
.cid-uzRf0Weagk h2,
.cid-uzRf0Weagk h3,
.cid-uzRf0Weagk p {
  color: #767676;
}
.cid-uzRf0Weagk .mbr-section-subtitle {
  font-style: italic;
}
.cid-uzRf0Weagk H1 {
  color: #ffffff;
}
.cid-uzRf0Ya3cP {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #073a4a;
}
.cid-uzRf0Ya3cP .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uzRf0Ya3cP H2 {
  text-align: left;
}
.cid-uzRf0Ya3cP B {
  color: #149dcc;
}
.cid-uzRf0Ya3cP .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-uzRf1903i5 {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #073a4a;
}
.cid-uzRjA2RhQi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/supp-1058x529.png");
}
.cid-uzRjA2RhQi h1 {
  color: #616161;
}
.cid-uzRjA2RhQi h2,
.cid-uzRjA2RhQi h3,
.cid-uzRjA2RhQi p {
  color: #767676;
}
.cid-uzRjA2RhQi .mbr-section-subtitle {
  font-style: italic;
}
.cid-uzRjA2RhQi H1 {
  color: #ffffff;
}
.cid-uzRjA6kwnO {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #073a4a;
}
.cid-uzRjA6kwnO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uzRjA6kwnO H2 {
  text-align: left;
}
.cid-uzRjA6kwnO B {
  color: #149dcc;
}
.cid-uzRjA6kwnO .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-uzRjA8xy3R {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #073a4a;
}
.cid-ugwQ50ZfJR .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ugwQ50ZfJR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ugwQ50ZfJR a {
  font-style: normal;
}
.cid-ugwQ50ZfJR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ugwQ50ZfJR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-ugwQ50ZfJR .nav-item:focus,
.cid-ugwQ50ZfJR .nav-link:focus {
  outline: none;
}
.cid-ugwQ50ZfJR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-ugwQ50ZfJR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ugwQ50ZfJR .menu-logo {
  margin-right: auto;
}
.cid-ugwQ50ZfJR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-ugwQ50ZfJR .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-ugwQ50ZfJR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ugwQ50ZfJR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ugwQ50ZfJR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ugwQ50ZfJR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ugwQ50ZfJR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ugwQ50ZfJR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ugwQ50ZfJR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugwQ50ZfJR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ugwQ50ZfJR .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ugwQ50ZfJR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ugwQ50ZfJR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugwQ50ZfJR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ugwQ50ZfJR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugwQ50ZfJR .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-ugwQ50ZfJR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ugwQ50ZfJR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ugwQ50ZfJR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ugwQ50ZfJR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ugwQ50ZfJR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ugwQ50ZfJR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ugwQ50ZfJR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ugwQ50ZfJR button.navbar-toggler:focus {
  outline: none;
}
.cid-ugwQ50ZfJR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-ugwQ50ZfJR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugwQ50ZfJR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugwQ50ZfJR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugwQ50ZfJR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugwQ50ZfJR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugwQ50ZfJR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugwQ50ZfJR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugwQ50ZfJR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugwQ50ZfJR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-ugwQ50ZfJR .collapsed .btn {
  display: flex;
}
.cid-ugwQ50ZfJR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.collapsing,
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ugwQ50ZfJR .collapsed button.navbar-toggler {
  display: block;
}
.cid-ugwQ50ZfJR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ugwQ50ZfJR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ugwQ50ZfJR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ugwQ50ZfJR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ugwQ50ZfJR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ugwQ50ZfJR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ugwQ50ZfJR.navbar-expand {
    flex-direction: column;
  }
  .cid-ugwQ50ZfJR img {
    height: 3.8rem !important;
  }
  .cid-ugwQ50ZfJR .btn {
    display: flex;
  }
  .cid-ugwQ50ZfJR button.navbar-toggler {
    display: block;
  }
  .cid-ugwQ50ZfJR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ugwQ50ZfJR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ugwQ50ZfJR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ugwQ50ZfJR .navbar-collapse.collapsing,
  .cid-ugwQ50ZfJR .navbar-collapse.show {
    display: block !important;
  }
  .cid-ugwQ50ZfJR .navbar-collapse.collapsing .navbar-nav,
  .cid-ugwQ50ZfJR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ugwQ50ZfJR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ugwQ50ZfJR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ugwQ50ZfJR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ugwQ50ZfJR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ugwQ50ZfJR .navbar-collapse.collapsing .navbar-buttons,
  .cid-ugwQ50ZfJR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ugwQ50ZfJR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ugwQ50ZfJR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ugwQ50ZfJR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ugwQ50ZfJR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ugwQ50ZfJR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ugwQ50ZfJR .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-ugwQ50ZfJR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-ugwQ50ZfJR .navbar-collapse {
  flex-basis: auto;
}
.cid-ugwQ50ZfJR .nav-link:hover,
.cid-ugwQ50ZfJR .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-uLQDLWBnAs {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uC2yEbdV3S {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uC2yEbdV3S .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uC2yEbdV3S .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uC2yEbdV3S .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2yEbdV3S .mbr-text {
    text-align: center;
  }
}
.cid-uC2yEbdV3S H1 {
  color: #149dcc;
}
.cid-uC2yEbdV3S .mbr-text,
.cid-uC2yEbdV3S .mbr-section-btn {
  color: #149dcc;
}
.cid-uCosIhoucy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCosIhoucy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCosIhoucy p {
  color: #767676;
  text-align: left;
}
.cid-uCosIhoucy .card-box {
  padding-top: 2rem;
}
.cid-uCosIhoucy .card-wrapper {
  height: 100%;
}
.cid-uCosIhoucy .card-title {
  text-align: center;
  color: #879a9f;
}
.cid-uCosIhoucy P {
  text-align: center;
}
.cid-uCoun6Pvzf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCoun6Pvzf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCoun6Pvzf p {
  color: #767676;
  text-align: left;
}
.cid-uCoun6Pvzf .card-box {
  padding-top: 2rem;
}
.cid-uCoun6Pvzf .card-wrapper {
  height: 100%;
}
.cid-uCoun6Pvzf .card-title {
  text-align: center;
  color: #879a9f;
}
.cid-uCoun6Pvzf P {
  text-align: center;
}
.cid-uCovoZisDp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCovoZisDp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCovoZisDp p {
  color: #767676;
  text-align: left;
}
.cid-uCovoZisDp .card-box {
  padding-top: 2rem;
}
.cid-uCovoZisDp .card-wrapper {
  height: 100%;
}
.cid-uCovoZisDp .card-title {
  text-align: center;
  color: #879a9f;
}
.cid-uCovoZisDp P {
  text-align: center;
}
.cid-uCowX4q8AN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCowX4q8AN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCowX4q8AN p {
  color: #767676;
  text-align: left;
}
.cid-uCowX4q8AN .card-box {
  padding-top: 2rem;
}
.cid-uCowX4q8AN .card-wrapper {
  height: 100%;
}
.cid-uCowX4q8AN .card-title {
  text-align: center;
  color: #879a9f;
}
.cid-uCowX4q8AN P {
  text-align: center;
}
.cid-uCoxscvbaw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCoxscvbaw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCoxscvbaw p {
  color: #767676;
  text-align: left;
}
.cid-uCoxscvbaw .card-box {
  padding-top: 2rem;
}
.cid-uCoxscvbaw .card-wrapper {
  height: 100%;
}
.cid-uCoxscvbaw .card-title {
  text-align: center;
  color: #879a9f;
}
.cid-uCoxscvbaw P {
  text-align: center;
}
.cid-uC2jAo0oSx {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uCB9I2E8Fe .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uCB9I2E8Fe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uCB9I2E8Fe a {
  font-style: normal;
}
.cid-uCB9I2E8Fe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uCB9I2E8Fe .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uCB9I2E8Fe .nav-item:focus,
.cid-uCB9I2E8Fe .nav-link:focus {
  outline: none;
}
.cid-uCB9I2E8Fe .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uCB9I2E8Fe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uCB9I2E8Fe .menu-logo {
  margin-right: auto;
}
.cid-uCB9I2E8Fe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uCB9I2E8Fe .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-uCB9I2E8Fe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uCB9I2E8Fe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uCB9I2E8Fe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uCB9I2E8Fe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uCB9I2E8Fe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uCB9I2E8Fe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uCB9I2E8Fe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCB9I2E8Fe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uCB9I2E8Fe .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uCB9I2E8Fe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uCB9I2E8Fe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCB9I2E8Fe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uCB9I2E8Fe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCB9I2E8Fe .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-uCB9I2E8Fe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uCB9I2E8Fe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uCB9I2E8Fe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uCB9I2E8Fe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uCB9I2E8Fe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uCB9I2E8Fe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uCB9I2E8Fe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uCB9I2E8Fe button.navbar-toggler:focus {
  outline: none;
}
.cid-uCB9I2E8Fe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-uCB9I2E8Fe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCB9I2E8Fe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCB9I2E8Fe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCB9I2E8Fe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCB9I2E8Fe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCB9I2E8Fe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCB9I2E8Fe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCB9I2E8Fe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCB9I2E8Fe .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uCB9I2E8Fe .collapsed .btn {
  display: flex;
}
.cid-uCB9I2E8Fe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uCB9I2E8Fe .collapsed .navbar-collapse.collapsing,
.cid-uCB9I2E8Fe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uCB9I2E8Fe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uCB9I2E8Fe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uCB9I2E8Fe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uCB9I2E8Fe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uCB9I2E8Fe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uCB9I2E8Fe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uCB9I2E8Fe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uCB9I2E8Fe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uCB9I2E8Fe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uCB9I2E8Fe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uCB9I2E8Fe .collapsed button.navbar-toggler {
  display: block;
}
.cid-uCB9I2E8Fe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uCB9I2E8Fe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uCB9I2E8Fe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uCB9I2E8Fe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uCB9I2E8Fe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uCB9I2E8Fe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uCB9I2E8Fe.navbar-expand {
    flex-direction: column;
  }
  .cid-uCB9I2E8Fe img {
    height: 3.8rem !important;
  }
  .cid-uCB9I2E8Fe .btn {
    display: flex;
  }
  .cid-uCB9I2E8Fe button.navbar-toggler {
    display: block;
  }
  .cid-uCB9I2E8Fe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uCB9I2E8Fe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uCB9I2E8Fe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uCB9I2E8Fe .navbar-collapse.collapsing,
  .cid-uCB9I2E8Fe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uCB9I2E8Fe .navbar-collapse.collapsing .navbar-nav,
  .cid-uCB9I2E8Fe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uCB9I2E8Fe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uCB9I2E8Fe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uCB9I2E8Fe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uCB9I2E8Fe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCB9I2E8Fe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uCB9I2E8Fe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uCB9I2E8Fe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uCB9I2E8Fe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCB9I2E8Fe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uCB9I2E8Fe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uCB9I2E8Fe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uCB9I2E8Fe .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-uCB9I2E8Fe .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uCB9I2E8Fe .navbar-collapse {
  flex-basis: auto;
}
.cid-uCB9I2E8Fe .nav-link:hover,
.cid-uCB9I2E8Fe .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-uCAGb47apc {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-uCAGb47apc .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uCAGb47apc .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uCAGb47apc .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uCAGb47apc .mbr-text {
    text-align: center;
  }
}
.cid-uCAGb47apc H1 {
  color: #07607c;
}
.cid-uCAGb47apc .mbr-text,
.cid-uCAGb47apc .mbr-section-btn {
  color: #073b4c;
}
.cid-uCAGb47apc H3 {
  color: #07607c;
}
.cid-uCAGb47apc B {
  color: #07607c;
}
.cid-uCAGb6cL6q {
  background: #073b4c;
}
.cid-uCAGb6cL6q .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uCAGb6cL6q figcaption {
  position: relative;
}
.cid-uCAGb6cL6q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uCAGb6cL6q .image-block {
    width: 100% !important;
  }
}
.cid-uCAGb7ABsH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-uCAGb7ABsH .mbr-section-subtitle {
  color: #b1a374;
  text-align: left;
}
.cid-uCAGb7ABsH H2 {
  color: #55b4d4;
  text-align: left;
}
.cid-uCAGb8Xtjs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-uCAGb8Xtjs .card-box {
  padding: 0 2rem;
}
.cid-uCAGb8Xtjs .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uCAGb8Xtjs .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uCAGb8Xtjs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uCAGb8Xtjs p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uCAGb8Xtjs .mbr-text {
  color: #767676;
}
.cid-uCAGb8Xtjs .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #073a4a;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uCAGb8Xtjs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uCAGb8Xtjs .card-title {
  color: #55b4d4;
  text-align: center;
}
.cid-uCAGbctEOc {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #073a4a, #073a4a);
}
.cid-uCAGbctEOc .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-uCAGbctEOc .mbr-section-title,
.cid-uCAGbctEOc .mbr-section-btn {
  text-align: center;
}
.cid-uCAGbebRcm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/turn-key-projects-1060x530.jpg");
}
.cid-uCAGbebRcm H2 {
  text-align: left;
}
.cid-uCAGbebRcm .mbr-section-subtitle {
  text-align: left;
}
.cid-uCAGbfOCZK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/supply-1-996x569.jpg");
}
.cid-uCAGbfOCZK H2 {
  text-align: left;
}
.cid-uCAGbfOCZK .mbr-section-subtitle {
  text-align: left;
}
.cid-uCAGbiaOXQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/transfer-1058x529.png");
}
.cid-uCAGbiaOXQ H2 {
  text-align: left;
}
.cid-uCAGbiaOXQ .mbr-section-subtitle {
  text-align: left;
}
.cid-uCAGbk1w7Q {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/supp-1058x529.png");
}
.cid-uCAGbk1w7Q H2 {
  text-align: left;
}
.cid-uCAGbk1w7Q .mbr-section-subtitle {
  text-align: left;
}
.cid-uCAGblDB4q {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #073a4a;
}
.cid-uCAGblDB4q .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
  text-align: left;
}
.cid-uCAGblDB4q .mbr-content-text {
  color: #b1a374;
  text-align: left;
}
.cid-uCAGblDB4q .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uCAGblDB4q .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-uCAGblDB4q .cards-container {
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  word-break: break-word;
}
.cid-uCAGblDB4q .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding-left: 2rem;
}
.cid-uCAGblDB4q .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uCAGblDB4q .card-img {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uCAGblDB4q .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uCAGblDB4q .mbr-section-title {
  color: #55b4d4;
}
.cid-uCAGblDB4q .count {
  color: #0f7699;
  text-align: left;
}
.cid-uCAGblDB4q H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uCAGblDB4q .count B {
  color: #55b4d4;
}
.cid-uCAGblDB4q .mbr-section-title B {
  color: #149dcc;
}
.cid-uCAGbpxzqZ {
  padding-top: 90px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uCAGbpxzqZ .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-uCAGbpxzqZ .mbr-section-title,
.cid-uCAGbpxzqZ .mbr-section-btn B {
  color: #073a4a;
}
.cid-uCAGbrBVeD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCAGbrBVeD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCAGbrBVeD p {
  color: #767676;
  text-align: left;
}
.cid-uCAGbrBVeD .card-box {
  padding-top: 2rem;
}
.cid-uCAGbrBVeD .card-wrapper {
  height: 100%;
}
.cid-uCAGbtSo0z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCAGbtSo0z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCAGbtSo0z p {
  color: #767676;
  text-align: left;
}
.cid-uCAGbtSo0z .card-box {
  padding-top: 2rem;
}
.cid-uCAGbtSo0z .card-wrapper {
  height: 100%;
}
.cid-uCAGbxedfD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCAGbxedfD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCAGbxedfD p {
  color: #767676;
  text-align: left;
}
.cid-uCAGbxedfD .card-box {
  padding-top: 2rem;
}
.cid-uCAGbxedfD .card-wrapper {
  height: 100%;
}
.cid-uCAGbzHRir {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uCAGbzHRir h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCAGbzHRir p {
  color: #767676;
  text-align: left;
}
.cid-uCAGbzHRir .card-box {
  padding-top: 2rem;
}
.cid-uCAGbzHRir .card-wrapper {
  height: 100%;
}
.cid-uCAGbDuGKY {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #073a4a;
}
@media (min-width: 992px) {
  .cid-uCAGbDuGKY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uCAGbDuGKY .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uCAGbDuGKY .mbr-text {
    text-align: center;
  }
}
.cid-uCAGbDuGKY H1 {
  color: #b1a374;
}
.cid-uCAGbDuGKY .mbr-text,
.cid-uCAGbDuGKY .mbr-section-btn {
  color: #b1a374;
}
.cid-uCAGbFhv12 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/structure-2000x377.png");
}
.cid-uCAGbFhv12 H2 {
  text-align: center;
}
.cid-uCAGbFhv12 .mbr-section-subtitle {
  text-align: left;
}
.cid-uCAGbHeiH0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-uCAGbHeiH0 H2 {
  text-align: center;
}
.cid-uCAGbHeiH0 .mbr-section-subtitle {
  text-align: left;
}
.cid-uCAGbJd9OZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #073a4a;
}
.cid-uCAGbJd9OZ .image-block {
  margin: auto;
}
.cid-uCAGbJd9OZ figcaption {
  position: relative;
}
.cid-uCAGbJd9OZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uCAGbJd9OZ .image-block {
    width: 100% !important;
  }
}
.cid-uCAGbKLVis {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-uCAGbKLVis h1 {
  color: #616161;
}
.cid-uCAGbKLVis h2,
.cid-uCAGbKLVis h3,
.cid-uCAGbKLVis p {
  color: #767676;
}
.cid-uCAGbKLVis .mbr-section-subtitle {
  font-style: italic;
}
.cid-uCAGbKLVis H1 {
  color: #ffffff;
}
.cid-uCAGbMFJug {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #073a4a;
}
@media (min-width: 992px) {
  .cid-uCAGbMFJug .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uCAGbMFJug .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uCAGbMFJug .mbr-text {
    text-align: center;
  }
}
.cid-uCAGbOVSKe {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uCAGbOVSKe .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uCAGbOVSKe .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uCAGbOVSKe .media-wrap img {
  height: 6rem;
}
.cid-uCAGbOVSKe .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uCAGbOVSKe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uCAGbOVSKe .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uCAGbOVSKe .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uCAGbOVSKe .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uCAGbOVSKe .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCAGbOVSKe .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uCAGbOVSKe .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCAGbOVSKe .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uCAGbOVSKe .copyright > p {
  color: #073b4c;
}
.cid-uCAGbOVSKe .links {
  color: #073b4c;
}
.cid-uCAGbOVSKe .links A {
  color: #073b4c;
}
.cid-uCASKMYewL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/supply-1-996x569.jpg");
}
.cid-uCASKMYewL h1 {
  color: #616161;
}
.cid-uCASKMYewL h2,
.cid-uCASKMYewL h3,
.cid-uCASKMYewL p {
  color: #767676;
}
.cid-uCASKMYewL .mbr-section-subtitle {
  font-style: italic;
}
.cid-uCASKMYewL H1 {
  color: #ffffff;
}
.cid-uCASKP85vU {
  padding-top: 90px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #073a4a, #073a4a);
}
.cid-uCASKP85vU .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-uCASKReDsz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-uCASKReDsz .card-box {
  background-color: #073a4a;
  padding: 2rem;
}
.cid-uCASKReDsz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCASKReDsz p {
  color: #767676;
  text-align: left;
}
.cid-uCASKReDsz .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uCASKReDsz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uCASKReDsz .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uCASKReDsz .card-title {
  color: #ffffff;
}
.cid-uCASKTXQht {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #073a4a;
}
.cid-uCATspmMlD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/turn-key-projects-1060x530.jpg");
}
.cid-uCATspmMlD h1 {
  color: #616161;
}
.cid-uCATspmMlD h2,
.cid-uCATspmMlD h3,
.cid-uCATspmMlD p {
  color: #767676;
}
.cid-uCATspmMlD .mbr-section-subtitle {
  font-style: italic;
}
.cid-uCATspmMlD H1 {
  color: #ffffff;
}
.cid-uCATstvYZQ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #073a4a;
}
.cid-uCATstvYZQ .mbr-section-subtitle {
  color: #767676;
}
.cid-uCATstvYZQ H2 {
  text-align: left;
  color: #149dcc;
}
.cid-uCATsx2MOn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-uCATsx2MOn .card-box {
  background-color: #073a4a;
  padding: 2rem;
}
.cid-uCATsx2MOn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCATsx2MOn p {
  color: #767676;
  text-align: left;
}
.cid-uCATsx2MOn .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uCATsx2MOn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uCATsx2MOn .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uCATsx2MOn .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uCATsx2MOn P {
  color: #ffffff;
}
.cid-uCATsx2MOn .card-title B {
  color: #ffffff;
}
.cid-uCATsCrrAo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-uCATsCrrAo .card-box {
  background-color: #073a4a;
  padding: 2rem;
}
.cid-uCATsCrrAo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCATsCrrAo p {
  color: #767676;
  text-align: left;
}
.cid-uCATsCrrAo .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uCATsCrrAo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uCATsCrrAo .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uCATsCrrAo .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uCATsCrrAo P {
  color: #ffffff;
}
.cid-uCATsCrrAo .card-title B {
  color: #ffffff;
}
.cid-uCATsIyAXj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-uCATsIyAXj .card-box {
  background-color: #073a4a;
  padding: 2rem;
}
.cid-uCATsIyAXj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCATsIyAXj p {
  color: #767676;
  text-align: left;
}
.cid-uCATsIyAXj .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uCATsIyAXj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uCATsIyAXj .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uCATsIyAXj .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uCATsIyAXj P {
  color: #ffffff;
}
.cid-uCATsIyAXj .card-title B {
  color: #ffffff;
}
.cid-uCATsP7Ka9 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #073a4a;
}
.cid-uCATsP7Ka9 .mbr-section-subtitle {
  color: #149dcc;
  text-align: left;
}
.cid-uCATsP7Ka9 H2 {
  text-align: left;
}
.cid-uCATsP7Ka9 B {
  color: #149dcc;
}
.cid-uCATsSQAyI {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #073a4a;
}
.cid-uCATsSQAyI .card-box {
  background-color: #073a4a;
  padding: 2rem;
}
.cid-uCATsSQAyI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCATsSQAyI p {
  color: #767676;
  text-align: left;
}
.cid-uCATsSQAyI .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uCATsSQAyI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uCATsSQAyI .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uCATsSQAyI .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uCATsSQAyI P {
  color: #ffffff;
}
.cid-uCATsSQAyI .card-title B {
  color: #ffffff;
}
.cid-uCATsYiyXi {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #073a4a;
}
.cid-uCAYJtHFGr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tech-transfer-900x600.jpg");
}
.cid-uCAYJtHFGr h1 {
  color: #616161;
}
.cid-uCAYJtHFGr h2,
.cid-uCAYJtHFGr h3,
.cid-uCAYJtHFGr p {
  color: #767676;
}
.cid-uCAYJtHFGr .mbr-section-subtitle {
  font-style: italic;
}
.cid-uCAYJtHFGr H1 {
  color: #ffffff;
}
.cid-uCAYJw09qp {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #073a4a;
}
.cid-uCAYJw09qp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uCAYJw09qp H2 {
  text-align: left;
}
.cid-uCAYJw09qp B {
  color: #149dcc;
}
.cid-uCAYJw09qp .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-uCAYJypsbW {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #073a4a;
}
.cid-uCAZyQQbaT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/supp-1058x529.png");
}
.cid-uCAZyQQbaT h1 {
  color: #616161;
}
.cid-uCAZyQQbaT h2,
.cid-uCAZyQQbaT h3,
.cid-uCAZyQQbaT p {
  color: #767676;
}
.cid-uCAZyQQbaT .mbr-section-subtitle {
  font-style: italic;
}
.cid-uCAZyQQbaT H1 {
  color: #ffffff;
}
.cid-uCAZyTNcdi {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #073a4a;
}
.cid-uCAZyTNcdi .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uCAZyTNcdi H2 {
  text-align: left;
}
.cid-uCAZyTNcdi B {
  color: #149dcc;
}
.cid-uCAZyTNcdi .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-uCAZyVD7fy {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #073a4a;
}
.cid-uCASk6i7h2 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uCASk6i7h2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uCASk6i7h2 a {
  font-style: normal;
}
.cid-uCASk6i7h2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uCASk6i7h2 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uCASk6i7h2 .nav-item:focus,
.cid-uCASk6i7h2 .nav-link:focus {
  outline: none;
}
.cid-uCASk6i7h2 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uCASk6i7h2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uCASk6i7h2 .menu-logo {
  margin-right: auto;
}
.cid-uCASk6i7h2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uCASk6i7h2 .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-uCASk6i7h2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uCASk6i7h2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uCASk6i7h2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uCASk6i7h2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uCASk6i7h2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uCASk6i7h2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uCASk6i7h2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCASk6i7h2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uCASk6i7h2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uCASk6i7h2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uCASk6i7h2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCASk6i7h2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uCASk6i7h2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCASk6i7h2 .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-uCASk6i7h2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uCASk6i7h2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uCASk6i7h2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uCASk6i7h2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uCASk6i7h2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uCASk6i7h2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uCASk6i7h2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uCASk6i7h2 button.navbar-toggler:focus {
  outline: none;
}
.cid-uCASk6i7h2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-uCASk6i7h2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCASk6i7h2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCASk6i7h2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCASk6i7h2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCASk6i7h2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCASk6i7h2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCASk6i7h2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCASk6i7h2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCASk6i7h2 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uCASk6i7h2 .collapsed .btn {
  display: flex;
}
.cid-uCASk6i7h2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uCASk6i7h2 .collapsed .navbar-collapse.collapsing,
.cid-uCASk6i7h2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uCASk6i7h2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uCASk6i7h2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uCASk6i7h2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uCASk6i7h2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uCASk6i7h2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uCASk6i7h2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uCASk6i7h2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uCASk6i7h2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uCASk6i7h2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uCASk6i7h2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uCASk6i7h2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uCASk6i7h2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uCASk6i7h2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uCASk6i7h2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uCASk6i7h2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uCASk6i7h2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uCASk6i7h2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uCASk6i7h2.navbar-expand {
    flex-direction: column;
  }
  .cid-uCASk6i7h2 img {
    height: 3.8rem !important;
  }
  .cid-uCASk6i7h2 .btn {
    display: flex;
  }
  .cid-uCASk6i7h2 button.navbar-toggler {
    display: block;
  }
  .cid-uCASk6i7h2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uCASk6i7h2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uCASk6i7h2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uCASk6i7h2 .navbar-collapse.collapsing,
  .cid-uCASk6i7h2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uCASk6i7h2 .navbar-collapse.collapsing .navbar-nav,
  .cid-uCASk6i7h2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uCASk6i7h2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uCASk6i7h2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uCASk6i7h2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uCASk6i7h2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCASk6i7h2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uCASk6i7h2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uCASk6i7h2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uCASk6i7h2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCASk6i7h2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uCASk6i7h2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uCASk6i7h2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uCASk6i7h2 .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-uCASk6i7h2 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uCASk6i7h2 .navbar-collapse {
  flex-basis: auto;
}
.cid-uCASk6i7h2 .nav-link:hover,
.cid-uCASk6i7h2 .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-uCASk8lx8v {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uCASk8lx8v .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uCASk8lx8v .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uCASk8lx8v .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uCASk8lx8v .mbr-text {
    text-align: center;
  }
}
.cid-uCASk8lx8v H1 {
  color: #149dcc;
}
.cid-uCASk8lx8v .mbr-text,
.cid-uCASk8lx8v .mbr-section-btn {
  color: #149dcc;
}
.cid-uCASka0dVv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCASka0dVv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCASka0dVv p {
  color: #767676;
  text-align: left;
}
.cid-uCASka0dVv .card-box {
  padding-top: 2rem;
}
.cid-uCASka0dVv .card-wrapper {
  height: 100%;
}
.cid-uCASka0dVv .card-title {
  text-align: center;
  color: #879a9f;
}
.cid-uCASka0dVv P {
  text-align: center;
}
.cid-uCASkc0cpp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCASkc0cpp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCASkc0cpp p {
  color: #767676;
  text-align: left;
}
.cid-uCASkc0cpp .card-box {
  padding-top: 2rem;
}
.cid-uCASkc0cpp .card-wrapper {
  height: 100%;
}
.cid-uCASkc0cpp .card-title {
  text-align: center;
  color: #879a9f;
}
.cid-uCASkc0cpp P {
  text-align: center;
}
.cid-uCASkeH9kl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCASkeH9kl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCASkeH9kl p {
  color: #767676;
  text-align: left;
}
.cid-uCASkeH9kl .card-box {
  padding-top: 2rem;
}
.cid-uCASkeH9kl .card-wrapper {
  height: 100%;
}
.cid-uCASkeH9kl .card-title {
  text-align: center;
  color: #879a9f;
}
.cid-uCASkeH9kl P {
  text-align: center;
}
.cid-uCASkgGC5B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCASkgGC5B h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCASkgGC5B p {
  color: #767676;
  text-align: left;
}
.cid-uCASkgGC5B .card-box {
  padding-top: 2rem;
}
.cid-uCASkgGC5B .card-wrapper {
  height: 100%;
}
.cid-uCASkgGC5B .card-title {
  text-align: center;
  color: #879a9f;
}
.cid-uCASkgGC5B P {
  text-align: center;
}
.cid-uCASkjvDck {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCASkjvDck h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCASkjvDck p {
  color: #767676;
  text-align: left;
}
.cid-uCASkjvDck .card-box {
  padding-top: 2rem;
}
.cid-uCASkjvDck .card-wrapper {
  height: 100%;
}
.cid-uCASkjvDck .card-title {
  text-align: center;
  color: #879a9f;
}
.cid-uCASkjvDck P {
  text-align: center;
}
.cid-uCASkltu09 {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uLQaMVsR7x .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uLQaMVsR7x .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLQaMVsR7x .mbr-text {
    text-align: center;
  }
}
.cid-uLQaMVsR7x H1 {
  color: #07607c;
}
.cid-uLQaMVsR7x .mbr-text,
.cid-uLQaMVsR7x .mbr-section-btn {
  color: #073b4c;
}
.cid-uLQaMVsR7x H3 {
  color: #d70606;
}
.cid-uLQaMVsR7x B {
  color: #07607c;
}
@media (min-width: 992px) {
  .cid-tTBm2h5Y3L .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tTBm2h5Y3L .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tTBm2h5Y3L .mbr-text {
    text-align: center;
  }
}
.cid-tTBm2h5Y3L H1 {
  color: #07607c;
}
.cid-tTBm2h5Y3L .mbr-text,
.cid-tTBm2h5Y3L .mbr-section-btn {
  color: #073b4c;
}
.cid-tTBm2h5Y3L H3 {
  color: #d70606;
}
.cid-tTBm2h5Y3L B {
  color: #07607c;
}
.cid-ugwQ50ZfJR .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ugwQ50ZfJR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ugwQ50ZfJR a {
  font-style: normal;
}
.cid-ugwQ50ZfJR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ugwQ50ZfJR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-ugwQ50ZfJR .nav-item:focus,
.cid-ugwQ50ZfJR .nav-link:focus {
  outline: none;
}
.cid-ugwQ50ZfJR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-ugwQ50ZfJR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ugwQ50ZfJR .menu-logo {
  margin-right: auto;
}
.cid-ugwQ50ZfJR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-ugwQ50ZfJR .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-ugwQ50ZfJR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ugwQ50ZfJR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ugwQ50ZfJR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ugwQ50ZfJR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ugwQ50ZfJR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ugwQ50ZfJR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ugwQ50ZfJR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugwQ50ZfJR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ugwQ50ZfJR .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ugwQ50ZfJR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ugwQ50ZfJR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugwQ50ZfJR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ugwQ50ZfJR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugwQ50ZfJR .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-ugwQ50ZfJR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ugwQ50ZfJR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ugwQ50ZfJR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ugwQ50ZfJR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ugwQ50ZfJR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ugwQ50ZfJR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ugwQ50ZfJR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ugwQ50ZfJR button.navbar-toggler:focus {
  outline: none;
}
.cid-ugwQ50ZfJR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-ugwQ50ZfJR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugwQ50ZfJR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugwQ50ZfJR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugwQ50ZfJR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugwQ50ZfJR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugwQ50ZfJR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugwQ50ZfJR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugwQ50ZfJR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugwQ50ZfJR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-ugwQ50ZfJR .collapsed .btn {
  display: flex;
}
.cid-ugwQ50ZfJR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.collapsing,
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ugwQ50ZfJR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ugwQ50ZfJR .collapsed button.navbar-toggler {
  display: block;
}
.cid-ugwQ50ZfJR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ugwQ50ZfJR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ugwQ50ZfJR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ugwQ50ZfJR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ugwQ50ZfJR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ugwQ50ZfJR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ugwQ50ZfJR.navbar-expand {
    flex-direction: column;
  }
  .cid-ugwQ50ZfJR img {
    height: 3.8rem !important;
  }
  .cid-ugwQ50ZfJR .btn {
    display: flex;
  }
  .cid-ugwQ50ZfJR button.navbar-toggler {
    display: block;
  }
  .cid-ugwQ50ZfJR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ugwQ50ZfJR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ugwQ50ZfJR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ugwQ50ZfJR .navbar-collapse.collapsing,
  .cid-ugwQ50ZfJR .navbar-collapse.show {
    display: block !important;
  }
  .cid-ugwQ50ZfJR .navbar-collapse.collapsing .navbar-nav,
  .cid-ugwQ50ZfJR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ugwQ50ZfJR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ugwQ50ZfJR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ugwQ50ZfJR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ugwQ50ZfJR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ugwQ50ZfJR .navbar-collapse.collapsing .navbar-buttons,
  .cid-ugwQ50ZfJR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ugwQ50ZfJR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ugwQ50ZfJR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ugwQ50ZfJR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ugwQ50ZfJR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ugwQ50ZfJR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ugwQ50ZfJR .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-ugwQ50ZfJR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-ugwQ50ZfJR .navbar-collapse {
  flex-basis: auto;
}
.cid-ugwQ50ZfJR .nav-link:hover,
.cid-ugwQ50ZfJR .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-ugwQ5t5ZkQ {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-ugwQ5t5ZkQ .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ugwQ5t5ZkQ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ugwQ5t5ZkQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ugwQ5t5ZkQ .mbr-text {
    text-align: center;
  }
}
.cid-ugwQ5t5ZkQ H1 {
  color: #07607c;
}
.cid-ugwQ5t5ZkQ .mbr-text,
.cid-ugwQ5t5ZkQ .mbr-section-btn {
  color: #073b4c;
}
.cid-ugwQ5t5ZkQ H3 {
  color: #07607c;
}
.cid-ugwQ5t5ZkQ B {
  color: #07607c;
}
.cid-ugwQ5F1jTw {
  background: #073b4c;
}
.cid-ugwQ5F1jTw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ugwQ5F1jTw figcaption {
  position: relative;
}
.cid-ugwQ5F1jTw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ugwQ5F1jTw .image-block {
    width: 100% !important;
  }
}
.cid-ugwQ5Q0Vx0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-ugwQ5Q0Vx0 .mbr-section-subtitle {
  color: #b1a374;
  text-align: left;
}
.cid-ugwQ5Q0Vx0 H2 {
  color: #55b4d4;
  text-align: left;
}
.cid-ugwWql77kF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-ugwWql77kF .card-box {
  padding: 0 2rem;
}
.cid-ugwWql77kF .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ugwWql77kF .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-ugwWql77kF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-ugwWql77kF p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-ugwWql77kF .mbr-text {
  color: #767676;
}
.cid-ugwWql77kF .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #073a4a;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ugwWql77kF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ugwWql77kF .card-title {
  color: #55b4d4;
  text-align: center;
}
.cid-uAqExvIM11 {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #073a4a, #073a4a);
}
.cid-uAqExvIM11 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-uAqExvIM11 .mbr-section-title,
.cid-uAqExvIM11 .mbr-section-btn {
  text-align: center;
}
.cid-uzhYaY6gNE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/turn-key-projects-1060x530.jpg");
}
.cid-uzhYaY6gNE H2 {
  text-align: left;
}
.cid-uzhYaY6gNE .mbr-section-subtitle {
  text-align: left;
}
.cid-uzhYK68xgF {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/supply-1-996x569.jpg");
}
.cid-uzhYK68xgF H2 {
  text-align: left;
}
.cid-uzhYK68xgF .mbr-section-subtitle {
  text-align: left;
}
.cid-uzhZiukLGU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/transfer-1058x529.png");
}
.cid-uzhZiukLGU H2 {
  text-align: left;
}
.cid-uzhZiukLGU .mbr-section-subtitle {
  text-align: left;
}
.cid-uzhZHB37TR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/supp-1058x529.png");
}
.cid-uzhZHB37TR H2 {
  text-align: left;
}
.cid-uzhZHB37TR .mbr-section-subtitle {
  text-align: left;
}
.cid-ugwQ6vxaZj {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #073a4a;
}
.cid-ugwQ6vxaZj .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
  text-align: left;
}
.cid-ugwQ6vxaZj .mbr-content-text {
  color: #b1a374;
  text-align: left;
}
.cid-ugwQ6vxaZj .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ugwQ6vxaZj .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-ugwQ6vxaZj .cards-container {
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  word-break: break-word;
}
.cid-ugwQ6vxaZj .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding-left: 2rem;
}
.cid-ugwQ6vxaZj .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ugwQ6vxaZj .card-img {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ugwQ6vxaZj .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ugwQ6vxaZj .mbr-section-title {
  color: #55b4d4;
}
.cid-ugwQ6vxaZj .count {
  color: #0f7699;
  text-align: left;
}
.cid-ugwQ6vxaZj H4 {
  color: #ffffff;
  text-align: left;
}
.cid-ugwQ6vxaZj .count B {
  color: #55b4d4;
}
.cid-ugwQ6vxaZj .mbr-section-title B {
  color: #149dcc;
}
.cid-uzi66iRjJg {
  padding-top: 90px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uzi66iRjJg .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-uzi66iRjJg .mbr-section-title,
.cid-uzi66iRjJg .mbr-section-btn B {
  color: #073a4a;
}
.cid-uzLxMKuln4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzLxMKuln4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzLxMKuln4 p {
  color: #767676;
  text-align: left;
}
.cid-uzLxMKuln4 .card-box {
  padding-top: 2rem;
}
.cid-uzLxMKuln4 .card-wrapper {
  height: 100%;
}
.cid-uzLGQr1oDh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzLGQr1oDh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzLGQr1oDh p {
  color: #767676;
  text-align: left;
}
.cid-uzLGQr1oDh .card-box {
  padding-top: 2rem;
}
.cid-uzLGQr1oDh .card-wrapper {
  height: 100%;
}
.cid-uzLMfINehL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzLMfINehL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzLMfINehL p {
  color: #767676;
  text-align: left;
}
.cid-uzLMfINehL .card-box {
  padding-top: 2rem;
}
.cid-uzLMfINehL .card-wrapper {
  height: 100%;
}
.cid-uzLQmo0gXS {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uzLQmo0gXS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzLQmo0gXS p {
  color: #767676;
  text-align: left;
}
.cid-uzLQmo0gXS .card-box {
  padding-top: 2rem;
}
.cid-uzLQmo0gXS .card-wrapper {
  height: 100%;
}
.cid-uC1MrlR1MU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #073a4a;
}
@media (min-width: 992px) {
  .cid-uC1MrlR1MU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1MrlR1MU .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1MrlR1MU .mbr-text {
    text-align: center;
  }
}
.cid-uC1MrlR1MU H1 {
  color: #b1a374;
}
.cid-uC1MrlR1MU .mbr-text,
.cid-uC1MrlR1MU .mbr-section-btn {
  color: #b1a374;
}
.cid-uziCLGZviq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/structure-2000x377.png");
}
.cid-uziCLGZviq H2 {
  text-align: center;
}
.cid-uziCLGZviq .mbr-section-subtitle {
  text-align: left;
}
.cid-uziEzkZsxX {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-uziEzkZsxX H2 {
  text-align: center;
}
.cid-uziEzkZsxX .mbr-section-subtitle {
  text-align: left;
}
.cid-uzNfBDWPW5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #073a4a;
}
.cid-uzNfBDWPW5 .image-block {
  margin: auto;
}
.cid-uzNfBDWPW5 figcaption {
  position: relative;
}
.cid-uzNfBDWPW5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uzNfBDWPW5 .image-block {
    width: 100% !important;
  }
}
.cid-uziotTsKEO {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #073a4a;
}
.cid-uziotTsKEO h1 {
  color: #616161;
}
.cid-uziotTsKEO h2,
.cid-uziotTsKEO h3,
.cid-uziotTsKEO p {
  color: #767676;
}
.cid-uziotTsKEO .mbr-section-subtitle {
  font-style: italic;
}
.cid-uziotTsKEO H1 {
  color: #ffffff;
}
.cid-ugwQ7DhA7q {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #073a4a;
}
@media (min-width: 992px) {
  .cid-ugwQ7DhA7q .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ugwQ7DhA7q .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ugwQ7DhA7q .mbr-text {
    text-align: center;
  }
}
.cid-ugwQ7KaMP8 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-ugwQ7KaMP8 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugwQ7KaMP8 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-ugwQ7KaMP8 .media-wrap img {
  height: 6rem;
}
.cid-ugwQ7KaMP8 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ugwQ7KaMP8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugwQ7KaMP8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ugwQ7KaMP8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-ugwQ7KaMP8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ugwQ7KaMP8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugwQ7KaMP8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ugwQ7KaMP8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugwQ7KaMP8 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ugwQ7KaMP8 .copyright > p {
  color: #073b4c;
}
.cid-ugwQ7KaMP8 .links {
  color: #073b4c;
}
.cid-ugwQ7KaMP8 .links A {
  color: #073b4c;
}
