@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.7rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0f7699 !important;
}
.bg-success {
  background-color: #0f7699 !important;
}
.bg-info {
  background-color: #e4d295 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #082732 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !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: #082732 !important;
  border-color: #082732 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #062e3c;
  color: #062e3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !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: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #082732;
  border-color: #082732;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #082732 !important;
  border-color: #082732 !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: #0f7699 !important;
}
.text-secondary {
  color: #cccccc !important;
}
.text-success {
  color: #0f7699 !important;
}
.text-info {
  color: #e4d295 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #082732 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #062e3c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #999999 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #062e3c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cfaf44 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #e4d295;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #082732;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0f7699;
  border-color: #0f7699;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0f7699;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ade0f2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #0f7699;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0f7699;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0f7699;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0f7699;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0f7699;
  border-bottom-color: #0f7699;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0f7699 !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: #cccccc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230f7699' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qI3KU7HnuP .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-qI3KU7HnuP .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-qI3KU7HnuP a {
  font-style: normal;
}
.cid-qI3KU7HnuP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qI3KU7HnuP .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qI3KU7HnuP .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qI3KU7HnuP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qI3KU7HnuP .menu-logo {
  margin-right: auto;
}
.cid-qI3KU7HnuP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qI3KU7HnuP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qI3KU7HnuP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qI3KU7HnuP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qI3KU7HnuP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qI3KU7HnuP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qI3KU7HnuP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qI3KU7HnuP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qI3KU7HnuP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qI3KU7HnuP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qI3KU7HnuP .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qI3KU7HnuP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qI3KU7HnuP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qI3KU7HnuP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qI3KU7HnuP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qI3KU7HnuP .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-qI3KU7HnuP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qI3KU7HnuP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qI3KU7HnuP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qI3KU7HnuP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qI3KU7HnuP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qI3KU7HnuP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qI3KU7HnuP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qI3KU7HnuP button.navbar-toggler:focus {
  outline: none;
}
.cid-qI3KU7HnuP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qI3KU7HnuP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qI3KU7HnuP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qI3KU7HnuP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qI3KU7HnuP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qI3KU7HnuP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qI3KU7HnuP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qI3KU7HnuP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qI3KU7HnuP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qI3KU7HnuP .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qI3KU7HnuP .collapsed .btn {
  display: flex;
}
.cid-qI3KU7HnuP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qI3KU7HnuP .collapsed .navbar-collapse.collapsing,
.cid-qI3KU7HnuP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qI3KU7HnuP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qI3KU7HnuP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qI3KU7HnuP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qI3KU7HnuP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qI3KU7HnuP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qI3KU7HnuP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qI3KU7HnuP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qI3KU7HnuP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qI3KU7HnuP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qI3KU7HnuP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qI3KU7HnuP .collapsed button.navbar-toggler {
  display: block;
}
.cid-qI3KU7HnuP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qI3KU7HnuP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qI3KU7HnuP .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-qI3KU7HnuP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qI3KU7HnuP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qI3KU7HnuP .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-qI3KU7HnuP .navbar-expand {
    flex-direction: column;
  }
  .cid-qI3KU7HnuP img {
    height: 3.8rem !important;
  }
  .cid-qI3KU7HnuP .btn {
    display: flex;
  }
  .cid-qI3KU7HnuP button.navbar-toggler {
    display: block;
  }
  .cid-qI3KU7HnuP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qI3KU7HnuP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qI3KU7HnuP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qI3KU7HnuP .navbar-collapse.collapsing,
  .cid-qI3KU7HnuP .navbar-collapse.show {
    display: block !important;
  }
  .cid-qI3KU7HnuP .navbar-collapse.collapsing .navbar-nav,
  .cid-qI3KU7HnuP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qI3KU7HnuP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qI3KU7HnuP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qI3KU7HnuP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qI3KU7HnuP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qI3KU7HnuP .navbar-collapse.collapsing .navbar-buttons,
  .cid-qI3KU7HnuP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qI3KU7HnuP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qI3KU7HnuP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qI3KU7HnuP .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-qI3KU7HnuP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qI3KU7HnuP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qI3KU7HnuP .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-qI3KU7HnuP .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qx78u3uuiN {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-qx78u3uuiN .media-container-column {
  align-items: center;
}
.cid-qx78u3uuiN .mbr-author-desc {
  display: block;
}
.cid-qx78u3uuiN .mbr-testimonial {
  margin-top: 5rem;
}
.cid-qx78u3uuiN .mbr-testimonial .panel-item {
  background-color: #02222d;
  background: linear-gradient(#02222d, transparent);
}
.cid-qx78u3uuiN .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-qx78u3uuiN .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  border-radius: 0;
}
.cid-qx78u3uuiN .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qx78u3uuiN .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-qx78u3uuiN .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-qx78u3uuiN .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qx78u3uuiN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qx78u3uuiN H2 {
  color: #ffffff;
}
.cid-qx78u3uuiN .mbr-text {
  color: #ffffff;
}
.cid-qx78u3uuiN .mbr-text B {
  color: #ffffff;
}
.cid-qx78u3uuiN .mbr-section-subtitle DIV {
  color: #ffffff;
}
.cid-qydLT1RiQS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-qydLT1RiQS .media-container-column {
  align-items: center;
}
.cid-qydLT1RiQS .mbr-author-desc {
  display: block;
}
.cid-qydLT1RiQS .mbr-testimonial {
  margin-top: 5rem;
}
.cid-qydLT1RiQS .mbr-testimonial .panel-item {
  background-color: #073b4c;
  background: linear-gradient(#073b4c, transparent);
}
.cid-qydLT1RiQS .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-qydLT1RiQS .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qydLT1RiQS .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qydLT1RiQS .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-qydLT1RiQS .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-qydLT1RiQS .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qydLT1RiQS .mbr-author-name SPAN {
  color: #e4d295;
}
.cid-qydLT1RiQS H2 {
  color: #e4d295;
}
.cid-qydLT1RiQS .mbr-section-subtitle {
  color: #e4d295;
}
.cid-r14RkeLeTo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-r14RkeLeTo .mbr-section-subtitle {
  color: #e4d295;
}
.cid-r14RkeLeTo .media-row {
  display: flex;
  justify-content: center;
}
.cid-r14RkeLeTo .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-r14RkeLeTo .team-item .item-image img {
  width: 100%;
}
.cid-r14RkeLeTo .team-item .item-name p {
  margin-bottom: 0;
}
.cid-r14RkeLeTo .team-item .item-role p {
  margin-bottom: 0;
}
.cid-r14RkeLeTo .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-r14RkeLeTo .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-r14RkeLeTo .team-item .item-caption {
  background: #073b4c;
}
.cid-r14RkeLeTo .item-name {
  color: #e4d295;
}
.cid-r14RkeLeTo .item-role P {
  color: #e4d295;
}
.cid-r14RkeLeTo H2 {
  color: #ffffff;
}
.cid-uDxshvEP3h {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #023040, #023040);
}
.cid-uDxshvEP3h .mbr-text,
.cid-uDxshvEP3h .mbr-section-btn {
  color: #e4d295;
}
.cid-v0OSSJ2vcV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-v0OSSJ2vcV .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v0OSBFbhpl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #023040;
  background: linear-gradient(45deg, #023040, #041920);
}
.cid-v0OSBFbhpl .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v0OSBFbhpl .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v0OSBFbhpl .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0OSBFbhpl .mbr-text {
    text-align: center;
  }
}
.cid-v0OSBFbhpl .mbr-text,
.cid-v0OSBFbhpl .mbr-section-btn {
  color: #e4d295;
  text-align: center;
}
.cid-v0OSBFbhpl H3 {
  text-align: center;
}
.cid-v0OSBFbhpl H1 {
  text-align: center;
}
.cid-vmBSFso4cl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vmBSFso4cl .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vmBSBOK76v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-vmBSBOK76v .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vmBSBOK76v .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vmBSBOK76v .mbr-text {
    text-align: center;
  }
}
.cid-vmBSBOK76v .mbr-text,
.cid-vmBSBOK76v .mbr-section-btn {
  text-align: center;
}
.cid-vmBSBOK76v H1 {
  color: #e4d295;
  text-align: center;
}
.cid-v0OSR2FiNI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-v0OSR2FiNI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tSWCmlGwgu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-tSWCmlGwgu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tSWCmlGwgu .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tSWCmlGwgu .mbr-text {
    text-align: center;
  }
}
.cid-tSWCmlGwgu .mbr-text,
.cid-tSWCmlGwgu .mbr-section-btn {
  text-align: center;
}
.cid-tSWCmlGwgu H1 {
  color: #e4d295;
  text-align: center;
}
.cid-vjq6PSn23R {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vjq6PSn23R .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vjq6OnAlo4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-vjq6OnAlo4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vjq6OnAlo4 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjq6OnAlo4 .mbr-text {
    text-align: center;
  }
}
.cid-vjq6OnAlo4 .mbr-text,
.cid-vjq6OnAlo4 .mbr-section-btn {
  text-align: center;
}
.cid-vjq6OnAlo4 H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uoVVoInqkN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uoVVoInqkN .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-txaDq9LHgA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-txaDq9LHgA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-txaDq9LHgA .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-txaDq9LHgA .mbr-text {
    text-align: center;
  }
}
.cid-txaDq9LHgA .mbr-text,
.cid-txaDq9LHgA .mbr-section-btn {
  text-align: center;
}
.cid-txaDq9LHgA H1 {
  color: #e4d295;
  text-align: center;
}
.cid-v2gy2nyiVC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-v2gy2nyiVC .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v4VtT0caPB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-v4VtT0caPB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v4VtT0caPB .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4VtT0caPB .mbr-text {
    text-align: center;
  }
}
.cid-v4VtT0caPB .mbr-text,
.cid-v4VtT0caPB .mbr-section-btn {
  text-align: center;
}
.cid-v4VtT0caPB H1 {
  color: #e4d295;
  text-align: center;
}
.cid-v4VtUyoXq9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-v4VtUyoXq9 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uruz2JkGtr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uruz2JkGtr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uruz2JkGtr .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uruz2JkGtr .mbr-text {
    text-align: center;
  }
}
.cid-uruz2JkGtr .mbr-text,
.cid-uruz2JkGtr .mbr-section-btn {
  text-align: center;
}
.cid-uruz2JkGtr H1 {
  color: #e4d295;
}
.cid-uruz2JkGtr DIV {
  text-align: center;
}
.cid-unUbvkTlFW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unUbvkTlFW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tCyE8sk90W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-tCyE8sk90W .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tCyE8sk90W .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tCyE8sk90W .mbr-text {
    text-align: center;
  }
}
.cid-tCyE8sk90W .mbr-text,
.cid-tCyE8sk90W .mbr-section-btn {
  text-align: center;
}
.cid-tCyE8sk90W H1 {
  color: #e4d295;
  text-align: center;
}
.cid-upSVweqxjd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-upSVweqxjd .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vd4I7oPlpp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-vd4I7oPlpp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vd4I7oPlpp .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vd4I7oPlpp .mbr-text {
    text-align: center;
  }
}
.cid-vd4I7oPlpp .mbr-text,
.cid-vd4I7oPlpp .mbr-section-btn {
  text-align: center;
}
.cid-vd4I7oPlpp H1 {
  color: #e4d295;
  text-align: center;
}
.cid-tP6U4FncDI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tP6U4FncDI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u8vNdU1UWu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-u8vNdU1UWu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u8vNdU1UWu .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u8vNdU1UWu .mbr-text {
    text-align: center;
  }
}
.cid-u8vNdU1UWu .mbr-text,
.cid-u8vNdU1UWu .mbr-section-btn {
  text-align: center;
}
.cid-u8vNdU1UWu H1 {
  color: #e4d295;
  text-align: center;
}
.cid-t1GSHrAcWb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-t1GSHrAcWb .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJbrpnN6rk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uJbrpnN6rk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uJbrpnN6rk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uJbrpnN6rk .mbr-text {
    text-align: center;
  }
}
.cid-uJbrpnN6rk .mbr-text,
.cid-uJbrpnN6rk .mbr-section-btn {
  text-align: center;
}
.cid-uJbrpnN6rk H1 {
  color: #e4d295;
  text-align: center;
}
.cid-u8vNgw5Zi6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-u8vNgw5Zi6 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vaoy7ayqVq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-vaoy7ayqVq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vaoy7ayqVq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vaoy7ayqVq .mbr-text {
    text-align: center;
  }
}
.cid-vaoy7ayqVq .mbr-text,
.cid-vaoy7ayqVq .mbr-section-btn {
  text-align: center;
}
.cid-vaoy7ayqVq H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uruz5yhoAA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uruz5yhoAA .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uRips6VwWj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uRips6VwWj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uRips6VwWj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uRips6VwWj .mbr-text {
    text-align: center;
  }
}
.cid-uRips6VwWj .mbr-text,
.cid-uRips6VwWj .mbr-section-btn {
  text-align: center;
}
.cid-uRips6VwWj H1 {
  color: #e4d295;
  text-align: center;
}
.cid-t6FIZcJ89b {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-t6FIZcJ89b .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uQaBHSGDEF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uQaBHSGDEF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQaBHSGDEF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uQaBHSGDEF .mbr-text {
    text-align: center;
  }
}
.cid-uQaBHSGDEF .mbr-text,
.cid-uQaBHSGDEF .mbr-section-btn {
  text-align: center;
}
.cid-uQaBHSGDEF H1 {
  color: #e4d295;
  text-align: center;
}
.cid-vaoybMIKzR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vaoybMIKzR .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uvs971WmHL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uvs971WmHL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uvs971WmHL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvs971WmHL .mbr-text {
    text-align: center;
  }
}
.cid-uvs971WmHL .mbr-text,
.cid-uvs971WmHL .mbr-section-btn {
  text-align: center;
}
.cid-uvs971WmHL H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uQaBJ6ZIvw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQaBJ6ZIvw .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uOMEYBToi3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uOMEYBToi3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uOMEYBToi3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMEYBToi3 .mbr-text {
    text-align: center;
  }
}
.cid-uOMEYBToi3 .mbr-text,
.cid-uOMEYBToi3 .mbr-section-btn {
  text-align: center;
}
.cid-uOMEYBToi3 H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uRiptP37XL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uRiptP37XL .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tS6noAIJ8a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-tS6noAIJ8a .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tS6noAIJ8a .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tS6noAIJ8a .mbr-text {
    text-align: center;
  }
}
.cid-tS6noAIJ8a .mbr-text,
.cid-tS6noAIJ8a .mbr-section-btn {
  text-align: center;
}
.cid-tS6noAIJ8a H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uOMF0L3dsp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMF0L3dsp .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v7wZD3Em5D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-v7wZD3Em5D .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v7wZD3Em5D .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v7wZD3Em5D .mbr-text {
    text-align: center;
  }
}
.cid-v7wZD3Em5D .mbr-text,
.cid-v7wZD3Em5D .mbr-section-btn {
  text-align: center;
}
.cid-v7wZD3Em5D H1 {
  color: #e4d295;
  text-align: center;
}
.cid-u6ejjCdyFw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-u6ejjCdyFw .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-usvAD8hHvq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-usvAD8hHvq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-usvAD8hHvq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-usvAD8hHvq .mbr-text {
    text-align: center;
  }
}
.cid-usvAD8hHvq .mbr-text,
.cid-usvAD8hHvq .mbr-section-btn {
  text-align: center;
}
.cid-usvAD8hHvq H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uXTfkhsEL9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uXTfkhsEL9 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v0bG0NxGEm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-v0bG0NxGEm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v0bG0NxGEm .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0bG0NxGEm .mbr-text {
    text-align: center;
  }
}
.cid-v0bG0NxGEm .mbr-text,
.cid-v0bG0NxGEm .mbr-section-btn {
  text-align: center;
}
.cid-v0bG0NxGEm H1 {
  color: #e4d295;
  text-align: center;
}
.cid-v0myYN9I6r {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-v0myYN9I6r .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uXTfiNmnCD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uXTfiNmnCD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uXTfiNmnCD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTfiNmnCD .mbr-text {
    text-align: center;
  }
}
.cid-uXTfiNmnCD .mbr-text,
.cid-uXTfiNmnCD .mbr-section-btn {
  text-align: center;
}
.cid-uXTfiNmnCD H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uN9BmDOSPW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uN9BmDOSPW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uZBRkJXu4l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uZBRkJXu4l .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZBRkJXu4l .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uZBRkJXu4l .mbr-text {
    text-align: center;
  }
}
.cid-uZBRkJXu4l .mbr-text,
.cid-uZBRkJXu4l .mbr-section-btn {
  text-align: center;
}
.cid-uZBRkJXu4l H1 {
  color: #e4d295;
  text-align: center;
}
.cid-v7wZFaOUX2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-v7wZFaOUX2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uQaXnLeffc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uQaXnLeffc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQaXnLeffc .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uQaXnLeffc .mbr-text {
    text-align: center;
  }
}
.cid-uQaXnLeffc .mbr-text,
.cid-uQaXnLeffc .mbr-section-btn {
  text-align: center;
}
.cid-uQaXnLeffc H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uZBRmdPtHT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uZBRmdPtHT .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uTKDoxDQMk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uTKDoxDQMk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTKDoxDQMk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTKDoxDQMk .mbr-text {
    text-align: center;
  }
}
.cid-uTKDoxDQMk .mbr-text,
.cid-uTKDoxDQMk .mbr-section-btn {
  text-align: center;
}
.cid-uTKDoxDQMk H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uM2Ls7A2xt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uM2Ls7A2xt .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uM2LlJyVR4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uM2LlJyVR4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uM2LlJyVR4 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uM2LlJyVR4 .mbr-text {
    text-align: center;
  }
}
.cid-uM2LlJyVR4 .mbr-text,
.cid-uM2LlJyVR4 .mbr-section-btn {
  text-align: center;
}
.cid-uM2LlJyVR4 H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uYEZYX70M5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYEZYX70M5 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vi71FY4x31 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-vi71FY4x31 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vi71FY4x31 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vi71FY4x31 .mbr-text {
    text-align: center;
  }
}
.cid-vi71FY4x31 .mbr-text,
.cid-vi71FY4x31 .mbr-section-btn {
  text-align: center;
}
.cid-vi71FY4x31 H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uiPpAAIMps {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uiPpAAIMps .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v2bx5Spdrg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-v2bx5Spdrg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2bx5Spdrg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v2bx5Spdrg .mbr-text {
    text-align: center;
  }
}
.cid-v2bx5Spdrg .mbr-text,
.cid-v2bx5Spdrg .mbr-section-btn {
  text-align: center;
}
.cid-v2bx5Spdrg H1 {
  color: #e4d295;
  text-align: center;
}
.cid-v2bx7GrOsy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-v2bx7GrOsy .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tgDJKpo6U2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-tgDJKpo6U2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tgDJKpo6U2 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tgDJKpo6U2 .mbr-text {
    text-align: center;
  }
}
.cid-tgDJKpo6U2 .mbr-text,
.cid-tgDJKpo6U2 .mbr-section-btn {
  text-align: center;
}
.cid-tgDJKpo6U2 H1 {
  color: #e4d295;
  text-align: center;
}
.cid-v8ShqTtjpu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-v8ShqTtjpu .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uRilbW8M2p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uRilbW8M2p .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uRilbW8M2p .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uRilbW8M2p .mbr-text {
    text-align: center;
  }
}
.cid-uRilbW8M2p .mbr-text,
.cid-uRilbW8M2p .mbr-section-btn {
  text-align: center;
}
.cid-uRilbW8M2p H1 {
  color: #e4d295;
  text-align: center;
}
.cid-va4eCxQvZm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-va4eCxQvZm .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vbLXQ5EKLX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-vbLXQ5EKLX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vbLXQ5EKLX .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vbLXQ5EKLX .mbr-text {
    text-align: center;
  }
}
.cid-vbLXQ5EKLX .mbr-text,
.cid-vbLXQ5EKLX .mbr-section-btn {
  text-align: center;
}
.cid-vbLXQ5EKLX H1 {
  color: #e4d295;
  text-align: center;
}
.cid-vbLXSC2dau {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vbLXSC2dau .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uDrP01fkDr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-umaN7TOhm5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-umaN7TOhm5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-umaN7TOhm5 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-umaN7TOhm5 .mbr-text {
    text-align: center;
  }
}
.cid-umaN7TOhm5 .mbr-text,
.cid-umaN7TOhm5 .mbr-section-btn {
  text-align: center;
}
.cid-umaN7TOhm5 H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uJbrsAXuRd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uJbrsAXuRd .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vcrhjjf3ae {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-vcrhjjf3ae .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vcrhjjf3ae .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vcrhjjf3ae .mbr-text {
    text-align: center;
  }
}
.cid-vcrhjjf3ae .mbr-text,
.cid-vcrhjjf3ae .mbr-section-btn {
  text-align: center;
}
.cid-vcrhjjf3ae H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uGsXOkzDnJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uGsXOkzDnJ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vcD0OD5wDg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-vcD0OD5wDg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vcD0OD5wDg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vcD0OD5wDg .mbr-text {
    text-align: center;
  }
}
.cid-vcD0OD5wDg .mbr-text,
.cid-vcD0OD5wDg .mbr-section-btn {
  text-align: center;
}
.cid-vcD0OD5wDg H1 {
  color: #e4d295;
  text-align: center;
}
.cid-vcrhkJ8KkN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vcrhkJ8KkN .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-unen9cbc7z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-unen9cbc7z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-unen9cbc7z .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unen9cbc7z .mbr-text {
    text-align: center;
  }
}
.cid-unen9cbc7z .mbr-text,
.cid-unen9cbc7z .mbr-section-btn {
  text-align: center;
}
.cid-unen9cbc7z H1 {
  color: #e4d295;
  text-align: center;
}
.cid-unencNv0WD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unencNv0WD .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uvwyH5mkLS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uvwyH5mkLS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uvwyH5mkLS .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvwyH5mkLS .mbr-text {
    text-align: center;
  }
}
.cid-uvwyH5mkLS .mbr-text,
.cid-uvwyH5mkLS .mbr-section-btn {
  text-align: center;
}
.cid-uvwyH5mkLS H1 {
  color: #e4d295;
  text-align: center;
}
.cid-utRdKheubq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-utRdKheubq .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tJIkthdMLC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-tJIkthdMLC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tJIkthdMLC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tJIkthdMLC .mbr-text {
    text-align: center;
  }
}
.cid-tJIkthdMLC .mbr-text,
.cid-tJIkthdMLC .mbr-section-btn {
  text-align: center;
}
.cid-tJIkthdMLC H1 {
  color: #e4d295;
  text-align: center;
}
.cid-t1GI9B2vYl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-t1GI9B2vYl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t1GI9B2vYl .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t1GI9B2vYl .mbr-text {
    text-align: center;
  }
}
.cid-t1GI9B2vYl .mbr-text,
.cid-t1GI9B2vYl .mbr-section-btn {
  text-align: center;
}
.cid-t1GI9B2vYl H3 {
  text-align: center;
  color: #f7ed4a;
}
.cid-t1GI9B2vYl B {
  color: #e4d295;
}
.cid-t1GI9B2vYl H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uvwyJk4BLq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvwyJk4BLq .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uYEZX9h4NN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uYEZX9h4NN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uYEZX9h4NN .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uYEZX9h4NN .mbr-text {
    text-align: center;
  }
}
.cid-uYEZX9h4NN .mbr-text,
.cid-uYEZX9h4NN .mbr-section-btn {
  text-align: center;
}
.cid-uYEZX9h4NN H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uGtEbb27VR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uGtEbb27VR .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tJPoGMX1Bi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-tJPoGMX1Bi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tJPoGMX1Bi .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tJPoGMX1Bi .mbr-text {
    text-align: center;
  }
}
.cid-tJPoGMX1Bi .mbr-text,
.cid-tJPoGMX1Bi .mbr-section-btn {
  text-align: center;
}
.cid-tJPoGMX1Bi H1 {
  color: #e4d295;
  text-align: center;
}
.cid-tli0LEk29Z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tli0LEk29Z .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-t1GIaEjn0Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-t1GIaEjn0Q .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t1GIaEjn0Q .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t1GIaEjn0Q .mbr-text {
    text-align: center;
  }
}
.cid-t1GIaEjn0Q .mbr-text,
.cid-t1GIaEjn0Q .mbr-section-btn {
  text-align: center;
}
.cid-t1GIaEjn0Q H3 {
  text-align: center;
  color: #f7ed4a;
}
.cid-t1GIaEjn0Q B {
  color: #e4d295;
}
.cid-t1GIaEjn0Q H1 {
  color: #e4d295;
  text-align: center;
}
.cid-tgUUnQAQIH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tgUUnQAQIH .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-t7pKAGCBXG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-t7pKAGCBXG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7pKAGCBXG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t7pKAGCBXG .mbr-text {
    text-align: center;
  }
}
.cid-t7pKAGCBXG .mbr-text,
.cid-t7pKAGCBXG .mbr-section-btn {
  text-align: center;
}
.cid-t7pKAGCBXG H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uOEVImGsPh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOEVImGsPh .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uOEVGqrEU7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uOEVGqrEU7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uOEVGqrEU7 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uOEVGqrEU7 .mbr-text {
    text-align: center;
  }
}
.cid-uOEVGqrEU7 .mbr-text,
.cid-uOEVGqrEU7 .mbr-section-btn {
  text-align: center;
}
.cid-uOEVGqrEU7 H1 {
  color: #e4d295;
  text-align: center;
}
.cid-tbGRGQt2WZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tbGRGQt2WZ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uTEDLP4xlG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uTEDLP4xlG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEDLP4xlG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEDLP4xlG .mbr-text {
    text-align: center;
  }
}
.cid-uTEDLP4xlG .mbr-text,
.cid-uTEDLP4xlG .mbr-section-btn {
  text-align: center;
}
.cid-uTEDLP4xlG H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uTEDNGJ1sn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uTEDNGJ1sn .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uGtE8GVJlN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uGtE8GVJlN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGtE8GVJlN .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uGtE8GVJlN .mbr-text {
    text-align: center;
  }
}
.cid-uGtE8GVJlN .mbr-text,
.cid-uGtE8GVJlN .mbr-section-btn {
  text-align: center;
}
.cid-uGtE8GVJlN H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uiMTZu57Hj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uiMTZu57Hj .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uPayo2uGP0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uPayo2uGP0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uPayo2uGP0 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uPayo2uGP0 .mbr-text {
    text-align: center;
  }
}
.cid-uPayo2uGP0 .mbr-text,
.cid-uPayo2uGP0 .mbr-section-btn {
  text-align: center;
}
.cid-uPayo2uGP0 H1 {
  color: #e4d295;
  text-align: center;
}
.cid-uPaypWjbQZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uPaypWjbQZ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uWYpxlykOY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uWYpxlykOY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uWYpxlykOY .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYpxlykOY .mbr-text {
    text-align: center;
  }
}
.cid-uWYpxlykOY .mbr-text,
.cid-uWYpxlykOY .mbr-section-btn {
  text-align: center;
}
.cid-uWYpxlykOY H1 {
  color: #e4d295;
  text-align: center;
}
.cid-t9z3evptE7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-t9z3evptE7 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tS7MBI8rEC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-tS7MBI8rEC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tS7MBI8rEC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tS7MBI8rEC .mbr-text {
    text-align: center;
  }
}
.cid-tS7MBI8rEC .mbr-text,
.cid-tS7MBI8rEC .mbr-section-btn {
  text-align: center;
}
.cid-tS7MBI8rEC H1 {
  color: #e4d295;
  text-align: center;
}
.cid-t35LWGMUz7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-t35LWGMUz7 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ta9hTAiGSV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-ta9hTAiGSV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ta9hTAiGSV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ta9hTAiGSV .mbr-text {
    text-align: center;
  }
}
.cid-ta9hTAiGSV .mbr-text,
.cid-ta9hTAiGSV .mbr-section-btn {
  text-align: center;
}
.cid-ta9hTAiGSV H1 {
  color: #e4d295;
  text-align: center;
}
.cid-v11h9p4GYE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-v11h9p4GYE .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uQdqjuBEhp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uQdqjuBEhp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQdqjuBEhp .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uQdqjuBEhp .mbr-text {
    text-align: center;
  }
}
.cid-uQdqjuBEhp .mbr-text,
.cid-uQdqjuBEhp .mbr-section-btn {
  text-align: center;
}
.cid-uQdqjuBEhp H1 {
  color: #efefef;
  text-align: center;
}
.cid-v11h8aeasy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-v11h8aeasy .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v11h8aeasy .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v11h8aeasy .mbr-text {
    text-align: center;
  }
}
.cid-v11h8aeasy .mbr-text,
.cid-v11h8aeasy .mbr-section-btn {
  text-align: center;
}
.cid-v11h8aeasy H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uQdql8Q051 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQdql8Q051 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vdtd2bELFq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-vdtd2bELFq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vdtd2bELFq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdtd2bELFq .mbr-text {
    text-align: center;
  }
}
.cid-vdtd2bELFq .mbr-text,
.cid-vdtd2bELFq .mbr-section-btn {
  text-align: center;
}
.cid-vdtd2bELFq H1 {
  color: #e4d295;
  text-align: center;
}
.cid-vdtd4QSwR0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vdtd4QSwR0 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vg7TJVvN9Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-vg7TJVvN9Y .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vg7TJVvN9Y .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vg7TJVvN9Y .mbr-text {
    text-align: center;
  }
}
.cid-vg7TJVvN9Y .mbr-text,
.cid-vg7TJVvN9Y .mbr-section-btn {
  text-align: center;
}
.cid-vg7TJVvN9Y H1 {
  color: #e4d295;
  text-align: center;
}
.cid-ta9hYa2yLI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-ta9hYa2yLI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfxqvegJBw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-vfxqvegJBw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vfxqvegJBw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfxqvegJBw .mbr-text {
    text-align: center;
  }
}
.cid-vfxqvegJBw .mbr-text,
.cid-vfxqvegJBw .mbr-section-btn {
  text-align: center;
}
.cid-vfxqvegJBw H1 {
  color: #e4d295;
  text-align: center;
}
.cid-vhI53mNrvD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vhI53mNrvD .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vhI51pFcZb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-vhI51pFcZb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vhI51pFcZb .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vhI51pFcZb .mbr-text {
    text-align: center;
  }
}
.cid-vhI51pFcZb .mbr-text,
.cid-vhI51pFcZb .mbr-section-btn {
  text-align: center;
}
.cid-vhI51pFcZb H1 {
  color: #e4d295;
  text-align: center;
}
.cid-vfxqwS2rkc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vfxqwS2rkc .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-t1GIetIKrw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-t1GIetIKrw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t1GIetIKrw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t1GIetIKrw .mbr-text {
    text-align: center;
  }
}
.cid-t1GIetIKrw .mbr-text,
.cid-t1GIetIKrw .mbr-section-btn {
  text-align: center;
}
.cid-t1GIetIKrw H1 {
  color: #e4d295;
  text-align: center;
}
.cid-tsyUpek44Q {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tsyUpek44Q .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-qy94Nf1TFK {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #073b4c;
}
.cid-qy94Nf1TFK .image-block {
  margin: auto;
}
.cid-qy94Nf1TFK .mbr-figure {
  margin: 0 auto;
}
.cid-qy94Nf1TFK figcaption {
  position: relative;
}
.cid-qy94Nf1TFK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qy94Nf1TFK .image-block {
    width: 100% !important;
  }
}
.cid-rHZaR8Kxs7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-rHZaR8Kxs7 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rHZaR8Kxs7 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rHZaR8Kxs7 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rHZaR8Kxs7 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rHZaR8Kxs7 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rHZaR8Kxs7 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rHZaR8Kxs7 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rHZaR8Kxs7 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rHZaR8Kxs7 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rHZaR8Kxs7 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rHZaR8Kxs7 [class^="socicon-"]:before,
.cid-rHZaR8Kxs7 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rHZaR8Kxs7 .btn {
    font-size: 20px !important;
  }
}
.cid-rHZaR8Kxs7 .mbr-section-title {
  color: #e4d295;
}
.cid-rEVXh8m8Ig {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-rEVXh8m8Ig .mbr-section-subtitle {
  text-align: center;
  color: #e4d295;
}
.cid-rEVXh8m8Ig H2 {
  color: #ffffff;
}
.cid-rEVXh8m8Ig .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sZjxMpP4rH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sZjxMpP4rH .media-container-column {
  align-items: center;
}
.cid-sZjxMpP4rH .mbr-author-desc {
  display: block;
}
.cid-sZjxMpP4rH .mbr-testimonial {
  margin-top: 5rem;
}
.cid-sZjxMpP4rH .mbr-testimonial .panel-item {
  background-color: #073b4c;
}
.cid-sZjxMpP4rH .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-sZjxMpP4rH .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sZjxMpP4rH .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sZjxMpP4rH .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-sZjxMpP4rH .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-sZjxMpP4rH .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qx709VLbCN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-qx709VLbCN .carousel-control {
  background: #000;
}
.cid-qx709VLbCN .mbr-section-subtitle {
  color: #767676;
}
.cid-qx709VLbCN .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qx709VLbCN .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qx709VLbCN .carousel-item .wrap-img {
  text-align: center;
}
.cid-qx709VLbCN .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-qx709VLbCN .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qx709VLbCN .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qx709VLbCN .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qx709VLbCN .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qx709VLbCN .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qx709VLbCN .cloneditem-1,
.cid-qx709VLbCN .cloneditem-2,
.cid-qx709VLbCN .cloneditem-3,
.cid-qx709VLbCN .cloneditem-4,
.cid-qx709VLbCN .cloneditem-5 {
  display: none;
}
.cid-qx709VLbCN .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qx709VLbCN .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qx709VLbCN .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qx709VLbCN .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qx709VLbCN .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qx709VLbCN .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qx709VLbCN .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides2 .cloneditem-1,
  .cid-qx709VLbCN .carousel-inner.slides2 .cloneditem-2,
  .cid-qx709VLbCN .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qx709VLbCN .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qx709VLbCN .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qx709VLbCN .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qx709VLbCN .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qx709VLbCN .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides3 .cloneditem-1,
  .cid-qx709VLbCN .carousel-inner.slides3 .cloneditem-2,
  .cid-qx709VLbCN .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qx709VLbCN .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qx709VLbCN .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qx709VLbCN .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qx709VLbCN .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qx709VLbCN .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides4 .cloneditem-1,
  .cid-qx709VLbCN .carousel-inner.slides4 .cloneditem-2,
  .cid-qx709VLbCN .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qx709VLbCN .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qx709VLbCN .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qx709VLbCN .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qx709VLbCN .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qx709VLbCN .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides5 .cloneditem-1,
  .cid-qx709VLbCN .carousel-inner.slides5 .cloneditem-2,
  .cid-qx709VLbCN .carousel-inner.slides5 .cloneditem-3,
  .cid-qx709VLbCN .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qx709VLbCN .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qx709VLbCN .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qx709VLbCN .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qx709VLbCN .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qx709VLbCN .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qx709VLbCN .carousel-inner.slides6 .cloneditem-1,
  .cid-qx709VLbCN .carousel-inner.slides6 .cloneditem-2,
  .cid-qx709VLbCN .carousel-inner.slides6 .cloneditem-3,
  .cid-qx709VLbCN .carousel-inner.slides6 .cloneditem-4,
  .cid-qx709VLbCN .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qx709VLbCN H2 {
  color: #ffffff;
}
.cid-qIANwpmY7X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-qIANwpmY7X .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-qIANwpmY7X .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-qIANwpmY7X .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-qIANwpmY7X .mbr-article {
  color: #fff;
}
.cid-qy96gUhuIG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-qy96gUhuIG .content {
    text-align: center;
  }
  .cid-qy96gUhuIG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qy96gUhuIG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qy96gUhuIG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qy96gUhuIG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qy96gUhuIG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qy96gUhuIG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qy96gUhuIG .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-qy96gUhuIG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qy96gUhuIG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qy96gUhuIG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qy96gUhuIG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qy96gUhuIG .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qy96gUhuIG P {
  text-align: center;
  color: #ffffff;
}
.cid-qy96gUhuIG H5 {
  text-align: center;
  color: #e4d295;
}
.cid-qy96gUhuIG .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-qI3LRXJRJV .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-qI3LRXJRJV .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-qI3LRXJRJV a {
  font-style: normal;
}
.cid-qI3LRXJRJV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qI3LRXJRJV .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qI3LRXJRJV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qI3LRXJRJV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qI3LRXJRJV .menu-logo {
  margin-right: auto;
}
.cid-qI3LRXJRJV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qI3LRXJRJV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qI3LRXJRJV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qI3LRXJRJV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qI3LRXJRJV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qI3LRXJRJV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qI3LRXJRJV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qI3LRXJRJV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qI3LRXJRJV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qI3LRXJRJV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qI3LRXJRJV .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qI3LRXJRJV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qI3LRXJRJV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qI3LRXJRJV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qI3LRXJRJV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qI3LRXJRJV .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-qI3LRXJRJV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qI3LRXJRJV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qI3LRXJRJV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qI3LRXJRJV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qI3LRXJRJV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qI3LRXJRJV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qI3LRXJRJV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qI3LRXJRJV button.navbar-toggler:focus {
  outline: none;
}
.cid-qI3LRXJRJV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qI3LRXJRJV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qI3LRXJRJV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qI3LRXJRJV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qI3LRXJRJV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qI3LRXJRJV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qI3LRXJRJV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qI3LRXJRJV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qI3LRXJRJV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qI3LRXJRJV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qI3LRXJRJV .collapsed .btn {
  display: flex;
}
.cid-qI3LRXJRJV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qI3LRXJRJV .collapsed .navbar-collapse.collapsing,
.cid-qI3LRXJRJV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qI3LRXJRJV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qI3LRXJRJV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qI3LRXJRJV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qI3LRXJRJV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qI3LRXJRJV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qI3LRXJRJV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qI3LRXJRJV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qI3LRXJRJV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qI3LRXJRJV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qI3LRXJRJV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qI3LRXJRJV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qI3LRXJRJV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qI3LRXJRJV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qI3LRXJRJV .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-qI3LRXJRJV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qI3LRXJRJV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qI3LRXJRJV .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-qI3LRXJRJV .navbar-expand {
    flex-direction: column;
  }
  .cid-qI3LRXJRJV img {
    height: 3.8rem !important;
  }
  .cid-qI3LRXJRJV .btn {
    display: flex;
  }
  .cid-qI3LRXJRJV button.navbar-toggler {
    display: block;
  }
  .cid-qI3LRXJRJV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qI3LRXJRJV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qI3LRXJRJV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qI3LRXJRJV .navbar-collapse.collapsing,
  .cid-qI3LRXJRJV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qI3LRXJRJV .navbar-collapse.collapsing .navbar-nav,
  .cid-qI3LRXJRJV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qI3LRXJRJV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qI3LRXJRJV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qI3LRXJRJV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qI3LRXJRJV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qI3LRXJRJV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qI3LRXJRJV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qI3LRXJRJV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qI3LRXJRJV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qI3LRXJRJV .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-qI3LRXJRJV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qI3LRXJRJV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qI3LRXJRJV .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-qI3LRXJRJV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qx78u3uuiN {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-qx78u3uuiN .media-container-column {
  align-items: center;
}
.cid-qx78u3uuiN .mbr-author-desc {
  display: block;
}
.cid-qx78u3uuiN .mbr-testimonial {
  margin-top: 5rem;
}
.cid-qx78u3uuiN .mbr-testimonial .panel-item {
  background-color: #02222d;
  background: linear-gradient(#02222d, transparent);
}
.cid-qx78u3uuiN .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-qx78u3uuiN .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  border-radius: 0;
}
.cid-qx78u3uuiN .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qx78u3uuiN .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-qx78u3uuiN .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-qx78u3uuiN .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qx78u3uuiN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qx78u3uuiN H2 {
  color: #ffffff;
}
.cid-qy9Ynix5My {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-qy9eVZ2i8K {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #073b4c;
}
.cid-qy9eVZ2i8K .image-block {
  margin: auto;
}
.cid-qy9eVZ2i8K .mbr-figure {
  margin: 0 auto;
}
.cid-qy9eVZ2i8K figcaption {
  position: relative;
}
.cid-qy9eVZ2i8K figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qy9eVZ2i8K .image-block {
    width: 100% !important;
  }
}
.cid-qy9XjeK029 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-qy9XjeK029 .media-container-column {
  align-items: center;
}
.cid-qy9XjeK029 .mbr-author-desc {
  display: block;
}
.cid-qy9XjeK029 .mbr-testimonial {
  margin-top: 5rem;
}
.cid-qy9XjeK029 .mbr-testimonial .panel-item {
  background-color: #073b4c;
  background: linear-gradient(#073b4c, transparent);
}
.cid-qy9XjeK029 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-qy9XjeK029 .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  border-radius: 0;
}
.cid-qy9XjeK029 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qy9XjeK029 .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-qy9XjeK029 .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-qy9XjeK029 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sZjIl0aCPe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sZjIl0aCPe .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sZjIl0aCPe .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-sZjIl0aCPe .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-sZjIl0aCPe .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-sZjIl0aCPe .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-sZjIl0aCPe p {
  color: #232323;
}
.cid-sZjIl0aCPe .mbr-text {
  text-align: center;
}
.cid-sZjIl0aCPe DIV {
  color: #ffffff;
}
.cid-sZjIl0aCPe P {
  color: #ffffff;
}
.cid-sZjIl0aCPe H2 {
  color: #e4d295;
}
.cid-rHZkAbPMXJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rHZkAbPMXJ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rHZkAbPMXJ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rHZkAbPMXJ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rHZkAbPMXJ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rHZkAbPMXJ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rHZkAbPMXJ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rHZkAbPMXJ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rHZkAbPMXJ .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rHZkAbPMXJ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rHZkAbPMXJ .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rHZkAbPMXJ [class^="socicon-"]:before,
.cid-rHZkAbPMXJ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rHZkAbPMXJ .btn {
    font-size: 20px !important;
  }
}
.cid-rHZkAbPMXJ .mbr-section-title {
  color: #e4d295;
}
.cid-rzgQDXK7i5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-rzgQDXK7i5 .carousel-control {
  background: #000;
}
.cid-rzgQDXK7i5 .mbr-section-subtitle {
  color: #767676;
}
.cid-rzgQDXK7i5 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzgQDXK7i5 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rzgQDXK7i5 .carousel-item .wrap-img {
  text-align: center;
}
.cid-rzgQDXK7i5 .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-rzgQDXK7i5 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzgQDXK7i5 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rzgQDXK7i5 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rzgQDXK7i5 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rzgQDXK7i5 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rzgQDXK7i5 .cloneditem-1,
.cid-rzgQDXK7i5 .cloneditem-2,
.cid-rzgQDXK7i5 .cloneditem-3,
.cid-rzgQDXK7i5 .cloneditem-4,
.cid-rzgQDXK7i5 .cloneditem-5 {
  display: none;
}
.cid-rzgQDXK7i5 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rzgQDXK7i5 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rzgQDXK7i5 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rzgQDXK7i5 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rzgQDXK7i5 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgQDXK7i5 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides2 .cloneditem-1,
  .cid-rzgQDXK7i5 .carousel-inner.slides2 .cloneditem-2,
  .cid-rzgQDXK7i5 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rzgQDXK7i5 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rzgQDXK7i5 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rzgQDXK7i5 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgQDXK7i5 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides3 .cloneditem-1,
  .cid-rzgQDXK7i5 .carousel-inner.slides3 .cloneditem-2,
  .cid-rzgQDXK7i5 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rzgQDXK7i5 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rzgQDXK7i5 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rzgQDXK7i5 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgQDXK7i5 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides4 .cloneditem-1,
  .cid-rzgQDXK7i5 .carousel-inner.slides4 .cloneditem-2,
  .cid-rzgQDXK7i5 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rzgQDXK7i5 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rzgQDXK7i5 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rzgQDXK7i5 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgQDXK7i5 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides5 .cloneditem-1,
  .cid-rzgQDXK7i5 .carousel-inner.slides5 .cloneditem-2,
  .cid-rzgQDXK7i5 .carousel-inner.slides5 .cloneditem-3,
  .cid-rzgQDXK7i5 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rzgQDXK7i5 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rzgQDXK7i5 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rzgQDXK7i5 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgQDXK7i5 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgQDXK7i5 .carousel-inner.slides6 .cloneditem-1,
  .cid-rzgQDXK7i5 .carousel-inner.slides6 .cloneditem-2,
  .cid-rzgQDXK7i5 .carousel-inner.slides6 .cloneditem-3,
  .cid-rzgQDXK7i5 .carousel-inner.slides6 .cloneditem-4,
  .cid-rzgQDXK7i5 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rzgQDXK7i5 H2 {
  color: #ffffff;
}
.cid-qIAPL08ul0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-qIAPL08ul0 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-qIAPL08ul0 .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-qIAPL08ul0 .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-qIAPL08ul0 .mbr-article {
  color: #fff;
}
.cid-r56w2KqGac {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-r56w2KqGac .content {
    text-align: center;
  }
  .cid-r56w2KqGac .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r56w2KqGac .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r56w2KqGac .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r56w2KqGac .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r56w2KqGac .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r56w2KqGac .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r56w2KqGac .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-r56w2KqGac .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r56w2KqGac .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r56w2KqGac .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r56w2KqGac .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r56w2KqGac .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r56w2KqGac P {
  text-align: center;
  color: #ffffff;
}
.cid-r56w2KqGac H5 {
  text-align: center;
  color: #e4d295;
}
.cid-r56w2KqGac .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-qI3LPGSt7H .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-qI3LPGSt7H .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-qI3LPGSt7H a {
  font-style: normal;
}
.cid-qI3LPGSt7H .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qI3LPGSt7H .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qI3LPGSt7H .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qI3LPGSt7H .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qI3LPGSt7H .menu-logo {
  margin-right: auto;
}
.cid-qI3LPGSt7H .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qI3LPGSt7H .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qI3LPGSt7H .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qI3LPGSt7H .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qI3LPGSt7H .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qI3LPGSt7H .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qI3LPGSt7H .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qI3LPGSt7H .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qI3LPGSt7H .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qI3LPGSt7H .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qI3LPGSt7H .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qI3LPGSt7H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qI3LPGSt7H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qI3LPGSt7H .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qI3LPGSt7H .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qI3LPGSt7H .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-qI3LPGSt7H .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qI3LPGSt7H .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qI3LPGSt7H .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qI3LPGSt7H .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qI3LPGSt7H .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qI3LPGSt7H .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qI3LPGSt7H button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qI3LPGSt7H button.navbar-toggler:focus {
  outline: none;
}
.cid-qI3LPGSt7H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qI3LPGSt7H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qI3LPGSt7H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qI3LPGSt7H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qI3LPGSt7H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qI3LPGSt7H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qI3LPGSt7H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qI3LPGSt7H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qI3LPGSt7H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qI3LPGSt7H .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qI3LPGSt7H .collapsed .btn {
  display: flex;
}
.cid-qI3LPGSt7H .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qI3LPGSt7H .collapsed .navbar-collapse.collapsing,
.cid-qI3LPGSt7H .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qI3LPGSt7H .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qI3LPGSt7H .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qI3LPGSt7H .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qI3LPGSt7H .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qI3LPGSt7H .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qI3LPGSt7H .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qI3LPGSt7H .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qI3LPGSt7H .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qI3LPGSt7H .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qI3LPGSt7H .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qI3LPGSt7H .collapsed button.navbar-toggler {
  display: block;
}
.cid-qI3LPGSt7H .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qI3LPGSt7H .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qI3LPGSt7H .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-qI3LPGSt7H .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qI3LPGSt7H .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qI3LPGSt7H .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-qI3LPGSt7H .navbar-expand {
    flex-direction: column;
  }
  .cid-qI3LPGSt7H img {
    height: 3.8rem !important;
  }
  .cid-qI3LPGSt7H .btn {
    display: flex;
  }
  .cid-qI3LPGSt7H button.navbar-toggler {
    display: block;
  }
  .cid-qI3LPGSt7H .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qI3LPGSt7H .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qI3LPGSt7H .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qI3LPGSt7H .navbar-collapse.collapsing,
  .cid-qI3LPGSt7H .navbar-collapse.show {
    display: block !important;
  }
  .cid-qI3LPGSt7H .navbar-collapse.collapsing .navbar-nav,
  .cid-qI3LPGSt7H .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qI3LPGSt7H .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qI3LPGSt7H .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qI3LPGSt7H .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qI3LPGSt7H .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qI3LPGSt7H .navbar-collapse.collapsing .navbar-buttons,
  .cid-qI3LPGSt7H .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qI3LPGSt7H .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qI3LPGSt7H .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qI3LPGSt7H .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-qI3LPGSt7H .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qI3LPGSt7H .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qI3LPGSt7H .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-qI3LPGSt7H .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qx78u3uuiN {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-qx78u3uuiN .media-container-column {
  align-items: center;
}
.cid-qx78u3uuiN .mbr-author-desc {
  display: block;
}
.cid-qx78u3uuiN .mbr-testimonial {
  margin-top: 5rem;
}
.cid-qx78u3uuiN .mbr-testimonial .panel-item {
  background-color: #02222d;
  background: linear-gradient(#02222d, transparent);
}
.cid-qx78u3uuiN .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-qx78u3uuiN .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  border-radius: 0;
}
.cid-qx78u3uuiN .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qx78u3uuiN .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-qx78u3uuiN .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-qx78u3uuiN .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qx78u3uuiN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qx78u3uuiN H2 {
  color: #ffffff;
}
.cid-qy9e5BwlNK {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #073b4c;
}
.cid-qy9e5BwlNK .image-block {
  margin: auto;
}
.cid-qy9e5BwlNK .mbr-figure {
  margin: 0 auto;
}
.cid-qy9e5BwlNK figcaption {
  position: relative;
}
.cid-qy9e5BwlNK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qy9e5BwlNK .image-block {
    width: 100% !important;
  }
}
.cid-qy9UmxpSLw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-qy9UmxpSLw .media-container-column {
  align-items: center;
}
.cid-qy9UmxpSLw .mbr-author-desc {
  display: block;
}
.cid-qy9UmxpSLw .mbr-testimonial {
  margin-top: 5rem;
}
.cid-qy9UmxpSLw .mbr-testimonial .panel-item {
  background-color: #073b4c;
}
.cid-qy9UmxpSLw .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-qy9UmxpSLw .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  border-radius: 0;
}
.cid-qy9UmxpSLw .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qy9UmxpSLw .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-qy9UmxpSLw .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-qy9UmxpSLw .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qy9U35rJqs {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-sZjzeHM5I2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sZjzeHM5I2 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sZjzeHM5I2 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-sZjzeHM5I2 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-sZjzeHM5I2 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-sZjzeHM5I2 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-sZjzeHM5I2 p {
  color: #232323;
}
.cid-sZjzeHM5I2 .mbr-text {
  text-align: center;
}
.cid-sZjzeHM5I2 DIV {
  color: #ffffff;
}
.cid-sZjzeHM5I2 P {
  color: #ffffff;
}
.cid-sZjzeHM5I2 H2 {
  color: #e4d295;
}
.cid-rHZbA4ZGBK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rHZbA4ZGBK .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rHZbA4ZGBK .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rHZbA4ZGBK .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rHZbA4ZGBK .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rHZbA4ZGBK .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rHZbA4ZGBK .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rHZbA4ZGBK .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rHZbA4ZGBK .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rHZbA4ZGBK .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rHZbA4ZGBK .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rHZbA4ZGBK [class^="socicon-"]:before,
.cid-rHZbA4ZGBK [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rHZbA4ZGBK .btn {
    font-size: 20px !important;
  }
}
.cid-rHZbA4ZGBK .mbr-section-title {
  color: #e4d295;
}
.cid-rzgRi1TzKA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-rzgRi1TzKA .carousel-control {
  background: #000;
}
.cid-rzgRi1TzKA .mbr-section-subtitle {
  color: #767676;
}
.cid-rzgRi1TzKA .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzgRi1TzKA .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rzgRi1TzKA .carousel-item .wrap-img {
  text-align: center;
}
.cid-rzgRi1TzKA .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-rzgRi1TzKA .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzgRi1TzKA .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rzgRi1TzKA .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rzgRi1TzKA .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rzgRi1TzKA .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rzgRi1TzKA .cloneditem-1,
.cid-rzgRi1TzKA .cloneditem-2,
.cid-rzgRi1TzKA .cloneditem-3,
.cid-rzgRi1TzKA .cloneditem-4,
.cid-rzgRi1TzKA .cloneditem-5 {
  display: none;
}
.cid-rzgRi1TzKA .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rzgRi1TzKA .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rzgRi1TzKA .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rzgRi1TzKA .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rzgRi1TzKA .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rzgRi1TzKA .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgRi1TzKA .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides2 .cloneditem-1,
  .cid-rzgRi1TzKA .carousel-inner.slides2 .cloneditem-2,
  .cid-rzgRi1TzKA .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rzgRi1TzKA .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rzgRi1TzKA .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rzgRi1TzKA .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rzgRi1TzKA .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgRi1TzKA .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides3 .cloneditem-1,
  .cid-rzgRi1TzKA .carousel-inner.slides3 .cloneditem-2,
  .cid-rzgRi1TzKA .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rzgRi1TzKA .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rzgRi1TzKA .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rzgRi1TzKA .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rzgRi1TzKA .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgRi1TzKA .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides4 .cloneditem-1,
  .cid-rzgRi1TzKA .carousel-inner.slides4 .cloneditem-2,
  .cid-rzgRi1TzKA .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rzgRi1TzKA .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rzgRi1TzKA .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rzgRi1TzKA .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rzgRi1TzKA .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgRi1TzKA .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides5 .cloneditem-1,
  .cid-rzgRi1TzKA .carousel-inner.slides5 .cloneditem-2,
  .cid-rzgRi1TzKA .carousel-inner.slides5 .cloneditem-3,
  .cid-rzgRi1TzKA .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rzgRi1TzKA .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rzgRi1TzKA .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rzgRi1TzKA .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rzgRi1TzKA .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgRi1TzKA .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgRi1TzKA .carousel-inner.slides6 .cloneditem-1,
  .cid-rzgRi1TzKA .carousel-inner.slides6 .cloneditem-2,
  .cid-rzgRi1TzKA .carousel-inner.slides6 .cloneditem-3,
  .cid-rzgRi1TzKA .carousel-inner.slides6 .cloneditem-4,
  .cid-rzgRi1TzKA .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rzgRi1TzKA H2 {
  color: #ffffff;
}
.cid-qIAPxXmbck {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-qIAPxXmbck .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-qIAPxXmbck .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-qIAPxXmbck .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-qIAPxXmbck .mbr-article {
  color: #fff;
}
.cid-r56vDYzdRG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-r56vDYzdRG .content {
    text-align: center;
  }
  .cid-r56vDYzdRG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r56vDYzdRG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r56vDYzdRG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r56vDYzdRG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r56vDYzdRG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r56vDYzdRG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r56vDYzdRG .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-r56vDYzdRG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r56vDYzdRG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r56vDYzdRG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r56vDYzdRG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r56vDYzdRG .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r56vDYzdRG P {
  text-align: center;
  color: #ffffff;
}
.cid-r56vDYzdRG H5 {
  text-align: center;
  color: #e4d295;
}
.cid-r56vDYzdRG .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-qI3LU8iTJL .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-qI3LU8iTJL .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-qI3LU8iTJL a {
  font-style: normal;
}
.cid-qI3LU8iTJL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qI3LU8iTJL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qI3LU8iTJL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qI3LU8iTJL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qI3LU8iTJL .menu-logo {
  margin-right: auto;
}
.cid-qI3LU8iTJL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qI3LU8iTJL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qI3LU8iTJL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qI3LU8iTJL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qI3LU8iTJL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qI3LU8iTJL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qI3LU8iTJL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qI3LU8iTJL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qI3LU8iTJL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qI3LU8iTJL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qI3LU8iTJL .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qI3LU8iTJL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qI3LU8iTJL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qI3LU8iTJL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qI3LU8iTJL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qI3LU8iTJL .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-qI3LU8iTJL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qI3LU8iTJL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qI3LU8iTJL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qI3LU8iTJL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qI3LU8iTJL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qI3LU8iTJL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qI3LU8iTJL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qI3LU8iTJL button.navbar-toggler:focus {
  outline: none;
}
.cid-qI3LU8iTJL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qI3LU8iTJL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qI3LU8iTJL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qI3LU8iTJL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qI3LU8iTJL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qI3LU8iTJL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qI3LU8iTJL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qI3LU8iTJL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qI3LU8iTJL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qI3LU8iTJL .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qI3LU8iTJL .collapsed .btn {
  display: flex;
}
.cid-qI3LU8iTJL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qI3LU8iTJL .collapsed .navbar-collapse.collapsing,
.cid-qI3LU8iTJL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qI3LU8iTJL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qI3LU8iTJL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qI3LU8iTJL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qI3LU8iTJL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qI3LU8iTJL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qI3LU8iTJL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qI3LU8iTJL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qI3LU8iTJL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qI3LU8iTJL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qI3LU8iTJL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qI3LU8iTJL .collapsed button.navbar-toggler {
  display: block;
}
.cid-qI3LU8iTJL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qI3LU8iTJL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qI3LU8iTJL .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-qI3LU8iTJL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qI3LU8iTJL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qI3LU8iTJL .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-qI3LU8iTJL .navbar-expand {
    flex-direction: column;
  }
  .cid-qI3LU8iTJL img {
    height: 3.8rem !important;
  }
  .cid-qI3LU8iTJL .btn {
    display: flex;
  }
  .cid-qI3LU8iTJL button.navbar-toggler {
    display: block;
  }
  .cid-qI3LU8iTJL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qI3LU8iTJL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qI3LU8iTJL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qI3LU8iTJL .navbar-collapse.collapsing,
  .cid-qI3LU8iTJL .navbar-collapse.show {
    display: block !important;
  }
  .cid-qI3LU8iTJL .navbar-collapse.collapsing .navbar-nav,
  .cid-qI3LU8iTJL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qI3LU8iTJL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qI3LU8iTJL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qI3LU8iTJL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qI3LU8iTJL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qI3LU8iTJL .navbar-collapse.collapsing .navbar-buttons,
  .cid-qI3LU8iTJL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qI3LU8iTJL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qI3LU8iTJL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qI3LU8iTJL .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-qI3LU8iTJL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qI3LU8iTJL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qI3LU8iTJL .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-qI3LU8iTJL .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qy7SJS5hvk {
  padding-top: 105px;
  padding-bottom: 105px;
  background: #073b4c;
}
.cid-qy7SJS5hvk .image-block {
  margin: auto;
}
.cid-qy7SJS5hvk .mbr-figure {
  margin: 0 auto;
}
.cid-qy7SJS5hvk figcaption {
  position: relative;
}
.cid-qy7SJS5hvk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qy7SJS5hvk .image-block {
    width: 100% !important;
  }
}
.cid-qyvbf28t0I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-qyvbf28t0I .media-container-column {
  align-items: center;
}
.cid-qyvbf28t0I .mbr-author-desc {
  display: block;
}
.cid-qyvbf28t0I .mbr-testimonial {
  margin-top: 5rem;
}
.cid-qyvbf28t0I .mbr-testimonial .panel-item {
  background-color: #023040;
  background: linear-gradient(#023040, transparent);
}
.cid-qyvbf28t0I .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-qyvbf28t0I .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qyvbf28t0I .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qyvbf28t0I .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-qyvbf28t0I .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-qyvbf28t0I .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sZjAaCDtZo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sZjAaCDtZo .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sZjA9i9NXU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sZjA9i9NXU .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sZjA9i9NXU .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-sZjA9i9NXU .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-sZjA9i9NXU .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-sZjA9i9NXU .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-sZjA9i9NXU p {
  color: #232323;
}
.cid-sZjA9i9NXU .mbr-text {
  text-align: center;
}
.cid-sZjA9i9NXU DIV {
  color: #ffffff;
}
.cid-sZjA9i9NXU P {
  color: #ffffff;
}
.cid-sZjA9i9NXU H2 {
  color: #e4d295;
}
.cid-rzgRoyQZ9g {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-rzgRoyQZ9g .carousel-control {
  background: #000;
}
.cid-rzgRoyQZ9g .mbr-section-subtitle {
  color: #767676;
}
.cid-rzgRoyQZ9g .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzgRoyQZ9g .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rzgRoyQZ9g .carousel-item .wrap-img {
  text-align: center;
}
.cid-rzgRoyQZ9g .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-rzgRoyQZ9g .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzgRoyQZ9g .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rzgRoyQZ9g .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rzgRoyQZ9g .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rzgRoyQZ9g .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rzgRoyQZ9g .cloneditem-1,
.cid-rzgRoyQZ9g .cloneditem-2,
.cid-rzgRoyQZ9g .cloneditem-3,
.cid-rzgRoyQZ9g .cloneditem-4,
.cid-rzgRoyQZ9g .cloneditem-5 {
  display: none;
}
.cid-rzgRoyQZ9g .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rzgRoyQZ9g .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rzgRoyQZ9g .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rzgRoyQZ9g .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rzgRoyQZ9g .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgRoyQZ9g .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides2 .cloneditem-1,
  .cid-rzgRoyQZ9g .carousel-inner.slides2 .cloneditem-2,
  .cid-rzgRoyQZ9g .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rzgRoyQZ9g .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rzgRoyQZ9g .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rzgRoyQZ9g .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgRoyQZ9g .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides3 .cloneditem-1,
  .cid-rzgRoyQZ9g .carousel-inner.slides3 .cloneditem-2,
  .cid-rzgRoyQZ9g .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rzgRoyQZ9g .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rzgRoyQZ9g .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rzgRoyQZ9g .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgRoyQZ9g .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides4 .cloneditem-1,
  .cid-rzgRoyQZ9g .carousel-inner.slides4 .cloneditem-2,
  .cid-rzgRoyQZ9g .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rzgRoyQZ9g .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rzgRoyQZ9g .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rzgRoyQZ9g .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgRoyQZ9g .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides5 .cloneditem-1,
  .cid-rzgRoyQZ9g .carousel-inner.slides5 .cloneditem-2,
  .cid-rzgRoyQZ9g .carousel-inner.slides5 .cloneditem-3,
  .cid-rzgRoyQZ9g .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rzgRoyQZ9g .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rzgRoyQZ9g .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rzgRoyQZ9g .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rzgRoyQZ9g .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rzgRoyQZ9g .carousel-inner.slides6 .cloneditem-1,
  .cid-rzgRoyQZ9g .carousel-inner.slides6 .cloneditem-2,
  .cid-rzgRoyQZ9g .carousel-inner.slides6 .cloneditem-3,
  .cid-rzgRoyQZ9g .carousel-inner.slides6 .cloneditem-4,
  .cid-rzgRoyQZ9g .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rzgRoyQZ9g H2 {
  color: #ffffff;
}
.cid-qIAPXxtgwj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-qIAPXxtgwj .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-qIAPXxtgwj .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-qIAPXxtgwj .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-qIAPXxtgwj .mbr-article {
  color: #fff;
}
.cid-r56wdGCod3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-r56wdGCod3 .content {
    text-align: center;
  }
  .cid-r56wdGCod3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r56wdGCod3 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r56wdGCod3 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r56wdGCod3 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r56wdGCod3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r56wdGCod3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r56wdGCod3 .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-r56wdGCod3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r56wdGCod3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r56wdGCod3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r56wdGCod3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r56wdGCod3 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r56wdGCod3 P {
  text-align: center;
  color: #ffffff;
}
.cid-r56wdGCod3 H5 {
  text-align: center;
  color: #e4d295;
}
.cid-r56wdGCod3 .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-qI3Iw4V3YX .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-qI3Iw4V3YX .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-qI3Iw4V3YX a {
  font-style: normal;
}
.cid-qI3Iw4V3YX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qI3Iw4V3YX .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qI3Iw4V3YX .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qI3Iw4V3YX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qI3Iw4V3YX .menu-logo {
  margin-right: auto;
}
.cid-qI3Iw4V3YX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qI3Iw4V3YX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qI3Iw4V3YX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qI3Iw4V3YX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qI3Iw4V3YX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qI3Iw4V3YX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qI3Iw4V3YX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qI3Iw4V3YX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qI3Iw4V3YX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qI3Iw4V3YX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qI3Iw4V3YX .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qI3Iw4V3YX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qI3Iw4V3YX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qI3Iw4V3YX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qI3Iw4V3YX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qI3Iw4V3YX .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-qI3Iw4V3YX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qI3Iw4V3YX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qI3Iw4V3YX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qI3Iw4V3YX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qI3Iw4V3YX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qI3Iw4V3YX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qI3Iw4V3YX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qI3Iw4V3YX button.navbar-toggler:focus {
  outline: none;
}
.cid-qI3Iw4V3YX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qI3Iw4V3YX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qI3Iw4V3YX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qI3Iw4V3YX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qI3Iw4V3YX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qI3Iw4V3YX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qI3Iw4V3YX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qI3Iw4V3YX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qI3Iw4V3YX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qI3Iw4V3YX .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qI3Iw4V3YX .collapsed .btn {
  display: flex;
}
.cid-qI3Iw4V3YX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qI3Iw4V3YX .collapsed .navbar-collapse.collapsing,
.cid-qI3Iw4V3YX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qI3Iw4V3YX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qI3Iw4V3YX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qI3Iw4V3YX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qI3Iw4V3YX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qI3Iw4V3YX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qI3Iw4V3YX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qI3Iw4V3YX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qI3Iw4V3YX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qI3Iw4V3YX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qI3Iw4V3YX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qI3Iw4V3YX .collapsed button.navbar-toggler {
  display: block;
}
.cid-qI3Iw4V3YX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qI3Iw4V3YX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qI3Iw4V3YX .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-qI3Iw4V3YX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qI3Iw4V3YX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qI3Iw4V3YX .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-qI3Iw4V3YX .navbar-expand {
    flex-direction: column;
  }
  .cid-qI3Iw4V3YX img {
    height: 3.8rem !important;
  }
  .cid-qI3Iw4V3YX .btn {
    display: flex;
  }
  .cid-qI3Iw4V3YX button.navbar-toggler {
    display: block;
  }
  .cid-qI3Iw4V3YX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qI3Iw4V3YX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qI3Iw4V3YX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qI3Iw4V3YX .navbar-collapse.collapsing,
  .cid-qI3Iw4V3YX .navbar-collapse.show {
    display: block !important;
  }
  .cid-qI3Iw4V3YX .navbar-collapse.collapsing .navbar-nav,
  .cid-qI3Iw4V3YX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qI3Iw4V3YX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qI3Iw4V3YX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qI3Iw4V3YX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qI3Iw4V3YX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qI3Iw4V3YX .navbar-collapse.collapsing .navbar-buttons,
  .cid-qI3Iw4V3YX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qI3Iw4V3YX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qI3Iw4V3YX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qI3Iw4V3YX .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-qI3Iw4V3YX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qI3Iw4V3YX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qI3Iw4V3YX .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-qI3Iw4V3YX .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qx78u3uuiN {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-qx78u3uuiN .media-container-column {
  align-items: center;
}
.cid-qx78u3uuiN .mbr-author-desc {
  display: block;
}
.cid-qx78u3uuiN .mbr-testimonial {
  margin-top: 5rem;
}
.cid-qx78u3uuiN .mbr-testimonial .panel-item {
  background-color: #02222d;
  background: linear-gradient(#02222d, transparent);
}
.cid-qx78u3uuiN .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-qx78u3uuiN .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  border-radius: 0;
}
.cid-qx78u3uuiN .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qx78u3uuiN .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-qx78u3uuiN .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-qx78u3uuiN .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qx78u3uuiN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qx78u3uuiN H2 {
  color: #ffffff;
}
.cid-qx78u3uuiN .mbr-section-subtitle B {
  color: #2f2504;
}
.cid-qx78u3uuiN .mbr-section-subtitle DIV {
  color: #ffffff;
}
.cid-qx78u3uuiN .mbr-text B {
  color: #ffffff;
}
.cid-qx78u3uuiN .mbr-text {
  color: #ffffff;
}
.cid-uDxyI3hz2y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-uDxyI3hz2y .mbr-section-subtitle,
.cid-uDxyI3hz2y .mbr-text {
  color: #767676;
}
.cid-uDxyI3hz2y .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uDxyI3hz2y .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uDxyI3hz2y .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uDxyI3hz2y .card-wrapper .card-img .mbr-overlay {
  background-color: #073b4c;
  display: none;
  transition: opacity .3s;
}
.cid-uDxyI3hz2y .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-uDxyI3hz2y .card-wrapper .card-img img {
  width: 100%;
}
.cid-uDxyI3hz2y .card-wrapper .card-box {
  background-color: #073b4c;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uDxyI3hz2y .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uDxyI3hz2y .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uDxyI3hz2y .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uDxyI3hz2y .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uDxyI3hz2y .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-uDxyI3hz2y .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uDxyI3hz2y .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uDxyI3hz2y .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDxyI3hz2y .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uDxyI3hz2y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0OOXYEGBk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #023040;
  background: linear-gradient(45deg, #023040, #022532);
}
.cid-v0OOXYEGBk .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v0OOXYEGBk .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v0OOXYEGBk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0OOXYEGBk .mbr-text {
    text-align: center;
  }
}
.cid-v0OOXYEGBk .mbr-text,
.cid-v0OOXYEGBk .mbr-section-btn {
  color: #e4d295;
  text-align: center;
}
.cid-v0OOXYEGBk H3 {
  text-align: center;
}
.cid-v0OOXYEGBk H1 {
  text-align: center;
}
.cid-rlNeJsm3xT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rlNeJsm3xT .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rlNeJsm3xT .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-rlNeJsm3xT .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-rlNeJsm3xT .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-rlNeJsm3xT .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-rlNeJsm3xT p {
  color: #232323;
}
.cid-rlNeJsm3xT .mbr-text {
  text-align: center;
}
.cid-rlNeJsm3xT DIV {
  color: #ffffff;
}
.cid-rlNeJsm3xT P {
  color: #ffffff;
}
.cid-rlNeJsm3xT H2 {
  color: #e4d295;
}
.cid-qy7SJS5hvk {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #073b4c;
}
.cid-qy7SJS5hvk .image-block {
  margin: auto;
}
.cid-qy7SJS5hvk .mbr-figure {
  margin: 0 auto;
}
.cid-qy7SJS5hvk figcaption {
  position: relative;
}
.cid-qy7SJS5hvk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qy7SJS5hvk .image-block {
    width: 100% !important;
  }
}
.cid-rEPef90QzA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rEPef90QzA .mbr-section-subtitle {
  text-align: center;
  color: #e4d295;
}
.cid-rEPef90QzA H2 {
  color: #ffffff;
}
.cid-rEPef90QzA .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-rlNfH6zeFl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-rlNfH6zeFl .media-container-column {
  align-items: center;
}
.cid-rlNfH6zeFl .mbr-author-desc {
  display: block;
}
.cid-rlNfH6zeFl .mbr-testimonial {
  margin-top: 5rem;
}
.cid-rlNfH6zeFl .mbr-testimonial .panel-item {
  background-color: #073b4c;
}
.cid-rlNfH6zeFl .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-rlNfH6zeFl .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rlNfH6zeFl .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rlNfH6zeFl .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-rlNfH6zeFl .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-rlNfH6zeFl .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-riwQyOVs2x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-riwQyOVs2x .carousel-control {
  background: #000;
}
.cid-riwQyOVs2x .mbr-section-subtitle {
  color: #767676;
}
.cid-riwQyOVs2x .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-riwQyOVs2x .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-riwQyOVs2x .carousel-item .wrap-img {
  text-align: center;
}
.cid-riwQyOVs2x .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-riwQyOVs2x .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-riwQyOVs2x .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-riwQyOVs2x .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-riwQyOVs2x .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-riwQyOVs2x .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-riwQyOVs2x .cloneditem-1,
.cid-riwQyOVs2x .cloneditem-2,
.cid-riwQyOVs2x .cloneditem-3,
.cid-riwQyOVs2x .cloneditem-4,
.cid-riwQyOVs2x .cloneditem-5 {
  display: none;
}
.cid-riwQyOVs2x .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-riwQyOVs2x .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-riwQyOVs2x .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-riwQyOVs2x .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-riwQyOVs2x .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-riwQyOVs2x .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-riwQyOVs2x .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides2 .cloneditem-1,
  .cid-riwQyOVs2x .carousel-inner.slides2 .cloneditem-2,
  .cid-riwQyOVs2x .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-riwQyOVs2x .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-riwQyOVs2x .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-riwQyOVs2x .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-riwQyOVs2x .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-riwQyOVs2x .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides3 .cloneditem-1,
  .cid-riwQyOVs2x .carousel-inner.slides3 .cloneditem-2,
  .cid-riwQyOVs2x .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-riwQyOVs2x .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-riwQyOVs2x .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-riwQyOVs2x .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-riwQyOVs2x .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-riwQyOVs2x .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides4 .cloneditem-1,
  .cid-riwQyOVs2x .carousel-inner.slides4 .cloneditem-2,
  .cid-riwQyOVs2x .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-riwQyOVs2x .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-riwQyOVs2x .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-riwQyOVs2x .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-riwQyOVs2x .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-riwQyOVs2x .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides5 .cloneditem-1,
  .cid-riwQyOVs2x .carousel-inner.slides5 .cloneditem-2,
  .cid-riwQyOVs2x .carousel-inner.slides5 .cloneditem-3,
  .cid-riwQyOVs2x .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-riwQyOVs2x .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-riwQyOVs2x .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-riwQyOVs2x .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-riwQyOVs2x .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-riwQyOVs2x .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-riwQyOVs2x .carousel-inner.slides6 .cloneditem-1,
  .cid-riwQyOVs2x .carousel-inner.slides6 .cloneditem-2,
  .cid-riwQyOVs2x .carousel-inner.slides6 .cloneditem-3,
  .cid-riwQyOVs2x .carousel-inner.slides6 .cloneditem-4,
  .cid-riwQyOVs2x .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-riwQyOVs2x H2 {
  color: #ffffff;
}
.cid-qxhiTQuVNq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-qxhiTQuVNq .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-qxhiTQuVNq .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-qxhiTQuVNq .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-qxhiTQuVNq .mbr-article {
  color: #fff;
}
.cid-r56uDwo5t4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-r56uDwo5t4 .content {
    text-align: center;
  }
  .cid-r56uDwo5t4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r56uDwo5t4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r56uDwo5t4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r56uDwo5t4 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r56uDwo5t4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r56uDwo5t4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r56uDwo5t4 .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-r56uDwo5t4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r56uDwo5t4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r56uDwo5t4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r56uDwo5t4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r56uDwo5t4 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r56uDwo5t4 P {
  text-align: center;
  color: #ffffff;
}
.cid-r56uDwo5t4 H5 {
  text-align: center;
  color: #e4d295;
}
.cid-r56uDwo5t4 .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-sCjETm69ms .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-sCjETm69ms .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-sCjETm69ms a {
  font-style: normal;
}
.cid-sCjETm69ms .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCjETm69ms .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCjETm69ms .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCjETm69ms .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCjETm69ms .menu-logo {
  margin-right: auto;
}
.cid-sCjETm69ms .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCjETm69ms .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCjETm69ms .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCjETm69ms .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCjETm69ms .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCjETm69ms .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCjETm69ms .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCjETm69ms .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCjETm69ms .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCjETm69ms .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCjETm69ms .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCjETm69ms .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCjETm69ms .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCjETm69ms .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCjETm69ms .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCjETm69ms .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-sCjETm69ms .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCjETm69ms .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCjETm69ms .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCjETm69ms .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCjETm69ms .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCjETm69ms .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCjETm69ms button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCjETm69ms button.navbar-toggler:focus {
  outline: none;
}
.cid-sCjETm69ms button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCjETm69ms button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCjETm69ms button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCjETm69ms button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCjETm69ms button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCjETm69ms nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCjETm69ms nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCjETm69ms nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCjETm69ms nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCjETm69ms .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCjETm69ms .collapsed .btn {
  display: flex;
}
.cid-sCjETm69ms .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCjETm69ms .collapsed .navbar-collapse.collapsing,
.cid-sCjETm69ms .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCjETm69ms .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCjETm69ms .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCjETm69ms .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCjETm69ms .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCjETm69ms .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCjETm69ms .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCjETm69ms .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCjETm69ms .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sCjETm69ms .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCjETm69ms .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCjETm69ms .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCjETm69ms .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCjETm69ms .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCjETm69ms .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-sCjETm69ms .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCjETm69ms .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCjETm69ms .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-sCjETm69ms .navbar-expand {
    flex-direction: column;
  }
  .cid-sCjETm69ms img {
    height: 3.8rem !important;
  }
  .cid-sCjETm69ms .btn {
    display: flex;
  }
  .cid-sCjETm69ms button.navbar-toggler {
    display: block;
  }
  .cid-sCjETm69ms .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCjETm69ms .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCjETm69ms .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCjETm69ms .navbar-collapse.collapsing,
  .cid-sCjETm69ms .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCjETm69ms .navbar-collapse.collapsing .navbar-nav,
  .cid-sCjETm69ms .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCjETm69ms .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCjETm69ms .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCjETm69ms .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCjETm69ms .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCjETm69ms .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCjETm69ms .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sCjETm69ms .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCjETm69ms .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCjETm69ms .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-sCjETm69ms .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCjETm69ms .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCjETm69ms .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-sCjETm69ms .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCjESSQAAb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjESSQAAb .mbr-figure {
  margin: 0 auto;
}
.cid-sCjESSQAAb H3 {
  color: #c1c1c1;
}
.cid-sCjESTObzG {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-sCjESTObzG .image-block {
  margin: auto;
}
.cid-sCjESTObzG .mbr-figure {
  margin: 0 auto;
}
.cid-sCjESTObzG figcaption {
  position: relative;
}
.cid-sCjESTObzG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCjESTObzG .image-block {
    width: 100% !important;
  }
}
.cid-sCjESUD5wf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-sCjESUD5wf .media-container-column {
  align-items: center;
}
.cid-sCjESUD5wf .mbr-author-desc {
  display: block;
}
.cid-sCjESUD5wf .mbr-testimonial {
  margin-top: 5rem;
}
.cid-sCjESUD5wf .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-sCjESUD5wf .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-sCjESUD5wf .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sCjESUD5wf .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sCjESUD5wf .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-sCjESUD5wf .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-sCjESUD5wf .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sCjESUD5wf .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-sCjESUD5wf .mbr-section-subtitle {
  color: #e4d295;
}
.cid-sCjESUD5wf H2 {
  color: #e4d295;
}
.cid-sCjESVYDKf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-sCjESVYDKf .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sCjESVYDKf .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sCjESVYDKf .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sCjESVYDKf .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sCjESVYDKf .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sCjESVYDKf .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sCjESVYDKf .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sCjESVYDKf .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sCjESVYDKf .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sCjESVYDKf .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sCjESVYDKf [class^="socicon-"]:before,
.cid-sCjESVYDKf [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sCjESVYDKf .btn {
    font-size: 20px !important;
  }
}
.cid-sCjESVYDKf .mbr-section-title {
  color: #e4d295;
}
.cid-sCjESWYkbI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-sCjESWYkbI .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sCjESWYkbI .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-sCjESWYkbI .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-sCjESWYkbI .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-sCjESWYkbI .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-sCjESWYkbI p {
  color: #232323;
}
.cid-sCjESWYkbI .mbr-text {
  text-align: center;
}
.cid-sCjESWYkbI DIV {
  color: #e4d295;
}
.cid-sCjESWYkbI P {
  color: #ffffff;
}
.cid-sCjESYhQ5m {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-sCjESYhQ5m .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sCjESYhQ5m .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-sCjESYhQ5m .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-sCjESYhQ5m .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-sCjESYhQ5m .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-sCjESYhQ5m p {
  color: #232323;
}
.cid-sCjESYhQ5m .mbr-text {
  text-align: center;
}
.cid-sCjESYhQ5m DIV {
  color: #e4d295;
}
.cid-sCjESYhQ5m P {
  color: #ffffff;
}
.cid-sCjESZuWGb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-sCjESZuWGb .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sCjESZuWGb .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-sCjESZuWGb .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-sCjESZuWGb .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-sCjESZuWGb .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-sCjESZuWGb p {
  color: #232323;
}
.cid-sCjESZuWGb .mbr-text {
  text-align: center;
}
.cid-sCjESZuWGb DIV {
  color: #e4d295;
}
.cid-sCjESZuWGb P {
  color: #ffffff;
}
.cid-sCjET0M3xx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjET0M3xx .mbr-figure {
  margin: 0 auto;
}
.cid-sCjET20IL7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjET20IL7 .mbr-figure {
  margin: 0 auto;
}
.cid-sCjET6RvEa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjET6RvEa .mbr-figure {
  margin: 0 auto;
}
.cid-sCjET7yHPA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjET7yHPA .mbr-figure {
  margin: 0 auto;
}
.cid-sCjET88VT5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjET88VT5 .mbr-figure {
  margin: 0 auto;
}
.cid-sCjET8PaXM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-sCjET8PaXM .mbr-figure {
  margin: 0 auto;
}
.cid-sCjET9o8mR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjET9o8mR .mbr-figure {
  margin: 0 auto;
}
.cid-sCjETa1kWg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjETa1kWg .mbr-figure {
  margin: 0 auto;
}
.cid-sCjETaDKA2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjETaDKA2 .mbr-figure {
  margin: 0 auto;
}
.cid-sCjETbpsz5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjETbpsz5 .mbr-figure {
  margin: 0 auto;
}
.cid-sCjETeB2iI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjETeB2iI .mbr-figure {
  margin: 0 auto;
}
.cid-sCjETffetd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjETffetd .mbr-figure {
  margin: 0 auto;
}
.cid-sCjETg31Ub {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjETg31Ub .mbr-figure {
  margin: 0 auto;
}
.cid-sCjETgJet1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjETgJet1 .mbr-figure {
  margin: 0 auto;
}
.cid-sCjEThnkCY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjEThnkCY .mbr-figure {
  margin: 0 auto;
}
.cid-sCjEThZ8Rv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-sCjEThZ8Rv .mbr-figure {
  margin: 0 auto;
}
.cid-sCjETk0sAj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-sCjETk0sAj .carousel-control {
  background: #000;
}
.cid-sCjETk0sAj .mbr-section-subtitle {
  color: #767676;
}
.cid-sCjETk0sAj .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCjETk0sAj .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sCjETk0sAj .carousel-item .wrap-img {
  text-align: center;
}
.cid-sCjETk0sAj .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-sCjETk0sAj .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCjETk0sAj .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sCjETk0sAj .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sCjETk0sAj .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sCjETk0sAj .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sCjETk0sAj .cloneditem-1,
.cid-sCjETk0sAj .cloneditem-2,
.cid-sCjETk0sAj .cloneditem-3,
.cid-sCjETk0sAj .cloneditem-4,
.cid-sCjETk0sAj .cloneditem-5 {
  display: none;
}
.cid-sCjETk0sAj .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sCjETk0sAj .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sCjETk0sAj .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sCjETk0sAj .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sCjETk0sAj .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sCjETk0sAj .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sCjETk0sAj .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides2 .cloneditem-1,
  .cid-sCjETk0sAj .carousel-inner.slides2 .cloneditem-2,
  .cid-sCjETk0sAj .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sCjETk0sAj .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sCjETk0sAj .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sCjETk0sAj .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sCjETk0sAj .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sCjETk0sAj .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides3 .cloneditem-1,
  .cid-sCjETk0sAj .carousel-inner.slides3 .cloneditem-2,
  .cid-sCjETk0sAj .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sCjETk0sAj .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sCjETk0sAj .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sCjETk0sAj .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sCjETk0sAj .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sCjETk0sAj .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides4 .cloneditem-1,
  .cid-sCjETk0sAj .carousel-inner.slides4 .cloneditem-2,
  .cid-sCjETk0sAj .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sCjETk0sAj .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sCjETk0sAj .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sCjETk0sAj .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sCjETk0sAj .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sCjETk0sAj .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides5 .cloneditem-1,
  .cid-sCjETk0sAj .carousel-inner.slides5 .cloneditem-2,
  .cid-sCjETk0sAj .carousel-inner.slides5 .cloneditem-3,
  .cid-sCjETk0sAj .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sCjETk0sAj .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sCjETk0sAj .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sCjETk0sAj .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sCjETk0sAj .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sCjETk0sAj .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sCjETk0sAj .carousel-inner.slides6 .cloneditem-1,
  .cid-sCjETk0sAj .carousel-inner.slides6 .cloneditem-2,
  .cid-sCjETk0sAj .carousel-inner.slides6 .cloneditem-3,
  .cid-sCjETk0sAj .carousel-inner.slides6 .cloneditem-4,
  .cid-sCjETk0sAj .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sCjETk0sAj H2 {
  color: #ffffff;
}
.cid-sCjETloVpz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCjETloVpz .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sCjETloVpz .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-sCjETloVpz .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-sCjETloVpz .mbr-article {
  color: #fff;
}
.cid-sCjETn0BGp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sCjETn0BGp .content {
    text-align: center;
  }
  .cid-sCjETn0BGp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCjETn0BGp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sCjETn0BGp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sCjETn0BGp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sCjETn0BGp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCjETn0BGp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sCjETn0BGp .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-sCjETn0BGp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sCjETn0BGp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCjETn0BGp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCjETn0BGp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCjETn0BGp .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sCjETn0BGp P {
  text-align: center;
  color: #ffffff;
}
.cid-sCjETn0BGp H5 {
  text-align: center;
  color: #e4d295;
}
.cid-sCjETn0BGp .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-txaCne9YAY .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-txaCne9YAY .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-txaCne9YAY a {
  font-style: normal;
}
.cid-txaCne9YAY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-txaCne9YAY .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-txaCne9YAY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-txaCne9YAY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-txaCne9YAY .menu-logo {
  margin-right: auto;
}
.cid-txaCne9YAY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-txaCne9YAY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-txaCne9YAY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txaCne9YAY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-txaCne9YAY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-txaCne9YAY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-txaCne9YAY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-txaCne9YAY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-txaCne9YAY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txaCne9YAY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txaCne9YAY .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-txaCne9YAY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-txaCne9YAY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txaCne9YAY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txaCne9YAY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txaCne9YAY .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-txaCne9YAY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-txaCne9YAY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-txaCne9YAY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-txaCne9YAY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txaCne9YAY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txaCne9YAY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txaCne9YAY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-txaCne9YAY button.navbar-toggler:focus {
  outline: none;
}
.cid-txaCne9YAY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-txaCne9YAY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-txaCne9YAY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-txaCne9YAY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-txaCne9YAY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-txaCne9YAY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txaCne9YAY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-txaCne9YAY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-txaCne9YAY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txaCne9YAY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-txaCne9YAY .collapsed .btn {
  display: flex;
}
.cid-txaCne9YAY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txaCne9YAY .collapsed .navbar-collapse.collapsing,
.cid-txaCne9YAY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txaCne9YAY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txaCne9YAY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txaCne9YAY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txaCne9YAY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txaCne9YAY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-txaCne9YAY .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-txaCne9YAY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txaCne9YAY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txaCne9YAY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txaCne9YAY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-txaCne9YAY .collapsed button.navbar-toggler {
  display: block;
}
.cid-txaCne9YAY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-txaCne9YAY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-txaCne9YAY .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-txaCne9YAY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txaCne9YAY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txaCne9YAY .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-txaCne9YAY .navbar-expand {
    flex-direction: column;
  }
  .cid-txaCne9YAY img {
    height: 3.8rem !important;
  }
  .cid-txaCne9YAY .btn {
    display: flex;
  }
  .cid-txaCne9YAY button.navbar-toggler {
    display: block;
  }
  .cid-txaCne9YAY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-txaCne9YAY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-txaCne9YAY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txaCne9YAY .navbar-collapse.collapsing,
  .cid-txaCne9YAY .navbar-collapse.show {
    display: block !important;
  }
  .cid-txaCne9YAY .navbar-collapse.collapsing .navbar-nav,
  .cid-txaCne9YAY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txaCne9YAY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txaCne9YAY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-txaCne9YAY .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-txaCne9YAY .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-txaCne9YAY .navbar-collapse.collapsing .navbar-buttons,
  .cid-txaCne9YAY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txaCne9YAY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txaCne9YAY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txaCne9YAY .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-txaCne9YAY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txaCne9YAY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txaCne9YAY .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-txaCne9YAY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-txaCn4K4Oc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-txaCn4K4Oc .mbr-figure {
  margin: 0 auto;
}
.cid-txaCn4K4Oc H3 {
  color: #c1c1c1;
}
.cid-txaCn5y6id {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-txaCn5y6id .image-block {
  margin: auto;
}
.cid-txaCn5y6id .mbr-figure {
  margin: 0 auto;
}
.cid-txaCn5y6id figcaption {
  position: relative;
}
.cid-txaCn5y6id figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txaCn5y6id .image-block {
    width: 100% !important;
  }
}
.cid-txaCn5RTCb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-txaCn5RTCb .media-container-column {
  align-items: center;
}
.cid-txaCn5RTCb .mbr-author-desc {
  display: block;
}
.cid-txaCn5RTCb .mbr-testimonial {
  margin-top: 5rem;
}
.cid-txaCn5RTCb .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-txaCn5RTCb .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-txaCn5RTCb .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-txaCn5RTCb .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-txaCn5RTCb .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-txaCn5RTCb .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-txaCn5RTCb .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-txaCn5RTCb .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-txaCn5RTCb .mbr-section-subtitle {
  color: #e4d295;
}
.cid-txaCn5RTCb H2 {
  color: #e4d295;
}
.cid-txaCn6mxrw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-txaCn6mxrw .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-txaCn6mxrw .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-txaCn6mxrw .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-txaCn6mxrw .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-txaCn6mxrw .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-txaCn6mxrw .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-txaCn6mxrw .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-txaCn6mxrw .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-txaCn6mxrw .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-txaCn6mxrw .btn-social + .btn {
  margin-left: .1rem;
}
.cid-txaCn6mxrw [class^="socicon-"]:before,
.cid-txaCn6mxrw [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-txaCn6mxrw .btn {
    font-size: 20px !important;
  }
}
.cid-txaCn6mxrw .mbr-section-title {
  color: #e4d295;
}
.cid-txaCn70jLZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-txaCn70jLZ .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-txaCn70jLZ .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-txaCn70jLZ .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-txaCn70jLZ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-txaCn70jLZ .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-txaCn70jLZ p {
  color: #232323;
}
.cid-txaCn70jLZ .mbr-text {
  text-align: center;
}
.cid-txaCn70jLZ DIV {
  color: #e4d295;
}
.cid-txaCn70jLZ P {
  color: #ffffff;
}
.cid-txaCn7tK69 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-txaCn7tK69 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-txaCn7tK69 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-txaCn7tK69 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-txaCn7tK69 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-txaCn7tK69 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-txaCn7tK69 p {
  color: #232323;
}
.cid-txaCn7tK69 .mbr-text {
  text-align: center;
}
.cid-txaCn7tK69 DIV {
  color: #e4d295;
}
.cid-txaCn7tK69 P {
  color: #ffffff;
}
.cid-txaCn7ZH6S {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-txaCn7ZH6S .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-txaCn7ZH6S .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-txaCn7ZH6S .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-txaCn7ZH6S .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-txaCn7ZH6S .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-txaCn7ZH6S p {
  color: #232323;
}
.cid-txaCn7ZH6S .mbr-text {
  text-align: center;
}
.cid-txaCn7ZH6S DIV {
  color: #e4d295;
}
.cid-txaCn7ZH6S P {
  color: #ffffff;
}
.cid-txaCn8tB6u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-txaCn8tB6u .mbr-figure {
  margin: 0 auto;
}
.cid-txaCn8SjR7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-txaCn8SjR7 .mbr-figure {
  margin: 0 auto;
}
.cid-txaCn9hS9s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-txaCn9hS9s .mbr-figure {
  margin: 0 auto;
}
.cid-txaCn9JMsj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-txaCn9JMsj .mbr-figure {
  margin: 0 auto;
}
.cid-txaCnahfgb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-txaCnahfgb .mbr-figure {
  margin: 0 auto;
}
.cid-txaCnaGF9a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-txaCnaGF9a .mbr-figure {
  margin: 0 auto;
}
.cid-txaCnb6NeU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-txaCnb6NeU .mbr-figure {
  margin: 0 auto;
}
.cid-txaCnbw58C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-txaCnbw58C .mbr-figure {
  margin: 0 auto;
}
.cid-txaCnbWdy2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-txaCnbWdy2 .mbr-figure {
  margin: 0 auto;
}
.cid-txaCnclqYV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-txaCnclqYV .mbr-figure {
  margin: 0 auto;
}
.cid-txby33q3hr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-txby33q3hr .mbr-figure {
  margin: 0 auto;
}
.cid-txby0mbxcU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-txby0mbxcU .mbr-figure {
  margin: 0 auto;
}
.cid-txbyrbFJtw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-txbyrbFJtw .mbr-figure {
  margin: 0 auto;
}
.cid-txaCncRk7Y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-txaCncRk7Y .carousel-control {
  background: #000;
}
.cid-txaCncRk7Y .mbr-section-subtitle {
  color: #767676;
}
.cid-txaCncRk7Y .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txaCncRk7Y .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-txaCncRk7Y .carousel-item .wrap-img {
  text-align: center;
}
.cid-txaCncRk7Y .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-txaCncRk7Y .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txaCncRk7Y .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-txaCncRk7Y .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-txaCncRk7Y .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-txaCncRk7Y .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-txaCncRk7Y .cloneditem-1,
.cid-txaCncRk7Y .cloneditem-2,
.cid-txaCncRk7Y .cloneditem-3,
.cid-txaCncRk7Y .cloneditem-4,
.cid-txaCncRk7Y .cloneditem-5 {
  display: none;
}
.cid-txaCncRk7Y .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txaCncRk7Y .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-txaCncRk7Y .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-txaCncRk7Y .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-txaCncRk7Y .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-txaCncRk7Y .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-txaCncRk7Y .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides2 .cloneditem-1,
  .cid-txaCncRk7Y .carousel-inner.slides2 .cloneditem-2,
  .cid-txaCncRk7Y .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-txaCncRk7Y .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-txaCncRk7Y .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-txaCncRk7Y .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-txaCncRk7Y .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-txaCncRk7Y .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides3 .cloneditem-1,
  .cid-txaCncRk7Y .carousel-inner.slides3 .cloneditem-2,
  .cid-txaCncRk7Y .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-txaCncRk7Y .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-txaCncRk7Y .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-txaCncRk7Y .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-txaCncRk7Y .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-txaCncRk7Y .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides4 .cloneditem-1,
  .cid-txaCncRk7Y .carousel-inner.slides4 .cloneditem-2,
  .cid-txaCncRk7Y .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-txaCncRk7Y .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-txaCncRk7Y .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-txaCncRk7Y .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-txaCncRk7Y .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-txaCncRk7Y .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides5 .cloneditem-1,
  .cid-txaCncRk7Y .carousel-inner.slides5 .cloneditem-2,
  .cid-txaCncRk7Y .carousel-inner.slides5 .cloneditem-3,
  .cid-txaCncRk7Y .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-txaCncRk7Y .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-txaCncRk7Y .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-txaCncRk7Y .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-txaCncRk7Y .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-txaCncRk7Y .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-txaCncRk7Y .carousel-inner.slides6 .cloneditem-1,
  .cid-txaCncRk7Y .carousel-inner.slides6 .cloneditem-2,
  .cid-txaCncRk7Y .carousel-inner.slides6 .cloneditem-3,
  .cid-txaCncRk7Y .carousel-inner.slides6 .cloneditem-4,
  .cid-txaCncRk7Y .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-txaCncRk7Y H2 {
  color: #ffffff;
}
.cid-txaCndJj9v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txaCndJj9v .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-txaCndJj9v .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-txaCndJj9v .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-txaCndJj9v .mbr-article {
  color: #fff;
}
.cid-txaCnezu2B {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-txaCnezu2B .content {
    text-align: center;
  }
  .cid-txaCnezu2B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txaCnezu2B .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txaCnezu2B .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txaCnezu2B .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-txaCnezu2B .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txaCnezu2B .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txaCnezu2B .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-txaCnezu2B .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txaCnezu2B .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txaCnezu2B .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txaCnezu2B .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txaCnezu2B .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-txaCnezu2B P {
  text-align: center;
  color: #ffffff;
}
.cid-txaCnezu2B H5 {
  text-align: center;
  color: #e4d295;
}
.cid-txaCnezu2B .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-tCrxZuLLln .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-tCrxZuLLln .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-tCrxZuLLln a {
  font-style: normal;
}
.cid-tCrxZuLLln .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tCrxZuLLln .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tCrxZuLLln .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tCrxZuLLln .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tCrxZuLLln .menu-logo {
  margin-right: auto;
}
.cid-tCrxZuLLln .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tCrxZuLLln .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tCrxZuLLln .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tCrxZuLLln .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCrxZuLLln .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCrxZuLLln .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCrxZuLLln .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tCrxZuLLln .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCrxZuLLln .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCrxZuLLln .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCrxZuLLln .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tCrxZuLLln .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tCrxZuLLln .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCrxZuLLln .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCrxZuLLln .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCrxZuLLln .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-tCrxZuLLln .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tCrxZuLLln .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tCrxZuLLln .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tCrxZuLLln .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCrxZuLLln .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCrxZuLLln .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCrxZuLLln button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tCrxZuLLln button.navbar-toggler:focus {
  outline: none;
}
.cid-tCrxZuLLln button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCrxZuLLln button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCrxZuLLln button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCrxZuLLln button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCrxZuLLln button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCrxZuLLln nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCrxZuLLln nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCrxZuLLln nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCrxZuLLln nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCrxZuLLln .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tCrxZuLLln .collapsed .btn {
  display: flex;
}
.cid-tCrxZuLLln .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCrxZuLLln .collapsed .navbar-collapse.collapsing,
.cid-tCrxZuLLln .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCrxZuLLln .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCrxZuLLln .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCrxZuLLln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCrxZuLLln .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCrxZuLLln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tCrxZuLLln .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tCrxZuLLln .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCrxZuLLln .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tCrxZuLLln .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCrxZuLLln .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tCrxZuLLln .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCrxZuLLln .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tCrxZuLLln .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCrxZuLLln .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-tCrxZuLLln .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCrxZuLLln .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCrxZuLLln .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-tCrxZuLLln .navbar-expand {
    flex-direction: column;
  }
  .cid-tCrxZuLLln img {
    height: 3.8rem !important;
  }
  .cid-tCrxZuLLln .btn {
    display: flex;
  }
  .cid-tCrxZuLLln button.navbar-toggler {
    display: block;
  }
  .cid-tCrxZuLLln .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tCrxZuLLln .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCrxZuLLln .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tCrxZuLLln .navbar-collapse.collapsing,
  .cid-tCrxZuLLln .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCrxZuLLln .navbar-collapse.collapsing .navbar-nav,
  .cid-tCrxZuLLln .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCrxZuLLln .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCrxZuLLln .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCrxZuLLln .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tCrxZuLLln .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCrxZuLLln .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCrxZuLLln .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tCrxZuLLln .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCrxZuLLln .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCrxZuLLln .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-tCrxZuLLln .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCrxZuLLln .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCrxZuLLln .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-tCrxZuLLln .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tCrxZjpUyg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZjpUyg .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZjpUyg H3 {
  color: #c1c1c1;
}
.cid-tCrxZkafvI {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-tCrxZkafvI .image-block {
  margin: auto;
}
.cid-tCrxZkafvI .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZkafvI figcaption {
  position: relative;
}
.cid-tCrxZkafvI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tCrxZkafvI .image-block {
    width: 100% !important;
  }
}
.cid-tCrxZkq68O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-tCrxZkq68O .media-container-column {
  align-items: center;
}
.cid-tCrxZkq68O .mbr-author-desc {
  display: block;
}
.cid-tCrxZkq68O .mbr-testimonial {
  margin-top: 5rem;
}
.cid-tCrxZkq68O .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-tCrxZkq68O .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-tCrxZkq68O .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tCrxZkq68O .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tCrxZkq68O .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-tCrxZkq68O .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-tCrxZkq68O .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tCrxZkq68O .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-tCrxZkq68O .mbr-section-subtitle {
  color: #e4d295;
}
.cid-tCrxZkq68O H2 {
  color: #e4d295;
}
.cid-tCrxZkR5HE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-tCrxZkR5HE .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tCrxZkR5HE .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tCrxZkR5HE .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tCrxZkR5HE .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tCrxZkR5HE .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tCrxZkR5HE .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tCrxZkR5HE .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tCrxZkR5HE .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-tCrxZkR5HE .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tCrxZkR5HE .btn-social + .btn {
  margin-left: .1rem;
}
.cid-tCrxZkR5HE [class^="socicon-"]:before,
.cid-tCrxZkR5HE [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tCrxZkR5HE .btn {
    font-size: 20px !important;
  }
}
.cid-tCrxZkR5HE .mbr-section-title {
  color: #e4d295;
}
.cid-tCrxZlaELj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-tCrxZlaELj .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tCrxZlaELj .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-tCrxZlaELj .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-tCrxZlaELj .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-tCrxZlaELj .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-tCrxZlaELj p {
  color: #232323;
}
.cid-tCrxZlaELj .mbr-text {
  text-align: center;
}
.cid-tCrxZlaELj DIV {
  color: #e4d295;
}
.cid-tCrxZlaELj P {
  color: #ffffff;
}
.cid-tCrxZlDlAX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-tCrxZlDlAX .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tCrxZlDlAX .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-tCrxZlDlAX .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-tCrxZlDlAX .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-tCrxZlDlAX .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-tCrxZlDlAX p {
  color: #232323;
}
.cid-tCrxZlDlAX .mbr-text {
  text-align: center;
}
.cid-tCrxZlDlAX DIV {
  color: #e4d295;
}
.cid-tCrxZlDlAX P {
  color: #ffffff;
}
.cid-tCrxZm6cSA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-tCrxZm6cSA .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tCrxZm6cSA .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-tCrxZm6cSA .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-tCrxZm6cSA .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-tCrxZm6cSA .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-tCrxZm6cSA p {
  color: #232323;
}
.cid-tCrxZm6cSA .mbr-text {
  text-align: center;
}
.cid-tCrxZm6cSA DIV {
  color: #e4d295;
}
.cid-tCrxZm6cSA P {
  color: #ffffff;
}
.cid-tCrxZmAHlu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZmAHlu .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZn5yCO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZn5yCO .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZntcBU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZntcBU .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZnU3d6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZnU3d6 .mbr-figure {
  margin: 0 auto;
}
.cid-tCrMfbUhF3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrMfbUhF3 .mbr-figure {
  margin: 0 auto;
}
.cid-tCrMexrlyy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrMexrlyy .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZolrSW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZolrSW .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZoKqFg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-tCrxZoKqFg .mbr-figure {
  margin: 0 auto;
}
.cid-tCrNi70ZFq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrNi70ZFq .mbr-figure {
  margin: 0 auto;
}
.cid-tCrNoJN8BM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrNoJN8BM .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZpa1XL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZpa1XL .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZpyIiB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZpyIiB .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZq5aL4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZq5aL4 .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZqvkYi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZqvkYi .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZqVloo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZqVloo .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZrldDK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZrldDK .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZrJ9VM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZrJ9VM .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZs8VSz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZs8VSz .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZsFLZh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZsFLZh .mbr-figure {
  margin: 0 auto;
}
.cid-tCrOfRkiCH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrOfRkiCH .mbr-figure {
  margin: 0 auto;
}
.cid-tCrOfaRxpc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrOfaRxpc .mbr-figure {
  margin: 0 auto;
}
.cid-tCrOerJ5BP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrOerJ5BP .mbr-figure {
  margin: 0 auto;
}
.cid-tCrOdM43wm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrOdM43wm .mbr-figure {
  margin: 0 auto;
}
.cid-tCrOcS2Gsf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrOcS2Gsf .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZt4YCk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tCrxZt4YCk .mbr-figure {
  margin: 0 auto;
}
.cid-tCrxZtvugz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-tCrxZtvugz .carousel-control {
  background: #000;
}
.cid-tCrxZtvugz .mbr-section-subtitle {
  color: #767676;
}
.cid-tCrxZtvugz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCrxZtvugz .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tCrxZtvugz .carousel-item .wrap-img {
  text-align: center;
}
.cid-tCrxZtvugz .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-tCrxZtvugz .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCrxZtvugz .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tCrxZtvugz .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tCrxZtvugz .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tCrxZtvugz .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tCrxZtvugz .cloneditem-1,
.cid-tCrxZtvugz .cloneditem-2,
.cid-tCrxZtvugz .cloneditem-3,
.cid-tCrxZtvugz .cloneditem-4,
.cid-tCrxZtvugz .cloneditem-5 {
  display: none;
}
.cid-tCrxZtvugz .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCrxZtvugz .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tCrxZtvugz .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tCrxZtvugz .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tCrxZtvugz .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tCrxZtvugz .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tCrxZtvugz .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides2 .cloneditem-1,
  .cid-tCrxZtvugz .carousel-inner.slides2 .cloneditem-2,
  .cid-tCrxZtvugz .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tCrxZtvugz .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tCrxZtvugz .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tCrxZtvugz .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tCrxZtvugz .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tCrxZtvugz .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides3 .cloneditem-1,
  .cid-tCrxZtvugz .carousel-inner.slides3 .cloneditem-2,
  .cid-tCrxZtvugz .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tCrxZtvugz .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tCrxZtvugz .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tCrxZtvugz .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tCrxZtvugz .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tCrxZtvugz .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides4 .cloneditem-1,
  .cid-tCrxZtvugz .carousel-inner.slides4 .cloneditem-2,
  .cid-tCrxZtvugz .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tCrxZtvugz .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tCrxZtvugz .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tCrxZtvugz .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tCrxZtvugz .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tCrxZtvugz .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides5 .cloneditem-1,
  .cid-tCrxZtvugz .carousel-inner.slides5 .cloneditem-2,
  .cid-tCrxZtvugz .carousel-inner.slides5 .cloneditem-3,
  .cid-tCrxZtvugz .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tCrxZtvugz .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tCrxZtvugz .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tCrxZtvugz .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tCrxZtvugz .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tCrxZtvugz .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tCrxZtvugz .carousel-inner.slides6 .cloneditem-1,
  .cid-tCrxZtvugz .carousel-inner.slides6 .cloneditem-2,
  .cid-tCrxZtvugz .carousel-inner.slides6 .cloneditem-3,
  .cid-tCrxZtvugz .carousel-inner.slides6 .cloneditem-4,
  .cid-tCrxZtvugz .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tCrxZtvugz H2 {
  color: #ffffff;
}
.cid-tCrxZulAav {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tCrxZulAav .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tCrxZulAav .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-tCrxZulAav .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-tCrxZulAav .mbr-article {
  color: #fff;
}
.cid-tCrxZve0RP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tCrxZve0RP .content {
    text-align: center;
  }
  .cid-tCrxZve0RP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCrxZve0RP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tCrxZve0RP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tCrxZve0RP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tCrxZve0RP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCrxZve0RP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tCrxZve0RP .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-tCrxZve0RP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tCrxZve0RP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCrxZve0RP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tCrxZve0RP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCrxZve0RP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tCrxZve0RP P {
  text-align: center;
  color: #ffffff;
}
.cid-tCrxZve0RP H5 {
  text-align: center;
  color: #e4d295;
}
.cid-tCrxZve0RP .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-tSRjUCSVYr .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-tSRjUCSVYr .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-tSRjUCSVYr a {
  font-style: normal;
}
.cid-tSRjUCSVYr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tSRjUCSVYr .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tSRjUCSVYr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tSRjUCSVYr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tSRjUCSVYr .menu-logo {
  margin-right: auto;
}
.cid-tSRjUCSVYr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tSRjUCSVYr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tSRjUCSVYr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tSRjUCSVYr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tSRjUCSVYr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tSRjUCSVYr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tSRjUCSVYr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tSRjUCSVYr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tSRjUCSVYr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSRjUCSVYr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tSRjUCSVYr .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tSRjUCSVYr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tSRjUCSVYr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSRjUCSVYr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tSRjUCSVYr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSRjUCSVYr .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-tSRjUCSVYr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tSRjUCSVYr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tSRjUCSVYr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tSRjUCSVYr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tSRjUCSVYr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tSRjUCSVYr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tSRjUCSVYr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tSRjUCSVYr button.navbar-toggler:focus {
  outline: none;
}
.cid-tSRjUCSVYr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSRjUCSVYr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSRjUCSVYr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSRjUCSVYr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSRjUCSVYr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSRjUCSVYr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSRjUCSVYr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSRjUCSVYr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSRjUCSVYr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSRjUCSVYr .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tSRjUCSVYr .collapsed .btn {
  display: flex;
}
.cid-tSRjUCSVYr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tSRjUCSVYr .collapsed .navbar-collapse.collapsing,
.cid-tSRjUCSVYr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tSRjUCSVYr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tSRjUCSVYr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tSRjUCSVYr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tSRjUCSVYr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tSRjUCSVYr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tSRjUCSVYr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tSRjUCSVYr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tSRjUCSVYr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tSRjUCSVYr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tSRjUCSVYr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tSRjUCSVYr .collapsed button.navbar-toggler {
  display: block;
}
.cid-tSRjUCSVYr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tSRjUCSVYr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tSRjUCSVYr .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-tSRjUCSVYr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tSRjUCSVYr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tSRjUCSVYr .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-tSRjUCSVYr .navbar-expand {
    flex-direction: column;
  }
  .cid-tSRjUCSVYr img {
    height: 3.8rem !important;
  }
  .cid-tSRjUCSVYr .btn {
    display: flex;
  }
  .cid-tSRjUCSVYr button.navbar-toggler {
    display: block;
  }
  .cid-tSRjUCSVYr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tSRjUCSVYr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tSRjUCSVYr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tSRjUCSVYr .navbar-collapse.collapsing,
  .cid-tSRjUCSVYr .navbar-collapse.show {
    display: block !important;
  }
  .cid-tSRjUCSVYr .navbar-collapse.collapsing .navbar-nav,
  .cid-tSRjUCSVYr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tSRjUCSVYr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tSRjUCSVYr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tSRjUCSVYr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tSRjUCSVYr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tSRjUCSVYr .navbar-collapse.collapsing .navbar-buttons,
  .cid-tSRjUCSVYr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tSRjUCSVYr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tSRjUCSVYr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tSRjUCSVYr .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-tSRjUCSVYr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tSRjUCSVYr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tSRjUCSVYr .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-tSRjUCSVYr .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tSRjUoaoJm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUoaoJm .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUoaoJm H3 {
  color: #c1c1c1;
}
.cid-tSRjUozXCg {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-tSRjUozXCg .image-block {
  margin: auto;
}
.cid-tSRjUozXCg .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUozXCg figcaption {
  position: relative;
}
.cid-tSRjUozXCg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tSRjUozXCg .image-block {
    width: 100% !important;
  }
}
.cid-tSRjUoQmYk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-tSRjUoQmYk .media-container-column {
  align-items: center;
}
.cid-tSRjUoQmYk .mbr-author-desc {
  display: block;
}
.cid-tSRjUoQmYk .mbr-testimonial {
  margin-top: 5rem;
}
.cid-tSRjUoQmYk .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-tSRjUoQmYk .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-tSRjUoQmYk .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tSRjUoQmYk .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tSRjUoQmYk .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-tSRjUoQmYk .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-tSRjUoQmYk .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tSRjUoQmYk .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-tSRjUoQmYk .mbr-section-subtitle {
  color: #e4d295;
}
.cid-tSRjUoQmYk H2 {
  color: #e4d295;
}
.cid-tSRjUpikti {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-tSRjUpikti .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tSRjUpikti .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tSRjUpikti .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tSRjUpikti .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tSRjUpikti .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tSRjUpikti .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tSRjUpikti .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tSRjUpikti .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-tSRjUpikti .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tSRjUpikti .btn-social + .btn {
  margin-left: .1rem;
}
.cid-tSRjUpikti [class^="socicon-"]:before,
.cid-tSRjUpikti [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tSRjUpikti .btn {
    font-size: 20px !important;
  }
}
.cid-tSRjUpikti .mbr-section-title {
  color: #e4d295;
}
.cid-tSRjUpCSbh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-tSRjUpCSbh .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tSRjUpCSbh .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-tSRjUpCSbh .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-tSRjUpCSbh .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-tSRjUpCSbh .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-tSRjUpCSbh p {
  color: #232323;
}
.cid-tSRjUpCSbh .mbr-text {
  text-align: center;
}
.cid-tSRjUpCSbh DIV {
  color: #e4d295;
}
.cid-tSRjUpCSbh P {
  color: #ffffff;
}
.cid-tSRjUq9c4g {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-tSRjUq9c4g .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tSRjUq9c4g .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-tSRjUq9c4g .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-tSRjUq9c4g .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-tSRjUq9c4g .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-tSRjUq9c4g p {
  color: #232323;
}
.cid-tSRjUq9c4g .mbr-text {
  text-align: center;
}
.cid-tSRjUq9c4g DIV {
  color: #e4d295;
}
.cid-tSRjUq9c4g P {
  color: #ffffff;
}
.cid-u7PWlsYk8B {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-u7PWlsYk8B .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-u7PWlsYk8B .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-u7PWlsYk8B .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-u7PWlsYk8B .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-u7PWlsYk8B .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-u7PWlsYk8B p {
  color: #232323;
}
.cid-u7PWlsYk8B .mbr-text {
  text-align: center;
}
.cid-u7PWlsYk8B DIV {
  color: #e4d295;
}
.cid-u7PWlsYk8B P {
  color: #ffffff;
}
.cid-tSRjUreOCw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUreOCw .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUrItpP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUrItpP .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUs6emI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUs6emI .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUsytty {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUsytty .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUsXX6V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUsXX6V .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUtsDYN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUtsDYN .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUtPnnt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUtPnnt .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUuBw3g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUuBw3g .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUuYVWi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUuYVWi .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUvm6T8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUvm6T8 .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUvRL3Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUvRL3Y .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUwgNLb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUwgNLb .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUx37ct {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUx37ct .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUxtDa6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUxtDa6 .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUyizoY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUyizoY .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUyO03o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUyO03o .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUxSaec {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUxSaec .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUzfiPm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUzfiPm .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUzFlrd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUzFlrd .mbr-figure {
  margin: 0 auto;
}
.cid-tSWA00X8wE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSWA00X8wE .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUA6Uh4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUA6Uh4 .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUAykPj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSRjUAykPj .mbr-figure {
  margin: 0 auto;
}
.cid-tSWzZtT1GW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSWzZtT1GW .mbr-figure {
  margin: 0 auto;
}
.cid-tSWzYXDLmW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSWzYXDLmW .mbr-figure {
  margin: 0 auto;
}
.cid-tSWzYqXb0Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSWzYqXb0Z .mbr-figure {
  margin: 0 auto;
}
.cid-tSWzXRF3RW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSWzXRF3RW .mbr-figure {
  margin: 0 auto;
}
.cid-tSWzXnwaP8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSWzXnwaP8 .mbr-figure {
  margin: 0 auto;
}
.cid-tSWzWQ3LvV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSWzWQ3LvV .mbr-figure {
  margin: 0 auto;
}
.cid-tSWzWf36X0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSWzWf36X0 .mbr-figure {
  margin: 0 auto;
}
.cid-tSWzV0dXPg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSWzV0dXPg .mbr-figure {
  margin: 0 auto;
}
.cid-tSWzVxKxeM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSWzVxKxeM .mbr-figure {
  margin: 0 auto;
}
.cid-tSWBvWZQAZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSWBvWZQAZ .mbr-figure {
  margin: 0 auto;
}
.cid-tSWBvnw4CH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSWBvnw4CH .mbr-figure {
  margin: 0 auto;
}
.cid-tSWBuHd8uJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tSWBuHd8uJ .mbr-figure {
  margin: 0 auto;
}
.cid-tSRjUBy3Gt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-tSRjUBy3Gt .carousel-control {
  background: #000;
}
.cid-tSRjUBy3Gt .mbr-section-subtitle {
  color: #767676;
}
.cid-tSRjUBy3Gt .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSRjUBy3Gt .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tSRjUBy3Gt .carousel-item .wrap-img {
  text-align: center;
}
.cid-tSRjUBy3Gt .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-tSRjUBy3Gt .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSRjUBy3Gt .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tSRjUBy3Gt .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tSRjUBy3Gt .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tSRjUBy3Gt .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tSRjUBy3Gt .cloneditem-1,
.cid-tSRjUBy3Gt .cloneditem-2,
.cid-tSRjUBy3Gt .cloneditem-3,
.cid-tSRjUBy3Gt .cloneditem-4,
.cid-tSRjUBy3Gt .cloneditem-5 {
  display: none;
}
.cid-tSRjUBy3Gt .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tSRjUBy3Gt .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tSRjUBy3Gt .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tSRjUBy3Gt .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tSRjUBy3Gt .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSRjUBy3Gt .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides2 .cloneditem-1,
  .cid-tSRjUBy3Gt .carousel-inner.slides2 .cloneditem-2,
  .cid-tSRjUBy3Gt .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tSRjUBy3Gt .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tSRjUBy3Gt .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tSRjUBy3Gt .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSRjUBy3Gt .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides3 .cloneditem-1,
  .cid-tSRjUBy3Gt .carousel-inner.slides3 .cloneditem-2,
  .cid-tSRjUBy3Gt .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tSRjUBy3Gt .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tSRjUBy3Gt .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tSRjUBy3Gt .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSRjUBy3Gt .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides4 .cloneditem-1,
  .cid-tSRjUBy3Gt .carousel-inner.slides4 .cloneditem-2,
  .cid-tSRjUBy3Gt .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tSRjUBy3Gt .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tSRjUBy3Gt .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tSRjUBy3Gt .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSRjUBy3Gt .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides5 .cloneditem-1,
  .cid-tSRjUBy3Gt .carousel-inner.slides5 .cloneditem-2,
  .cid-tSRjUBy3Gt .carousel-inner.slides5 .cloneditem-3,
  .cid-tSRjUBy3Gt .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tSRjUBy3Gt .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tSRjUBy3Gt .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tSRjUBy3Gt .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSRjUBy3Gt .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tSRjUBy3Gt .carousel-inner.slides6 .cloneditem-1,
  .cid-tSRjUBy3Gt .carousel-inner.slides6 .cloneditem-2,
  .cid-tSRjUBy3Gt .carousel-inner.slides6 .cloneditem-3,
  .cid-tSRjUBy3Gt .carousel-inner.slides6 .cloneditem-4,
  .cid-tSRjUBy3Gt .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tSRjUBy3Gt H2 {
  color: #ffffff;
}
.cid-tSRjUCqi3s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tSRjUCqi3s .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tSRjUCqi3s .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-tSRjUCqi3s .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-tSRjUCqi3s .mbr-article {
  color: #fff;
}
.cid-tSRjUDibbL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tSRjUDibbL .content {
    text-align: center;
  }
  .cid-tSRjUDibbL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRjUDibbL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tSRjUDibbL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tSRjUDibbL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tSRjUDibbL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tSRjUDibbL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tSRjUDibbL .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-tSRjUDibbL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tSRjUDibbL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tSRjUDibbL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tSRjUDibbL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tSRjUDibbL .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tSRjUDibbL P {
  text-align: center;
  color: #ffffff;
}
.cid-tSRjUDibbL H5 {
  text-align: center;
  color: #e4d295;
}
.cid-tSRjUDibbL .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-tTqkZkNqv4 .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-tTqkZkNqv4 .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-tTqkZkNqv4 a {
  font-style: normal;
}
.cid-tTqkZkNqv4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tTqkZkNqv4 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tTqkZkNqv4 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tTqkZkNqv4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tTqkZkNqv4 .menu-logo {
  margin-right: auto;
}
.cid-tTqkZkNqv4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tTqkZkNqv4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tTqkZkNqv4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tTqkZkNqv4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tTqkZkNqv4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tTqkZkNqv4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tTqkZkNqv4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tTqkZkNqv4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tTqkZkNqv4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTqkZkNqv4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tTqkZkNqv4 .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tTqkZkNqv4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tTqkZkNqv4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTqkZkNqv4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tTqkZkNqv4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTqkZkNqv4 .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-tTqkZkNqv4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tTqkZkNqv4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tTqkZkNqv4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tTqkZkNqv4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tTqkZkNqv4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tTqkZkNqv4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tTqkZkNqv4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tTqkZkNqv4 button.navbar-toggler:focus {
  outline: none;
}
.cid-tTqkZkNqv4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTqkZkNqv4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tTqkZkNqv4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tTqkZkNqv4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tTqkZkNqv4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tTqkZkNqv4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTqkZkNqv4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tTqkZkNqv4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tTqkZkNqv4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTqkZkNqv4 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tTqkZkNqv4 .collapsed .btn {
  display: flex;
}
.cid-tTqkZkNqv4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tTqkZkNqv4 .collapsed .navbar-collapse.collapsing,
.cid-tTqkZkNqv4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tTqkZkNqv4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tTqkZkNqv4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tTqkZkNqv4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tTqkZkNqv4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tTqkZkNqv4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tTqkZkNqv4 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tTqkZkNqv4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tTqkZkNqv4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tTqkZkNqv4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tTqkZkNqv4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tTqkZkNqv4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tTqkZkNqv4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tTqkZkNqv4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tTqkZkNqv4 .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-tTqkZkNqv4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tTqkZkNqv4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tTqkZkNqv4 .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-tTqkZkNqv4 .navbar-expand {
    flex-direction: column;
  }
  .cid-tTqkZkNqv4 img {
    height: 3.8rem !important;
  }
  .cid-tTqkZkNqv4 .btn {
    display: flex;
  }
  .cid-tTqkZkNqv4 button.navbar-toggler {
    display: block;
  }
  .cid-tTqkZkNqv4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tTqkZkNqv4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tTqkZkNqv4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tTqkZkNqv4 .navbar-collapse.collapsing,
  .cid-tTqkZkNqv4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tTqkZkNqv4 .navbar-collapse.collapsing .navbar-nav,
  .cid-tTqkZkNqv4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tTqkZkNqv4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tTqkZkNqv4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tTqkZkNqv4 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tTqkZkNqv4 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTqkZkNqv4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tTqkZkNqv4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tTqkZkNqv4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tTqkZkNqv4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTqkZkNqv4 .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-tTqkZkNqv4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tTqkZkNqv4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tTqkZkNqv4 .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-tTqkZkNqv4 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tTqkZairHN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqkZairHN .mbr-figure {
  margin: 0 auto;
}
.cid-tTqkZairHN H3 {
  color: #c1c1c1;
}
.cid-tTqkZaUk0A {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-tTqkZaUk0A .image-block {
  margin: auto;
}
.cid-tTqkZaUk0A .mbr-figure {
  margin: 0 auto;
}
.cid-tTqkZaUk0A figcaption {
  position: relative;
}
.cid-tTqkZaUk0A figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTqkZaUk0A .image-block {
    width: 100% !important;
  }
}
.cid-tTqkZbbOkB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-tTqkZbbOkB .media-container-column {
  align-items: center;
}
.cid-tTqkZbbOkB .mbr-author-desc {
  display: block;
}
.cid-tTqkZbbOkB .mbr-testimonial {
  margin-top: 5rem;
}
.cid-tTqkZbbOkB .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-tTqkZbbOkB .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-tTqkZbbOkB .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tTqkZbbOkB .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tTqkZbbOkB .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-tTqkZbbOkB .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-tTqkZbbOkB .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tTqkZbbOkB .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-tTqkZbbOkB .mbr-section-subtitle {
  color: #e4d295;
}
.cid-tTqkZbbOkB H2 {
  color: #e4d295;
}
.cid-tTqkZbbOkB .mbr-author-name {
  color: #cccccc;
}
.cid-tTqkZbBQpj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-tTqkZbBQpj .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tTqkZbBQpj .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tTqkZbBQpj .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tTqkZbBQpj .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tTqkZbBQpj .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tTqkZbBQpj .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tTqkZbBQpj .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tTqkZbBQpj .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-tTqkZbBQpj .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tTqkZbBQpj .btn-social + .btn {
  margin-left: .1rem;
}
.cid-tTqkZbBQpj [class^="socicon-"]:before,
.cid-tTqkZbBQpj [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tTqkZbBQpj .btn {
    font-size: 20px !important;
  }
}
.cid-tTqkZbBQpj .mbr-section-title {
  color: #e4d295;
}
.cid-tTqkZbYZe1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-tTqkZbYZe1 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tTqkZbYZe1 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-tTqkZbYZe1 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-tTqkZbYZe1 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-tTqkZbYZe1 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-tTqkZbYZe1 p {
  color: #232323;
}
.cid-tTqkZbYZe1 .mbr-text {
  text-align: center;
}
.cid-tTqkZbYZe1 DIV {
  color: #e4d295;
}
.cid-tTqkZbYZe1 P {
  color: #ffffff;
}
.cid-tTqkZctkAl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-tTqkZctkAl .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tTqkZctkAl .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-tTqkZctkAl .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-tTqkZctkAl .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-tTqkZctkAl .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-tTqkZctkAl p {
  color: #232323;
}
.cid-tTqkZctkAl .mbr-text {
  text-align: center;
}
.cid-tTqkZctkAl DIV {
  color: #e4d295;
}
.cid-tTqkZctkAl P {
  color: #ffffff;
}
.cid-tTqkZd4VwM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-tTqkZd4VwM .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tTqkZd4VwM .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-tTqkZd4VwM .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-tTqkZd4VwM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-tTqkZd4VwM .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-tTqkZd4VwM p {
  color: #232323;
}
.cid-tTqkZd4VwM .mbr-text {
  text-align: center;
}
.cid-tTqkZd4VwM DIV {
  color: #e4d295;
}
.cid-tTqkZd4VwM P {
  color: #ffffff;
}
.cid-tTqkZdzESf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqkZdzESf .mbr-figure {
  margin: 0 auto;
}
.cid-tTqkZdZMd1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqkZdZMd1 .mbr-figure {
  margin: 0 auto;
}
.cid-tTqngDP8zk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqngDP8zk .mbr-figure {
  margin: 0 auto;
}
.cid-tTqnh65jhN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqnh65jhN .mbr-figure {
  margin: 0 auto;
}
.cid-tTqngeeLWR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqngeeLWR .mbr-figure {
  margin: 0 auto;
}
.cid-tTqnfKQdju {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqnfKQdju .mbr-figure {
  margin: 0 auto;
}
.cid-tTqnfkQyqg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqnfkQyqg .mbr-figure {
  margin: 0 auto;
}
.cid-tTqneRafjt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqneRafjt .mbr-figure {
  margin: 0 auto;
}
.cid-tTqnen4Kmn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqnen4Kmn .mbr-figure {
  margin: 0 auto;
}
.cid-tTqndSjNMl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqndSjNMl .mbr-figure {
  margin: 0 auto;
}
.cid-tTqkZggFLs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqkZggFLs .mbr-figure {
  margin: 0 auto;
}
.cid-tTqkZgE7Wt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqkZgE7Wt .mbr-figure {
  margin: 0 auto;
}
.cid-tTqkZfhXRB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqkZfhXRB .mbr-figure {
  margin: 0 auto;
}
.cid-tTqkZepe7Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqkZepe7Z .mbr-figure {
  margin: 0 auto;
}
.cid-tTqkZeOv8H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqkZeOv8H .mbr-figure {
  margin: 0 auto;
}
.cid-tTqkZfRF60 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqkZfRF60 .mbr-figure {
  margin: 0 auto;
}
.cid-tTqncPELM0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqncPELM0 .mbr-figure {
  margin: 0 auto;
}
.cid-tTqkZh37md {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqkZh37md .mbr-figure {
  margin: 0 auto;
}
.cid-tTqkZip4bx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqkZip4bx .mbr-figure {
  margin: 0 auto;
}
.cid-tTqr5X7J38 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqr5X7J38 .mbr-figure {
  margin: 0 auto;
}
.cid-tTqkZiO7C9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqkZiO7C9 .mbr-figure {
  margin: 0 auto;
}
.cid-tTqr6XtOvC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqr6XtOvC .mbr-figure {
  margin: 0 auto;
}
.cid-tTqr6rbyvC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqr6rbyvC .mbr-figure {
  margin: 0 auto;
}
.cid-tTqr5tVlrx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqr5tVlrx .mbr-figure {
  margin: 0 auto;
}
.cid-tTqr4XuYEQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqr4XuYEQ .mbr-figure {
  margin: 0 auto;
}
.cid-tTqr4ujCZq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqr4ujCZq .mbr-figure {
  margin: 0 auto;
}
.cid-tTqr42tdOB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqr42tdOB .mbr-figure {
  margin: 0 auto;
}
.cid-tTqr3660gG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqr3660gG .mbr-figure {
  margin: 0 auto;
}
.cid-tTqr2yK8RQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqr2yK8RQ .mbr-figure {
  margin: 0 auto;
}
.cid-tTqsmk0zUM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqsmk0zUM .mbr-figure {
  margin: 0 auto;
}
.cid-tTqslNoQL6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-tTqslNoQL6 .mbr-figure {
  margin: 0 auto;
}
.cid-tTqkZjAYfG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-tTqkZjAYfG .carousel-control {
  background: #000;
}
.cid-tTqkZjAYfG .mbr-section-subtitle {
  color: #767676;
}
.cid-tTqkZjAYfG .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTqkZjAYfG .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tTqkZjAYfG .carousel-item .wrap-img {
  text-align: center;
}
.cid-tTqkZjAYfG .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-tTqkZjAYfG .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTqkZjAYfG .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tTqkZjAYfG .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tTqkZjAYfG .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tTqkZjAYfG .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tTqkZjAYfG .cloneditem-1,
.cid-tTqkZjAYfG .cloneditem-2,
.cid-tTqkZjAYfG .cloneditem-3,
.cid-tTqkZjAYfG .cloneditem-4,
.cid-tTqkZjAYfG .cloneditem-5 {
  display: none;
}
.cid-tTqkZjAYfG .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTqkZjAYfG .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tTqkZjAYfG .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tTqkZjAYfG .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tTqkZjAYfG .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tTqkZjAYfG .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tTqkZjAYfG .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides2 .cloneditem-1,
  .cid-tTqkZjAYfG .carousel-inner.slides2 .cloneditem-2,
  .cid-tTqkZjAYfG .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tTqkZjAYfG .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tTqkZjAYfG .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tTqkZjAYfG .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tTqkZjAYfG .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tTqkZjAYfG .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides3 .cloneditem-1,
  .cid-tTqkZjAYfG .carousel-inner.slides3 .cloneditem-2,
  .cid-tTqkZjAYfG .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tTqkZjAYfG .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tTqkZjAYfG .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tTqkZjAYfG .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tTqkZjAYfG .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tTqkZjAYfG .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides4 .cloneditem-1,
  .cid-tTqkZjAYfG .carousel-inner.slides4 .cloneditem-2,
  .cid-tTqkZjAYfG .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tTqkZjAYfG .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tTqkZjAYfG .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tTqkZjAYfG .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tTqkZjAYfG .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tTqkZjAYfG .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides5 .cloneditem-1,
  .cid-tTqkZjAYfG .carousel-inner.slides5 .cloneditem-2,
  .cid-tTqkZjAYfG .carousel-inner.slides5 .cloneditem-3,
  .cid-tTqkZjAYfG .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tTqkZjAYfG .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tTqkZjAYfG .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tTqkZjAYfG .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tTqkZjAYfG .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tTqkZjAYfG .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tTqkZjAYfG .carousel-inner.slides6 .cloneditem-1,
  .cid-tTqkZjAYfG .carousel-inner.slides6 .cloneditem-2,
  .cid-tTqkZjAYfG .carousel-inner.slides6 .cloneditem-3,
  .cid-tTqkZjAYfG .carousel-inner.slides6 .cloneditem-4,
  .cid-tTqkZjAYfG .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tTqkZjAYfG H2 {
  color: #ffffff;
}
.cid-tTqkZkokZh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tTqkZkokZh .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tTqkZkokZh .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-tTqkZkokZh .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-tTqkZkokZh .mbr-article {
  color: #fff;
}
.cid-tTqkZlhxa1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tTqkZlhxa1 .content {
    text-align: center;
  }
  .cid-tTqkZlhxa1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTqkZlhxa1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tTqkZlhxa1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tTqkZlhxa1 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tTqkZlhxa1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tTqkZlhxa1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tTqkZlhxa1 .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-tTqkZlhxa1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tTqkZlhxa1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tTqkZlhxa1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tTqkZlhxa1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tTqkZlhxa1 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tTqkZlhxa1 P {
  text-align: center;
  color: #ffffff;
}
.cid-tTqkZlhxa1 H5 {
  text-align: center;
  color: #e4d295;
}
.cid-tTqkZlhxa1 .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-unefHxc93N .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-unefHxc93N .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-unefHxc93N a {
  font-style: normal;
}
.cid-unefHxc93N .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-unefHxc93N .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-unefHxc93N .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-unefHxc93N .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-unefHxc93N .menu-logo {
  margin-right: auto;
}
.cid-unefHxc93N .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-unefHxc93N .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-unefHxc93N .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-unefHxc93N .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-unefHxc93N .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-unefHxc93N .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-unefHxc93N .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-unefHxc93N .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-unefHxc93N .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-unefHxc93N .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-unefHxc93N .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-unefHxc93N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-unefHxc93N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unefHxc93N .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-unefHxc93N .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unefHxc93N .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-unefHxc93N .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-unefHxc93N .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-unefHxc93N .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-unefHxc93N .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-unefHxc93N .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-unefHxc93N .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-unefHxc93N button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-unefHxc93N button.navbar-toggler:focus {
  outline: none;
}
.cid-unefHxc93N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unefHxc93N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-unefHxc93N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-unefHxc93N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-unefHxc93N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-unefHxc93N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unefHxc93N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-unefHxc93N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-unefHxc93N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unefHxc93N .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-unefHxc93N .collapsed .btn {
  display: flex;
}
.cid-unefHxc93N .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-unefHxc93N .collapsed .navbar-collapse.collapsing,
.cid-unefHxc93N .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-unefHxc93N .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-unefHxc93N .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-unefHxc93N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-unefHxc93N .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-unefHxc93N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-unefHxc93N .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-unefHxc93N .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-unefHxc93N .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-unefHxc93N .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-unefHxc93N .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-unefHxc93N .collapsed button.navbar-toggler {
  display: block;
}
.cid-unefHxc93N .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-unefHxc93N .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-unefHxc93N .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-unefHxc93N .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-unefHxc93N .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-unefHxc93N .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-unefHxc93N .navbar-expand {
    flex-direction: column;
  }
  .cid-unefHxc93N img {
    height: 3.8rem !important;
  }
  .cid-unefHxc93N .btn {
    display: flex;
  }
  .cid-unefHxc93N button.navbar-toggler {
    display: block;
  }
  .cid-unefHxc93N .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-unefHxc93N .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-unefHxc93N .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-unefHxc93N .navbar-collapse.collapsing,
  .cid-unefHxc93N .navbar-collapse.show {
    display: block !important;
  }
  .cid-unefHxc93N .navbar-collapse.collapsing .navbar-nav,
  .cid-unefHxc93N .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-unefHxc93N .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-unefHxc93N .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-unefHxc93N .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-unefHxc93N .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-unefHxc93N .navbar-collapse.collapsing .navbar-buttons,
  .cid-unefHxc93N .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-unefHxc93N .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-unefHxc93N .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-unefHxc93N .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-unefHxc93N .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-unefHxc93N .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-unefHxc93N .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-unefHxc93N .menu-logo {
    flex-shrink: 0;
  }
}
.cid-unefHoXtKE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unefHoXtKE .mbr-figure {
  margin: 0 auto;
}
.cid-unefHoXtKE H3 {
  color: #c1c1c1;
}
.cid-unefHpp6EH {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-unefHpp6EH .image-block {
  margin: auto;
}
.cid-unefHpp6EH .mbr-figure {
  margin: 0 auto;
}
.cid-unefHpp6EH figcaption {
  position: relative;
}
.cid-unefHpp6EH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unefHpp6EH .image-block {
    width: 100% !important;
  }
}
.cid-unefHpDVUl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-unefHpDVUl .media-container-column {
  align-items: center;
}
.cid-unefHpDVUl .mbr-author-desc {
  display: block;
}
.cid-unefHpDVUl .mbr-testimonial {
  margin-top: 5rem;
}
.cid-unefHpDVUl .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-unefHpDVUl .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-unefHpDVUl .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-unefHpDVUl .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-unefHpDVUl .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-unefHpDVUl .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-unefHpDVUl .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-unefHpDVUl .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-unefHpDVUl .mbr-section-subtitle {
  color: #e4d295;
}
.cid-unefHpDVUl H2 {
  color: #e4d295;
}
.cid-unefHqbET2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-unefHqbET2 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-unefHqbET2 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-unefHqbET2 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-unefHqbET2 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-unefHqbET2 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-unefHqbET2 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-unefHqbET2 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-unefHqbET2 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-unefHqbET2 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-unefHqbET2 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-unefHqbET2 [class^="socicon-"]:before,
.cid-unefHqbET2 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-unefHqbET2 .btn {
    font-size: 20px !important;
  }
}
.cid-unefHqbET2 .mbr-section-title {
  color: #e4d295;
}
.cid-unefHqsNqq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-unefHqsNqq .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-unefHqsNqq .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-unefHqsNqq .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-unefHqsNqq .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-unefHqsNqq .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-unefHqsNqq p {
  color: #232323;
}
.cid-unefHqsNqq .mbr-text {
  text-align: center;
}
.cid-unefHqsNqq DIV {
  color: #e4d295;
}
.cid-unefHqsNqq P {
  color: #ffffff;
}
.cid-unefHqUVil {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-unefHqUVil .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-unefHqUVil .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-unefHqUVil .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-unefHqUVil .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-unefHqUVil .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-unefHqUVil p {
  color: #232323;
}
.cid-unefHqUVil .mbr-text {
  text-align: center;
}
.cid-unefHqUVil DIV {
  color: #e4d295;
}
.cid-unefHqUVil P {
  color: #ffffff;
}
.cid-unefHrmg83 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-unefHrmg83 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-unefHrmg83 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-unefHrmg83 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-unefHrmg83 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-unefHrmg83 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-unefHrmg83 p {
  color: #232323;
}
.cid-unefHrmg83 .mbr-text {
  text-align: center;
}
.cid-unefHrmg83 DIV {
  color: #e4d295;
}
.cid-unefHrmg83 P {
  color: #ffffff;
}
.cid-unefHrRSqe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unefHrRSqe .mbr-figure {
  margin: 0 auto;
}
.cid-unefHsrZUx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unefHsrZUx .mbr-figure {
  margin: 0 auto;
}
.cid-unefHsO2qg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unefHsO2qg .mbr-figure {
  margin: 0 auto;
}
.cid-unefHtaBjN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unefHtaBjN .mbr-figure {
  margin: 0 auto;
}
.cid-unelVc6aRW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unelVc6aRW .mbr-figure {
  margin: 0 auto;
}
.cid-unefHtygh4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-unefHtygh4 .mbr-figure {
  margin: 0 auto;
}
.cid-unefHtYnA6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unefHtYnA6 .mbr-figure {
  margin: 0 auto;
}
.cid-unefHul9Io {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unefHul9Io .mbr-figure {
  margin: 0 auto;
}
.cid-unefHuJfoP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unefHuJfoP .mbr-figure {
  margin: 0 auto;
}
.cid-unefHvebwr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unefHvebwr .mbr-figure {
  margin: 0 auto;
}
.cid-unej7O0Ghy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unej7O0Ghy .mbr-figure {
  margin: 0 auto;
}
.cid-unej7kz047 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unej7kz047 .mbr-figure {
  margin: 0 auto;
}
.cid-unej6QQBVx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unej6QQBVx .mbr-figure {
  margin: 0 auto;
}
.cid-unej6lggjw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unej6lggjw .mbr-figure {
  margin: 0 auto;
}
.cid-unej5NIxiY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unej5NIxiY .mbr-figure {
  margin: 0 auto;
}
.cid-unej5o58Pi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unej5o58Pi .mbr-figure {
  margin: 0 auto;
}
.cid-unek9OzCBS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unek9OzCBS .mbr-figure {
  margin: 0 auto;
}
.cid-unek9gM0go {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-unek9gM0go .mbr-figure {
  margin: 0 auto;
}
.cid-unefHvZ6OU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-unefHvZ6OU .carousel-control {
  background: #000;
}
.cid-unefHvZ6OU .mbr-section-subtitle {
  color: #767676;
}
.cid-unefHvZ6OU .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unefHvZ6OU .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-unefHvZ6OU .carousel-item .wrap-img {
  text-align: center;
}
.cid-unefHvZ6OU .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-unefHvZ6OU .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unefHvZ6OU .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-unefHvZ6OU .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-unefHvZ6OU .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-unefHvZ6OU .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-unefHvZ6OU .cloneditem-1,
.cid-unefHvZ6OU .cloneditem-2,
.cid-unefHvZ6OU .cloneditem-3,
.cid-unefHvZ6OU .cloneditem-4,
.cid-unefHvZ6OU .cloneditem-5 {
  display: none;
}
.cid-unefHvZ6OU .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unefHvZ6OU .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-unefHvZ6OU .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-unefHvZ6OU .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-unefHvZ6OU .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-unefHvZ6OU .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-unefHvZ6OU .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides2 .cloneditem-1,
  .cid-unefHvZ6OU .carousel-inner.slides2 .cloneditem-2,
  .cid-unefHvZ6OU .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-unefHvZ6OU .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-unefHvZ6OU .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-unefHvZ6OU .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-unefHvZ6OU .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-unefHvZ6OU .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides3 .cloneditem-1,
  .cid-unefHvZ6OU .carousel-inner.slides3 .cloneditem-2,
  .cid-unefHvZ6OU .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-unefHvZ6OU .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-unefHvZ6OU .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-unefHvZ6OU .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-unefHvZ6OU .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-unefHvZ6OU .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides4 .cloneditem-1,
  .cid-unefHvZ6OU .carousel-inner.slides4 .cloneditem-2,
  .cid-unefHvZ6OU .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-unefHvZ6OU .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-unefHvZ6OU .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-unefHvZ6OU .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-unefHvZ6OU .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-unefHvZ6OU .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides5 .cloneditem-1,
  .cid-unefHvZ6OU .carousel-inner.slides5 .cloneditem-2,
  .cid-unefHvZ6OU .carousel-inner.slides5 .cloneditem-3,
  .cid-unefHvZ6OU .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-unefHvZ6OU .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-unefHvZ6OU .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-unefHvZ6OU .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-unefHvZ6OU .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-unefHvZ6OU .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-unefHvZ6OU .carousel-inner.slides6 .cloneditem-1,
  .cid-unefHvZ6OU .carousel-inner.slides6 .cloneditem-2,
  .cid-unefHvZ6OU .carousel-inner.slides6 .cloneditem-3,
  .cid-unefHvZ6OU .carousel-inner.slides6 .cloneditem-4,
  .cid-unefHvZ6OU .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-unefHvZ6OU H2 {
  color: #ffffff;
}
.cid-unefHwPkyQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-unefHwPkyQ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-unefHwPkyQ .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-unefHwPkyQ .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-unefHwPkyQ .mbr-article {
  color: #fff;
}
.cid-unefHxy72Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-unefHxy72Z .content {
    text-align: center;
  }
  .cid-unefHxy72Z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unefHxy72Z .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-unefHxy72Z .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-unefHxy72Z .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-unefHxy72Z .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-unefHxy72Z .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-unefHxy72Z .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-unefHxy72Z .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-unefHxy72Z .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unefHxy72Z .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-unefHxy72Z .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unefHxy72Z .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-unefHxy72Z P {
  text-align: center;
  color: #ffffff;
}
.cid-unefHxy72Z H5 {
  text-align: center;
  color: #e4d295;
}
.cid-unefHxy72Z .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-uvqYndM1x7 .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-uvqYndM1x7 .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-uvqYndM1x7 a {
  font-style: normal;
}
.cid-uvqYndM1x7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uvqYndM1x7 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uvqYndM1x7 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uvqYndM1x7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uvqYndM1x7 .menu-logo {
  margin-right: auto;
}
.cid-uvqYndM1x7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uvqYndM1x7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uvqYndM1x7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uvqYndM1x7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uvqYndM1x7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uvqYndM1x7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uvqYndM1x7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uvqYndM1x7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uvqYndM1x7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvqYndM1x7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uvqYndM1x7 .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uvqYndM1x7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uvqYndM1x7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqYndM1x7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uvqYndM1x7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvqYndM1x7 .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-uvqYndM1x7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uvqYndM1x7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uvqYndM1x7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uvqYndM1x7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uvqYndM1x7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uvqYndM1x7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uvqYndM1x7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uvqYndM1x7 button.navbar-toggler:focus {
  outline: none;
}
.cid-uvqYndM1x7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvqYndM1x7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvqYndM1x7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqYndM1x7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqYndM1x7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvqYndM1x7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqYndM1x7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvqYndM1x7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvqYndM1x7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqYndM1x7 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uvqYndM1x7 .collapsed .btn {
  display: flex;
}
.cid-uvqYndM1x7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uvqYndM1x7 .collapsed .navbar-collapse.collapsing,
.cid-uvqYndM1x7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uvqYndM1x7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uvqYndM1x7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uvqYndM1x7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uvqYndM1x7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uvqYndM1x7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uvqYndM1x7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uvqYndM1x7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uvqYndM1x7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uvqYndM1x7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uvqYndM1x7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uvqYndM1x7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uvqYndM1x7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uvqYndM1x7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uvqYndM1x7 .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-uvqYndM1x7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uvqYndM1x7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uvqYndM1x7 .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-uvqYndM1x7 .navbar-expand {
    flex-direction: column;
  }
  .cid-uvqYndM1x7 img {
    height: 3.8rem !important;
  }
  .cid-uvqYndM1x7 .btn {
    display: flex;
  }
  .cid-uvqYndM1x7 button.navbar-toggler {
    display: block;
  }
  .cid-uvqYndM1x7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uvqYndM1x7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uvqYndM1x7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uvqYndM1x7 .navbar-collapse.collapsing,
  .cid-uvqYndM1x7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uvqYndM1x7 .navbar-collapse.collapsing .navbar-nav,
  .cid-uvqYndM1x7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uvqYndM1x7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uvqYndM1x7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uvqYndM1x7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uvqYndM1x7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uvqYndM1x7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uvqYndM1x7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uvqYndM1x7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uvqYndM1x7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uvqYndM1x7 .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-uvqYndM1x7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uvqYndM1x7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uvqYndM1x7 .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-uvqYndM1x7 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uvqYn0tkLU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvqYn0tkLU .mbr-figure {
  margin: 0 auto;
}
.cid-uvqYn0tkLU H3 {
  color: #c1c1c1;
}
.cid-uvqYn0ZBzA {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-uvqYn0ZBzA .image-block {
  margin: auto;
}
.cid-uvqYn0ZBzA .mbr-figure {
  margin: 0 auto;
}
.cid-uvqYn0ZBzA figcaption {
  position: relative;
}
.cid-uvqYn0ZBzA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvqYn0ZBzA .image-block {
    width: 100% !important;
  }
}
.cid-uvqYn1j3Pf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uvqYn1j3Pf .media-container-column {
  align-items: center;
}
.cid-uvqYn1j3Pf .mbr-author-desc {
  display: block;
}
.cid-uvqYn1j3Pf .mbr-testimonial {
  margin-top: 5rem;
}
.cid-uvqYn1j3Pf .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-uvqYn1j3Pf .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uvqYn1j3Pf .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uvqYn1j3Pf .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uvqYn1j3Pf .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uvqYn1j3Pf .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uvqYn1j3Pf .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uvqYn1j3Pf .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-uvqYn1j3Pf .mbr-section-subtitle {
  color: #e4d295;
}
.cid-uvqYn1j3Pf H2 {
  color: #e4d295;
}
.cid-uvqYn1UJNb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uvqYn1UJNb .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uvqYn1UJNb .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uvqYn1UJNb .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uvqYn1UJNb .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uvqYn1UJNb .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uvqYn1UJNb .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uvqYn1UJNb .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uvqYn1UJNb .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uvqYn1UJNb .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uvqYn1UJNb .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uvqYn1UJNb [class^="socicon-"]:before,
.cid-uvqYn1UJNb [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uvqYn1UJNb .btn {
    font-size: 20px !important;
  }
}
.cid-uvqYn1UJNb .mbr-section-title {
  color: #e4d295;
}
.cid-uvqYn2fGBS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uvqYn2fGBS .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uvqYn2fGBS .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uvqYn2fGBS .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uvqYn2fGBS .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uvqYn2fGBS .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uvqYn2fGBS p {
  color: #232323;
}
.cid-uvqYn2fGBS .mbr-text {
  text-align: center;
}
.cid-uvqYn2fGBS DIV {
  color: #e4d295;
}
.cid-uvqYn2fGBS P {
  color: #ffffff;
}
.cid-uvqYn2KxQ7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uvqYn2KxQ7 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uvqYn2KxQ7 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uvqYn2KxQ7 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uvqYn2KxQ7 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uvqYn2KxQ7 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uvqYn2KxQ7 p {
  color: #232323;
}
.cid-uvqYn2KxQ7 .mbr-text {
  text-align: center;
}
.cid-uvqYn2KxQ7 DIV {
  color: #e4d295;
}
.cid-uvqYn2KxQ7 P {
  color: #ffffff;
}
.cid-uvqYn3yqwD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uvqYn3yqwD .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uvqYn3yqwD .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uvqYn3yqwD .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uvqYn3yqwD .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uvqYn3yqwD .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uvqYn3yqwD p {
  color: #232323;
}
.cid-uvqYn3yqwD .mbr-text {
  text-align: center;
}
.cid-uvqYn3yqwD DIV {
  color: #e4d295;
}
.cid-uvqYn3yqwD P {
  color: #ffffff;
}
.cid-uvqYn46Zc1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvqYn46Zc1 .mbr-figure {
  margin: 0 auto;
}
.cid-uvrslI3mZB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrslI3mZB .mbr-figure {
  margin: 0 auto;
}
.cid-uvrslcynhH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrslcynhH .mbr-figure {
  margin: 0 auto;
}
.cid-uvrskE5ouG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrskE5ouG .mbr-figure {
  margin: 0 auto;
}
.cid-uvrsk2RJYF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrsk2RJYF .mbr-figure {
  margin: 0 auto;
}
.cid-uvrtagd7F5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrtagd7F5 .mbr-figure {
  margin: 0 auto;
}
.cid-uvrteEL0Zf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrteEL0Zf .mbr-figure {
  margin: 0 auto;
}
.cid-uvrtebiSAs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrtebiSAs .mbr-figure {
  margin: 0 auto;
}
.cid-uvrtdJCNGH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrtdJCNGH .mbr-figure {
  margin: 0 auto;
}
.cid-uvrtdeoy8s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrtdeoy8s .mbr-figure {
  margin: 0 auto;
}
.cid-uvrtcQJamL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrtcQJamL .mbr-figure {
  margin: 0 auto;
}
.cid-uvrtcnFkWM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrtcnFkWM .mbr-figure {
  margin: 0 auto;
}
.cid-uvrtbS8mMI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrtbS8mMI .mbr-figure {
  margin: 0 auto;
}
.cid-uvrtbojRyv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrtbojRyv .mbr-figure {
  margin: 0 auto;
}
.cid-uvs5p3aOBB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvs5p3aOBB .mbr-figure {
  margin: 0 auto;
}
.cid-uvrtaRL7CM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrtaRL7CM .mbr-figure {
  margin: 0 auto;
}
.cid-uvruK9NIdb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvruK9NIdb .mbr-figure {
  margin: 0 auto;
}
.cid-uvruLwmmvx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvruLwmmvx .mbr-figure {
  margin: 0 auto;
}
.cid-uvruNQHDZZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvruNQHDZZ .mbr-figure {
  margin: 0 auto;
}
.cid-uvruNq7OEv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvruNq7OEv .mbr-figure {
  margin: 0 auto;
}
.cid-uvruMSlRce {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvruMSlRce .mbr-figure {
  margin: 0 auto;
}
.cid-uvruMsPCK7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvruMsPCK7 .mbr-figure {
  margin: 0 auto;
}
.cid-uvruKWfDxa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvruKWfDxa .mbr-figure {
  margin: 0 auto;
}
.cid-uvrvPkLUug {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uvrvPkLUug .mbr-figure {
  margin: 0 auto;
}
.cid-uvqYncbLTP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-uvqYncbLTP .carousel-control {
  background: #000;
}
.cid-uvqYncbLTP .mbr-section-subtitle {
  color: #767676;
}
.cid-uvqYncbLTP .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uvqYncbLTP .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uvqYncbLTP .carousel-item .wrap-img {
  text-align: center;
}
.cid-uvqYncbLTP .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-uvqYncbLTP .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uvqYncbLTP .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uvqYncbLTP .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uvqYncbLTP .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uvqYncbLTP .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uvqYncbLTP .cloneditem-1,
.cid-uvqYncbLTP .cloneditem-2,
.cid-uvqYncbLTP .cloneditem-3,
.cid-uvqYncbLTP .cloneditem-4,
.cid-uvqYncbLTP .cloneditem-5 {
  display: none;
}
.cid-uvqYncbLTP .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvqYncbLTP .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uvqYncbLTP .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uvqYncbLTP .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uvqYncbLTP .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uvqYncbLTP .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uvqYncbLTP .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides2 .cloneditem-1,
  .cid-uvqYncbLTP .carousel-inner.slides2 .cloneditem-2,
  .cid-uvqYncbLTP .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uvqYncbLTP .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uvqYncbLTP .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uvqYncbLTP .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uvqYncbLTP .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uvqYncbLTP .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides3 .cloneditem-1,
  .cid-uvqYncbLTP .carousel-inner.slides3 .cloneditem-2,
  .cid-uvqYncbLTP .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uvqYncbLTP .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uvqYncbLTP .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uvqYncbLTP .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uvqYncbLTP .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uvqYncbLTP .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides4 .cloneditem-1,
  .cid-uvqYncbLTP .carousel-inner.slides4 .cloneditem-2,
  .cid-uvqYncbLTP .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uvqYncbLTP .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uvqYncbLTP .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uvqYncbLTP .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uvqYncbLTP .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uvqYncbLTP .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides5 .cloneditem-1,
  .cid-uvqYncbLTP .carousel-inner.slides5 .cloneditem-2,
  .cid-uvqYncbLTP .carousel-inner.slides5 .cloneditem-3,
  .cid-uvqYncbLTP .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uvqYncbLTP .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uvqYncbLTP .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uvqYncbLTP .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uvqYncbLTP .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uvqYncbLTP .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uvqYncbLTP .carousel-inner.slides6 .cloneditem-1,
  .cid-uvqYncbLTP .carousel-inner.slides6 .cloneditem-2,
  .cid-uvqYncbLTP .carousel-inner.slides6 .cloneditem-3,
  .cid-uvqYncbLTP .carousel-inner.slides6 .cloneditem-4,
  .cid-uvqYncbLTP .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uvqYncbLTP H2 {
  color: #ffffff;
}
.cid-uvqYndn1fJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uvqYndn1fJ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uvqYndn1fJ .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-uvqYndn1fJ .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-uvqYndn1fJ .mbr-article {
  color: #fff;
}
.cid-uvqYnee9G8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uvqYnee9G8 .content {
    text-align: center;
  }
  .cid-uvqYnee9G8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvqYnee9G8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uvqYnee9G8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uvqYnee9G8 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uvqYnee9G8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uvqYnee9G8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uvqYnee9G8 .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-uvqYnee9G8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uvqYnee9G8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uvqYnee9G8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uvqYnee9G8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uvqYnee9G8 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uvqYnee9G8 P {
  text-align: center;
  color: #ffffff;
}
.cid-uvqYnee9G8 H5 {
  text-align: center;
  color: #e4d295;
}
.cid-uvqYnee9G8 .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-uMYeiZ6mvD .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-uMYeiZ6mvD .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-uMYeiZ6mvD a {
  font-style: normal;
}
.cid-uMYeiZ6mvD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uMYeiZ6mvD .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uMYeiZ6mvD .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uMYeiZ6mvD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uMYeiZ6mvD .menu-logo {
  margin-right: auto;
}
.cid-uMYeiZ6mvD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uMYeiZ6mvD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uMYeiZ6mvD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uMYeiZ6mvD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uMYeiZ6mvD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uMYeiZ6mvD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uMYeiZ6mvD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uMYeiZ6mvD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uMYeiZ6mvD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMYeiZ6mvD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uMYeiZ6mvD .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uMYeiZ6mvD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uMYeiZ6mvD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMYeiZ6mvD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uMYeiZ6mvD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMYeiZ6mvD .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-uMYeiZ6mvD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uMYeiZ6mvD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uMYeiZ6mvD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uMYeiZ6mvD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uMYeiZ6mvD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uMYeiZ6mvD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uMYeiZ6mvD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uMYeiZ6mvD button.navbar-toggler:focus {
  outline: none;
}
.cid-uMYeiZ6mvD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMYeiZ6mvD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMYeiZ6mvD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMYeiZ6mvD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMYeiZ6mvD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMYeiZ6mvD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMYeiZ6mvD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMYeiZ6mvD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMYeiZ6mvD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMYeiZ6mvD .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uMYeiZ6mvD .collapsed .btn {
  display: flex;
}
.cid-uMYeiZ6mvD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uMYeiZ6mvD .collapsed .navbar-collapse.collapsing,
.cid-uMYeiZ6mvD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uMYeiZ6mvD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMYeiZ6mvD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uMYeiZ6mvD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMYeiZ6mvD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uMYeiZ6mvD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMYeiZ6mvD .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uMYeiZ6mvD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMYeiZ6mvD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uMYeiZ6mvD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMYeiZ6mvD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uMYeiZ6mvD .collapsed button.navbar-toggler {
  display: block;
}
.cid-uMYeiZ6mvD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uMYeiZ6mvD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uMYeiZ6mvD .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-uMYeiZ6mvD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uMYeiZ6mvD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uMYeiZ6mvD .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-uMYeiZ6mvD .navbar-expand {
    flex-direction: column;
  }
  .cid-uMYeiZ6mvD img {
    height: 3.8rem !important;
  }
  .cid-uMYeiZ6mvD .btn {
    display: flex;
  }
  .cid-uMYeiZ6mvD button.navbar-toggler {
    display: block;
  }
  .cid-uMYeiZ6mvD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uMYeiZ6mvD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uMYeiZ6mvD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uMYeiZ6mvD .navbar-collapse.collapsing,
  .cid-uMYeiZ6mvD .navbar-collapse.show {
    display: block !important;
  }
  .cid-uMYeiZ6mvD .navbar-collapse.collapsing .navbar-nav,
  .cid-uMYeiZ6mvD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uMYeiZ6mvD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMYeiZ6mvD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uMYeiZ6mvD .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMYeiZ6mvD .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMYeiZ6mvD .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMYeiZ6mvD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uMYeiZ6mvD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMYeiZ6mvD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMYeiZ6mvD .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-uMYeiZ6mvD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uMYeiZ6mvD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uMYeiZ6mvD .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-uMYeiZ6mvD .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uMYeiZuuZ4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uMYeiZuuZ4 .mbr-figure {
  margin: 0 auto;
}
.cid-uMYeiZuuZ4 H3 {
  color: #c1c1c1;
}
.cid-uMYeiZWrN6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-uMYeiZWrN6 .image-block {
  margin: auto;
}
.cid-uMYeiZWrN6 .mbr-figure {
  margin: 0 auto;
}
.cid-uMYeiZWrN6 figcaption {
  position: relative;
}
.cid-uMYeiZWrN6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMYeiZWrN6 .image-block {
    width: 100% !important;
  }
}
.cid-uMYej0hbKc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uMYej0hbKc .media-container-column {
  align-items: center;
}
.cid-uMYej0hbKc .mbr-author-desc {
  display: block;
}
.cid-uMYej0hbKc .mbr-testimonial {
  margin-top: 5rem;
}
.cid-uMYej0hbKc .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-uMYej0hbKc .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uMYej0hbKc .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uMYej0hbKc .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uMYej0hbKc .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uMYej0hbKc .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uMYej0hbKc .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uMYej0hbKc .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-uMYej0hbKc .mbr-section-subtitle {
  color: #e4d295;
}
.cid-uMYej0hbKc H2 {
  color: #e4d295;
}
.cid-uMYej0hbKc .mbr-author-name {
  color: #e4d295;
}
.cid-uMYej0MUMT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uMYej0MUMT .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uMYej0MUMT .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uMYej0MUMT .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uMYej0MUMT .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uMYej0MUMT .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uMYej0MUMT .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uMYej0MUMT .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uMYej0MUMT .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uMYej0MUMT .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uMYej0MUMT .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uMYej0MUMT [class^="socicon-"]:before,
.cid-uMYej0MUMT [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uMYej0MUMT .btn {
    font-size: 20px !important;
  }
}
.cid-uMYej0MUMT .mbr-section-title {
  color: #e4d295;
}
.cid-uMYej1eJQh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uMYej1eJQh .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uMYej1eJQh .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uMYej1eJQh .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uMYej1eJQh .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uMYej1eJQh .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uMYej1eJQh p {
  color: #232323;
}
.cid-uMYej1eJQh .mbr-text {
  text-align: center;
}
.cid-uMYej1eJQh DIV {
  color: #e4d295;
}
.cid-uMYej1eJQh P {
  color: #ffffff;
}
.cid-uMYej1SHNS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uMYej1SHNS .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uMYej1SHNS .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uMYej1SHNS .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uMYej1SHNS .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uMYej1SHNS .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uMYej1SHNS p {
  color: #232323;
}
.cid-uMYej1SHNS .mbr-text {
  text-align: center;
}
.cid-uMYej1SHNS DIV {
  color: #e4d295;
}
.cid-uMYej1SHNS P {
  color: #ffffff;
}
.cid-uMYej3dTrO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uMYej3dTrO .mbr-figure {
  margin: 0 auto;
}
.cid-uMYej3FZiU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uMYej3FZiU .mbr-figure {
  margin: 0 auto;
}
.cid-uMYej4HUtm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uMYej4HUtm .mbr-figure {
  margin: 0 auto;
}
.cid-uMYIiI2yVR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uMYIiI2yVR .mbr-figure {
  margin: 0 auto;
}
.cid-uMYej4dHMw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uMYej4dHMw .mbr-figure {
  margin: 0 auto;
}
.cid-uMYej5aCoD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uMYej5aCoD .mbr-figure {
  margin: 0 auto;
}
.cid-uMYIuASoan {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uMYIuASoan .mbr-figure {
  margin: 0 auto;
}
.cid-uMYej5TkeN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uMYej5TkeN .mbr-figure {
  margin: 0 auto;
}
.cid-uMYej5TkeN H3 {
  color: #c1c1c1;
}
.cid-uMYej6iVxO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uMYej6iVxO .mbr-figure {
  margin: 0 auto;
}
.cid-uMYej6iVxO H3 {
  color: #c1c1c1;
}
.cid-uMYej6PTqh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uMYej6PTqh .mbr-figure {
  margin: 0 auto;
}
.cid-uMYej6PTqh H3 {
  color: #c1c1c1;
}
.cid-uMYej7h2x6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uMYej7h2x6 .mbr-figure {
  margin: 0 auto;
}
.cid-uMYej7h2x6 H3 {
  color: #c1c1c1;
}
.cid-uMYej8dsvM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uMYej8dsvM .mbr-figure {
  margin: 0 auto;
}
.cid-uMYJ5aM1KA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uMYJ5aM1KA .mbr-figure {
  margin: 0 auto;
}
.cid-uMYej8Xtp7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uMYej8Xtp7 .mbr-figure {
  margin: 0 auto;
}
.cid-uMYej9rure {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uMYej9rure .mbr-figure {
  margin: 0 auto;
}
.cid-uMYej9XPQu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uMYej9XPQu .mbr-figure {
  margin: 0 auto;
}
.cid-uMYejar6ux {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-uMYejar6ux .carousel-control {
  background: #000;
}
.cid-uMYejar6ux .mbr-section-subtitle {
  color: #767676;
}
.cid-uMYejar6ux .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMYejar6ux .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uMYejar6ux .carousel-item .wrap-img {
  text-align: center;
}
.cid-uMYejar6ux .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-uMYejar6ux .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMYejar6ux .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uMYejar6ux .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uMYejar6ux .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uMYejar6ux .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uMYejar6ux .cloneditem-1,
.cid-uMYejar6ux .cloneditem-2,
.cid-uMYejar6ux .cloneditem-3,
.cid-uMYejar6ux .cloneditem-4,
.cid-uMYejar6ux .cloneditem-5 {
  display: none;
}
.cid-uMYejar6ux .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uMYejar6ux .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uMYejar6ux .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uMYejar6ux .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uMYejar6ux .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uMYejar6ux .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uMYejar6ux .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides2 .cloneditem-1,
  .cid-uMYejar6ux .carousel-inner.slides2 .cloneditem-2,
  .cid-uMYejar6ux .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uMYejar6ux .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uMYejar6ux .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uMYejar6ux .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uMYejar6ux .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uMYejar6ux .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides3 .cloneditem-1,
  .cid-uMYejar6ux .carousel-inner.slides3 .cloneditem-2,
  .cid-uMYejar6ux .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uMYejar6ux .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uMYejar6ux .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uMYejar6ux .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uMYejar6ux .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uMYejar6ux .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides4 .cloneditem-1,
  .cid-uMYejar6ux .carousel-inner.slides4 .cloneditem-2,
  .cid-uMYejar6ux .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uMYejar6ux .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uMYejar6ux .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uMYejar6ux .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uMYejar6ux .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uMYejar6ux .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides5 .cloneditem-1,
  .cid-uMYejar6ux .carousel-inner.slides5 .cloneditem-2,
  .cid-uMYejar6ux .carousel-inner.slides5 .cloneditem-3,
  .cid-uMYejar6ux .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uMYejar6ux .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uMYejar6ux .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uMYejar6ux .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uMYejar6ux .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uMYejar6ux .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uMYejar6ux .carousel-inner.slides6 .cloneditem-1,
  .cid-uMYejar6ux .carousel-inner.slides6 .cloneditem-2,
  .cid-uMYejar6ux .carousel-inner.slides6 .cloneditem-3,
  .cid-uMYejar6ux .carousel-inner.slides6 .cloneditem-4,
  .cid-uMYejar6ux .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uMYejar6ux H2 {
  color: #ffffff;
}
.cid-uMYejbsVhW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uMYejbsVhW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uMYejbsVhW .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-uMYejbsVhW .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-uMYejbsVhW .mbr-article {
  color: #fff;
}
.cid-uMYejbXfQG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uMYejbXfQG .content {
    text-align: center;
  }
  .cid-uMYejbXfQG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMYejbXfQG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uMYejbXfQG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMYejbXfQG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uMYejbXfQG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uMYejbXfQG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uMYejbXfQG .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-uMYejbXfQG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uMYejbXfQG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMYejbXfQG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uMYejbXfQG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMYejbXfQG .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uMYejbXfQG P {
  text-align: center;
  color: #ffffff;
}
.cid-uMYejbXfQG H5 {
  text-align: center;
  color: #e4d295;
}
.cid-uMYejbXfQG .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-uOEfrHzAkc .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-uOEfrHzAkc .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-uOEfrHzAkc a {
  font-style: normal;
}
.cid-uOEfrHzAkc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uOEfrHzAkc .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uOEfrHzAkc .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uOEfrHzAkc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uOEfrHzAkc .menu-logo {
  margin-right: auto;
}
.cid-uOEfrHzAkc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uOEfrHzAkc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uOEfrHzAkc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uOEfrHzAkc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uOEfrHzAkc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uOEfrHzAkc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uOEfrHzAkc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uOEfrHzAkc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uOEfrHzAkc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOEfrHzAkc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uOEfrHzAkc .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uOEfrHzAkc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uOEfrHzAkc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOEfrHzAkc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uOEfrHzAkc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOEfrHzAkc .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-uOEfrHzAkc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uOEfrHzAkc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uOEfrHzAkc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uOEfrHzAkc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uOEfrHzAkc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uOEfrHzAkc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uOEfrHzAkc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uOEfrHzAkc button.navbar-toggler:focus {
  outline: none;
}
.cid-uOEfrHzAkc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOEfrHzAkc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOEfrHzAkc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOEfrHzAkc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOEfrHzAkc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOEfrHzAkc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOEfrHzAkc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOEfrHzAkc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOEfrHzAkc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOEfrHzAkc .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uOEfrHzAkc .collapsed .btn {
  display: flex;
}
.cid-uOEfrHzAkc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uOEfrHzAkc .collapsed .navbar-collapse.collapsing,
.cid-uOEfrHzAkc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uOEfrHzAkc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uOEfrHzAkc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uOEfrHzAkc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uOEfrHzAkc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uOEfrHzAkc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uOEfrHzAkc .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uOEfrHzAkc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uOEfrHzAkc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uOEfrHzAkc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uOEfrHzAkc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uOEfrHzAkc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uOEfrHzAkc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uOEfrHzAkc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uOEfrHzAkc .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-uOEfrHzAkc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uOEfrHzAkc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uOEfrHzAkc .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-uOEfrHzAkc .navbar-expand {
    flex-direction: column;
  }
  .cid-uOEfrHzAkc img {
    height: 3.8rem !important;
  }
  .cid-uOEfrHzAkc .btn {
    display: flex;
  }
  .cid-uOEfrHzAkc button.navbar-toggler {
    display: block;
  }
  .cid-uOEfrHzAkc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uOEfrHzAkc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uOEfrHzAkc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uOEfrHzAkc .navbar-collapse.collapsing,
  .cid-uOEfrHzAkc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uOEfrHzAkc .navbar-collapse.collapsing .navbar-nav,
  .cid-uOEfrHzAkc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uOEfrHzAkc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uOEfrHzAkc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uOEfrHzAkc .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uOEfrHzAkc .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uOEfrHzAkc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uOEfrHzAkc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uOEfrHzAkc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uOEfrHzAkc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uOEfrHzAkc .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-uOEfrHzAkc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uOEfrHzAkc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uOEfrHzAkc .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-uOEfrHzAkc .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uOEfrHUAqv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOEfrHUAqv .mbr-figure {
  margin: 0 auto;
}
.cid-uOEfrHUAqv H3 {
  color: #c1c1c1;
}
.cid-uOEfrIkJju {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-uOEfrIkJju .image-block {
  margin: auto;
}
.cid-uOEfrIkJju .mbr-figure {
  margin: 0 auto;
}
.cid-uOEfrIkJju figcaption {
  position: relative;
}
.cid-uOEfrIkJju figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOEfrIkJju .image-block {
    width: 100% !important;
  }
}
.cid-uOEfrIA4LU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uOEfrIA4LU .media-container-column {
  align-items: center;
}
.cid-uOEfrIA4LU .mbr-author-desc {
  display: block;
}
.cid-uOEfrIA4LU .mbr-testimonial {
  margin-top: 5rem;
}
.cid-uOEfrIA4LU .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-uOEfrIA4LU .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uOEfrIA4LU .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uOEfrIA4LU .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uOEfrIA4LU .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uOEfrIA4LU .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uOEfrIA4LU .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uOEfrIA4LU .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-uOEfrIA4LU .mbr-section-subtitle {
  color: #e4d295;
}
.cid-uOEfrIA4LU H2 {
  color: #e4d295;
}
.cid-uOEfrJ1Kxb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uOEfrJ1Kxb .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uOEfrJ1Kxb .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uOEfrJ1Kxb .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uOEfrJ1Kxb .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uOEfrJ1Kxb .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uOEfrJ1Kxb .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uOEfrJ1Kxb .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uOEfrJ1Kxb .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uOEfrJ1Kxb .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uOEfrJ1Kxb .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uOEfrJ1Kxb [class^="socicon-"]:before,
.cid-uOEfrJ1Kxb [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uOEfrJ1Kxb .btn {
    font-size: 20px !important;
  }
}
.cid-uOEfrJ1Kxb .mbr-section-title {
  color: #e4d295;
}
.cid-uOEfrJlQKI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uOEfrJlQKI .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uOEfrJlQKI .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uOEfrJlQKI .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uOEfrJlQKI .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uOEfrJlQKI .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uOEfrJlQKI p {
  color: #232323;
}
.cid-uOEfrJlQKI .mbr-text {
  text-align: center;
}
.cid-uOEfrJlQKI DIV {
  color: #e4d295;
}
.cid-uOEfrJlQKI P {
  color: #ffffff;
}
.cid-uOEfrJOxu8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uOEfrJOxu8 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uOEfrJOxu8 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uOEfrJOxu8 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uOEfrJOxu8 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uOEfrJOxu8 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uOEfrJOxu8 p {
  color: #232323;
}
.cid-uOEfrJOxu8 .mbr-text {
  text-align: center;
}
.cid-uOEfrJOxu8 DIV {
  color: #e4d295;
}
.cid-uOEfrJOxu8 P {
  color: #ffffff;
}
.cid-uOEfrKiP3b {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uOEfrKiP3b .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uOEfrKiP3b .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uOEfrKiP3b .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uOEfrKiP3b .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uOEfrKiP3b .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uOEfrKiP3b p {
  color: #232323;
}
.cid-uOEfrKiP3b .mbr-text {
  text-align: center;
}
.cid-uOEfrKiP3b DIV {
  color: #e4d295;
}
.cid-uOEfrKiP3b P {
  color: #ffffff;
}
.cid-uOEfrKPh4S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uOEfrKPh4S .mbr-figure {
  margin: 0 auto;
}
.cid-uOEfrLmEHk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOEfrLmEHk .mbr-figure {
  margin: 0 auto;
}
.cid-uOEfrLKbv7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOEfrLKbv7 .mbr-figure {
  margin: 0 auto;
}
.cid-uOEfrMaiMj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOEfrMaiMj .mbr-figure {
  margin: 0 auto;
}
.cid-uOEfrMBGNj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOEfrMBGNj .mbr-figure {
  margin: 0 auto;
}
.cid-uOEfrN19lE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOEfrN19lE .mbr-figure {
  margin: 0 auto;
}
.cid-uOEfrNpHPd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOEfrNpHPd .mbr-figure {
  margin: 0 auto;
}
.cid-uOEfrNNPqj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOEfrNNPqj .mbr-figure {
  margin: 0 auto;
}
.cid-uOEfrOm7hc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOEfrOm7hc .mbr-figure {
  margin: 0 auto;
}
.cid-uOEfrOJZWz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOEfrOJZWz .mbr-figure {
  margin: 0 auto;
}
.cid-uOEfrPdzwD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOEfrPdzwD .mbr-figure {
  margin: 0 auto;
}
.cid-uOEfrPFmOZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOEfrPFmOZ .mbr-figure {
  margin: 0 auto;
}
.cid-uOEPQLd4AJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uOEPQLd4AJ .mbr-figure {
  margin: 0 auto;
}
.cid-uOEPQ7LTUv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uOEPQ7LTUv .mbr-figure {
  margin: 0 auto;
}
.cid-uOEPPAkYyl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uOEPPAkYyl .mbr-figure {
  margin: 0 auto;
}
.cid-uOEPP3GaLK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uOEPP3GaLK .mbr-figure {
  margin: 0 auto;
}
.cid-uOEfrQu6jV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-uOEfrQu6jV .carousel-control {
  background: #000;
}
.cid-uOEfrQu6jV .mbr-section-subtitle {
  color: #767676;
}
.cid-uOEfrQu6jV .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOEfrQu6jV .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uOEfrQu6jV .carousel-item .wrap-img {
  text-align: center;
}
.cid-uOEfrQu6jV .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-uOEfrQu6jV .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOEfrQu6jV .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uOEfrQu6jV .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uOEfrQu6jV .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uOEfrQu6jV .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uOEfrQu6jV .cloneditem-1,
.cid-uOEfrQu6jV .cloneditem-2,
.cid-uOEfrQu6jV .cloneditem-3,
.cid-uOEfrQu6jV .cloneditem-4,
.cid-uOEfrQu6jV .cloneditem-5 {
  display: none;
}
.cid-uOEfrQu6jV .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOEfrQu6jV .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uOEfrQu6jV .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uOEfrQu6jV .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uOEfrQu6jV .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uOEfrQu6jV .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOEfrQu6jV .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides2 .cloneditem-1,
  .cid-uOEfrQu6jV .carousel-inner.slides2 .cloneditem-2,
  .cid-uOEfrQu6jV .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uOEfrQu6jV .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uOEfrQu6jV .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uOEfrQu6jV .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uOEfrQu6jV .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOEfrQu6jV .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides3 .cloneditem-1,
  .cid-uOEfrQu6jV .carousel-inner.slides3 .cloneditem-2,
  .cid-uOEfrQu6jV .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uOEfrQu6jV .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uOEfrQu6jV .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uOEfrQu6jV .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uOEfrQu6jV .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOEfrQu6jV .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides4 .cloneditem-1,
  .cid-uOEfrQu6jV .carousel-inner.slides4 .cloneditem-2,
  .cid-uOEfrQu6jV .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uOEfrQu6jV .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uOEfrQu6jV .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uOEfrQu6jV .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uOEfrQu6jV .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOEfrQu6jV .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides5 .cloneditem-1,
  .cid-uOEfrQu6jV .carousel-inner.slides5 .cloneditem-2,
  .cid-uOEfrQu6jV .carousel-inner.slides5 .cloneditem-3,
  .cid-uOEfrQu6jV .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uOEfrQu6jV .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uOEfrQu6jV .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uOEfrQu6jV .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uOEfrQu6jV .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOEfrQu6jV .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOEfrQu6jV .carousel-inner.slides6 .cloneditem-1,
  .cid-uOEfrQu6jV .carousel-inner.slides6 .cloneditem-2,
  .cid-uOEfrQu6jV .carousel-inner.slides6 .cloneditem-3,
  .cid-uOEfrQu6jV .carousel-inner.slides6 .cloneditem-4,
  .cid-uOEfrQu6jV .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uOEfrQu6jV H2 {
  color: #ffffff;
}
.cid-uOEfrRoRfS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uOEfrRoRfS .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uOEfrRoRfS .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-uOEfrRoRfS .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-uOEfrRoRfS .mbr-article {
  color: #fff;
}
.cid-uOEfrRNWM1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uOEfrRNWM1 .content {
    text-align: center;
  }
  .cid-uOEfrRNWM1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOEfrRNWM1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uOEfrRNWM1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uOEfrRNWM1 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uOEfrRNWM1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uOEfrRNWM1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uOEfrRNWM1 .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-uOEfrRNWM1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uOEfrRNWM1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uOEfrRNWM1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uOEfrRNWM1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOEfrRNWM1 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uOEfrRNWM1 P {
  text-align: center;
  color: #ffffff;
}
.cid-uOEfrRNWM1 H5 {
  text-align: center;
  color: #e4d295;
}
.cid-uOEfrRNWM1 .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-uOMlbtOl9u .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-uOMlbtOl9u .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-uOMlbtOl9u a {
  font-style: normal;
}
.cid-uOMlbtOl9u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uOMlbtOl9u .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uOMlbtOl9u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uOMlbtOl9u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uOMlbtOl9u .menu-logo {
  margin-right: auto;
}
.cid-uOMlbtOl9u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uOMlbtOl9u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uOMlbtOl9u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uOMlbtOl9u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uOMlbtOl9u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uOMlbtOl9u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uOMlbtOl9u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uOMlbtOl9u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uOMlbtOl9u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOMlbtOl9u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uOMlbtOl9u .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uOMlbtOl9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uOMlbtOl9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOMlbtOl9u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uOMlbtOl9u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOMlbtOl9u .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-uOMlbtOl9u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uOMlbtOl9u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uOMlbtOl9u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uOMlbtOl9u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uOMlbtOl9u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uOMlbtOl9u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uOMlbtOl9u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uOMlbtOl9u button.navbar-toggler:focus {
  outline: none;
}
.cid-uOMlbtOl9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOMlbtOl9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOMlbtOl9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOMlbtOl9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOMlbtOl9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOMlbtOl9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOMlbtOl9u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOMlbtOl9u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOMlbtOl9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOMlbtOl9u .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uOMlbtOl9u .collapsed .btn {
  display: flex;
}
.cid-uOMlbtOl9u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uOMlbtOl9u .collapsed .navbar-collapse.collapsing,
.cid-uOMlbtOl9u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uOMlbtOl9u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uOMlbtOl9u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uOMlbtOl9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uOMlbtOl9u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uOMlbtOl9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uOMlbtOl9u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uOMlbtOl9u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uOMlbtOl9u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uOMlbtOl9u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uOMlbtOl9u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uOMlbtOl9u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uOMlbtOl9u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uOMlbtOl9u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uOMlbtOl9u .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-uOMlbtOl9u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uOMlbtOl9u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uOMlbtOl9u .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-uOMlbtOl9u .navbar-expand {
    flex-direction: column;
  }
  .cid-uOMlbtOl9u img {
    height: 3.8rem !important;
  }
  .cid-uOMlbtOl9u .btn {
    display: flex;
  }
  .cid-uOMlbtOl9u button.navbar-toggler {
    display: block;
  }
  .cid-uOMlbtOl9u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uOMlbtOl9u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uOMlbtOl9u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uOMlbtOl9u .navbar-collapse.collapsing,
  .cid-uOMlbtOl9u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uOMlbtOl9u .navbar-collapse.collapsing .navbar-nav,
  .cid-uOMlbtOl9u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uOMlbtOl9u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uOMlbtOl9u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uOMlbtOl9u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uOMlbtOl9u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uOMlbtOl9u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uOMlbtOl9u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uOMlbtOl9u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uOMlbtOl9u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uOMlbtOl9u .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-uOMlbtOl9u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uOMlbtOl9u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uOMlbtOl9u .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-uOMlbtOl9u .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uOMlbucBle {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbucBle .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbucBle H3 {
  color: #c1c1c1;
}
.cid-uOMlbuDueu {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-uOMlbuDueu .image-block {
  margin: auto;
}
.cid-uOMlbuDueu .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbuDueu figcaption {
  position: relative;
}
.cid-uOMlbuDueu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOMlbuDueu .image-block {
    width: 100% !important;
  }
}
.cid-uOMlbv25do {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uOMlbv25do .media-container-column {
  align-items: center;
}
.cid-uOMlbv25do .mbr-author-desc {
  display: block;
}
.cid-uOMlbv25do .mbr-testimonial {
  margin-top: 5rem;
}
.cid-uOMlbv25do .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-uOMlbv25do .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uOMlbv25do .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uOMlbv25do .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uOMlbv25do .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uOMlbv25do .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uOMlbv25do .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uOMlbv25do .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-uOMlbv25do .mbr-section-subtitle {
  color: #e4d295;
}
.cid-uOMlbv25do H2 {
  color: #e4d295;
}
.cid-uOMlbv25do .mbr-author-name {
  color: #cccccc;
}
.cid-uOMlbvzWYA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uOMlbvzWYA .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uOMlbvzWYA .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uOMlbvzWYA .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uOMlbvzWYA .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uOMlbvzWYA .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uOMlbvzWYA .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uOMlbvzWYA .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uOMlbvzWYA .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uOMlbvzWYA .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uOMlbvzWYA .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uOMlbvzWYA [class^="socicon-"]:before,
.cid-uOMlbvzWYA [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uOMlbvzWYA .btn {
    font-size: 20px !important;
  }
}
.cid-uOMlbvzWYA .mbr-section-title {
  color: #e4d295;
}
.cid-uOMlbvTXfA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uOMlbvTXfA .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uOMlbvTXfA .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uOMlbvTXfA .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uOMlbvTXfA .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uOMlbvTXfA .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uOMlbvTXfA p {
  color: #232323;
}
.cid-uOMlbvTXfA .mbr-text {
  text-align: center;
}
.cid-uOMlbvTXfA DIV {
  color: #e4d295;
}
.cid-uOMlbvTXfA P {
  color: #ffffff;
}
.cid-uOMlbwqwS6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uOMlbwqwS6 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uOMlbwqwS6 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uOMlbwqwS6 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uOMlbwqwS6 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uOMlbwqwS6 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uOMlbwqwS6 p {
  color: #232323;
}
.cid-uOMlbwqwS6 .mbr-text {
  text-align: center;
}
.cid-uOMlbwqwS6 DIV {
  color: #e4d295;
}
.cid-uOMlbwqwS6 P {
  color: #ffffff;
}
.cid-uOMlbwU5m5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uOMlbwU5m5 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uOMlbwU5m5 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uOMlbwU5m5 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uOMlbwU5m5 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uOMlbwU5m5 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uOMlbwU5m5 p {
  color: #232323;
}
.cid-uOMlbwU5m5 .mbr-text {
  text-align: center;
}
.cid-uOMlbwU5m5 DIV {
  color: #e4d295;
}
.cid-uOMlbwU5m5 P {
  color: #ffffff;
}
.cid-uOMlbzNzjY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbzNzjY .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbxtyU9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbxtyU9 .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbysdXY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbysdXY .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbyTPLf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbyTPLf .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlby2sxP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlby2sxP .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbzjKaY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbzjKaY .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbAcN3l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbAcN3l .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbAIzcN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbAIzcN .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbB855l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbB855l .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbBAOqE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbBAOqE .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbCUSpS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbCUSpS .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbC0vwg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbC0vwg .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbCtVCo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbCtVCo .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbDl6c3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbDl6c3 .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbElqKi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbElqKi .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbDTerm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbDTerm .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbEOjTq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbEOjTq .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbFhL0h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbFhL0h .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbIhMeg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbIhMeg .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbFLbCZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbFLbCZ .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbGdI2L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbGdI2L .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbGOFSl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbGOFSl .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbHgxmb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbHgxmb .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbHM1vs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uOMlbHM1vs .mbr-figure {
  margin: 0 auto;
}
.cid-uOMlbMoTIM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-uOMlbMoTIM .carousel-control {
  background: #000;
}
.cid-uOMlbMoTIM .mbr-section-subtitle {
  color: #767676;
}
.cid-uOMlbMoTIM .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOMlbMoTIM .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uOMlbMoTIM .carousel-item .wrap-img {
  text-align: center;
}
.cid-uOMlbMoTIM .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-uOMlbMoTIM .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOMlbMoTIM .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uOMlbMoTIM .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uOMlbMoTIM .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uOMlbMoTIM .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uOMlbMoTIM .cloneditem-1,
.cid-uOMlbMoTIM .cloneditem-2,
.cid-uOMlbMoTIM .cloneditem-3,
.cid-uOMlbMoTIM .cloneditem-4,
.cid-uOMlbMoTIM .cloneditem-5 {
  display: none;
}
.cid-uOMlbMoTIM .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOMlbMoTIM .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uOMlbMoTIM .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uOMlbMoTIM .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uOMlbMoTIM .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uOMlbMoTIM .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOMlbMoTIM .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides2 .cloneditem-1,
  .cid-uOMlbMoTIM .carousel-inner.slides2 .cloneditem-2,
  .cid-uOMlbMoTIM .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uOMlbMoTIM .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uOMlbMoTIM .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uOMlbMoTIM .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uOMlbMoTIM .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOMlbMoTIM .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides3 .cloneditem-1,
  .cid-uOMlbMoTIM .carousel-inner.slides3 .cloneditem-2,
  .cid-uOMlbMoTIM .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uOMlbMoTIM .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uOMlbMoTIM .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uOMlbMoTIM .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uOMlbMoTIM .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOMlbMoTIM .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides4 .cloneditem-1,
  .cid-uOMlbMoTIM .carousel-inner.slides4 .cloneditem-2,
  .cid-uOMlbMoTIM .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uOMlbMoTIM .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uOMlbMoTIM .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uOMlbMoTIM .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uOMlbMoTIM .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOMlbMoTIM .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides5 .cloneditem-1,
  .cid-uOMlbMoTIM .carousel-inner.slides5 .cloneditem-2,
  .cid-uOMlbMoTIM .carousel-inner.slides5 .cloneditem-3,
  .cid-uOMlbMoTIM .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uOMlbMoTIM .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uOMlbMoTIM .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uOMlbMoTIM .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uOMlbMoTIM .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOMlbMoTIM .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOMlbMoTIM .carousel-inner.slides6 .cloneditem-1,
  .cid-uOMlbMoTIM .carousel-inner.slides6 .cloneditem-2,
  .cid-uOMlbMoTIM .carousel-inner.slides6 .cloneditem-3,
  .cid-uOMlbMoTIM .carousel-inner.slides6 .cloneditem-4,
  .cid-uOMlbMoTIM .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uOMlbMoTIM H2 {
  color: #ffffff;
}
.cid-uOMlbNjbZQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uOMlbNjbZQ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uOMlbNjbZQ .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-uOMlbNjbZQ .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-uOMlbNjbZQ .mbr-article {
  color: #fff;
}
.cid-uOMlbNOwSp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uOMlbNOwSp .content {
    text-align: center;
  }
  .cid-uOMlbNOwSp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMlbNOwSp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uOMlbNOwSp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uOMlbNOwSp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uOMlbNOwSp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uOMlbNOwSp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uOMlbNOwSp .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-uOMlbNOwSp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uOMlbNOwSp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uOMlbNOwSp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uOMlbNOwSp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOMlbNOwSp .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uOMlbNOwSp P {
  text-align: center;
  color: #ffffff;
}
.cid-uOMlbNOwSp H5 {
  text-align: center;
  color: #e4d295;
}
.cid-uOMlbNOwSp .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-uQ9LL3740j .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-uQ9LL3740j .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-uQ9LL3740j a {
  font-style: normal;
}
.cid-uQ9LL3740j .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uQ9LL3740j .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uQ9LL3740j .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uQ9LL3740j .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uQ9LL3740j .menu-logo {
  margin-right: auto;
}
.cid-uQ9LL3740j .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uQ9LL3740j .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uQ9LL3740j .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uQ9LL3740j .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uQ9LL3740j .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uQ9LL3740j .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uQ9LL3740j .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uQ9LL3740j .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uQ9LL3740j .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ9LL3740j .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uQ9LL3740j .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uQ9LL3740j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uQ9LL3740j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ9LL3740j .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uQ9LL3740j .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ9LL3740j .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-uQ9LL3740j .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uQ9LL3740j .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uQ9LL3740j .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uQ9LL3740j .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uQ9LL3740j .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uQ9LL3740j .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uQ9LL3740j button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uQ9LL3740j button.navbar-toggler:focus {
  outline: none;
}
.cid-uQ9LL3740j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQ9LL3740j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQ9LL3740j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ9LL3740j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ9LL3740j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQ9LL3740j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ9LL3740j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQ9LL3740j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQ9LL3740j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ9LL3740j .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uQ9LL3740j .collapsed .btn {
  display: flex;
}
.cid-uQ9LL3740j .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uQ9LL3740j .collapsed .navbar-collapse.collapsing,
.cid-uQ9LL3740j .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uQ9LL3740j .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uQ9LL3740j .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uQ9LL3740j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uQ9LL3740j .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uQ9LL3740j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uQ9LL3740j .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uQ9LL3740j .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uQ9LL3740j .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uQ9LL3740j .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uQ9LL3740j .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uQ9LL3740j .collapsed button.navbar-toggler {
  display: block;
}
.cid-uQ9LL3740j .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uQ9LL3740j .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uQ9LL3740j .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-uQ9LL3740j .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uQ9LL3740j .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uQ9LL3740j .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-uQ9LL3740j .navbar-expand {
    flex-direction: column;
  }
  .cid-uQ9LL3740j img {
    height: 3.8rem !important;
  }
  .cid-uQ9LL3740j .btn {
    display: flex;
  }
  .cid-uQ9LL3740j button.navbar-toggler {
    display: block;
  }
  .cid-uQ9LL3740j .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uQ9LL3740j .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uQ9LL3740j .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uQ9LL3740j .navbar-collapse.collapsing,
  .cid-uQ9LL3740j .navbar-collapse.show {
    display: block !important;
  }
  .cid-uQ9LL3740j .navbar-collapse.collapsing .navbar-nav,
  .cid-uQ9LL3740j .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uQ9LL3740j .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uQ9LL3740j .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uQ9LL3740j .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uQ9LL3740j .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uQ9LL3740j .navbar-collapse.collapsing .navbar-buttons,
  .cid-uQ9LL3740j .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uQ9LL3740j .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uQ9LL3740j .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uQ9LL3740j .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-uQ9LL3740j .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uQ9LL3740j .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uQ9LL3740j .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-uQ9LL3740j .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uQ9LL4kPxj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LL4kPxj .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LL4kPxj H3 {
  color: #c1c1c1;
}
.cid-uQ9LL4QYta {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-uQ9LL4QYta .image-block {
  margin: auto;
}
.cid-uQ9LL4QYta .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LL4QYta figcaption {
  position: relative;
}
.cid-uQ9LL4QYta figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQ9LL4QYta .image-block {
    width: 100% !important;
  }
}
.cid-uQ9LL58UxG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uQ9LL58UxG .media-container-column {
  align-items: center;
}
.cid-uQ9LL58UxG .mbr-author-desc {
  display: block;
}
.cid-uQ9LL58UxG .mbr-testimonial {
  margin-top: 5rem;
}
.cid-uQ9LL58UxG .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-uQ9LL58UxG .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uQ9LL58UxG .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uQ9LL58UxG .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uQ9LL58UxG .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uQ9LL58UxG .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uQ9LL58UxG .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uQ9LL58UxG .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-uQ9LL58UxG .mbr-section-subtitle {
  color: #e4d295;
}
.cid-uQ9LL58UxG H2 {
  color: #e4d295;
}
.cid-uQ9LL5CJLA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uQ9LL5CJLA .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uQ9LL5CJLA .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uQ9LL5CJLA .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uQ9LL5CJLA .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uQ9LL5CJLA .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uQ9LL5CJLA .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uQ9LL5CJLA .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uQ9LL5CJLA .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uQ9LL5CJLA .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uQ9LL5CJLA .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uQ9LL5CJLA [class^="socicon-"]:before,
.cid-uQ9LL5CJLA [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uQ9LL5CJLA .btn {
    font-size: 20px !important;
  }
}
.cid-uQ9LL5CJLA .mbr-section-title {
  color: #e4d295;
}
.cid-uQ9LL5Vruu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uQ9LL5Vruu .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uQ9LL5Vruu .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uQ9LL5Vruu .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uQ9LL5Vruu .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uQ9LL5Vruu .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uQ9LL5Vruu p {
  color: #232323;
}
.cid-uQ9LL5Vruu .mbr-text {
  text-align: center;
}
.cid-uQ9LL5Vruu DIV {
  color: #e4d295;
}
.cid-uQ9LL5Vruu P {
  color: #ffffff;
}
.cid-uQ9LL6rJEZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uQ9LL6rJEZ .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uQ9LL6rJEZ .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uQ9LL6rJEZ .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uQ9LL6rJEZ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uQ9LL6rJEZ .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uQ9LL6rJEZ p {
  color: #232323;
}
.cid-uQ9LL6rJEZ .mbr-text {
  text-align: center;
}
.cid-uQ9LL6rJEZ DIV {
  color: #e4d295;
}
.cid-uQ9LL6rJEZ P {
  color: #ffffff;
}
.cid-uQ9LL79192 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uQ9LL79192 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uQ9LL79192 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uQ9LL79192 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uQ9LL79192 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uQ9LL79192 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uQ9LL79192 p {
  color: #232323;
}
.cid-uQ9LL79192 .mbr-text {
  text-align: center;
}
.cid-uQ9LL79192 DIV {
  color: #e4d295;
}
.cid-uQ9LL79192 P {
  color: #ffffff;
}
.cid-uQ9LL7KhL3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LL7KhL3 .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LL8a95b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LL8a95b .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LL8BjnM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LL8BjnM .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LL94mXi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LL94mXi .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LL9sfSR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LL9sfSR .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LL9QSIx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LL9QSIx .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLapx4L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLapx4L .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLaPteC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uQ9LLaPteC .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLbeRIB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLbeRIB .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLc51cf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLc51cf .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLcvbDI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLcvbDI .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLd0PM5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLd0PM5 .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLdqXTk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLdqXTk .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLdQRiC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLdQRiC .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLejCMc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLejCMc .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLeKlAO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLeKlAO .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLf9JGl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLf9JGl .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLfHpqC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLfHpqC .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLg7iik {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLg7iik .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLgybgt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLgybgt .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLgZTUx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLgZTUx .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLhrJk4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLhrJk4 .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLhVdL8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLhVdL8 .mbr-figure {
  margin: 0 auto;
}
.cid-uQycazx72e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uQycazx72e .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLivTWN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQ9LLivTWN .mbr-figure {
  margin: 0 auto;
}
.cid-uQ9LLiXJZG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-uQ9LLiXJZG .carousel-control {
  background: #000;
}
.cid-uQ9LLiXJZG .mbr-section-subtitle {
  color: #767676;
}
.cid-uQ9LLiXJZG .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQ9LLiXJZG .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uQ9LLiXJZG .carousel-item .wrap-img {
  text-align: center;
}
.cid-uQ9LLiXJZG .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-uQ9LLiXJZG .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQ9LLiXJZG .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uQ9LLiXJZG .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uQ9LLiXJZG .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uQ9LLiXJZG .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uQ9LLiXJZG .cloneditem-1,
.cid-uQ9LLiXJZG .cloneditem-2,
.cid-uQ9LLiXJZG .cloneditem-3,
.cid-uQ9LLiXJZG .cloneditem-4,
.cid-uQ9LLiXJZG .cloneditem-5 {
  display: none;
}
.cid-uQ9LLiXJZG .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQ9LLiXJZG .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uQ9LLiXJZG .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uQ9LLiXJZG .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uQ9LLiXJZG .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQ9LLiXJZG .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides2 .cloneditem-1,
  .cid-uQ9LLiXJZG .carousel-inner.slides2 .cloneditem-2,
  .cid-uQ9LLiXJZG .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uQ9LLiXJZG .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uQ9LLiXJZG .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uQ9LLiXJZG .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQ9LLiXJZG .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides3 .cloneditem-1,
  .cid-uQ9LLiXJZG .carousel-inner.slides3 .cloneditem-2,
  .cid-uQ9LLiXJZG .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uQ9LLiXJZG .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uQ9LLiXJZG .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uQ9LLiXJZG .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQ9LLiXJZG .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides4 .cloneditem-1,
  .cid-uQ9LLiXJZG .carousel-inner.slides4 .cloneditem-2,
  .cid-uQ9LLiXJZG .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uQ9LLiXJZG .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uQ9LLiXJZG .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uQ9LLiXJZG .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQ9LLiXJZG .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides5 .cloneditem-1,
  .cid-uQ9LLiXJZG .carousel-inner.slides5 .cloneditem-2,
  .cid-uQ9LLiXJZG .carousel-inner.slides5 .cloneditem-3,
  .cid-uQ9LLiXJZG .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uQ9LLiXJZG .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uQ9LLiXJZG .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uQ9LLiXJZG .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQ9LLiXJZG .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQ9LLiXJZG .carousel-inner.slides6 .cloneditem-1,
  .cid-uQ9LLiXJZG .carousel-inner.slides6 .cloneditem-2,
  .cid-uQ9LLiXJZG .carousel-inner.slides6 .cloneditem-3,
  .cid-uQ9LLiXJZG .carousel-inner.slides6 .cloneditem-4,
  .cid-uQ9LLiXJZG .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uQ9LLiXJZG H2 {
  color: #ffffff;
}
.cid-uQ9LLjP7HU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uQ9LLjP7HU .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uQ9LLjP7HU .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-uQ9LLjP7HU .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-uQ9LLjP7HU .mbr-article {
  color: #fff;
}
.cid-uQ9LLkh7dW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uQ9LLkh7dW .content {
    text-align: center;
  }
  .cid-uQ9LLkh7dW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ9LLkh7dW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQ9LLkh7dW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQ9LLkh7dW .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uQ9LLkh7dW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQ9LLkh7dW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uQ9LLkh7dW .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-uQ9LLkh7dW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uQ9LLkh7dW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQ9LLkh7dW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQ9LLkh7dW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQ9LLkh7dW .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uQ9LLkh7dW P {
  text-align: center;
  color: #ffffff;
}
.cid-uQ9LLkh7dW H5 {
  text-align: center;
  color: #e4d295;
}
.cid-uQ9LLkh7dW .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-uQaCO9wnhf .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-uQaCO9wnhf .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-uQaCO9wnhf a {
  font-style: normal;
}
.cid-uQaCO9wnhf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uQaCO9wnhf .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uQaCO9wnhf .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uQaCO9wnhf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uQaCO9wnhf .menu-logo {
  margin-right: auto;
}
.cid-uQaCO9wnhf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uQaCO9wnhf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uQaCO9wnhf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uQaCO9wnhf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uQaCO9wnhf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uQaCO9wnhf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uQaCO9wnhf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uQaCO9wnhf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uQaCO9wnhf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQaCO9wnhf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uQaCO9wnhf .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uQaCO9wnhf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uQaCO9wnhf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQaCO9wnhf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uQaCO9wnhf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQaCO9wnhf .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-uQaCO9wnhf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uQaCO9wnhf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uQaCO9wnhf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uQaCO9wnhf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uQaCO9wnhf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uQaCO9wnhf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uQaCO9wnhf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uQaCO9wnhf button.navbar-toggler:focus {
  outline: none;
}
.cid-uQaCO9wnhf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQaCO9wnhf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQaCO9wnhf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQaCO9wnhf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQaCO9wnhf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQaCO9wnhf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQaCO9wnhf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQaCO9wnhf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQaCO9wnhf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQaCO9wnhf .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uQaCO9wnhf .collapsed .btn {
  display: flex;
}
.cid-uQaCO9wnhf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uQaCO9wnhf .collapsed .navbar-collapse.collapsing,
.cid-uQaCO9wnhf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uQaCO9wnhf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uQaCO9wnhf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uQaCO9wnhf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uQaCO9wnhf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uQaCO9wnhf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uQaCO9wnhf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uQaCO9wnhf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uQaCO9wnhf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uQaCO9wnhf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uQaCO9wnhf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uQaCO9wnhf .collapsed button.navbar-toggler {
  display: block;
}
.cid-uQaCO9wnhf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uQaCO9wnhf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uQaCO9wnhf .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-uQaCO9wnhf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uQaCO9wnhf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uQaCO9wnhf .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-uQaCO9wnhf .navbar-expand {
    flex-direction: column;
  }
  .cid-uQaCO9wnhf img {
    height: 3.8rem !important;
  }
  .cid-uQaCO9wnhf .btn {
    display: flex;
  }
  .cid-uQaCO9wnhf button.navbar-toggler {
    display: block;
  }
  .cid-uQaCO9wnhf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uQaCO9wnhf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uQaCO9wnhf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uQaCO9wnhf .navbar-collapse.collapsing,
  .cid-uQaCO9wnhf .navbar-collapse.show {
    display: block !important;
  }
  .cid-uQaCO9wnhf .navbar-collapse.collapsing .navbar-nav,
  .cid-uQaCO9wnhf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uQaCO9wnhf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uQaCO9wnhf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uQaCO9wnhf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uQaCO9wnhf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uQaCO9wnhf .navbar-collapse.collapsing .navbar-buttons,
  .cid-uQaCO9wnhf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uQaCO9wnhf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uQaCO9wnhf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uQaCO9wnhf .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-uQaCO9wnhf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uQaCO9wnhf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uQaCO9wnhf .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-uQaCO9wnhf .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uQaCO9V5zj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQaCO9V5zj .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCO9V5zj H3 {
  color: #c1c1c1;
}
.cid-uQaCOajxNm {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-uQaCOajxNm .image-block {
  margin: auto;
}
.cid-uQaCOajxNm .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOajxNm figcaption {
  position: relative;
}
.cid-uQaCOajxNm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQaCOajxNm .image-block {
    width: 100% !important;
  }
}
.cid-uQaCOaELPj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uQaCOaELPj .media-container-column {
  align-items: center;
}
.cid-uQaCOaELPj .mbr-author-desc {
  display: block;
}
.cid-uQaCOaELPj .mbr-testimonial {
  margin-top: 5rem;
}
.cid-uQaCOaELPj .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-uQaCOaELPj .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uQaCOaELPj .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uQaCOaELPj .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uQaCOaELPj .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uQaCOaELPj .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uQaCOaELPj .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uQaCOaELPj .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-uQaCOaELPj .mbr-section-subtitle {
  color: #e4d295;
}
.cid-uQaCOaELPj H2 {
  color: #e4d295;
}
.cid-uQaCObgAZX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uQaCObgAZX .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uQaCObgAZX .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uQaCObgAZX .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uQaCObgAZX .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uQaCObgAZX .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uQaCObgAZX .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uQaCObgAZX .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uQaCObgAZX .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uQaCObgAZX .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uQaCObgAZX .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uQaCObgAZX [class^="socicon-"]:before,
.cid-uQaCObgAZX [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uQaCObgAZX .btn {
    font-size: 20px !important;
  }
}
.cid-uQaCObgAZX .mbr-section-title {
  color: #e4d295;
}
.cid-uQaCObBFtu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uQaCObBFtu .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uQaCObBFtu .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uQaCObBFtu .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uQaCObBFtu .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uQaCObBFtu .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uQaCObBFtu p {
  color: #232323;
}
.cid-uQaCObBFtu .mbr-text {
  text-align: center;
}
.cid-uQaCObBFtu DIV {
  color: #e4d295;
}
.cid-uQaCObBFtu P {
  color: #ffffff;
}
.cid-uQaCOc6ZTD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uQaCOc6ZTD .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uQaCOc6ZTD .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uQaCOc6ZTD .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uQaCOc6ZTD .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uQaCOc6ZTD .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uQaCOc6ZTD p {
  color: #232323;
}
.cid-uQaCOc6ZTD .mbr-text {
  text-align: center;
}
.cid-uQaCOc6ZTD DIV {
  color: #e4d295;
}
.cid-uQaCOc6ZTD P {
  color: #ffffff;
}
.cid-uQaCOcCRzo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uQaCOcCRzo .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uQaCOcCRzo .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uQaCOcCRzo .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uQaCOcCRzo .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uQaCOcCRzo .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uQaCOcCRzo p {
  color: #232323;
}
.cid-uQaCOcCRzo .mbr-text {
  text-align: center;
}
.cid-uQaCOcCRzo DIV {
  color: #e4d295;
}
.cid-uQaCOcCRzo P {
  color: #ffffff;
}
.cid-uQaCOigq3H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQaCOigq3H .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOd8eFZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uQaCOd8eFZ .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOdztmS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQaCOdztmS .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOe8blu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQaCOe8blu .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOeAvz8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQaCOeAvz8 .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOf1UzQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQaCOf1UzQ .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOfvD01 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQaCOfvD01 .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOp24s4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uQaCOp24s4 .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOfXiCO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQaCOfXiCO .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOpCta4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uQaCOpCta4 .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOgpkKr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uQaCOgpkKr .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOiIqmG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uQaCOiIqmG .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOgPa9m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQaCOgPa9m .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOhpUiu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQaCOhpUiu .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOq6YX2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uQaCOq6YX2 .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOhPha3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uQaCOhPha3 .mbr-figure {
  margin: 0 auto;
}
.cid-uQaCOrZh5N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-uQaCOrZh5N .carousel-control {
  background: #000;
}
.cid-uQaCOrZh5N .mbr-section-subtitle {
  color: #767676;
}
.cid-uQaCOrZh5N .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQaCOrZh5N .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uQaCOrZh5N .carousel-item .wrap-img {
  text-align: center;
}
.cid-uQaCOrZh5N .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-uQaCOrZh5N .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQaCOrZh5N .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uQaCOrZh5N .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uQaCOrZh5N .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uQaCOrZh5N .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uQaCOrZh5N .cloneditem-1,
.cid-uQaCOrZh5N .cloneditem-2,
.cid-uQaCOrZh5N .cloneditem-3,
.cid-uQaCOrZh5N .cloneditem-4,
.cid-uQaCOrZh5N .cloneditem-5 {
  display: none;
}
.cid-uQaCOrZh5N .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQaCOrZh5N .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uQaCOrZh5N .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uQaCOrZh5N .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uQaCOrZh5N .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uQaCOrZh5N .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQaCOrZh5N .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides2 .cloneditem-1,
  .cid-uQaCOrZh5N .carousel-inner.slides2 .cloneditem-2,
  .cid-uQaCOrZh5N .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uQaCOrZh5N .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uQaCOrZh5N .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uQaCOrZh5N .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uQaCOrZh5N .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQaCOrZh5N .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides3 .cloneditem-1,
  .cid-uQaCOrZh5N .carousel-inner.slides3 .cloneditem-2,
  .cid-uQaCOrZh5N .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uQaCOrZh5N .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uQaCOrZh5N .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uQaCOrZh5N .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uQaCOrZh5N .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQaCOrZh5N .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides4 .cloneditem-1,
  .cid-uQaCOrZh5N .carousel-inner.slides4 .cloneditem-2,
  .cid-uQaCOrZh5N .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uQaCOrZh5N .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uQaCOrZh5N .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uQaCOrZh5N .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uQaCOrZh5N .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQaCOrZh5N .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides5 .cloneditem-1,
  .cid-uQaCOrZh5N .carousel-inner.slides5 .cloneditem-2,
  .cid-uQaCOrZh5N .carousel-inner.slides5 .cloneditem-3,
  .cid-uQaCOrZh5N .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uQaCOrZh5N .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uQaCOrZh5N .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uQaCOrZh5N .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uQaCOrZh5N .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQaCOrZh5N .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQaCOrZh5N .carousel-inner.slides6 .cloneditem-1,
  .cid-uQaCOrZh5N .carousel-inner.slides6 .cloneditem-2,
  .cid-uQaCOrZh5N .carousel-inner.slides6 .cloneditem-3,
  .cid-uQaCOrZh5N .carousel-inner.slides6 .cloneditem-4,
  .cid-uQaCOrZh5N .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uQaCOrZh5N H2 {
  color: #ffffff;
}
.cid-uQaCOt7B3X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uQaCOt7B3X .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uQaCOt7B3X .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-uQaCOt7B3X .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-uQaCOt7B3X .mbr-article {
  color: #fff;
}
.cid-uQaCOtCIJv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uQaCOtCIJv .content {
    text-align: center;
  }
  .cid-uQaCOtCIJv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQaCOtCIJv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQaCOtCIJv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQaCOtCIJv .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uQaCOtCIJv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQaCOtCIJv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uQaCOtCIJv .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-uQaCOtCIJv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uQaCOtCIJv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQaCOtCIJv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQaCOtCIJv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQaCOtCIJv .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uQaCOtCIJv P {
  text-align: center;
  color: #ffffff;
}
.cid-uQaCOtCIJv H5 {
  text-align: center;
  color: #e4d295;
}
.cid-uQaCOtCIJv .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-uReOajPBny .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-uReOajPBny .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-uReOajPBny a {
  font-style: normal;
}
.cid-uReOajPBny .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uReOajPBny .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uReOajPBny .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uReOajPBny .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uReOajPBny .menu-logo {
  margin-right: auto;
}
.cid-uReOajPBny .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uReOajPBny .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uReOajPBny .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uReOajPBny .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uReOajPBny .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uReOajPBny .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uReOajPBny .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uReOajPBny .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uReOajPBny .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uReOajPBny .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uReOajPBny .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uReOajPBny .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uReOajPBny .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uReOajPBny .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uReOajPBny .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uReOajPBny .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-uReOajPBny .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uReOajPBny .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uReOajPBny .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uReOajPBny .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uReOajPBny .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uReOajPBny .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uReOajPBny button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uReOajPBny button.navbar-toggler:focus {
  outline: none;
}
.cid-uReOajPBny button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uReOajPBny button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uReOajPBny button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uReOajPBny button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uReOajPBny button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uReOajPBny nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uReOajPBny nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uReOajPBny nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uReOajPBny nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uReOajPBny .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uReOajPBny .collapsed .btn {
  display: flex;
}
.cid-uReOajPBny .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uReOajPBny .collapsed .navbar-collapse.collapsing,
.cid-uReOajPBny .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uReOajPBny .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uReOajPBny .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uReOajPBny .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uReOajPBny .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uReOajPBny .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uReOajPBny .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uReOajPBny .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uReOajPBny .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uReOajPBny .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uReOajPBny .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uReOajPBny .collapsed button.navbar-toggler {
  display: block;
}
.cid-uReOajPBny .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uReOajPBny .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uReOajPBny .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-uReOajPBny .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uReOajPBny .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uReOajPBny .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-uReOajPBny .navbar-expand {
    flex-direction: column;
  }
  .cid-uReOajPBny img {
    height: 3.8rem !important;
  }
  .cid-uReOajPBny .btn {
    display: flex;
  }
  .cid-uReOajPBny button.navbar-toggler {
    display: block;
  }
  .cid-uReOajPBny .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uReOajPBny .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uReOajPBny .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uReOajPBny .navbar-collapse.collapsing,
  .cid-uReOajPBny .navbar-collapse.show {
    display: block !important;
  }
  .cid-uReOajPBny .navbar-collapse.collapsing .navbar-nav,
  .cid-uReOajPBny .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uReOajPBny .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uReOajPBny .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uReOajPBny .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uReOajPBny .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uReOajPBny .navbar-collapse.collapsing .navbar-buttons,
  .cid-uReOajPBny .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uReOajPBny .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uReOajPBny .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uReOajPBny .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-uReOajPBny .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uReOajPBny .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uReOajPBny .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-uReOajPBny .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uReOakcxKJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOakcxKJ .mbr-figure {
  margin: 0 auto;
}
.cid-uReOakcxKJ H3 {
  color: #c1c1c1;
}
.cid-uReOakzfIU {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-uReOakzfIU .image-block {
  margin: auto;
}
.cid-uReOakzfIU .mbr-figure {
  margin: 0 auto;
}
.cid-uReOakzfIU figcaption {
  position: relative;
}
.cid-uReOakzfIU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReOakzfIU .image-block {
    width: 100% !important;
  }
}
.cid-uReOakR8rn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uReOakR8rn .media-container-column {
  align-items: center;
}
.cid-uReOakR8rn .mbr-author-desc {
  display: block;
}
.cid-uReOakR8rn .mbr-testimonial {
  margin-top: 5rem;
}
.cid-uReOakR8rn .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-uReOakR8rn .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uReOakR8rn .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uReOakR8rn .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uReOakR8rn .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uReOakR8rn .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uReOakR8rn .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uReOakR8rn .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-uReOakR8rn .mbr-section-subtitle {
  color: #e4d295;
}
.cid-uReOakR8rn H2 {
  color: #e4d295;
}
.cid-uReOakR8rn .mbr-author-name {
  color: #cccccc;
}
.cid-uReOalhdhS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uReOalhdhS .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uReOalhdhS .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uReOalhdhS .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uReOalhdhS .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uReOalhdhS .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uReOalhdhS .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uReOalhdhS .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uReOalhdhS .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uReOalhdhS .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uReOalhdhS .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uReOalhdhS [class^="socicon-"]:before,
.cid-uReOalhdhS [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uReOalhdhS .btn {
    font-size: 20px !important;
  }
}
.cid-uReOalhdhS .mbr-section-title {
  color: #e4d295;
}
.cid-uReOalBPV7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uReOalBPV7 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uReOalBPV7 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uReOalBPV7 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uReOalBPV7 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uReOalBPV7 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uReOalBPV7 p {
  color: #232323;
}
.cid-uReOalBPV7 .mbr-text {
  text-align: center;
}
.cid-uReOalBPV7 DIV {
  color: #e4d295;
}
.cid-uReOalBPV7 P {
  color: #ffffff;
}
.cid-uReOamlsvM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uReOamlsvM .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uReOamlsvM .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uReOamlsvM .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uReOamlsvM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uReOamlsvM .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uReOamlsvM p {
  color: #232323;
}
.cid-uReOamlsvM .mbr-text {
  text-align: center;
}
.cid-uReOamlsvM DIV {
  color: #e4d295;
}
.cid-uReOamlsvM P {
  color: #ffffff;
}
.cid-uReOamOYU4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uReOamOYU4 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uReOamOYU4 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uReOamOYU4 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uReOamOYU4 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uReOamOYU4 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uReOamOYU4 p {
  color: #232323;
}
.cid-uReOamOYU4 .mbr-text {
  text-align: center;
}
.cid-uReOamOYU4 DIV {
  color: #e4d295;
}
.cid-uReOamOYU4 P {
  color: #ffffff;
}
.cid-uReOankHUS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOankHUS .mbr-figure {
  margin: 0 auto;
}
.cid-uReOaodO1C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOaodO1C .mbr-figure {
  margin: 0 auto;
}
.cid-uReOaoD1PT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOaoD1PT .mbr-figure {
  margin: 0 auto;
}
.cid-uReOap9X3a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOap9X3a .mbr-figure {
  margin: 0 auto;
}
.cid-uReOapx7YG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOapx7YG .mbr-figure {
  margin: 0 auto;
}
.cid-uReOaqt4E7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOaqt4E7 .mbr-figure {
  margin: 0 auto;
}
.cid-uReOargA6L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOargA6L .mbr-figure {
  margin: 0 auto;
}
.cid-uReOaqSpGO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOaqSpGO .mbr-figure {
  margin: 0 auto;
}
.cid-uReOanMV0i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOanMV0i .mbr-figure {
  margin: 0 auto;
}
.cid-uReOarNdNx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOarNdNx .mbr-figure {
  margin: 0 auto;
}
.cid-uReOasdVx3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOasdVx3 .mbr-figure {
  margin: 0 auto;
}
.cid-uReOasCqUB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOasCqUB .mbr-figure {
  margin: 0 auto;
}
.cid-uReOat5QfL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOat5QfL .mbr-figure {
  margin: 0 auto;
}
.cid-uReOatxBxG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOatxBxG .mbr-figure {
  margin: 0 auto;
}
.cid-uReOatYDqh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOatYDqh .mbr-figure {
  margin: 0 auto;
}
.cid-uReOauojn8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOauojn8 .mbr-figure {
  margin: 0 auto;
}
.cid-uReOauVpeD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uReOauVpeD .mbr-figure {
  margin: 0 auto;
}
.cid-uRi7J14x5e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uRi7J14x5e .mbr-figure {
  margin: 0 auto;
}
.cid-uRi7IvMovw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uRi7IvMovw .mbr-figure {
  margin: 0 auto;
}
.cid-uRi7I1EU37 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uRi7I1EU37 .mbr-figure {
  margin: 0 auto;
}
.cid-uReOavmBFs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-uReOavmBFs .carousel-control {
  background: #000;
}
.cid-uReOavmBFs .mbr-section-subtitle {
  color: #767676;
}
.cid-uReOavmBFs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uReOavmBFs .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uReOavmBFs .carousel-item .wrap-img {
  text-align: center;
}
.cid-uReOavmBFs .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-uReOavmBFs .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uReOavmBFs .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uReOavmBFs .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uReOavmBFs .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uReOavmBFs .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uReOavmBFs .cloneditem-1,
.cid-uReOavmBFs .cloneditem-2,
.cid-uReOavmBFs .cloneditem-3,
.cid-uReOavmBFs .cloneditem-4,
.cid-uReOavmBFs .cloneditem-5 {
  display: none;
}
.cid-uReOavmBFs .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uReOavmBFs .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uReOavmBFs .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uReOavmBFs .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uReOavmBFs .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uReOavmBFs .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uReOavmBFs .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides2 .cloneditem-1,
  .cid-uReOavmBFs .carousel-inner.slides2 .cloneditem-2,
  .cid-uReOavmBFs .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uReOavmBFs .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uReOavmBFs .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uReOavmBFs .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uReOavmBFs .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uReOavmBFs .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides3 .cloneditem-1,
  .cid-uReOavmBFs .carousel-inner.slides3 .cloneditem-2,
  .cid-uReOavmBFs .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uReOavmBFs .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uReOavmBFs .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uReOavmBFs .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uReOavmBFs .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uReOavmBFs .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides4 .cloneditem-1,
  .cid-uReOavmBFs .carousel-inner.slides4 .cloneditem-2,
  .cid-uReOavmBFs .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uReOavmBFs .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uReOavmBFs .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uReOavmBFs .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uReOavmBFs .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uReOavmBFs .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides5 .cloneditem-1,
  .cid-uReOavmBFs .carousel-inner.slides5 .cloneditem-2,
  .cid-uReOavmBFs .carousel-inner.slides5 .cloneditem-3,
  .cid-uReOavmBFs .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uReOavmBFs .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uReOavmBFs .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uReOavmBFs .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uReOavmBFs .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uReOavmBFs .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uReOavmBFs .carousel-inner.slides6 .cloneditem-1,
  .cid-uReOavmBFs .carousel-inner.slides6 .cloneditem-2,
  .cid-uReOavmBFs .carousel-inner.slides6 .cloneditem-3,
  .cid-uReOavmBFs .carousel-inner.slides6 .cloneditem-4,
  .cid-uReOavmBFs .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uReOavmBFs H2 {
  color: #ffffff;
}
.cid-uReOawcxKd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uReOawcxKd .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uReOawcxKd .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-uReOawcxKd .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-uReOawcxKd .mbr-article {
  color: #fff;
}
.cid-uReOawDWKt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uReOawDWKt .content {
    text-align: center;
  }
  .cid-uReOawDWKt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uReOawDWKt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uReOawDWKt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uReOawDWKt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uReOawDWKt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uReOawDWKt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uReOawDWKt .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-uReOawDWKt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uReOawDWKt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uReOawDWKt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uReOawDWKt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uReOawDWKt .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uReOawDWKt P {
  text-align: center;
  color: #ffffff;
}
.cid-uReOawDWKt H5 {
  text-align: center;
  color: #e4d295;
}
.cid-uReOawDWKt .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-uX4HevQ3lL .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-uX4HevQ3lL .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-uX4HevQ3lL a {
  font-style: normal;
}
.cid-uX4HevQ3lL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uX4HevQ3lL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uX4HevQ3lL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uX4HevQ3lL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uX4HevQ3lL .menu-logo {
  margin-right: auto;
}
.cid-uX4HevQ3lL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uX4HevQ3lL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uX4HevQ3lL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uX4HevQ3lL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uX4HevQ3lL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uX4HevQ3lL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uX4HevQ3lL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uX4HevQ3lL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uX4HevQ3lL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX4HevQ3lL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uX4HevQ3lL .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uX4HevQ3lL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uX4HevQ3lL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX4HevQ3lL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uX4HevQ3lL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX4HevQ3lL .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-uX4HevQ3lL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uX4HevQ3lL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uX4HevQ3lL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uX4HevQ3lL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uX4HevQ3lL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uX4HevQ3lL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uX4HevQ3lL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uX4HevQ3lL button.navbar-toggler:focus {
  outline: none;
}
.cid-uX4HevQ3lL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uX4HevQ3lL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uX4HevQ3lL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uX4HevQ3lL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uX4HevQ3lL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uX4HevQ3lL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX4HevQ3lL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uX4HevQ3lL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uX4HevQ3lL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX4HevQ3lL .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uX4HevQ3lL .collapsed .btn {
  display: flex;
}
.cid-uX4HevQ3lL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uX4HevQ3lL .collapsed .navbar-collapse.collapsing,
.cid-uX4HevQ3lL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uX4HevQ3lL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uX4HevQ3lL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uX4HevQ3lL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uX4HevQ3lL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uX4HevQ3lL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uX4HevQ3lL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uX4HevQ3lL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uX4HevQ3lL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uX4HevQ3lL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uX4HevQ3lL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uX4HevQ3lL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uX4HevQ3lL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uX4HevQ3lL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uX4HevQ3lL .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-uX4HevQ3lL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uX4HevQ3lL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uX4HevQ3lL .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-uX4HevQ3lL .navbar-expand {
    flex-direction: column;
  }
  .cid-uX4HevQ3lL img {
    height: 3.8rem !important;
  }
  .cid-uX4HevQ3lL .btn {
    display: flex;
  }
  .cid-uX4HevQ3lL button.navbar-toggler {
    display: block;
  }
  .cid-uX4HevQ3lL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uX4HevQ3lL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uX4HevQ3lL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uX4HevQ3lL .navbar-collapse.collapsing,
  .cid-uX4HevQ3lL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uX4HevQ3lL .navbar-collapse.collapsing .navbar-nav,
  .cid-uX4HevQ3lL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uX4HevQ3lL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uX4HevQ3lL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uX4HevQ3lL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uX4HevQ3lL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uX4HevQ3lL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uX4HevQ3lL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uX4HevQ3lL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uX4HevQ3lL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uX4HevQ3lL .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-uX4HevQ3lL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uX4HevQ3lL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uX4HevQ3lL .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-uX4HevQ3lL .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uX4HewAH8R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX4HewAH8R .mbr-figure {
  margin: 0 auto;
}
.cid-uX4HewAH8R H3 {
  color: #c1c1c1;
}
.cid-uX4Hex2TWj {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-uX4Hex2TWj .image-block {
  margin: auto;
}
.cid-uX4Hex2TWj .mbr-figure {
  margin: 0 auto;
}
.cid-uX4Hex2TWj figcaption {
  position: relative;
}
.cid-uX4Hex2TWj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uX4Hex2TWj .image-block {
    width: 100% !important;
  }
}
.cid-uX4HexkOte {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uX4HexkOte .media-container-column {
  align-items: center;
}
.cid-uX4HexkOte .mbr-author-desc {
  display: block;
}
.cid-uX4HexkOte .mbr-testimonial {
  margin-top: 5rem;
}
.cid-uX4HexkOte .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-uX4HexkOte .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uX4HexkOte .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uX4HexkOte .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uX4HexkOte .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uX4HexkOte .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uX4HexkOte .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uX4HexkOte .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-uX4HexkOte .mbr-section-subtitle {
  color: #e4d295;
}
.cid-uX4HexkOte H2 {
  color: #e4d295;
}
.cid-uX4HexkOte .mbr-author-name {
  color: #cccccc;
}
.cid-uX4Heylf73 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uX4Heylf73 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uX4Heylf73 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uX4Heylf73 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uX4Heylf73 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uX4Heylf73 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uX4Heylf73 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uX4Heylf73 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uX4Heylf73 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uX4Heylf73 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uX4Heylf73 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uX4Heylf73 [class^="socicon-"]:before,
.cid-uX4Heylf73 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uX4Heylf73 .btn {
    font-size: 20px !important;
  }
}
.cid-uX4Heylf73 .mbr-section-title {
  color: #e4d295;
}
.cid-uX4HeyH6W5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uX4HeyH6W5 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uX4HeyH6W5 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uX4HeyH6W5 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uX4HeyH6W5 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uX4HeyH6W5 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uX4HeyH6W5 p {
  color: #232323;
}
.cid-uX4HeyH6W5 .mbr-text {
  text-align: center;
}
.cid-uX4HeyH6W5 DIV {
  color: #e4d295;
}
.cid-uX4HeyH6W5 P {
  color: #ffffff;
}
.cid-uX4Hez8O50 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uX4Hez8O50 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uX4Hez8O50 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uX4Hez8O50 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uX4Hez8O50 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uX4Hez8O50 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uX4Hez8O50 p {
  color: #232323;
}
.cid-uX4Hez8O50 .mbr-text {
  text-align: center;
}
.cid-uX4Hez8O50 DIV {
  color: #e4d295;
}
.cid-uX4Hez8O50 P {
  color: #ffffff;
}
.cid-uX4HezC6az {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uX4HezC6az .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uX4HezC6az .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uX4HezC6az .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uX4HezC6az .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uX4HezC6az .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uX4HezC6az p {
  color: #232323;
}
.cid-uX4HezC6az .mbr-text {
  text-align: center;
}
.cid-uX4HezC6az DIV {
  color: #e4d295;
}
.cid-uX4HezC6az P {
  color: #ffffff;
}
.cid-uX4HeAbdwA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX4HeAbdwA .mbr-figure {
  margin: 0 auto;
}
.cid-uX4HeAzWY8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX4HeAzWY8 .mbr-figure {
  margin: 0 auto;
}
.cid-uX4HeB1n0r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX4HeB1n0r .mbr-figure {
  margin: 0 auto;
}
.cid-uX4HeBupjo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX4HeBupjo .mbr-figure {
  margin: 0 auto;
}
.cid-uX4HeBUsBa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX4HeBUsBa .mbr-figure {
  margin: 0 auto;
}
.cid-uX4HeCjCpr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX4HeCjCpr .mbr-figure {
  margin: 0 auto;
}
.cid-uX4HeCJsPu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX4HeCJsPu .mbr-figure {
  margin: 0 auto;
}
.cid-uX4HeD8yjc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX4HeD8yjc .mbr-figure {
  margin: 0 auto;
}
.cid-uX4HeDx6B1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX4HeDx6B1 .mbr-figure {
  margin: 0 auto;
}
.cid-uX4HeEtQDC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX4HeEtQDC .mbr-figure {
  margin: 0 auto;
}
.cid-uX4HeERfZH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX4HeERfZH .mbr-figure {
  margin: 0 auto;
}
.cid-uX4HeFhHXB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX4HeFhHXB .mbr-figure {
  margin: 0 auto;
}
.cid-uX4HeFIJNP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX4HeFIJNP .mbr-figure {
  margin: 0 auto;
}
.cid-uX51bLbaLp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX51bLbaLp .mbr-figure {
  margin: 0 auto;
}
.cid-uX51bf16ZT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX51bf16ZT .mbr-figure {
  margin: 0 auto;
}
.cid-uX519vjq43 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX519vjq43 .mbr-figure {
  margin: 0 auto;
}
.cid-uX51S0GIkm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX51S0GIkm .mbr-figure {
  margin: 0 auto;
}
.cid-uX51Ri5caV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uX51Ri5caV .mbr-figure {
  margin: 0 auto;
}
.cid-uX4HeG8Lya {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-uX4HeG8Lya .carousel-control {
  background: #000;
}
.cid-uX4HeG8Lya .mbr-section-subtitle {
  color: #767676;
}
.cid-uX4HeG8Lya .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX4HeG8Lya .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uX4HeG8Lya .carousel-item .wrap-img {
  text-align: center;
}
.cid-uX4HeG8Lya .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-uX4HeG8Lya .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX4HeG8Lya .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uX4HeG8Lya .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uX4HeG8Lya .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uX4HeG8Lya .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uX4HeG8Lya .cloneditem-1,
.cid-uX4HeG8Lya .cloneditem-2,
.cid-uX4HeG8Lya .cloneditem-3,
.cid-uX4HeG8Lya .cloneditem-4,
.cid-uX4HeG8Lya .cloneditem-5 {
  display: none;
}
.cid-uX4HeG8Lya .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uX4HeG8Lya .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uX4HeG8Lya .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uX4HeG8Lya .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uX4HeG8Lya .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uX4HeG8Lya .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uX4HeG8Lya .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides2 .cloneditem-1,
  .cid-uX4HeG8Lya .carousel-inner.slides2 .cloneditem-2,
  .cid-uX4HeG8Lya .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uX4HeG8Lya .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uX4HeG8Lya .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uX4HeG8Lya .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uX4HeG8Lya .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uX4HeG8Lya .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides3 .cloneditem-1,
  .cid-uX4HeG8Lya .carousel-inner.slides3 .cloneditem-2,
  .cid-uX4HeG8Lya .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uX4HeG8Lya .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uX4HeG8Lya .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uX4HeG8Lya .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uX4HeG8Lya .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uX4HeG8Lya .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides4 .cloneditem-1,
  .cid-uX4HeG8Lya .carousel-inner.slides4 .cloneditem-2,
  .cid-uX4HeG8Lya .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uX4HeG8Lya .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uX4HeG8Lya .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uX4HeG8Lya .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uX4HeG8Lya .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uX4HeG8Lya .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides5 .cloneditem-1,
  .cid-uX4HeG8Lya .carousel-inner.slides5 .cloneditem-2,
  .cid-uX4HeG8Lya .carousel-inner.slides5 .cloneditem-3,
  .cid-uX4HeG8Lya .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uX4HeG8Lya .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uX4HeG8Lya .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uX4HeG8Lya .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uX4HeG8Lya .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uX4HeG8Lya .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uX4HeG8Lya .carousel-inner.slides6 .cloneditem-1,
  .cid-uX4HeG8Lya .carousel-inner.slides6 .cloneditem-2,
  .cid-uX4HeG8Lya .carousel-inner.slides6 .cloneditem-3,
  .cid-uX4HeG8Lya .carousel-inner.slides6 .cloneditem-4,
  .cid-uX4HeG8Lya .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uX4HeG8Lya H2 {
  color: #ffffff;
}
.cid-uX4HeH8E2q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uX4HeH8E2q .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uX4HeH8E2q .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-uX4HeH8E2q .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-uX4HeH8E2q .mbr-article {
  color: #fff;
}
.cid-uX4HeHyd9G {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uX4HeHyd9G .content {
    text-align: center;
  }
  .cid-uX4HeHyd9G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uX4HeHyd9G .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uX4HeHyd9G .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uX4HeHyd9G .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uX4HeHyd9G .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uX4HeHyd9G .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uX4HeHyd9G .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-uX4HeHyd9G .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uX4HeHyd9G .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uX4HeHyd9G .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uX4HeHyd9G .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uX4HeHyd9G .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uX4HeHyd9G P {
  text-align: center;
  color: #ffffff;
}
.cid-uX4HeHyd9G H5 {
  text-align: center;
  color: #e4d295;
}
.cid-uX4HeHyd9G .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-uYzT6JpiUe .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-uYzT6JpiUe .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-uYzT6JpiUe a {
  font-style: normal;
}
.cid-uYzT6JpiUe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYzT6JpiUe .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uYzT6JpiUe .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uYzT6JpiUe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uYzT6JpiUe .menu-logo {
  margin-right: auto;
}
.cid-uYzT6JpiUe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uYzT6JpiUe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uYzT6JpiUe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYzT6JpiUe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYzT6JpiUe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uYzT6JpiUe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYzT6JpiUe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uYzT6JpiUe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYzT6JpiUe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYzT6JpiUe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYzT6JpiUe .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uYzT6JpiUe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uYzT6JpiUe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYzT6JpiUe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYzT6JpiUe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYzT6JpiUe .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-uYzT6JpiUe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uYzT6JpiUe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uYzT6JpiUe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYzT6JpiUe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYzT6JpiUe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYzT6JpiUe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYzT6JpiUe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uYzT6JpiUe button.navbar-toggler:focus {
  outline: none;
}
.cid-uYzT6JpiUe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYzT6JpiUe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYzT6JpiUe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYzT6JpiUe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYzT6JpiUe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYzT6JpiUe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYzT6JpiUe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYzT6JpiUe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYzT6JpiUe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYzT6JpiUe .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uYzT6JpiUe .collapsed .btn {
  display: flex;
}
.cid-uYzT6JpiUe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYzT6JpiUe .collapsed .navbar-collapse.collapsing,
.cid-uYzT6JpiUe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYzT6JpiUe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYzT6JpiUe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYzT6JpiUe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYzT6JpiUe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYzT6JpiUe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uYzT6JpiUe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uYzT6JpiUe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYzT6JpiUe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uYzT6JpiUe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYzT6JpiUe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uYzT6JpiUe .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYzT6JpiUe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uYzT6JpiUe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uYzT6JpiUe .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-uYzT6JpiUe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYzT6JpiUe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYzT6JpiUe .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-uYzT6JpiUe .navbar-expand {
    flex-direction: column;
  }
  .cid-uYzT6JpiUe img {
    height: 3.8rem !important;
  }
  .cid-uYzT6JpiUe .btn {
    display: flex;
  }
  .cid-uYzT6JpiUe button.navbar-toggler {
    display: block;
  }
  .cid-uYzT6JpiUe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uYzT6JpiUe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uYzT6JpiUe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYzT6JpiUe .navbar-collapse.collapsing,
  .cid-uYzT6JpiUe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYzT6JpiUe .navbar-collapse.collapsing .navbar-nav,
  .cid-uYzT6JpiUe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYzT6JpiUe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYzT6JpiUe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYzT6JpiUe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uYzT6JpiUe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYzT6JpiUe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYzT6JpiUe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uYzT6JpiUe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYzT6JpiUe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYzT6JpiUe .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-uYzT6JpiUe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYzT6JpiUe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYzT6JpiUe .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-uYzT6JpiUe .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uYzT6K5cDe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYzT6K5cDe .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6K5cDe H3 {
  color: #c1c1c1;
}
.cid-uYzT6KYkIT {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-uYzT6KYkIT .image-block {
  margin: auto;
}
.cid-uYzT6KYkIT .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6KYkIT figcaption {
  position: relative;
}
.cid-uYzT6KYkIT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uYzT6KYkIT .image-block {
    width: 100% !important;
  }
}
.cid-uYzT6LfKlr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uYzT6LfKlr .media-container-column {
  align-items: center;
}
.cid-uYzT6LfKlr .mbr-author-desc {
  display: block;
}
.cid-uYzT6LfKlr .mbr-testimonial {
  margin-top: 5rem;
}
.cid-uYzT6LfKlr .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-uYzT6LfKlr .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uYzT6LfKlr .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uYzT6LfKlr .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uYzT6LfKlr .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uYzT6LfKlr .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uYzT6LfKlr .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uYzT6LfKlr .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-uYzT6LfKlr .mbr-section-subtitle {
  color: #e4d295;
}
.cid-uYzT6LfKlr H2 {
  color: #e4d295;
}
.cid-uYzT6LKko4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-uYzT6LKko4 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uYzT6LKko4 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uYzT6LKko4 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uYzT6LKko4 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uYzT6LKko4 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uYzT6LKko4 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uYzT6LKko4 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uYzT6LKko4 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uYzT6LKko4 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uYzT6LKko4 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uYzT6LKko4 [class^="socicon-"]:before,
.cid-uYzT6LKko4 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uYzT6LKko4 .btn {
    font-size: 20px !important;
  }
}
.cid-uYzT6LKko4 .mbr-section-title {
  color: #e4d295;
}
.cid-uYzT6M4fOi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uYzT6M4fOi .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uYzT6M4fOi .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uYzT6M4fOi .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uYzT6M4fOi .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uYzT6M4fOi .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uYzT6M4fOi p {
  color: #232323;
}
.cid-uYzT6M4fOi .mbr-text {
  text-align: center;
}
.cid-uYzT6M4fOi DIV {
  color: #e4d295;
}
.cid-uYzT6M4fOi P {
  color: #ffffff;
}
.cid-uYzT6MzdTI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uYzT6MzdTI .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uYzT6MzdTI .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uYzT6MzdTI .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uYzT6MzdTI .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uYzT6MzdTI .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uYzT6MzdTI p {
  color: #232323;
}
.cid-uYzT6MzdTI .mbr-text {
  text-align: center;
}
.cid-uYzT6MzdTI DIV {
  color: #e4d295;
}
.cid-uYzT6MzdTI P {
  color: #ffffff;
}
.cid-uYzT6N4QwM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-uYzT6N4QwM .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uYzT6N4QwM .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uYzT6N4QwM .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-uYzT6N4QwM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-uYzT6N4QwM .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uYzT6N4QwM p {
  color: #232323;
}
.cid-uYzT6N4QwM .mbr-text {
  text-align: center;
}
.cid-uYzT6N4QwM DIV {
  color: #e4d295;
}
.cid-uYzT6N4QwM P {
  color: #ffffff;
}
.cid-uYzT6NzrmC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uYzT6NzrmC .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6NY5u6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYzT6NY5u6 .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6OuDP3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYzT6OuDP3 .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6ShbAS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYzT6ShbAS .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6PlxVn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYzT6PlxVn .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6OSJ5V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYzT6OSJ5V .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6Qzbo8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYzT6Qzbo8 .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6RR5xq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYzT6RR5xq .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6R4oBf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYzT6R4oBf .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6RtUSX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYzT6RtUSX .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6SHAQv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uYzT6SHAQv .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6T7s96 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uYzT6T7s96 .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6TvqLm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uYzT6TvqLm .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6Q8gPa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYzT6Q8gPa .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6U4hsI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1-1920x1080.jpg");
}
.cid-uYzT6U4hsI .mbr-figure {
  margin: 0 auto;
}
.cid-uYEXsbEtQ7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYEXsbEtQ7 .mbr-figure {
  margin: 0 auto;
}
.cid-uYEXrH8fFv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYEXrH8fFv .mbr-figure {
  margin: 0 auto;
}
.cid-uYEXqgnqm4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYEXqgnqm4 .mbr-figure {
  margin: 0 auto;
}
.cid-uYEY6hVgdk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYEY6hVgdk .mbr-figure {
  margin: 0 auto;
}
.cid-uYEXqIZZTq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYEXqIZZTq .mbr-figure {
  margin: 0 auto;
}
.cid-uYEXrfIxsq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYEXrfIxsq .mbr-figure {
  margin: 0 auto;
}
.cid-uYEY5S1u8L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYEY5S1u8L .mbr-figure {
  margin: 0 auto;
}
.cid-uYEY4VREvq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYEY4VREvq .mbr-figure {
  margin: 0 auto;
}
.cid-uYEY5oCqoo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYEY5oCqoo .mbr-figure {
  margin: 0 auto;
}
.cid-uYEY4qsvnF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-uYEY4qsvnF .mbr-figure {
  margin: 0 auto;
}
.cid-uYzT6Uu9oc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-uYzT6Uu9oc .carousel-control {
  background: #000;
}
.cid-uYzT6Uu9oc .mbr-section-subtitle {
  color: #767676;
}
.cid-uYzT6Uu9oc .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYzT6Uu9oc .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uYzT6Uu9oc .carousel-item .wrap-img {
  text-align: center;
}
.cid-uYzT6Uu9oc .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-uYzT6Uu9oc .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYzT6Uu9oc .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uYzT6Uu9oc .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uYzT6Uu9oc .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uYzT6Uu9oc .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uYzT6Uu9oc .cloneditem-1,
.cid-uYzT6Uu9oc .cloneditem-2,
.cid-uYzT6Uu9oc .cloneditem-3,
.cid-uYzT6Uu9oc .cloneditem-4,
.cid-uYzT6Uu9oc .cloneditem-5 {
  display: none;
}
.cid-uYzT6Uu9oc .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYzT6Uu9oc .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uYzT6Uu9oc .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uYzT6Uu9oc .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uYzT6Uu9oc .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYzT6Uu9oc .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides2 .cloneditem-1,
  .cid-uYzT6Uu9oc .carousel-inner.slides2 .cloneditem-2,
  .cid-uYzT6Uu9oc .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uYzT6Uu9oc .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uYzT6Uu9oc .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uYzT6Uu9oc .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYzT6Uu9oc .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides3 .cloneditem-1,
  .cid-uYzT6Uu9oc .carousel-inner.slides3 .cloneditem-2,
  .cid-uYzT6Uu9oc .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uYzT6Uu9oc .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uYzT6Uu9oc .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uYzT6Uu9oc .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYzT6Uu9oc .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides4 .cloneditem-1,
  .cid-uYzT6Uu9oc .carousel-inner.slides4 .cloneditem-2,
  .cid-uYzT6Uu9oc .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uYzT6Uu9oc .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uYzT6Uu9oc .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uYzT6Uu9oc .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYzT6Uu9oc .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides5 .cloneditem-1,
  .cid-uYzT6Uu9oc .carousel-inner.slides5 .cloneditem-2,
  .cid-uYzT6Uu9oc .carousel-inner.slides5 .cloneditem-3,
  .cid-uYzT6Uu9oc .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uYzT6Uu9oc .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uYzT6Uu9oc .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uYzT6Uu9oc .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYzT6Uu9oc .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uYzT6Uu9oc .carousel-inner.slides6 .cloneditem-1,
  .cid-uYzT6Uu9oc .carousel-inner.slides6 .cloneditem-2,
  .cid-uYzT6Uu9oc .carousel-inner.slides6 .cloneditem-3,
  .cid-uYzT6Uu9oc .carousel-inner.slides6 .cloneditem-4,
  .cid-uYzT6Uu9oc .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uYzT6Uu9oc H2 {
  color: #ffffff;
}
.cid-uYzT6Vnjla {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uYzT6Vnjla .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uYzT6Vnjla .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-uYzT6Vnjla .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-uYzT6Vnjla .mbr-article {
  color: #fff;
}
.cid-uYzT6VNM1u {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYzT6VNM1u .content {
    text-align: center;
  }
  .cid-uYzT6VNM1u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYzT6VNM1u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYzT6VNM1u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYzT6VNM1u .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uYzT6VNM1u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYzT6VNM1u .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uYzT6VNM1u .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-uYzT6VNM1u .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYzT6VNM1u .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYzT6VNM1u .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYzT6VNM1u .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYzT6VNM1u .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uYzT6VNM1u P {
  text-align: center;
  color: #ffffff;
}
.cid-uYzT6VNM1u H5 {
  text-align: center;
  color: #e4d295;
}
.cid-uYzT6VNM1u .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-v7sc6izaAs .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-v7sc6izaAs .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-v7sc6izaAs a {
  font-style: normal;
}
.cid-v7sc6izaAs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v7sc6izaAs .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-v7sc6izaAs .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-v7sc6izaAs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v7sc6izaAs .menu-logo {
  margin-right: auto;
}
.cid-v7sc6izaAs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v7sc6izaAs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v7sc6izaAs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v7sc6izaAs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v7sc6izaAs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v7sc6izaAs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v7sc6izaAs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v7sc6izaAs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v7sc6izaAs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7sc6izaAs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v7sc6izaAs .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v7sc6izaAs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v7sc6izaAs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7sc6izaAs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v7sc6izaAs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7sc6izaAs .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-v7sc6izaAs .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v7sc6izaAs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v7sc6izaAs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v7sc6izaAs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v7sc6izaAs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v7sc6izaAs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v7sc6izaAs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v7sc6izaAs button.navbar-toggler:focus {
  outline: none;
}
.cid-v7sc6izaAs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7sc6izaAs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v7sc6izaAs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v7sc6izaAs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v7sc6izaAs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v7sc6izaAs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v7sc6izaAs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v7sc6izaAs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v7sc6izaAs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v7sc6izaAs .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-v7sc6izaAs .collapsed .btn {
  display: flex;
}
.cid-v7sc6izaAs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v7sc6izaAs .collapsed .navbar-collapse.collapsing,
.cid-v7sc6izaAs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v7sc6izaAs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v7sc6izaAs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v7sc6izaAs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v7sc6izaAs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v7sc6izaAs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v7sc6izaAs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v7sc6izaAs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v7sc6izaAs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v7sc6izaAs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v7sc6izaAs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-v7sc6izaAs .collapsed button.navbar-toggler {
  display: block;
}
.cid-v7sc6izaAs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v7sc6izaAs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v7sc6izaAs .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-v7sc6izaAs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v7sc6izaAs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v7sc6izaAs .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-v7sc6izaAs .navbar-expand {
    flex-direction: column;
  }
  .cid-v7sc6izaAs img {
    height: 3.8rem !important;
  }
  .cid-v7sc6izaAs .btn {
    display: flex;
  }
  .cid-v7sc6izaAs button.navbar-toggler {
    display: block;
  }
  .cid-v7sc6izaAs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v7sc6izaAs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v7sc6izaAs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v7sc6izaAs .navbar-collapse.collapsing,
  .cid-v7sc6izaAs .navbar-collapse.show {
    display: block !important;
  }
  .cid-v7sc6izaAs .navbar-collapse.collapsing .navbar-nav,
  .cid-v7sc6izaAs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v7sc6izaAs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v7sc6izaAs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v7sc6izaAs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v7sc6izaAs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v7sc6izaAs .navbar-collapse.collapsing .navbar-buttons,
  .cid-v7sc6izaAs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v7sc6izaAs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v7sc6izaAs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v7sc6izaAs .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-v7sc6izaAs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v7sc6izaAs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v7sc6izaAs .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-v7sc6izaAs .menu-logo {
    flex-shrink: 0;
  }
}
.cid-v7sc6iY5FY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-v7sc6iY5FY .mbr-figure {
  margin: 0 auto;
}
.cid-v7sc6iY5FY H3 {
  color: #c1c1c1;
}
.cid-v7sc6jrIdl {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-v7sc6jrIdl .image-block {
  margin: auto;
}
.cid-v7sc6jrIdl .mbr-figure {
  margin: 0 auto;
}
.cid-v7sc6jrIdl figcaption {
  position: relative;
}
.cid-v7sc6jrIdl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v7sc6jrIdl .image-block {
    width: 100% !important;
  }
}
.cid-v7sc6jKPWF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-v7sc6jKPWF .media-container-column {
  align-items: center;
}
.cid-v7sc6jKPWF .mbr-author-desc {
  display: block;
}
.cid-v7sc6jKPWF .mbr-testimonial {
  margin-top: 5rem;
}
.cid-v7sc6jKPWF .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-v7sc6jKPWF .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-v7sc6jKPWF .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-v7sc6jKPWF .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-v7sc6jKPWF .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-v7sc6jKPWF .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-v7sc6jKPWF .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-v7sc6jKPWF .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-v7sc6jKPWF .mbr-section-subtitle {
  color: #e4d295;
}
.cid-v7sc6jKPWF H2 {
  color: #e4d295;
}
.cid-v7sc6jKPWF .mbr-author-name {
  color: #cccccc;
}
.cid-v7sc6kkusY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-v7sc6kkusY .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-v7sc6kkusY .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-v7sc6kkusY .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-v7sc6kkusY .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-v7sc6kkusY .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-v7sc6kkusY .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-v7sc6kkusY .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-v7sc6kkusY .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-v7sc6kkusY .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-v7sc6kkusY .btn-social + .btn {
  margin-left: .1rem;
}
.cid-v7sc6kkusY [class^="socicon-"]:before,
.cid-v7sc6kkusY [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-v7sc6kkusY .btn {
    font-size: 20px !important;
  }
}
.cid-v7sc6kkusY .mbr-section-title {
  color: #e4d295;
}
.cid-v7sc6kLzgI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-v7sc6kLzgI .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-v7sc6kLzgI .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-v7sc6kLzgI .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-v7sc6kLzgI .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-v7sc6kLzgI .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-v7sc6kLzgI p {
  color: #232323;
}
.cid-v7sc6kLzgI .mbr-text {
  text-align: center;
}
.cid-v7sc6kLzgI DIV {
  color: #e4d295;
}
.cid-v7sc6kLzgI P {
  color: #ffffff;
}
.cid-v7sc6lFkpM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-v7sc6lFkpM .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-v7sc6lFkpM .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-v7sc6lFkpM .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-v7sc6lFkpM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-v7sc6lFkpM .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-v7sc6lFkpM p {
  color: #232323;
}
.cid-v7sc6lFkpM .mbr-text {
  text-align: center;
}
.cid-v7sc6lFkpM DIV {
  color: #e4d295;
}
.cid-v7sc6lFkpM P {
  color: #ffffff;
}
.cid-v7sc6mfaLi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-v7sc6mfaLi .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-v7sc6mfaLi .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-v7sc6mfaLi .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-v7sc6mfaLi .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-v7sc6mfaLi .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-v7sc6mfaLi p {
  color: #232323;
}
.cid-v7sc6mfaLi .mbr-text {
  text-align: center;
}
.cid-v7sc6mfaLi DIV {
  color: #e4d295;
}
.cid-v7sc6mfaLi P {
  color: #ffffff;
}
.cid-v7tgh4RDT7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #023040;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v7tgh4RDT7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v7tgh4RDT7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7tgh4RDT7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7tgh4RDT7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v7tgh4RDT7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2d3334;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-v7tgh4RDT7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-v7tgh4RDT7 .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-v7tgh4RDT7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-v7tgh4RDT7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2d3334 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-v7tgh4RDT7 .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-v7sc6ug4jO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-v7sc6ug4jO .carousel-control {
  background: #000;
}
.cid-v7sc6ug4jO .mbr-section-subtitle {
  color: #767676;
}
.cid-v7sc6ug4jO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7sc6ug4jO .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-v7sc6ug4jO .carousel-item .wrap-img {
  text-align: center;
}
.cid-v7sc6ug4jO .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-v7sc6ug4jO .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7sc6ug4jO .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-v7sc6ug4jO .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-v7sc6ug4jO .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-v7sc6ug4jO .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-v7sc6ug4jO .cloneditem-1,
.cid-v7sc6ug4jO .cloneditem-2,
.cid-v7sc6ug4jO .cloneditem-3,
.cid-v7sc6ug4jO .cloneditem-4,
.cid-v7sc6ug4jO .cloneditem-5 {
  display: none;
}
.cid-v7sc6ug4jO .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v7sc6ug4jO .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-v7sc6ug4jO .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-v7sc6ug4jO .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-v7sc6ug4jO .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-v7sc6ug4jO .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7sc6ug4jO .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides2 .cloneditem-1,
  .cid-v7sc6ug4jO .carousel-inner.slides2 .cloneditem-2,
  .cid-v7sc6ug4jO .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-v7sc6ug4jO .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-v7sc6ug4jO .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-v7sc6ug4jO .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-v7sc6ug4jO .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7sc6ug4jO .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides3 .cloneditem-1,
  .cid-v7sc6ug4jO .carousel-inner.slides3 .cloneditem-2,
  .cid-v7sc6ug4jO .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-v7sc6ug4jO .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-v7sc6ug4jO .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-v7sc6ug4jO .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-v7sc6ug4jO .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7sc6ug4jO .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides4 .cloneditem-1,
  .cid-v7sc6ug4jO .carousel-inner.slides4 .cloneditem-2,
  .cid-v7sc6ug4jO .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-v7sc6ug4jO .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-v7sc6ug4jO .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-v7sc6ug4jO .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-v7sc6ug4jO .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7sc6ug4jO .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides5 .cloneditem-1,
  .cid-v7sc6ug4jO .carousel-inner.slides5 .cloneditem-2,
  .cid-v7sc6ug4jO .carousel-inner.slides5 .cloneditem-3,
  .cid-v7sc6ug4jO .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-v7sc6ug4jO .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-v7sc6ug4jO .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-v7sc6ug4jO .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-v7sc6ug4jO .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7sc6ug4jO .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v7sc6ug4jO .carousel-inner.slides6 .cloneditem-1,
  .cid-v7sc6ug4jO .carousel-inner.slides6 .cloneditem-2,
  .cid-v7sc6ug4jO .carousel-inner.slides6 .cloneditem-3,
  .cid-v7sc6ug4jO .carousel-inner.slides6 .cloneditem-4,
  .cid-v7sc6ug4jO .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-v7sc6ug4jO H2 {
  color: #ffffff;
}
.cid-v7sc6vdKxT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-v7sc6vdKxT .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v7sc6vdKxT .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-v7sc6vdKxT .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-v7sc6vdKxT .mbr-article {
  color: #fff;
}
.cid-v7sc6vCDoE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-v7sc6vCDoE .content {
    text-align: center;
  }
  .cid-v7sc6vCDoE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7sc6vCDoE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7sc6vCDoE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v7sc6vCDoE .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-v7sc6vCDoE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v7sc6vCDoE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v7sc6vCDoE .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-v7sc6vCDoE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v7sc6vCDoE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7sc6vCDoE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7sc6vCDoE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7sc6vCDoE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-v7sc6vCDoE P {
  text-align: center;
  color: #ffffff;
}
.cid-v7sc6vCDoE H5 {
  text-align: center;
  color: #e4d295;
}
.cid-v7sc6vCDoE .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-vaniztKhE1 .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-vaniztKhE1 .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-vaniztKhE1 a {
  font-style: normal;
}
.cid-vaniztKhE1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vaniztKhE1 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vaniztKhE1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vaniztKhE1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vaniztKhE1 .menu-logo {
  margin-right: auto;
}
.cid-vaniztKhE1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vaniztKhE1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vaniztKhE1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vaniztKhE1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vaniztKhE1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vaniztKhE1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vaniztKhE1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vaniztKhE1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vaniztKhE1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaniztKhE1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vaniztKhE1 .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vaniztKhE1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vaniztKhE1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaniztKhE1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vaniztKhE1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaniztKhE1 .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-vaniztKhE1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vaniztKhE1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vaniztKhE1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vaniztKhE1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vaniztKhE1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vaniztKhE1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vaniztKhE1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vaniztKhE1 button.navbar-toggler:focus {
  outline: none;
}
.cid-vaniztKhE1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaniztKhE1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaniztKhE1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaniztKhE1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaniztKhE1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaniztKhE1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaniztKhE1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vaniztKhE1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vaniztKhE1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaniztKhE1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vaniztKhE1 .collapsed .btn {
  display: flex;
}
.cid-vaniztKhE1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vaniztKhE1 .collapsed .navbar-collapse.collapsing,
.cid-vaniztKhE1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vaniztKhE1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vaniztKhE1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vaniztKhE1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vaniztKhE1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vaniztKhE1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vaniztKhE1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vaniztKhE1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vaniztKhE1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vaniztKhE1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vaniztKhE1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vaniztKhE1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-vaniztKhE1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vaniztKhE1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaniztKhE1 .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-vaniztKhE1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vaniztKhE1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vaniztKhE1 .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-vaniztKhE1 .navbar-expand {
    flex-direction: column;
  }
  .cid-vaniztKhE1 img {
    height: 3.8rem !important;
  }
  .cid-vaniztKhE1 .btn {
    display: flex;
  }
  .cid-vaniztKhE1 button.navbar-toggler {
    display: block;
  }
  .cid-vaniztKhE1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vaniztKhE1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vaniztKhE1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vaniztKhE1 .navbar-collapse.collapsing,
  .cid-vaniztKhE1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-vaniztKhE1 .navbar-collapse.collapsing .navbar-nav,
  .cid-vaniztKhE1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vaniztKhE1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vaniztKhE1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vaniztKhE1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vaniztKhE1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaniztKhE1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-vaniztKhE1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vaniztKhE1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vaniztKhE1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaniztKhE1 .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-vaniztKhE1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vaniztKhE1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vaniztKhE1 .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-vaniztKhE1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vanizua0TW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vanizua0TW .mbr-figure {
  margin: 0 auto;
}
.cid-vanizua0TW H3 {
  color: #c1c1c1;
}
.cid-vanizuwrcZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-vanizuwrcZ .image-block {
  margin: auto;
}
.cid-vanizuwrcZ .mbr-figure {
  margin: 0 auto;
}
.cid-vanizuwrcZ figcaption {
  position: relative;
}
.cid-vanizuwrcZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vanizuwrcZ .image-block {
    width: 100% !important;
  }
}
.cid-vanizuOcEp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vanizuOcEp .media-container-column {
  align-items: center;
}
.cid-vanizuOcEp .mbr-author-desc {
  display: block;
}
.cid-vanizuOcEp .mbr-testimonial {
  margin-top: 5rem;
}
.cid-vanizuOcEp .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-vanizuOcEp .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-vanizuOcEp .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-vanizuOcEp .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vanizuOcEp .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-vanizuOcEp .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-vanizuOcEp .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vanizuOcEp .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-vanizuOcEp .mbr-section-subtitle {
  color: #e4d295;
}
.cid-vanizuOcEp H2 {
  color: #e4d295;
}
.cid-vanizuOcEp .mbr-author-name {
  color: #cccccc;
}
.cid-vanizvi6yJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vanizvi6yJ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-vanizvi6yJ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-vanizvi6yJ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-vanizvi6yJ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-vanizvi6yJ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-vanizvi6yJ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-vanizvi6yJ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-vanizvi6yJ .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-vanizvi6yJ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vanizvi6yJ .btn-social + .btn {
  margin-left: .1rem;
}
.cid-vanizvi6yJ [class^="socicon-"]:before,
.cid-vanizvi6yJ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-vanizvi6yJ .btn {
    font-size: 20px !important;
  }
}
.cid-vanizvi6yJ .mbr-section-title {
  color: #e4d295;
}
.cid-vanizw60ig {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vanizw60ig .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vanizw60ig .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vanizw60ig .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vanizw60ig .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vanizw60ig .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vanizw60ig p {
  color: #232323;
}
.cid-vanizw60ig .mbr-text {
  text-align: center;
}
.cid-vanizw60ig DIV {
  color: #e4d295;
}
.cid-vanizw60ig P {
  color: #ffffff;
}
.cid-vanizwATdz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vanizwATdz .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vanizwATdz .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vanizwATdz .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vanizwATdz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vanizwATdz .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vanizwATdz p {
  color: #232323;
}
.cid-vanizwATdz .mbr-text {
  text-align: center;
}
.cid-vanizwATdz DIV {
  color: #e4d295;
}
.cid-vanizwATdz P {
  color: #ffffff;
}
.cid-vanizx4tK4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vanizx4tK4 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vanizx4tK4 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vanizx4tK4 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vanizx4tK4 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vanizx4tK4 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vanizx4tK4 p {
  color: #232323;
}
.cid-vanizx4tK4 .mbr-text {
  text-align: center;
}
.cid-vanizx4tK4 DIV {
  color: #e4d295;
}
.cid-vanizx4tK4 P {
  color: #ffffff;
}
.cid-varTq5BEKH {
  background: #023040;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-varTq5BEKH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-varTq5BEKH .video-block {
    width: 100% !important;
  }
}
.cid-vaocz2mPcB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #023040;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vaocz2mPcB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vaocz2mPcB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaocz2mPcB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vaocz2mPcB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vaocz2mPcB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2d3334;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vaocz2mPcB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vaocz2mPcB .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-vaocz2mPcB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vaocz2mPcB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2d3334 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vaocz2mPcB .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-vanizFSCyi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
  background: linear-gradient(#023040, #000000);
}
.cid-vanizFSCyi .carousel-control {
  background: #000;
}
.cid-vanizFSCyi .mbr-section-subtitle {
  color: #767676;
}
.cid-vanizFSCyi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vanizFSCyi .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vanizFSCyi .carousel-item .wrap-img {
  text-align: center;
}
.cid-vanizFSCyi .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-vanizFSCyi .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vanizFSCyi .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-vanizFSCyi .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-vanizFSCyi .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-vanizFSCyi .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-vanizFSCyi .cloneditem-1,
.cid-vanizFSCyi .cloneditem-2,
.cid-vanizFSCyi .cloneditem-3,
.cid-vanizFSCyi .cloneditem-4,
.cid-vanizFSCyi .cloneditem-5 {
  display: none;
}
.cid-vanizFSCyi .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vanizFSCyi .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-vanizFSCyi .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-vanizFSCyi .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-vanizFSCyi .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-vanizFSCyi .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vanizFSCyi .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides2 .cloneditem-1,
  .cid-vanizFSCyi .carousel-inner.slides2 .cloneditem-2,
  .cid-vanizFSCyi .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-vanizFSCyi .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-vanizFSCyi .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-vanizFSCyi .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-vanizFSCyi .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vanizFSCyi .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides3 .cloneditem-1,
  .cid-vanizFSCyi .carousel-inner.slides3 .cloneditem-2,
  .cid-vanizFSCyi .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-vanizFSCyi .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-vanizFSCyi .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-vanizFSCyi .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-vanizFSCyi .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vanizFSCyi .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides4 .cloneditem-1,
  .cid-vanizFSCyi .carousel-inner.slides4 .cloneditem-2,
  .cid-vanizFSCyi .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-vanizFSCyi .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-vanizFSCyi .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-vanizFSCyi .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-vanizFSCyi .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vanizFSCyi .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides5 .cloneditem-1,
  .cid-vanizFSCyi .carousel-inner.slides5 .cloneditem-2,
  .cid-vanizFSCyi .carousel-inner.slides5 .cloneditem-3,
  .cid-vanizFSCyi .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-vanizFSCyi .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-vanizFSCyi .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-vanizFSCyi .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-vanizFSCyi .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vanizFSCyi .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vanizFSCyi .carousel-inner.slides6 .cloneditem-1,
  .cid-vanizFSCyi .carousel-inner.slides6 .cloneditem-2,
  .cid-vanizFSCyi .carousel-inner.slides6 .cloneditem-3,
  .cid-vanizFSCyi .carousel-inner.slides6 .cloneditem-4,
  .cid-vanizFSCyi .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-vanizFSCyi H2 {
  color: #ffffff;
}
.cid-vanizGL6Qr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vanizGL6Qr .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vanizGL6Qr .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-vanizGL6Qr .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-vanizGL6Qr .mbr-article {
  color: #fff;
}
.cid-vanizHdLSV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-vanizHdLSV .content {
    text-align: center;
  }
  .cid-vanizHdLSV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vanizHdLSV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vanizHdLSV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vanizHdLSV .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-vanizHdLSV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vanizHdLSV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vanizHdLSV .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-vanizHdLSV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vanizHdLSV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vanizHdLSV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vanizHdLSV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vanizHdLSV .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vanizHdLSV P {
  text-align: center;
  color: #ffffff;
}
.cid-vanizHdLSV H5 {
  text-align: center;
  color: #e4d295;
}
.cid-vanizHdLSV .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-vcqwGsqXQB .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-vcqwGsqXQB .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-vcqwGsqXQB a {
  font-style: normal;
}
.cid-vcqwGsqXQB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vcqwGsqXQB .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vcqwGsqXQB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vcqwGsqXQB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vcqwGsqXQB .menu-logo {
  margin-right: auto;
}
.cid-vcqwGsqXQB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vcqwGsqXQB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vcqwGsqXQB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vcqwGsqXQB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vcqwGsqXQB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vcqwGsqXQB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vcqwGsqXQB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vcqwGsqXQB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vcqwGsqXQB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcqwGsqXQB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vcqwGsqXQB .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vcqwGsqXQB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vcqwGsqXQB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcqwGsqXQB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vcqwGsqXQB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcqwGsqXQB .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-vcqwGsqXQB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vcqwGsqXQB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vcqwGsqXQB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vcqwGsqXQB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vcqwGsqXQB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vcqwGsqXQB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vcqwGsqXQB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vcqwGsqXQB button.navbar-toggler:focus {
  outline: none;
}
.cid-vcqwGsqXQB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcqwGsqXQB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vcqwGsqXQB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vcqwGsqXQB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vcqwGsqXQB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vcqwGsqXQB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcqwGsqXQB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vcqwGsqXQB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vcqwGsqXQB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcqwGsqXQB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vcqwGsqXQB .collapsed .btn {
  display: flex;
}
.cid-vcqwGsqXQB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vcqwGsqXQB .collapsed .navbar-collapse.collapsing,
.cid-vcqwGsqXQB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vcqwGsqXQB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vcqwGsqXQB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vcqwGsqXQB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vcqwGsqXQB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vcqwGsqXQB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vcqwGsqXQB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vcqwGsqXQB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vcqwGsqXQB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vcqwGsqXQB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vcqwGsqXQB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vcqwGsqXQB .collapsed button.navbar-toggler {
  display: block;
}
.cid-vcqwGsqXQB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vcqwGsqXQB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vcqwGsqXQB .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-vcqwGsqXQB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vcqwGsqXQB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vcqwGsqXQB .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-vcqwGsqXQB .navbar-expand {
    flex-direction: column;
  }
  .cid-vcqwGsqXQB img {
    height: 3.8rem !important;
  }
  .cid-vcqwGsqXQB .btn {
    display: flex;
  }
  .cid-vcqwGsqXQB button.navbar-toggler {
    display: block;
  }
  .cid-vcqwGsqXQB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vcqwGsqXQB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vcqwGsqXQB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vcqwGsqXQB .navbar-collapse.collapsing,
  .cid-vcqwGsqXQB .navbar-collapse.show {
    display: block !important;
  }
  .cid-vcqwGsqXQB .navbar-collapse.collapsing .navbar-nav,
  .cid-vcqwGsqXQB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vcqwGsqXQB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vcqwGsqXQB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vcqwGsqXQB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vcqwGsqXQB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vcqwGsqXQB .navbar-collapse.collapsing .navbar-buttons,
  .cid-vcqwGsqXQB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vcqwGsqXQB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vcqwGsqXQB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vcqwGsqXQB .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-vcqwGsqXQB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vcqwGsqXQB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vcqwGsqXQB .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-vcqwGsqXQB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vcqwGt1Ujz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vcqwGt1Ujz .mbr-figure {
  margin: 0 auto;
}
.cid-vcqwGt1Ujz H3 {
  color: #c1c1c1;
}
.cid-vcqwGtrBu6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-vcqwGtrBu6 .image-block {
  margin: auto;
}
.cid-vcqwGtrBu6 .mbr-figure {
  margin: 0 auto;
}
.cid-vcqwGtrBu6 figcaption {
  position: relative;
}
.cid-vcqwGtrBu6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vcqwGtrBu6 .image-block {
    width: 100% !important;
  }
}
.cid-vcqwGtIFyh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vcqwGtIFyh .media-container-column {
  align-items: center;
}
.cid-vcqwGtIFyh .mbr-author-desc {
  display: block;
}
.cid-vcqwGtIFyh .mbr-testimonial {
  margin-top: 5rem;
}
.cid-vcqwGtIFyh .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-vcqwGtIFyh .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-vcqwGtIFyh .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-vcqwGtIFyh .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vcqwGtIFyh .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-vcqwGtIFyh .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-vcqwGtIFyh .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vcqwGtIFyh .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-vcqwGtIFyh .mbr-section-subtitle {
  color: #e4d295;
}
.cid-vcqwGtIFyh H2 {
  color: #e4d295;
}
.cid-vcqwGujjTn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vcqwGujjTn .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-vcqwGujjTn .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-vcqwGujjTn .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-vcqwGujjTn .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-vcqwGujjTn .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-vcqwGujjTn .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-vcqwGujjTn .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-vcqwGujjTn .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-vcqwGujjTn .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vcqwGujjTn .btn-social + .btn {
  margin-left: .1rem;
}
.cid-vcqwGujjTn [class^="socicon-"]:before,
.cid-vcqwGujjTn [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-vcqwGujjTn .btn {
    font-size: 20px !important;
  }
}
.cid-vcqwGujjTn .mbr-section-title {
  color: #e4d295;
}
.cid-vcqwGuDxrD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vcqwGuDxrD .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vcqwGuDxrD .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vcqwGuDxrD .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vcqwGuDxrD .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vcqwGuDxrD .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vcqwGuDxrD p {
  color: #232323;
}
.cid-vcqwGuDxrD .mbr-text {
  text-align: center;
}
.cid-vcqwGuDxrD DIV {
  color: #e4d295;
}
.cid-vcqwGuDxrD P {
  color: #ffffff;
}
.cid-vcqwGvedCU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vcqwGvedCU .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vcqwGvedCU .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vcqwGvedCU .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vcqwGvedCU .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vcqwGvedCU .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vcqwGvedCU p {
  color: #232323;
}
.cid-vcqwGvedCU .mbr-text {
  text-align: center;
}
.cid-vcqwGvedCU DIV {
  color: #e4d295;
}
.cid-vcqwGvedCU P {
  color: #ffffff;
}
.cid-vcqwGvKN0C {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vcqwGvKN0C .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vcqwGvKN0C .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vcqwGvKN0C .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vcqwGvKN0C .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vcqwGvKN0C .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vcqwGvKN0C p {
  color: #232323;
}
.cid-vcqwGvKN0C .mbr-text {
  text-align: center;
}
.cid-vcqwGvKN0C DIV {
  color: #e4d295;
}
.cid-vcqwGvKN0C P {
  color: #ffffff;
}
.cid-vcqAZLjL9e {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #023040;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vcqAZLjL9e .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vcqAZLjL9e .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcqAZLjL9e .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcqAZLjL9e .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vcqAZLjL9e .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2d3334;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vcqAZLjL9e .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vcqAZLjL9e .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-vcqAZLjL9e .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vcqAZLjL9e .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2d3334 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vcqAZLjL9e .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-vcqwGHXq0w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-vcqwGHXq0w .carousel-control {
  background: #000;
}
.cid-vcqwGHXq0w .mbr-section-subtitle {
  color: #767676;
}
.cid-vcqwGHXq0w .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vcqwGHXq0w .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vcqwGHXq0w .carousel-item .wrap-img {
  text-align: center;
}
.cid-vcqwGHXq0w .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-vcqwGHXq0w .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vcqwGHXq0w .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-vcqwGHXq0w .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-vcqwGHXq0w .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-vcqwGHXq0w .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-vcqwGHXq0w .cloneditem-1,
.cid-vcqwGHXq0w .cloneditem-2,
.cid-vcqwGHXq0w .cloneditem-3,
.cid-vcqwGHXq0w .cloneditem-4,
.cid-vcqwGHXq0w .cloneditem-5 {
  display: none;
}
.cid-vcqwGHXq0w .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcqwGHXq0w .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-vcqwGHXq0w .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-vcqwGHXq0w .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-vcqwGHXq0w .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-vcqwGHXq0w .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vcqwGHXq0w .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides2 .cloneditem-1,
  .cid-vcqwGHXq0w .carousel-inner.slides2 .cloneditem-2,
  .cid-vcqwGHXq0w .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-vcqwGHXq0w .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-vcqwGHXq0w .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-vcqwGHXq0w .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-vcqwGHXq0w .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vcqwGHXq0w .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides3 .cloneditem-1,
  .cid-vcqwGHXq0w .carousel-inner.slides3 .cloneditem-2,
  .cid-vcqwGHXq0w .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-vcqwGHXq0w .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-vcqwGHXq0w .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-vcqwGHXq0w .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-vcqwGHXq0w .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vcqwGHXq0w .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides4 .cloneditem-1,
  .cid-vcqwGHXq0w .carousel-inner.slides4 .cloneditem-2,
  .cid-vcqwGHXq0w .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-vcqwGHXq0w .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-vcqwGHXq0w .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-vcqwGHXq0w .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-vcqwGHXq0w .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vcqwGHXq0w .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides5 .cloneditem-1,
  .cid-vcqwGHXq0w .carousel-inner.slides5 .cloneditem-2,
  .cid-vcqwGHXq0w .carousel-inner.slides5 .cloneditem-3,
  .cid-vcqwGHXq0w .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-vcqwGHXq0w .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-vcqwGHXq0w .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-vcqwGHXq0w .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-vcqwGHXq0w .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vcqwGHXq0w .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vcqwGHXq0w .carousel-inner.slides6 .cloneditem-1,
  .cid-vcqwGHXq0w .carousel-inner.slides6 .cloneditem-2,
  .cid-vcqwGHXq0w .carousel-inner.slides6 .cloneditem-3,
  .cid-vcqwGHXq0w .carousel-inner.slides6 .cloneditem-4,
  .cid-vcqwGHXq0w .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-vcqwGHXq0w H2 {
  color: #ffffff;
}
.cid-vcqwGIW5q2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vcqwGIW5q2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vcqwGIW5q2 .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-vcqwGIW5q2 .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-vcqwGIW5q2 .mbr-article {
  color: #fff;
}
.cid-vcqwGJrMyA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-vcqwGJrMyA .content {
    text-align: center;
  }
  .cid-vcqwGJrMyA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcqwGJrMyA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcqwGJrMyA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcqwGJrMyA .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-vcqwGJrMyA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcqwGJrMyA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vcqwGJrMyA .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-vcqwGJrMyA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vcqwGJrMyA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcqwGJrMyA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vcqwGJrMyA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcqwGJrMyA .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vcqwGJrMyA P {
  text-align: center;
  color: #ffffff;
}
.cid-vcqwGJrMyA H5 {
  text-align: center;
  color: #e4d295;
}
.cid-vcqwGJrMyA .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-vds9QVhlhv .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-vds9QVhlhv .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-vds9QVhlhv a {
  font-style: normal;
}
.cid-vds9QVhlhv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vds9QVhlhv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vds9QVhlhv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vds9QVhlhv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vds9QVhlhv .menu-logo {
  margin-right: auto;
}
.cid-vds9QVhlhv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vds9QVhlhv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vds9QVhlhv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vds9QVhlhv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vds9QVhlhv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vds9QVhlhv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vds9QVhlhv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vds9QVhlhv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vds9QVhlhv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vds9QVhlhv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vds9QVhlhv .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vds9QVhlhv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vds9QVhlhv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vds9QVhlhv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vds9QVhlhv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vds9QVhlhv .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-vds9QVhlhv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vds9QVhlhv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vds9QVhlhv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vds9QVhlhv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vds9QVhlhv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vds9QVhlhv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vds9QVhlhv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vds9QVhlhv button.navbar-toggler:focus {
  outline: none;
}
.cid-vds9QVhlhv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vds9QVhlhv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vds9QVhlhv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vds9QVhlhv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vds9QVhlhv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vds9QVhlhv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vds9QVhlhv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vds9QVhlhv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vds9QVhlhv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vds9QVhlhv .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vds9QVhlhv .collapsed .btn {
  display: flex;
}
.cid-vds9QVhlhv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vds9QVhlhv .collapsed .navbar-collapse.collapsing,
.cid-vds9QVhlhv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vds9QVhlhv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vds9QVhlhv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vds9QVhlhv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vds9QVhlhv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vds9QVhlhv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vds9QVhlhv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vds9QVhlhv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vds9QVhlhv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vds9QVhlhv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vds9QVhlhv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vds9QVhlhv .collapsed button.navbar-toggler {
  display: block;
}
.cid-vds9QVhlhv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vds9QVhlhv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vds9QVhlhv .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-vds9QVhlhv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vds9QVhlhv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vds9QVhlhv .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-vds9QVhlhv .navbar-expand {
    flex-direction: column;
  }
  .cid-vds9QVhlhv img {
    height: 3.8rem !important;
  }
  .cid-vds9QVhlhv .btn {
    display: flex;
  }
  .cid-vds9QVhlhv button.navbar-toggler {
    display: block;
  }
  .cid-vds9QVhlhv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vds9QVhlhv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vds9QVhlhv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vds9QVhlhv .navbar-collapse.collapsing,
  .cid-vds9QVhlhv .navbar-collapse.show {
    display: block !important;
  }
  .cid-vds9QVhlhv .navbar-collapse.collapsing .navbar-nav,
  .cid-vds9QVhlhv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vds9QVhlhv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vds9QVhlhv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vds9QVhlhv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vds9QVhlhv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vds9QVhlhv .navbar-collapse.collapsing .navbar-buttons,
  .cid-vds9QVhlhv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vds9QVhlhv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vds9QVhlhv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vds9QVhlhv .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-vds9QVhlhv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vds9QVhlhv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vds9QVhlhv .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-vds9QVhlhv .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vds9QVE2vK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vds9QVE2vK .mbr-figure {
  margin: 0 auto;
}
.cid-vds9QVE2vK H3 {
  color: #c1c1c1;
}
.cid-vds9QW32VV {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-vds9QW32VV .image-block {
  margin: auto;
}
.cid-vds9QW32VV .mbr-figure {
  margin: 0 auto;
}
.cid-vds9QW32VV figcaption {
  position: relative;
}
.cid-vds9QW32VV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vds9QW32VV .image-block {
    width: 100% !important;
  }
}
.cid-vds9QWjd1a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vds9QWjd1a .media-container-column {
  align-items: center;
}
.cid-vds9QWjd1a .mbr-author-desc {
  display: block;
}
.cid-vds9QWjd1a .mbr-testimonial {
  margin-top: 5rem;
}
.cid-vds9QWjd1a .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-vds9QWjd1a .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-vds9QWjd1a .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-vds9QWjd1a .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vds9QWjd1a .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-vds9QWjd1a .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-vds9QWjd1a .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vds9QWjd1a .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-vds9QWjd1a .mbr-section-subtitle {
  color: #e4d295;
}
.cid-vds9QWjd1a H2 {
  color: #e4d295;
}
.cid-vds9QWjd1a .mbr-author-name {
  color: #cccccc;
}
.cid-vds9QWLKgp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vds9QWLKgp .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-vds9QWLKgp .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-vds9QWLKgp .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-vds9QWLKgp .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-vds9QWLKgp .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-vds9QWLKgp .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-vds9QWLKgp .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-vds9QWLKgp .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-vds9QWLKgp .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vds9QWLKgp .btn-social + .btn {
  margin-left: .1rem;
}
.cid-vds9QWLKgp [class^="socicon-"]:before,
.cid-vds9QWLKgp [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-vds9QWLKgp .btn {
    font-size: 20px !important;
  }
}
.cid-vds9QWLKgp .mbr-section-title {
  color: #e4d295;
}
.cid-vds9QX7JXN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vds9QX7JXN .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vds9QX7JXN .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vds9QX7JXN .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vds9QX7JXN .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vds9QX7JXN .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vds9QX7JXN p {
  color: #232323;
}
.cid-vds9QX7JXN .mbr-text {
  text-align: center;
}
.cid-vds9QX7JXN DIV {
  color: #e4d295;
}
.cid-vds9QX7JXN P {
  color: #ffffff;
}
.cid-vds9QXAQwF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vds9QXAQwF .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vds9QXAQwF .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vds9QXAQwF .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vds9QXAQwF .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vds9QXAQwF .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vds9QXAQwF p {
  color: #232323;
}
.cid-vds9QXAQwF .mbr-text {
  text-align: center;
}
.cid-vds9QXAQwF DIV {
  color: #e4d295;
}
.cid-vds9QXAQwF P {
  color: #ffffff;
}
.cid-vds9QY34Mp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vds9QY34Mp .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vds9QY34Mp .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vds9QY34Mp .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vds9QY34Mp .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vds9QY34Mp .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vds9QY34Mp p {
  color: #232323;
}
.cid-vds9QY34Mp .mbr-text {
  text-align: center;
}
.cid-vds9QY34Mp DIV {
  color: #e4d295;
}
.cid-vds9QY34Mp P {
  color: #ffffff;
}
.cid-vdszXdleQ2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #023040;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdszXdleQ2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdszXdleQ2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdszXdleQ2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdszXdleQ2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdszXdleQ2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2d3334;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdszXdleQ2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdszXdleQ2 .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-vdszXdleQ2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vdszXdleQ2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2d3334 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdszXdleQ2 .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-vds9QZOPit {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-vds9QZOPit .carousel-control {
  background: #000;
}
.cid-vds9QZOPit .mbr-section-subtitle {
  color: #767676;
}
.cid-vds9QZOPit .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vds9QZOPit .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vds9QZOPit .carousel-item .wrap-img {
  text-align: center;
}
.cid-vds9QZOPit .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-vds9QZOPit .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vds9QZOPit .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-vds9QZOPit .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-vds9QZOPit .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-vds9QZOPit .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-vds9QZOPit .cloneditem-1,
.cid-vds9QZOPit .cloneditem-2,
.cid-vds9QZOPit .cloneditem-3,
.cid-vds9QZOPit .cloneditem-4,
.cid-vds9QZOPit .cloneditem-5 {
  display: none;
}
.cid-vds9QZOPit .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vds9QZOPit .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-vds9QZOPit .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-vds9QZOPit .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-vds9QZOPit .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-vds9QZOPit .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vds9QZOPit .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides2 .cloneditem-1,
  .cid-vds9QZOPit .carousel-inner.slides2 .cloneditem-2,
  .cid-vds9QZOPit .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-vds9QZOPit .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-vds9QZOPit .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-vds9QZOPit .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-vds9QZOPit .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vds9QZOPit .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides3 .cloneditem-1,
  .cid-vds9QZOPit .carousel-inner.slides3 .cloneditem-2,
  .cid-vds9QZOPit .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-vds9QZOPit .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-vds9QZOPit .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-vds9QZOPit .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-vds9QZOPit .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vds9QZOPit .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides4 .cloneditem-1,
  .cid-vds9QZOPit .carousel-inner.slides4 .cloneditem-2,
  .cid-vds9QZOPit .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-vds9QZOPit .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-vds9QZOPit .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-vds9QZOPit .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-vds9QZOPit .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vds9QZOPit .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides5 .cloneditem-1,
  .cid-vds9QZOPit .carousel-inner.slides5 .cloneditem-2,
  .cid-vds9QZOPit .carousel-inner.slides5 .cloneditem-3,
  .cid-vds9QZOPit .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-vds9QZOPit .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-vds9QZOPit .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-vds9QZOPit .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-vds9QZOPit .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vds9QZOPit .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vds9QZOPit .carousel-inner.slides6 .cloneditem-1,
  .cid-vds9QZOPit .carousel-inner.slides6 .cloneditem-2,
  .cid-vds9QZOPit .carousel-inner.slides6 .cloneditem-3,
  .cid-vds9QZOPit .carousel-inner.slides6 .cloneditem-4,
  .cid-vds9QZOPit .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-vds9QZOPit H2 {
  color: #ffffff;
}
.cid-vds9R0DtuX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vds9R0DtuX .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vds9R0DtuX .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-vds9R0DtuX .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-vds9R0DtuX .mbr-article {
  color: #fff;
}
.cid-vds9R12TBB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-vds9R12TBB .content {
    text-align: center;
  }
  .cid-vds9R12TBB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vds9R12TBB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vds9R12TBB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vds9R12TBB .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-vds9R12TBB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vds9R12TBB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vds9R12TBB .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-vds9R12TBB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vds9R12TBB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vds9R12TBB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vds9R12TBB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vds9R12TBB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vds9R12TBB P {
  text-align: center;
  color: #ffffff;
}
.cid-vds9R12TBB H5 {
  text-align: center;
  color: #e4d295;
}
.cid-vds9R12TBB .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-vfwONhRUi7 .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-vfwONhRUi7 .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-vfwONhRUi7 a {
  font-style: normal;
}
.cid-vfwONhRUi7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vfwONhRUi7 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vfwONhRUi7 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vfwONhRUi7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vfwONhRUi7 .menu-logo {
  margin-right: auto;
}
.cid-vfwONhRUi7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vfwONhRUi7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vfwONhRUi7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vfwONhRUi7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vfwONhRUi7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vfwONhRUi7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vfwONhRUi7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vfwONhRUi7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vfwONhRUi7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfwONhRUi7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vfwONhRUi7 .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vfwONhRUi7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vfwONhRUi7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfwONhRUi7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vfwONhRUi7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfwONhRUi7 .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-vfwONhRUi7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vfwONhRUi7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vfwONhRUi7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vfwONhRUi7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vfwONhRUi7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vfwONhRUi7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vfwONhRUi7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vfwONhRUi7 button.navbar-toggler:focus {
  outline: none;
}
.cid-vfwONhRUi7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfwONhRUi7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfwONhRUi7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfwONhRUi7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfwONhRUi7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfwONhRUi7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfwONhRUi7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfwONhRUi7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfwONhRUi7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfwONhRUi7 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vfwONhRUi7 .collapsed .btn {
  display: flex;
}
.cid-vfwONhRUi7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vfwONhRUi7 .collapsed .navbar-collapse.collapsing,
.cid-vfwONhRUi7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vfwONhRUi7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vfwONhRUi7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vfwONhRUi7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vfwONhRUi7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vfwONhRUi7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vfwONhRUi7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vfwONhRUi7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vfwONhRUi7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vfwONhRUi7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vfwONhRUi7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vfwONhRUi7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-vfwONhRUi7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vfwONhRUi7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vfwONhRUi7 .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-vfwONhRUi7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vfwONhRUi7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vfwONhRUi7 .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-vfwONhRUi7 .navbar-expand {
    flex-direction: column;
  }
  .cid-vfwONhRUi7 img {
    height: 3.8rem !important;
  }
  .cid-vfwONhRUi7 .btn {
    display: flex;
  }
  .cid-vfwONhRUi7 button.navbar-toggler {
    display: block;
  }
  .cid-vfwONhRUi7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vfwONhRUi7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vfwONhRUi7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vfwONhRUi7 .navbar-collapse.collapsing,
  .cid-vfwONhRUi7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-vfwONhRUi7 .navbar-collapse.collapsing .navbar-nav,
  .cid-vfwONhRUi7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vfwONhRUi7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vfwONhRUi7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vfwONhRUi7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vfwONhRUi7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vfwONhRUi7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-vfwONhRUi7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vfwONhRUi7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vfwONhRUi7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vfwONhRUi7 .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-vfwONhRUi7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vfwONhRUi7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vfwONhRUi7 .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-vfwONhRUi7 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vfwONj3b7C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vfwONj3b7C .mbr-figure {
  margin: 0 auto;
}
.cid-vfwONj3b7C H3 {
  color: #c1c1c1;
}
.cid-vfwONjq8Zb {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-vfwONjq8Zb .image-block {
  margin: auto;
}
.cid-vfwONjq8Zb .mbr-figure {
  margin: 0 auto;
}
.cid-vfwONjq8Zb figcaption {
  position: relative;
}
.cid-vfwONjq8Zb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vfwONjq8Zb .image-block {
    width: 100% !important;
  }
}
.cid-vfwONjJUsT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vfwONjJUsT .media-container-column {
  align-items: center;
}
.cid-vfwONjJUsT .mbr-author-desc {
  display: block;
}
.cid-vfwONjJUsT .mbr-testimonial {
  margin-top: 5rem;
}
.cid-vfwONjJUsT .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-vfwONjJUsT .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-vfwONjJUsT .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-vfwONjJUsT .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vfwONjJUsT .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-vfwONjJUsT .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-vfwONjJUsT .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vfwONjJUsT .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-vfwONjJUsT .mbr-section-subtitle {
  color: #e4d295;
}
.cid-vfwONjJUsT H2 {
  color: #e4d295;
}
.cid-vfwONjJUsT .mbr-author-name {
  color: #cccccc;
}
.cid-vfwONkg0EX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vfwONkg0EX .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-vfwONkg0EX .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-vfwONkg0EX .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-vfwONkg0EX .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-vfwONkg0EX .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-vfwONkg0EX .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-vfwONkg0EX .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-vfwONkg0EX .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-vfwONkg0EX .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vfwONkg0EX .btn-social + .btn {
  margin-left: .1rem;
}
.cid-vfwONkg0EX [class^="socicon-"]:before,
.cid-vfwONkg0EX [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-vfwONkg0EX .btn {
    font-size: 20px !important;
  }
}
.cid-vfwONkg0EX .mbr-section-title {
  color: #e4d295;
}
.cid-vfwONkAz30 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vfwONkAz30 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vfwONkAz30 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vfwONkAz30 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vfwONkAz30 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vfwONkAz30 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vfwONkAz30 p {
  color: #232323;
}
.cid-vfwONkAz30 .mbr-text {
  text-align: center;
}
.cid-vfwONkAz30 DIV {
  color: #e4d295;
}
.cid-vfwONkAz30 P {
  color: #ffffff;
}
.cid-vfwONl4Laa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vfwONl4Laa .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vfwONl4Laa .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vfwONl4Laa .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vfwONl4Laa .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vfwONl4Laa .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vfwONl4Laa p {
  color: #232323;
}
.cid-vfwONl4Laa .mbr-text {
  text-align: center;
}
.cid-vfwONl4Laa DIV {
  color: #e4d295;
}
.cid-vfwONl4Laa P {
  color: #ffffff;
}
.cid-vfwONlKY9p {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vfwONlKY9p .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vfwONlKY9p .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vfwONlKY9p .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vfwONlKY9p .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vfwONlKY9p .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vfwONlKY9p p {
  color: #232323;
}
.cid-vfwONlKY9p .mbr-text {
  text-align: center;
}
.cid-vfwONlKY9p DIV {
  color: #e4d295;
}
.cid-vfwONlKY9p P {
  color: #ffffff;
}
.cid-vfwONmiO4b {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #023040;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vfwONmiO4b .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vfwONmiO4b .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfwONmiO4b .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfwONmiO4b .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vfwONmiO4b .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2d3334;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vfwONmiO4b .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vfwONmiO4b .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-vfwONmiO4b .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vfwONmiO4b .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2d3334 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vfwONmiO4b .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-vfwONn1GnV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-vfwONn1GnV .carousel-control {
  background: #000;
}
.cid-vfwONn1GnV .mbr-section-subtitle {
  color: #767676;
}
.cid-vfwONn1GnV .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vfwONn1GnV .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vfwONn1GnV .carousel-item .wrap-img {
  text-align: center;
}
.cid-vfwONn1GnV .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-vfwONn1GnV .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vfwONn1GnV .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-vfwONn1GnV .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-vfwONn1GnV .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-vfwONn1GnV .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-vfwONn1GnV .cloneditem-1,
.cid-vfwONn1GnV .cloneditem-2,
.cid-vfwONn1GnV .cloneditem-3,
.cid-vfwONn1GnV .cloneditem-4,
.cid-vfwONn1GnV .cloneditem-5 {
  display: none;
}
.cid-vfwONn1GnV .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vfwONn1GnV .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-vfwONn1GnV .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-vfwONn1GnV .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-vfwONn1GnV .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-vfwONn1GnV .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vfwONn1GnV .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides2 .cloneditem-1,
  .cid-vfwONn1GnV .carousel-inner.slides2 .cloneditem-2,
  .cid-vfwONn1GnV .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-vfwONn1GnV .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-vfwONn1GnV .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-vfwONn1GnV .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-vfwONn1GnV .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vfwONn1GnV .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides3 .cloneditem-1,
  .cid-vfwONn1GnV .carousel-inner.slides3 .cloneditem-2,
  .cid-vfwONn1GnV .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-vfwONn1GnV .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-vfwONn1GnV .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-vfwONn1GnV .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-vfwONn1GnV .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vfwONn1GnV .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides4 .cloneditem-1,
  .cid-vfwONn1GnV .carousel-inner.slides4 .cloneditem-2,
  .cid-vfwONn1GnV .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-vfwONn1GnV .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-vfwONn1GnV .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-vfwONn1GnV .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-vfwONn1GnV .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vfwONn1GnV .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides5 .cloneditem-1,
  .cid-vfwONn1GnV .carousel-inner.slides5 .cloneditem-2,
  .cid-vfwONn1GnV .carousel-inner.slides5 .cloneditem-3,
  .cid-vfwONn1GnV .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-vfwONn1GnV .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-vfwONn1GnV .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-vfwONn1GnV .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-vfwONn1GnV .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vfwONn1GnV .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vfwONn1GnV .carousel-inner.slides6 .cloneditem-1,
  .cid-vfwONn1GnV .carousel-inner.slides6 .cloneditem-2,
  .cid-vfwONn1GnV .carousel-inner.slides6 .cloneditem-3,
  .cid-vfwONn1GnV .carousel-inner.slides6 .cloneditem-4,
  .cid-vfwONn1GnV .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-vfwONn1GnV H2 {
  color: #ffffff;
}
.cid-vfwONnUAWH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vfwONnUAWH .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfwONnUAWH .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-vfwONnUAWH .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-vfwONnUAWH .mbr-article {
  color: #fff;
}
.cid-vfwONosW4k {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-vfwONosW4k .content {
    text-align: center;
  }
  .cid-vfwONosW4k .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfwONosW4k .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vfwONosW4k .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vfwONosW4k .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-vfwONosW4k .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vfwONosW4k .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vfwONosW4k .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-vfwONosW4k .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vfwONosW4k .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vfwONosW4k .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vfwONosW4k .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vfwONosW4k .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vfwONosW4k P {
  text-align: center;
  color: #ffffff;
}
.cid-vfwONosW4k H5 {
  text-align: center;
  color: #e4d295;
}
.cid-vfwONosW4k .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-vhHKFWhHzA .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-vhHKFWhHzA .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-vhHKFWhHzA a {
  font-style: normal;
}
.cid-vhHKFWhHzA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vhHKFWhHzA .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vhHKFWhHzA .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vhHKFWhHzA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vhHKFWhHzA .menu-logo {
  margin-right: auto;
}
.cid-vhHKFWhHzA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vhHKFWhHzA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vhHKFWhHzA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vhHKFWhHzA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vhHKFWhHzA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vhHKFWhHzA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vhHKFWhHzA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vhHKFWhHzA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vhHKFWhHzA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vhHKFWhHzA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vhHKFWhHzA .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vhHKFWhHzA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vhHKFWhHzA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhHKFWhHzA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vhHKFWhHzA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhHKFWhHzA .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-vhHKFWhHzA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vhHKFWhHzA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vhHKFWhHzA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vhHKFWhHzA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vhHKFWhHzA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vhHKFWhHzA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vhHKFWhHzA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vhHKFWhHzA button.navbar-toggler:focus {
  outline: none;
}
.cid-vhHKFWhHzA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhHKFWhHzA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vhHKFWhHzA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vhHKFWhHzA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vhHKFWhHzA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vhHKFWhHzA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vhHKFWhHzA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vhHKFWhHzA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vhHKFWhHzA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vhHKFWhHzA .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vhHKFWhHzA .collapsed .btn {
  display: flex;
}
.cid-vhHKFWhHzA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vhHKFWhHzA .collapsed .navbar-collapse.collapsing,
.cid-vhHKFWhHzA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vhHKFWhHzA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vhHKFWhHzA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vhHKFWhHzA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vhHKFWhHzA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vhHKFWhHzA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vhHKFWhHzA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vhHKFWhHzA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vhHKFWhHzA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vhHKFWhHzA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vhHKFWhHzA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vhHKFWhHzA .collapsed button.navbar-toggler {
  display: block;
}
.cid-vhHKFWhHzA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vhHKFWhHzA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vhHKFWhHzA .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-vhHKFWhHzA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vhHKFWhHzA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vhHKFWhHzA .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-vhHKFWhHzA .navbar-expand {
    flex-direction: column;
  }
  .cid-vhHKFWhHzA img {
    height: 3.8rem !important;
  }
  .cid-vhHKFWhHzA .btn {
    display: flex;
  }
  .cid-vhHKFWhHzA button.navbar-toggler {
    display: block;
  }
  .cid-vhHKFWhHzA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vhHKFWhHzA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vhHKFWhHzA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vhHKFWhHzA .navbar-collapse.collapsing,
  .cid-vhHKFWhHzA .navbar-collapse.show {
    display: block !important;
  }
  .cid-vhHKFWhHzA .navbar-collapse.collapsing .navbar-nav,
  .cid-vhHKFWhHzA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vhHKFWhHzA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vhHKFWhHzA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vhHKFWhHzA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vhHKFWhHzA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vhHKFWhHzA .navbar-collapse.collapsing .navbar-buttons,
  .cid-vhHKFWhHzA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vhHKFWhHzA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vhHKFWhHzA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vhHKFWhHzA .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-vhHKFWhHzA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vhHKFWhHzA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vhHKFWhHzA .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-vhHKFWhHzA .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vhHKFWIOUY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vhHKFWIOUY .mbr-figure {
  margin: 0 auto;
}
.cid-vhHKFWIOUY H3 {
  color: #c1c1c1;
}
.cid-vhHKFX4TwK {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-vhHKFX4TwK .image-block {
  margin: auto;
}
.cid-vhHKFX4TwK .mbr-figure {
  margin: 0 auto;
}
.cid-vhHKFX4TwK figcaption {
  position: relative;
}
.cid-vhHKFX4TwK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vhHKFX4TwK .image-block {
    width: 100% !important;
  }
}
.cid-vhHKFXn8ra {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vhHKFXn8ra .media-container-column {
  align-items: center;
}
.cid-vhHKFXn8ra .mbr-author-desc {
  display: block;
}
.cid-vhHKFXn8ra .mbr-testimonial {
  margin-top: 5rem;
}
.cid-vhHKFXn8ra .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-vhHKFXn8ra .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-vhHKFXn8ra .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-vhHKFXn8ra .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vhHKFXn8ra .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-vhHKFXn8ra .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-vhHKFXn8ra .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vhHKFXn8ra .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-vhHKFXn8ra .mbr-section-subtitle {
  color: #e4d295;
}
.cid-vhHKFXn8ra H2 {
  color: #e4d295;
}
.cid-vhHKFXn8ra .mbr-author-name {
  color: #cccccc;
}
.cid-vhHKFXS8hW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vhHKFXS8hW .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-vhHKFXS8hW .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-vhHKFXS8hW .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-vhHKFXS8hW .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-vhHKFXS8hW .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-vhHKFXS8hW .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-vhHKFXS8hW .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-vhHKFXS8hW .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-vhHKFXS8hW .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vhHKFXS8hW .btn-social + .btn {
  margin-left: .1rem;
}
.cid-vhHKFXS8hW [class^="socicon-"]:before,
.cid-vhHKFXS8hW [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-vhHKFXS8hW .btn {
    font-size: 20px !important;
  }
}
.cid-vhHKFXS8hW .mbr-section-title {
  color: #e4d295;
}
.cid-vhHKFYbKYG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vhHKFYbKYG .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vhHKFYbKYG .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vhHKFYbKYG .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vhHKFYbKYG .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vhHKFYbKYG .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vhHKFYbKYG p {
  color: #232323;
}
.cid-vhHKFYbKYG .mbr-text {
  text-align: center;
}
.cid-vhHKFYbKYG DIV {
  color: #e4d295;
}
.cid-vhHKFYbKYG P {
  color: #ffffff;
}
.cid-vhHKFYVpYz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vhHKFYVpYz .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vhHKFYVpYz .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vhHKFYVpYz .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vhHKFYVpYz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vhHKFYVpYz .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vhHKFYVpYz p {
  color: #232323;
}
.cid-vhHKFYVpYz .mbr-text {
  text-align: center;
}
.cid-vhHKFYVpYz DIV {
  color: #e4d295;
}
.cid-vhHKFYVpYz P {
  color: #ffffff;
}
.cid-vhHKFZpLtb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vhHKFZpLtb .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vhHKFZpLtb .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vhHKFZpLtb .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vhHKFZpLtb .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vhHKFZpLtb .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vhHKFZpLtb p {
  color: #232323;
}
.cid-vhHKFZpLtb .mbr-text {
  text-align: center;
}
.cid-vhHKFZpLtb DIV {
  color: #e4d295;
}
.cid-vhHKFZpLtb P {
  color: #ffffff;
}
.cid-vhHKFZX81O {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #023040;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vhHKFZX81O .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vhHKFZX81O .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhHKFZX81O .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhHKFZX81O .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vhHKFZX81O .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2d3334;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vhHKFZX81O .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vhHKFZX81O .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-vhHKFZX81O .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vhHKFZX81O .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2d3334 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vhHKFZX81O .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-vhHKG0q0RK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-vhHKG0q0RK .carousel-control {
  background: #000;
}
.cid-vhHKG0q0RK .mbr-section-subtitle {
  color: #767676;
}
.cid-vhHKG0q0RK .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vhHKG0q0RK .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vhHKG0q0RK .carousel-item .wrap-img {
  text-align: center;
}
.cid-vhHKG0q0RK .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-vhHKG0q0RK .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vhHKG0q0RK .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-vhHKG0q0RK .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-vhHKG0q0RK .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-vhHKG0q0RK .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-vhHKG0q0RK .cloneditem-1,
.cid-vhHKG0q0RK .cloneditem-2,
.cid-vhHKG0q0RK .cloneditem-3,
.cid-vhHKG0q0RK .cloneditem-4,
.cid-vhHKG0q0RK .cloneditem-5 {
  display: none;
}
.cid-vhHKG0q0RK .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vhHKG0q0RK .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-vhHKG0q0RK .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-vhHKG0q0RK .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-vhHKG0q0RK .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-vhHKG0q0RK .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vhHKG0q0RK .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides2 .cloneditem-1,
  .cid-vhHKG0q0RK .carousel-inner.slides2 .cloneditem-2,
  .cid-vhHKG0q0RK .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-vhHKG0q0RK .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-vhHKG0q0RK .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-vhHKG0q0RK .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-vhHKG0q0RK .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vhHKG0q0RK .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides3 .cloneditem-1,
  .cid-vhHKG0q0RK .carousel-inner.slides3 .cloneditem-2,
  .cid-vhHKG0q0RK .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-vhHKG0q0RK .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-vhHKG0q0RK .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-vhHKG0q0RK .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-vhHKG0q0RK .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vhHKG0q0RK .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides4 .cloneditem-1,
  .cid-vhHKG0q0RK .carousel-inner.slides4 .cloneditem-2,
  .cid-vhHKG0q0RK .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-vhHKG0q0RK .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-vhHKG0q0RK .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-vhHKG0q0RK .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-vhHKG0q0RK .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vhHKG0q0RK .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides5 .cloneditem-1,
  .cid-vhHKG0q0RK .carousel-inner.slides5 .cloneditem-2,
  .cid-vhHKG0q0RK .carousel-inner.slides5 .cloneditem-3,
  .cid-vhHKG0q0RK .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-vhHKG0q0RK .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-vhHKG0q0RK .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-vhHKG0q0RK .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-vhHKG0q0RK .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vhHKG0q0RK .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vhHKG0q0RK .carousel-inner.slides6 .cloneditem-1,
  .cid-vhHKG0q0RK .carousel-inner.slides6 .cloneditem-2,
  .cid-vhHKG0q0RK .carousel-inner.slides6 .cloneditem-3,
  .cid-vhHKG0q0RK .carousel-inner.slides6 .cloneditem-4,
  .cid-vhHKG0q0RK .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-vhHKG0q0RK H2 {
  color: #ffffff;
}
.cid-vhHKG1sLss {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vhHKG1sLss .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vhHKG1sLss .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-vhHKG1sLss .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-vhHKG1sLss .mbr-article {
  color: #fff;
}
.cid-vhHKG1RGka {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-vhHKG1RGka .content {
    text-align: center;
  }
  .cid-vhHKG1RGka .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhHKG1RGka .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vhHKG1RGka .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vhHKG1RGka .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-vhHKG1RGka .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vhHKG1RGka .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vhHKG1RGka .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-vhHKG1RGka .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vhHKG1RGka .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vhHKG1RGka .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vhHKG1RGka .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhHKG1RGka .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vhHKG1RGka P {
  text-align: center;
  color: #ffffff;
}
.cid-vhHKG1RGka H5 {
  text-align: center;
  color: #e4d295;
}
.cid-vhHKG1RGka .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-vhI1RVhQsJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #023040;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vhI1RVhQsJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vhI1RVhQsJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhI1RVhQsJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhI1RVhQsJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vhI1RVhQsJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2d3334;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vhI1RVhQsJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vhI1RVhQsJ .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-vhI1RVhQsJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vhI1RVhQsJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2d3334 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vhI1RVhQsJ .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-vi6T5Hq4xO .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-vi6T5Hq4xO .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-vi6T5Hq4xO a {
  font-style: normal;
}
.cid-vi6T5Hq4xO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vi6T5Hq4xO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vi6T5Hq4xO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vi6T5Hq4xO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vi6T5Hq4xO .menu-logo {
  margin-right: auto;
}
.cid-vi6T5Hq4xO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vi6T5Hq4xO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vi6T5Hq4xO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vi6T5Hq4xO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vi6T5Hq4xO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vi6T5Hq4xO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vi6T5Hq4xO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vi6T5Hq4xO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vi6T5Hq4xO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vi6T5Hq4xO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vi6T5Hq4xO .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vi6T5Hq4xO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vi6T5Hq4xO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vi6T5Hq4xO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vi6T5Hq4xO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vi6T5Hq4xO .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-vi6T5Hq4xO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vi6T5Hq4xO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vi6T5Hq4xO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vi6T5Hq4xO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vi6T5Hq4xO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vi6T5Hq4xO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vi6T5Hq4xO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vi6T5Hq4xO button.navbar-toggler:focus {
  outline: none;
}
.cid-vi6T5Hq4xO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vi6T5Hq4xO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vi6T5Hq4xO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vi6T5Hq4xO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vi6T5Hq4xO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vi6T5Hq4xO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vi6T5Hq4xO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vi6T5Hq4xO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vi6T5Hq4xO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vi6T5Hq4xO .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vi6T5Hq4xO .collapsed .btn {
  display: flex;
}
.cid-vi6T5Hq4xO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vi6T5Hq4xO .collapsed .navbar-collapse.collapsing,
.cid-vi6T5Hq4xO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vi6T5Hq4xO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vi6T5Hq4xO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vi6T5Hq4xO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vi6T5Hq4xO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vi6T5Hq4xO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vi6T5Hq4xO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vi6T5Hq4xO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vi6T5Hq4xO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vi6T5Hq4xO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vi6T5Hq4xO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vi6T5Hq4xO .collapsed button.navbar-toggler {
  display: block;
}
.cid-vi6T5Hq4xO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vi6T5Hq4xO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vi6T5Hq4xO .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-vi6T5Hq4xO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vi6T5Hq4xO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vi6T5Hq4xO .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-vi6T5Hq4xO .navbar-expand {
    flex-direction: column;
  }
  .cid-vi6T5Hq4xO img {
    height: 3.8rem !important;
  }
  .cid-vi6T5Hq4xO .btn {
    display: flex;
  }
  .cid-vi6T5Hq4xO button.navbar-toggler {
    display: block;
  }
  .cid-vi6T5Hq4xO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vi6T5Hq4xO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vi6T5Hq4xO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vi6T5Hq4xO .navbar-collapse.collapsing,
  .cid-vi6T5Hq4xO .navbar-collapse.show {
    display: block !important;
  }
  .cid-vi6T5Hq4xO .navbar-collapse.collapsing .navbar-nav,
  .cid-vi6T5Hq4xO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vi6T5Hq4xO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vi6T5Hq4xO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vi6T5Hq4xO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vi6T5Hq4xO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vi6T5Hq4xO .navbar-collapse.collapsing .navbar-buttons,
  .cid-vi6T5Hq4xO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vi6T5Hq4xO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vi6T5Hq4xO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vi6T5Hq4xO .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-vi6T5Hq4xO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vi6T5Hq4xO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vi6T5Hq4xO .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-vi6T5Hq4xO .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vi6T5HR3k9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5HR3k9 .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5HR3k9 H3 {
  color: #c1c1c1;
}
.cid-vi6T5Ie8po {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-vi6T5Ie8po .image-block {
  margin: auto;
}
.cid-vi6T5Ie8po .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5Ie8po figcaption {
  position: relative;
}
.cid-vi6T5Ie8po figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vi6T5Ie8po .image-block {
    width: 100% !important;
  }
}
.cid-vi6T5IyKau {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vi6T5IyKau .media-container-column {
  align-items: center;
}
.cid-vi6T5IyKau .mbr-author-desc {
  display: block;
}
.cid-vi6T5IyKau .mbr-testimonial {
  margin-top: 5rem;
}
.cid-vi6T5IyKau .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-vi6T5IyKau .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-vi6T5IyKau .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-vi6T5IyKau .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vi6T5IyKau .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-vi6T5IyKau .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-vi6T5IyKau .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vi6T5IyKau .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-vi6T5IyKau .mbr-section-subtitle {
  color: #e4d295;
}
.cid-vi6T5IyKau H2 {
  color: #e4d295;
}
.cid-vi6T5IyKau .mbr-author-name {
  color: #cccccc;
}
.cid-vi6T5J1vsI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vi6T5J1vsI .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-vi6T5J1vsI .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-vi6T5J1vsI .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-vi6T5J1vsI .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-vi6T5J1vsI .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-vi6T5J1vsI .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-vi6T5J1vsI .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-vi6T5J1vsI .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-vi6T5J1vsI .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vi6T5J1vsI .btn-social + .btn {
  margin-left: .1rem;
}
.cid-vi6T5J1vsI [class^="socicon-"]:before,
.cid-vi6T5J1vsI [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-vi6T5J1vsI .btn {
    font-size: 20px !important;
  }
}
.cid-vi6T5J1vsI .mbr-section-title {
  color: #e4d295;
}
.cid-vi6T5JlElS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vi6T5JlElS .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vi6T5JlElS .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vi6T5JlElS .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vi6T5JlElS .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vi6T5JlElS .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vi6T5JlElS p {
  color: #232323;
}
.cid-vi6T5JlElS .mbr-text {
  text-align: center;
}
.cid-vi6T5JlElS DIV {
  color: #e4d295;
}
.cid-vi6T5JlElS P {
  color: #ffffff;
}
.cid-vi6T5JZdwc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vi6T5JZdwc .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vi6T5JZdwc .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vi6T5JZdwc .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vi6T5JZdwc .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vi6T5JZdwc .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vi6T5JZdwc p {
  color: #232323;
}
.cid-vi6T5JZdwc .mbr-text {
  text-align: center;
}
.cid-vi6T5JZdwc DIV {
  color: #e4d295;
}
.cid-vi6T5JZdwc P {
  color: #ffffff;
}
.cid-vi6T5Kx3mC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vi6T5Kx3mC .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vi6T5Kx3mC .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vi6T5Kx3mC .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vi6T5Kx3mC .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vi6T5Kx3mC .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vi6T5Kx3mC p {
  color: #232323;
}
.cid-vi6T5Kx3mC .mbr-text {
  text-align: center;
}
.cid-vi6T5Kx3mC DIV {
  color: #e4d295;
}
.cid-vi6T5Kx3mC P {
  color: #ffffff;
}
.cid-vi6T5L3yod {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5L3yod .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5Ltwco {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5Ltwco .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5LSylz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5LSylz .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5MjBtH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5MjBtH .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5MPFHV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5MPFHV .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5Nd5A4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5Nd5A4 .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5ND9NA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5ND9NA .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5O26Mv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5O26Mv .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5OrPV2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5OrPV2 .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5ORGJR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5ORGJR .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5PiPsc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5PiPsc .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5QEchq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5QEchq .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5R5xmo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5R5xmo .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5Rwa0R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vi6T5Rwa0R .mbr-figure {
  margin: 0 auto;
}
.cid-vi6T5VX8cW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-vi6T5VX8cW .carousel-control {
  background: #000;
}
.cid-vi6T5VX8cW .mbr-section-subtitle {
  color: #767676;
}
.cid-vi6T5VX8cW .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vi6T5VX8cW .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vi6T5VX8cW .carousel-item .wrap-img {
  text-align: center;
}
.cid-vi6T5VX8cW .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-vi6T5VX8cW .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vi6T5VX8cW .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-vi6T5VX8cW .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-vi6T5VX8cW .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-vi6T5VX8cW .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-vi6T5VX8cW .cloneditem-1,
.cid-vi6T5VX8cW .cloneditem-2,
.cid-vi6T5VX8cW .cloneditem-3,
.cid-vi6T5VX8cW .cloneditem-4,
.cid-vi6T5VX8cW .cloneditem-5 {
  display: none;
}
.cid-vi6T5VX8cW .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vi6T5VX8cW .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-vi6T5VX8cW .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-vi6T5VX8cW .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-vi6T5VX8cW .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-vi6T5VX8cW .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vi6T5VX8cW .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides2 .cloneditem-1,
  .cid-vi6T5VX8cW .carousel-inner.slides2 .cloneditem-2,
  .cid-vi6T5VX8cW .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-vi6T5VX8cW .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-vi6T5VX8cW .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-vi6T5VX8cW .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-vi6T5VX8cW .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vi6T5VX8cW .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides3 .cloneditem-1,
  .cid-vi6T5VX8cW .carousel-inner.slides3 .cloneditem-2,
  .cid-vi6T5VX8cW .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-vi6T5VX8cW .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-vi6T5VX8cW .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-vi6T5VX8cW .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-vi6T5VX8cW .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vi6T5VX8cW .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides4 .cloneditem-1,
  .cid-vi6T5VX8cW .carousel-inner.slides4 .cloneditem-2,
  .cid-vi6T5VX8cW .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-vi6T5VX8cW .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-vi6T5VX8cW .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-vi6T5VX8cW .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-vi6T5VX8cW .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vi6T5VX8cW .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides5 .cloneditem-1,
  .cid-vi6T5VX8cW .carousel-inner.slides5 .cloneditem-2,
  .cid-vi6T5VX8cW .carousel-inner.slides5 .cloneditem-3,
  .cid-vi6T5VX8cW .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-vi6T5VX8cW .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-vi6T5VX8cW .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-vi6T5VX8cW .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-vi6T5VX8cW .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vi6T5VX8cW .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vi6T5VX8cW .carousel-inner.slides6 .cloneditem-1,
  .cid-vi6T5VX8cW .carousel-inner.slides6 .cloneditem-2,
  .cid-vi6T5VX8cW .carousel-inner.slides6 .cloneditem-3,
  .cid-vi6T5VX8cW .carousel-inner.slides6 .cloneditem-4,
  .cid-vi6T5VX8cW .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-vi6T5VX8cW H2 {
  color: #ffffff;
}
.cid-vi6T5WRxRc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vi6T5WRxRc .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vi6T5WRxRc .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-vi6T5WRxRc .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-vi6T5WRxRc .mbr-article {
  color: #fff;
}
.cid-vi6T5XjNIu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-vi6T5XjNIu .content {
    text-align: center;
  }
  .cid-vi6T5XjNIu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vi6T5XjNIu .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vi6T5XjNIu .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vi6T5XjNIu .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-vi6T5XjNIu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vi6T5XjNIu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vi6T5XjNIu .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-vi6T5XjNIu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vi6T5XjNIu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vi6T5XjNIu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vi6T5XjNIu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vi6T5XjNIu .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vi6T5XjNIu P {
  text-align: center;
  color: #ffffff;
}
.cid-vi6T5XjNIu H5 {
  text-align: center;
  color: #e4d295;
}
.cid-vi6T5XjNIu .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-vjoNX3UqsS .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-vjoNX3UqsS .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-vjoNX3UqsS a {
  font-style: normal;
}
.cid-vjoNX3UqsS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vjoNX3UqsS .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vjoNX3UqsS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vjoNX3UqsS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vjoNX3UqsS .menu-logo {
  margin-right: auto;
}
.cid-vjoNX3UqsS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vjoNX3UqsS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vjoNX3UqsS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vjoNX3UqsS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vjoNX3UqsS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vjoNX3UqsS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vjoNX3UqsS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vjoNX3UqsS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vjoNX3UqsS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vjoNX3UqsS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vjoNX3UqsS .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vjoNX3UqsS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vjoNX3UqsS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjoNX3UqsS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vjoNX3UqsS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjoNX3UqsS .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-vjoNX3UqsS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vjoNX3UqsS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vjoNX3UqsS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vjoNX3UqsS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vjoNX3UqsS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vjoNX3UqsS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vjoNX3UqsS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vjoNX3UqsS button.navbar-toggler:focus {
  outline: none;
}
.cid-vjoNX3UqsS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjoNX3UqsS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vjoNX3UqsS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vjoNX3UqsS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vjoNX3UqsS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vjoNX3UqsS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjoNX3UqsS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vjoNX3UqsS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vjoNX3UqsS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjoNX3UqsS .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vjoNX3UqsS .collapsed .btn {
  display: flex;
}
.cid-vjoNX3UqsS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vjoNX3UqsS .collapsed .navbar-collapse.collapsing,
.cid-vjoNX3UqsS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vjoNX3UqsS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vjoNX3UqsS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vjoNX3UqsS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vjoNX3UqsS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vjoNX3UqsS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vjoNX3UqsS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vjoNX3UqsS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vjoNX3UqsS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vjoNX3UqsS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vjoNX3UqsS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vjoNX3UqsS .collapsed button.navbar-toggler {
  display: block;
}
.cid-vjoNX3UqsS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vjoNX3UqsS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vjoNX3UqsS .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-vjoNX3UqsS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vjoNX3UqsS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vjoNX3UqsS .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-vjoNX3UqsS .navbar-expand {
    flex-direction: column;
  }
  .cid-vjoNX3UqsS img {
    height: 3.8rem !important;
  }
  .cid-vjoNX3UqsS .btn {
    display: flex;
  }
  .cid-vjoNX3UqsS button.navbar-toggler {
    display: block;
  }
  .cid-vjoNX3UqsS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vjoNX3UqsS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vjoNX3UqsS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vjoNX3UqsS .navbar-collapse.collapsing,
  .cid-vjoNX3UqsS .navbar-collapse.show {
    display: block !important;
  }
  .cid-vjoNX3UqsS .navbar-collapse.collapsing .navbar-nav,
  .cid-vjoNX3UqsS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vjoNX3UqsS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vjoNX3UqsS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vjoNX3UqsS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vjoNX3UqsS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vjoNX3UqsS .navbar-collapse.collapsing .navbar-buttons,
  .cid-vjoNX3UqsS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vjoNX3UqsS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vjoNX3UqsS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vjoNX3UqsS .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-vjoNX3UqsS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vjoNX3UqsS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vjoNX3UqsS .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-vjoNX3UqsS .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vjoNX4ns1a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vjoNX4ns1a .mbr-figure {
  margin: 0 auto;
}
.cid-vjoNX4ns1a H3 {
  color: #c1c1c1;
}
.cid-vjoNX55ryu {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-vjoNX55ryu .image-block {
  margin: auto;
}
.cid-vjoNX55ryu .mbr-figure {
  margin: 0 auto;
}
.cid-vjoNX55ryu figcaption {
  position: relative;
}
.cid-vjoNX55ryu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vjoNX55ryu .image-block {
    width: 100% !important;
  }
}
.cid-vjoNX5wLak {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vjoNX5wLak .media-container-column {
  align-items: center;
}
.cid-vjoNX5wLak .mbr-author-desc {
  display: block;
}
.cid-vjoNX5wLak .mbr-testimonial {
  margin-top: 5rem;
}
.cid-vjoNX5wLak .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-vjoNX5wLak .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-vjoNX5wLak .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-vjoNX5wLak .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vjoNX5wLak .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-vjoNX5wLak .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-vjoNX5wLak .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vjoNX5wLak .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-vjoNX5wLak .mbr-section-subtitle {
  color: #e4d295;
}
.cid-vjoNX5wLak H2 {
  color: #e4d295;
}
.cid-vjoNX66oni {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vjoNX66oni .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-vjoNX66oni .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-vjoNX66oni .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-vjoNX66oni .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-vjoNX66oni .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-vjoNX66oni .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-vjoNX66oni .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-vjoNX66oni .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-vjoNX66oni .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vjoNX66oni .btn-social + .btn {
  margin-left: .1rem;
}
.cid-vjoNX66oni [class^="socicon-"]:before,
.cid-vjoNX66oni [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-vjoNX66oni .btn {
    font-size: 20px !important;
  }
}
.cid-vjoNX66oni .mbr-section-title {
  color: #e4d295;
}
.cid-vjoNX7iwVT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vjoNX7iwVT .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vjoNX7iwVT .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vjoNX7iwVT .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vjoNX7iwVT .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vjoNX7iwVT .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vjoNX7iwVT p {
  color: #232323;
}
.cid-vjoNX7iwVT .mbr-text {
  text-align: center;
}
.cid-vjoNX7iwVT DIV {
  color: #e4d295;
}
.cid-vjoNX7iwVT P {
  color: #ffffff;
}
.cid-vjoNX7LmVM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vjoNX7LmVM .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vjoNX7LmVM .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vjoNX7LmVM .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vjoNX7LmVM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vjoNX7LmVM .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vjoNX7LmVM p {
  color: #232323;
}
.cid-vjoNX7LmVM .mbr-text {
  text-align: center;
}
.cid-vjoNX7LmVM DIV {
  color: #e4d295;
}
.cid-vjoNX7LmVM P {
  color: #ffffff;
}
.cid-vjoNX8faY9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vjoNX8faY9 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vjoNX8faY9 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vjoNX8faY9 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vjoNX8faY9 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vjoNX8faY9 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vjoNX8faY9 p {
  color: #232323;
}
.cid-vjoNX8faY9 .mbr-text {
  text-align: center;
}
.cid-vjoNX8faY9 DIV {
  color: #e4d295;
}
.cid-vjoNX8faY9 P {
  color: #ffffff;
}
.cid-vjq1iTaICb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #023040;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vjq1iTaICb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vjq1iTaICb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjq1iTaICb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vjq1iTaICb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vjq1iTaICb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2d3334;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vjq1iTaICb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vjq1iTaICb .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-vjq1iTaICb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vjq1iTaICb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2d3334 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vjq1iTaICb .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-vjoNXk6AkS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-vjoNXk6AkS .carousel-control {
  background: #000;
}
.cid-vjoNXk6AkS .mbr-section-subtitle {
  color: #767676;
}
.cid-vjoNXk6AkS .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjoNXk6AkS .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vjoNXk6AkS .carousel-item .wrap-img {
  text-align: center;
}
.cid-vjoNXk6AkS .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-vjoNXk6AkS .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjoNXk6AkS .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-vjoNXk6AkS .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-vjoNXk6AkS .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-vjoNXk6AkS .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-vjoNXk6AkS .cloneditem-1,
.cid-vjoNXk6AkS .cloneditem-2,
.cid-vjoNXk6AkS .cloneditem-3,
.cid-vjoNXk6AkS .cloneditem-4,
.cid-vjoNXk6AkS .cloneditem-5 {
  display: none;
}
.cid-vjoNXk6AkS .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjoNXk6AkS .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-vjoNXk6AkS .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-vjoNXk6AkS .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-vjoNXk6AkS .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-vjoNXk6AkS .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vjoNXk6AkS .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides2 .cloneditem-1,
  .cid-vjoNXk6AkS .carousel-inner.slides2 .cloneditem-2,
  .cid-vjoNXk6AkS .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-vjoNXk6AkS .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-vjoNXk6AkS .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-vjoNXk6AkS .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-vjoNXk6AkS .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vjoNXk6AkS .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides3 .cloneditem-1,
  .cid-vjoNXk6AkS .carousel-inner.slides3 .cloneditem-2,
  .cid-vjoNXk6AkS .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-vjoNXk6AkS .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-vjoNXk6AkS .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-vjoNXk6AkS .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-vjoNXk6AkS .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vjoNXk6AkS .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides4 .cloneditem-1,
  .cid-vjoNXk6AkS .carousel-inner.slides4 .cloneditem-2,
  .cid-vjoNXk6AkS .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-vjoNXk6AkS .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-vjoNXk6AkS .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-vjoNXk6AkS .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-vjoNXk6AkS .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vjoNXk6AkS .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides5 .cloneditem-1,
  .cid-vjoNXk6AkS .carousel-inner.slides5 .cloneditem-2,
  .cid-vjoNXk6AkS .carousel-inner.slides5 .cloneditem-3,
  .cid-vjoNXk6AkS .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-vjoNXk6AkS .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-vjoNXk6AkS .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-vjoNXk6AkS .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-vjoNXk6AkS .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vjoNXk6AkS .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vjoNXk6AkS .carousel-inner.slides6 .cloneditem-1,
  .cid-vjoNXk6AkS .carousel-inner.slides6 .cloneditem-2,
  .cid-vjoNXk6AkS .carousel-inner.slides6 .cloneditem-3,
  .cid-vjoNXk6AkS .carousel-inner.slides6 .cloneditem-4,
  .cid-vjoNXk6AkS .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-vjoNXk6AkS H2 {
  color: #ffffff;
}
.cid-vjoNXkYaf3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vjoNXkYaf3 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vjoNXkYaf3 .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-vjoNXkYaf3 .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-vjoNXkYaf3 .mbr-article {
  color: #fff;
}
.cid-vjoNXlrBfP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-vjoNXlrBfP .content {
    text-align: center;
  }
  .cid-vjoNXlrBfP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjoNXlrBfP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vjoNXlrBfP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vjoNXlrBfP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-vjoNXlrBfP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjoNXlrBfP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vjoNXlrBfP .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-vjoNXlrBfP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vjoNXlrBfP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vjoNXlrBfP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vjoNXlrBfP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjoNXlrBfP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vjoNXlrBfP P {
  text-align: center;
  color: #ffffff;
}
.cid-vjoNXlrBfP H5 {
  text-align: center;
  color: #e4d295;
}
.cid-vjoNXlrBfP .copyright > p {
  text-align: center;
  color: #5b686b;
}
.cid-vlMMx6ImEn .navbar {
  padding: .5rem 0;
  background: #023040;
  transition: none;
  min-height: 77px;
}
.cid-vlMMx6ImEn .navbar-dropdown.bg-color.transparent.opened {
  background: #023040;
}
.cid-vlMMx6ImEn a {
  font-style: normal;
}
.cid-vlMMx6ImEn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vlMMx6ImEn .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vlMMx6ImEn .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vlMMx6ImEn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vlMMx6ImEn .menu-logo {
  margin-right: auto;
}
.cid-vlMMx6ImEn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vlMMx6ImEn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vlMMx6ImEn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vlMMx6ImEn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vlMMx6ImEn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vlMMx6ImEn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vlMMx6ImEn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vlMMx6ImEn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vlMMx6ImEn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vlMMx6ImEn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vlMMx6ImEn .dropdown .dropdown-menu {
  background: #023040;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vlMMx6ImEn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vlMMx6ImEn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlMMx6ImEn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vlMMx6ImEn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlMMx6ImEn .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-vlMMx6ImEn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vlMMx6ImEn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vlMMx6ImEn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vlMMx6ImEn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vlMMx6ImEn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vlMMx6ImEn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vlMMx6ImEn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vlMMx6ImEn button.navbar-toggler:focus {
  outline: none;
}
.cid-vlMMx6ImEn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlMMx6ImEn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vlMMx6ImEn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vlMMx6ImEn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vlMMx6ImEn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vlMMx6ImEn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vlMMx6ImEn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vlMMx6ImEn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vlMMx6ImEn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vlMMx6ImEn .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vlMMx6ImEn .collapsed .btn {
  display: flex;
}
.cid-vlMMx6ImEn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vlMMx6ImEn .collapsed .navbar-collapse.collapsing,
.cid-vlMMx6ImEn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vlMMx6ImEn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vlMMx6ImEn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vlMMx6ImEn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vlMMx6ImEn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vlMMx6ImEn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vlMMx6ImEn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vlMMx6ImEn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vlMMx6ImEn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vlMMx6ImEn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vlMMx6ImEn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vlMMx6ImEn .collapsed button.navbar-toggler {
  display: block;
}
.cid-vlMMx6ImEn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vlMMx6ImEn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vlMMx6ImEn .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-vlMMx6ImEn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vlMMx6ImEn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vlMMx6ImEn .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-vlMMx6ImEn .navbar-expand {
    flex-direction: column;
  }
  .cid-vlMMx6ImEn img {
    height: 3.8rem !important;
  }
  .cid-vlMMx6ImEn .btn {
    display: flex;
  }
  .cid-vlMMx6ImEn button.navbar-toggler {
    display: block;
  }
  .cid-vlMMx6ImEn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vlMMx6ImEn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vlMMx6ImEn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vlMMx6ImEn .navbar-collapse.collapsing,
  .cid-vlMMx6ImEn .navbar-collapse.show {
    display: block !important;
  }
  .cid-vlMMx6ImEn .navbar-collapse.collapsing .navbar-nav,
  .cid-vlMMx6ImEn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vlMMx6ImEn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vlMMx6ImEn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vlMMx6ImEn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vlMMx6ImEn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vlMMx6ImEn .navbar-collapse.collapsing .navbar-buttons,
  .cid-vlMMx6ImEn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vlMMx6ImEn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vlMMx6ImEn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vlMMx6ImEn .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-vlMMx6ImEn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vlMMx6ImEn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vlMMx6ImEn .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-vlMMx6ImEn .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vlMMx79YF7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ht-hullam-1920x1080.jpg");
}
.cid-vlMMx79YF7 .mbr-figure {
  margin: 0 auto;
}
.cid-vlMMx79YF7 H3 {
  color: #c1c1c1;
}
.cid-vlMMx7w8Et {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #023040;
}
.cid-vlMMx7w8Et .image-block {
  margin: auto;
}
.cid-vlMMx7w8Et .mbr-figure {
  margin: 0 auto;
}
.cid-vlMMx7w8Et figcaption {
  position: relative;
}
.cid-vlMMx7w8Et figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vlMMx7w8Et .image-block {
    width: 100% !important;
  }
}
.cid-vlMMx7OOUo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vlMMx7OOUo .media-container-column {
  align-items: center;
}
.cid-vlMMx7OOUo .mbr-author-desc {
  display: block;
}
.cid-vlMMx7OOUo .mbr-testimonial {
  margin-top: 5rem;
}
.cid-vlMMx7OOUo .mbr-testimonial .panel-item {
  background-color: #023040;
}
.cid-vlMMx7OOUo .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-vlMMx7OOUo .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-vlMMx7OOUo .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vlMMx7OOUo .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-vlMMx7OOUo .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-vlMMx7OOUo .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlMMx7OOUo .mbr-author-name SPAN {
  color: #c1c1c1;
}
.cid-vlMMx7OOUo .mbr-section-subtitle {
  color: #e4d295;
}
.cid-vlMMx7OOUo H2 {
  color: #e4d295;
}
.cid-vlMMx8gycr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #023040;
}
.cid-vlMMx8gycr .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-vlMMx8gycr .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-vlMMx8gycr .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-vlMMx8gycr .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-vlMMx8gycr .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-vlMMx8gycr .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-vlMMx8gycr .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-vlMMx8gycr .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-vlMMx8gycr .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vlMMx8gycr .btn-social + .btn {
  margin-left: .1rem;
}
.cid-vlMMx8gycr [class^="socicon-"]:before,
.cid-vlMMx8gycr [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-vlMMx8gycr .btn {
    font-size: 20px !important;
  }
}
.cid-vlMMx8gycr .mbr-section-title {
  color: #e4d295;
}
.cid-vlMMx8BmR4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vlMMx8BmR4 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vlMMx8BmR4 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vlMMx8BmR4 .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vlMMx8BmR4 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vlMMx8BmR4 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vlMMx8BmR4 p {
  color: #232323;
}
.cid-vlMMx8BmR4 .mbr-text {
  text-align: center;
}
.cid-vlMMx8BmR4 DIV {
  color: #e4d295;
}
.cid-vlMMx8BmR4 P {
  color: #ffffff;
}
.cid-vlMMx962bm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vlMMx962bm .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vlMMx962bm .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vlMMx962bm .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vlMMx962bm .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vlMMx962bm .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vlMMx962bm p {
  color: #232323;
}
.cid-vlMMx962bm .mbr-text {
  text-align: center;
}
.cid-vlMMx962bm DIV {
  color: #e4d295;
}
.cid-vlMMx962bm P {
  color: #ffffff;
}
.cid-vlMMx9E4yN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #023040;
}
.cid-vlMMx9E4yN .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-vlMMx9E4yN .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e4d295;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e4d295;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-vlMMx9E4yN .nav-tabs .nav-link:hover {
  background-color: #5b543e;
}
.cid-vlMMx9E4yN .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #5b543e;
}
.cid-vlMMx9E4yN .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-vlMMx9E4yN p {
  color: #232323;
}
.cid-vlMMx9E4yN .mbr-text {
  text-align: center;
}
.cid-vlMMx9E4yN DIV {
  color: #e4d295;
}
.cid-vlMMx9E4yN P {
  color: #ffffff;
}
.cid-vlRnzQ86CH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #023040;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vlRnzQ86CH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vlRnzQ86CH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlRnzQ86CH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vlRnzQ86CH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vlRnzQ86CH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2d3334;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vlRnzQ86CH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vlRnzQ86CH .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-vlRnzQ86CH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vlRnzQ86CH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2d3334 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vlRnzQ86CH .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-vlMMxq69ik {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, #000000);
}
.cid-vlMMxq69ik .carousel-control {
  background: #000;
}
.cid-vlMMxq69ik .mbr-section-subtitle {
  color: #767676;
}
.cid-vlMMxq69ik .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vlMMxq69ik .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vlMMxq69ik .carousel-item .wrap-img {
  text-align: center;
}
.cid-vlMMxq69ik .carousel-item .wrap-img img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.cid-vlMMxq69ik .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vlMMxq69ik .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-vlMMxq69ik .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-vlMMxq69ik .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-vlMMxq69ik .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-vlMMxq69ik .cloneditem-1,
.cid-vlMMxq69ik .cloneditem-2,
.cid-vlMMxq69ik .cloneditem-3,
.cid-vlMMxq69ik .cloneditem-4,
.cid-vlMMxq69ik .cloneditem-5 {
  display: none;
}
.cid-vlMMxq69ik .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vlMMxq69ik .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-vlMMxq69ik .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-vlMMxq69ik .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-vlMMxq69ik .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-vlMMxq69ik .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vlMMxq69ik .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides2 .cloneditem-1,
  .cid-vlMMxq69ik .carousel-inner.slides2 .cloneditem-2,
  .cid-vlMMxq69ik .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-vlMMxq69ik .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-vlMMxq69ik .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-vlMMxq69ik .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-vlMMxq69ik .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vlMMxq69ik .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides3 .cloneditem-1,
  .cid-vlMMxq69ik .carousel-inner.slides3 .cloneditem-2,
  .cid-vlMMxq69ik .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-vlMMxq69ik .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-vlMMxq69ik .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-vlMMxq69ik .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-vlMMxq69ik .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vlMMxq69ik .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides4 .cloneditem-1,
  .cid-vlMMxq69ik .carousel-inner.slides4 .cloneditem-2,
  .cid-vlMMxq69ik .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-vlMMxq69ik .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-vlMMxq69ik .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-vlMMxq69ik .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-vlMMxq69ik .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vlMMxq69ik .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides5 .cloneditem-1,
  .cid-vlMMxq69ik .carousel-inner.slides5 .cloneditem-2,
  .cid-vlMMxq69ik .carousel-inner.slides5 .cloneditem-3,
  .cid-vlMMxq69ik .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-vlMMxq69ik .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-vlMMxq69ik .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-vlMMxq69ik .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-vlMMxq69ik .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vlMMxq69ik .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vlMMxq69ik .carousel-inner.slides6 .cloneditem-1,
  .cid-vlMMxq69ik .carousel-inner.slides6 .cloneditem-2,
  .cid-vlMMxq69ik .carousel-inner.slides6 .cloneditem-3,
  .cid-vlMMxq69ik .carousel-inner.slides6 .cloneditem-4,
  .cid-vlMMxq69ik .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-vlMMxq69ik H2 {
  color: #ffffff;
}
.cid-vlMMxrhiLr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vlMMxrhiLr .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vlMMxrhiLr .mbr-header .mbr-header__text {
  text-align: center;
  color: #fff;
}
.cid-vlMMxrhiLr .mbr-header .mbr-header__subtext {
  text-align: center;
  color: #fff;
}
.cid-vlMMxrhiLr .mbr-article {
  color: #fff;
}
.cid-vlMMxrULQo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-vlMMxrULQo .content {
    text-align: center;
  }
  .cid-vlMMxrULQo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlMMxrULQo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vlMMxrULQo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vlMMxrULQo .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-vlMMxrULQo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlMMxrULQo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vlMMxrULQo .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-vlMMxrULQo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlMMxrULQo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlMMxrULQo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vlMMxrULQo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlMMxrULQo .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vlMMxrULQo P {
  text-align: center;
  color: #ffffff;
}
.cid-vlMMxrULQo H5 {
  text-align: center;
  color: #e4d295;
}
.cid-vlMMxrULQo .copyright > p {
  text-align: center;
  color: #5b686b;
}
