body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.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: 992px) {
  .display-1 {
    font-size: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #B1976B !important;
}
.bg-success {
  background-color: #383838 !important;
}
.bg-info {
  background-color: #333333 !important;
}
.bg-warning {
  background-color: #5d5d5d !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #01464F !important;
  border-color: #01464F !important;
  color: #ffffff !important;
}
.btn-primary:hover {
  color: #ffffff !important;
  background-color: #887048 !important;
  border-color: #887048 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #887048 !important;
  border-color: #887048 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #CAB49B !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #7FBC42 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
  color: #333333 !important;
}
.btn-secondary:hover {
  color: #333333 !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #333333 !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #CAB49B !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #333333 !important;
}
.btn-info:hover {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #CAB49B !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #333333 !important;
}
.btn-success:hover {
  color: #333333 !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #333333 !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #CAB49B !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #5d5d5d !important;
  border-color: #5d5d5d !important;
  color: #333333 !important;
}
.btn-warning:hover {
  color: #333333 !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #333333 !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #CAB49B !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #333333 !important;
}
.btn-danger:hover {
  color: #333333 !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #333333 !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #CAB49B !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #333333 !important;
}
.btn-white:hover {
  color: #333333 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #CAB49B !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #333333 !important;
}
.btn-black:hover {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #CAB49B !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #01464F !important;
  color: #ffffff !important;
  color: #01464F !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #01464F;
  color: #01464F;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #01464F;
  border-color: #01464F;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #01464F !important;
  border-color: #01464F !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #01464F !important;
  color: #333333 !important;
}
.btn-primary-outline:hover {
  color: #333333 !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #a8a8a8 !important;
  color: #ffffff !important;
  color: #a8a8a8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #a8a8a8;
  color: #a8a8a8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #a8a8a8 !important;
  color: #333333 !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
  color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #333333 !important;
  color: #333333 !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #383838 !important;
  color: #ffffff !important;
  color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #383838;
  color: #383838;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #383838;
  border-color: #383838;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #383838 !important;
  color: #333333 !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #5d5d5d !important;
  color: #ffffff !important;
  color: #5d5d5d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5d5d5d;
  color: #5d5d5d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5d5d5d !important;
  border-color: #5d5d5d !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #5d5d5d !important;
  color: #333333 !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.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-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #333333 !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  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: #01464F !important;
}
.text-secondary {
  color: #a8a8a8 !important;
}
.text-success {
  color: #383838 !important;
}
.text-info {
  color: #333333 !important;
}
.text-warning {
  color: #5d5d5d !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: #d4c6ae !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #dbdbdb !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6b6b6b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #333333 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #909090 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #01464F;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #333333;
}
.alert-warning {
  background-color: #5d5d5d;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #01464F;
  border-color: #01464F;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #01464F;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ddd2be;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9d9d9d;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #01464F;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #01464F;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #01464F;
  border-bottom-color: #01464F;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #01464F !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a8a8a8 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2301464F' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rUTuXK8G54 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1081.jpg");
}
.cid-rUTuXK8G54 .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  text-shadow: 3px 5px 10px #000;
  line-height: 1.0l;
  font-weight: 500;
}
.cid-rUTuXK8G54 .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: center;
}
.cid-rUTuXK8G54 .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Lato', sans-serif;
}
.cid-rUTuXK8G54 .acontainer::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #01464F;
}
.cid-rUTuXK8G54 .acontainer::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-rUTuXK8G54 .promo-primary-description {
    padding-right: 2rem;
  }
  .cid-rUTuXK8G54 .lead {
    font-size: 1.0em;
    letter-spacing: 1px;
    line-height: 1.0em;
    font-family: 'Lato', sans-serif;
  }
  .cid-rUTuXK8G54 .mbr-section-title {
    letter-spacing: 1px;
  }
  .cid-rUTuXK8G54 .mbr-section-subtitle {
    display: hide;
  }
  .cid-rUTuXK8G54 .bottom-title {
    letter-spacing: 0px;
    font-size: 1.0em;
    color: rgba(255, 255, 255, 0.1);
      text-shadow: 3px 5px 5px #000000;
  }
}
@media (min-width: 1200px) {
  .cid-rUTuXK8G54 .bottom-title {
    amargin-right: 9rem;
    font-size: 2.5em;
    letter-spacing: 0px;
    color: rgba(127, 188, 66, 1.0);
    text-shadow: 5px 5px 10px #000000;
    text-shadow: 1px 1px 2px #000000;

  }
  .cid-rUTuXK8G54 .lead {
    font-size: 1.9em;
    font-family: 'Lato', sans-serif;
    text-shadow: 0px 3px 4px #000000;
    font-weight: 400;
  }
}
.cid-rUTuXK8G54 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rUTuXK8G54 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTuXK8G54 .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-rUTuXK8G54 H2 {
  color: #01464F;
}
.cid-tiENzqhi01 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-tiENzqhi01 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-tiENzqhi01 img {
  afilter: grayscale(1);
}
.cid-tiENzqhi01 .image-wrap {
  position: relative;
}
.cid-tiENzqhi01 .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-tiENzqhi01 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tiENzqhi01 .card-wrap {
  background: #01464F;
}
.cid-tiENzqhi01 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tiENzqhi01 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tiENzqhi01 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-tiENzqhi01 .mbr-role {
  margin-bottom: 1rem;
}
.cid-tiENzqhi01 .main-heading {
  margin-bottom: 2.2rem;
}
.cid-tiENzqhi01 .btn {
  margin-top: 3rem;
}
.cid-tiENzqhi01 .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-tiENzqhi01 .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-tiENzqhi01 .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tiENzqhi01 .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-tiENzqhi01 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tiENzqhi01 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-tiENzqhi01 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-tiENzqhi01 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tiENzqhi01 .main-title {
  color: #01464F;
}
.cid-rUTuXZN8eM {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTuXZN8eM .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-rUTuXZN8eM .mbr-section-title {
  color: #01464F;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-rUTuXZN8eM img {
  height: 100%;
  object-fit: cover;
  //filter: grayscale(1);//
}
.cid-rUTuXZN8eM .mbr-figure {
  height: 100%;
}
.cid-rUTuXZN8eM .row {
  margin: 0;
  align-items: center;
}
.cid-rUTuXZN8eM .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-rUTuXZN8eM .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-rUTuXZN8eM .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTuXZN8eM .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-rUTuXZN8eM .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTuXZN8eM .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-rUTuXZN8eM .img-block {
    padding-left: 6rem;
  }
}
.cid-rUTuXZN8eM .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-rUTuXZN8eM .mbr-text,
.cid-rUTuXZN8eM .mbr-section-btn {
  color: #555555;
}
.cid-tiEsAbqXEy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiEsAbqXEy h2,
.cid-tiEsAbqXEy h3,
.cid-tiEsAbqXEy h4,
.cid-tiEsAbqXEy p {
  margin: 0;
}
.cid-tiEsAbqXEy .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tiEsAbqXEy .mbr-first-section-title {
  color: #01464F;
  margin-bottom: 22px;
}
.cid-tiEsAbqXEy .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-tiEsAbqXEy .mbr-first-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-tiEsAbqXEy .mbr-second-section-title {
  color: #01464F;
  margin-bottom: 22px;
}
.cid-tiEsAbqXEy .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-tiEsAbqXEy .mbr-second-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-tiEByLejr2 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tiEByLejr2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-tiEByLejr2 .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-tiEByLejr2 input,
.cid-tiEByLejr2 textarea {
  font-size: 14px;
}
.cid-tiEByLejr2 input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-tiEByLejr2 textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-tiEByLejr2 .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-tiEByLejr2 .col-auto {
  width: 100%;
  text-align: center;
}
.cid-tiEByLejr2 img {
  width: 90%;
  border-radius: 8px;
}
.cid-tiEByLejr2 .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-tiEByLejr2 .btn {
  padding: 1rem 3.5rem !important;
}
.cid-tiEByLejr2 .title-block {
  margin-bottom: 2rem;
}
.cid-tiEByLejr2 .form-control,
.cid-tiEByLejr2 .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tiEByLejr2 .form-control:hover,
.cid-tiEByLejr2 .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tiEByLejr2 .form-control:focus,
.cid-tiEByLejr2 .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tiEByLejr2 input::-webkit-input-placeholder,
.cid-tiEByLejr2 textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-tiEByLejr2 input:-moz-placeholder,
.cid-tiEByLejr2 textarea:-moz-placeholder {
  color: #807d78;
}
.cid-tiEByLejr2 .jq-selectbox li,
.cid-tiEByLejr2 .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tiEByLejr2 .jq-selectbox li:hover,
.cid-tiEByLejr2 .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tiEByLejr2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tiEByLejr2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tiEByLejr2 H5 {
  padding-bottom: 2rem;
}
.cid-tiEByLejr2 .mbr-text {
  color: #777777;
}
.cid-tiEByLejr2 .mbr-form {
  padding: 0rem;
}
.cid-tiEByLejr2 .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tiEByLejr2 .form-row {
    margin: 0;
  }
  .cid-tiEByLejr2 .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-tiEByLejr2 .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tiEByLejr2 img {
    width: 100%;
  }
}
.cid-tiEByLejr2 .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-tiEByLejr2 H3 {
  color: #01464F;
}
.cid-rUTv2HcR2Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTv2HcR2Y .media-container-row {
  align-items: center;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTv2HcR2Y .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTv2HcR2Y .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTv2HcR2Y .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTv2HcR2Y .foot-menu {
    justify-content: center;
  }
  .cid-rUTv2HcR2Y .mbr-text {
    text-align: center;
  }
  .cid-rUTv2HcR2Y .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTv2HcR2Y .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTv2HcR2Y .link:hover {
  text-decoration: underline;
}
.cid-rUTv2HcR2Y .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTv2HcR2Y .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTv2HcR2Y .container {
    padding: 0;
  }
}
.cid-rUTv2HcR2Y .media-container-row .mbr-text {
  color: #838383;
}
