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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.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='%23149dcc' %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-t9WQ1HKLsD .navbar {
  padding: .5rem 0;
  background: #b2ccd2;
  transition: none;
  min-height: 77px;
}
.cid-t9WQ1HKLsD .navbar-dropdown.bg-color.transparent.opened {
  background: #b2ccd2;
}
.cid-t9WQ1HKLsD a {
  font-style: normal;
}
.cid-t9WQ1HKLsD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9WQ1HKLsD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9WQ1HKLsD .nav-item:focus,
.cid-t9WQ1HKLsD .nav-link:focus {
  outline: none;
}
.cid-t9WQ1HKLsD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9WQ1HKLsD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9WQ1HKLsD .menu-logo {
  margin-right: auto;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu {
  background: #b2ccd2;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9WQ1HKLsD .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-t9WQ1HKLsD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler:focus {
  outline: none;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9WQ1HKLsD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9WQ1HKLsD .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9WQ1HKLsD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9WQ1HKLsD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9WQ1HKLsD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD img {
    height: 3.8rem !important;
  }
  .cid-t9WQ1HKLsD .btn {
    display: -webkit-flex;
  }
  .cid-t9WQ1HKLsD button.navbar-toggler {
    display: block;
  }
  .cid-t9WQ1HKLsD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9WQ1HKLsD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing,
  .cid-t9WQ1HKLsD .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9WQ1HKLsD .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-t9WQ1HKLsD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9WQ1HKLsD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9WQ1HKLsD .nav-link:hover,
.cid-t9WQ1HKLsD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t9X3sgvz3m .modal-body .close {
  background: #1b1b1b;
}
.cid-t9X3sgvz3m .modal-body .close span {
  font-style: normal;
}
.cid-t9X3sgvz3m .carousel-inner > .active,
.cid-t9X3sgvz3m .carousel-inner > .next,
.cid-t9X3sgvz3m .carousel-inner > .prev {
  display: table;
}
.cid-t9X3sgvz3m .carousel-control .icon-next,
.cid-t9X3sgvz3m .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t9X3sgvz3m .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9X3sgvz3m .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t9X3sgvz3m .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t9X3sgvz3m .boxed-slider > div {
  position: relative;
}
.cid-t9X3sgvz3m .container img {
  width: 100%;
}
.cid-t9X3sgvz3m .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t9X3sgvz3m .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t9X3sgvz3m .mbr-table-cell {
  padding: 0;
}
.cid-t9X3sgvz3m .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t9X3sgvz3m .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-t9X3sgvz3m .mbr-overlay {
  z-index: 1;
}
.cid-t9X3sgvz3m .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t9X3sgvz3m .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-t9X3sgvz3m .carousel-item .container {
    width: 100%;
  }
}
.cid-t9X3sgvz3m .carousel-item-next.carousel-item-left,
.cid-t9X3sgvz3m .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-t9X3sgvz3m .active.carousel-item-right,
.cid-t9X3sgvz3m .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-t9X3sgvz3m .active.carousel-item-left,
.cid-t9X3sgvz3m .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-t9X3sgvz3m .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-t9X3sgvz3m .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9X3sgvz3m .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9X3sgvz3m .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-t9X3sgvz3m .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9X3sgvz3m .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t9X3sgvz3m .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t9X3sgvz3m .mbr-slider .carousel-indicators li.active,
.cid-t9X3sgvz3m .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t9X3sgvz3m .mbr-slider .carousel-indicators li::after,
.cid-t9X3sgvz3m .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t9X3sgvz3m .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t9X3sgvz3m .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t9X3sgvz3m .mbr-slider > .container img {
  width: 100%;
}
.cid-t9X3sgvz3m .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t9X3sgvz3m .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t9X3sgvz3m .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t9X3sgvz3m .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t9X3sgvz3m .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t9X3sgvz3m .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-t9X3sgvz3m .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t9X3sgvz3m .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t9X3sgvz3m .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t9X3sgvz3m .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t9X3sgvz3m .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t9X3sgvz3m .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t9X3sgvz3m .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t9XchA1tIq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9XchA1tIq .mbr-section-subtitle {
  color: #767676;
}
.cid-t9XcKCwFIn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t9XcKCwFIn .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-t9XcKCwFIn .modal-body .close {
  background: #1b1b1b;
}
.cid-t9XcKCwFIn .modal-body .close span {
  font-style: normal;
}
.cid-t9XcKCwFIn .carousel-inner > .active,
.cid-t9XcKCwFIn .carousel-inner > .next,
.cid-t9XcKCwFIn .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-t9XcKCwFIn .carousel-control .icon-next,
.cid-t9XcKCwFIn .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t9XcKCwFIn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9XcKCwFIn .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t9XcKCwFIn .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-t9XcKCwFIn .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t9XcKCwFIn .boxed-slider > div {
  position: relative;
}
.cid-t9XcKCwFIn .container img {
  width: 100%;
}
.cid-t9XcKCwFIn .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t9XcKCwFIn .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t9XcKCwFIn .mbr-table-cell {
  padding: 0;
}
.cid-t9XcKCwFIn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t9XcKCwFIn .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-t9XcKCwFIn .mbr-overlay {
  z-index: 1;
}
.cid-t9XcKCwFIn .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t9XcKCwFIn .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-t9XcKCwFIn .carousel-item .container {
    width: 100%;
  }
}
.cid-t9XcKCwFIn .carousel-item-next.carousel-item-left,
.cid-t9XcKCwFIn .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-t9XcKCwFIn .active.carousel-item-right,
.cid-t9XcKCwFIn .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-t9XcKCwFIn .active.carousel-item-left,
.cid-t9XcKCwFIn .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-t9XcKCwFIn .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-t9XcKCwFIn .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9XcKCwFIn .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9XcKCwFIn .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-t9XcKCwFIn .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9XcKCwFIn .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t9XcKCwFIn .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t9XcKCwFIn .mbr-slider .carousel-indicators li.active,
.cid-t9XcKCwFIn .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t9XcKCwFIn .mbr-slider .carousel-indicators li::after,
.cid-t9XcKCwFIn .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t9XcKCwFIn .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t9XcKCwFIn .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t9XcKCwFIn .mbr-slider > .container img {
  width: 100%;
}
.cid-t9XcKCwFIn .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t9XcKCwFIn .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t9XcKCwFIn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t9XcKCwFIn .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t9XcKCwFIn .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t9XcKCwFIn .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-t9XcKCwFIn .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t9XcKCwFIn .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t9XcKCwFIn .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t9XcKCwFIn .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t9XcKCwFIn .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t9XcKCwFIn .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t9XcKCwFIn .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t9XcKCwFIn .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-t9XcKCwFIn .carousel-inner {
  height: 100%;
}
.cid-t9XcKCwFIn .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-t9XcKCwFIn .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-t9XcKCwFIn .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-t9XcKCwFIn .carousel-item .container-slide {
  text-align: center;
}
.cid-t9XcKCwFIn .content-slider-wrap {
  width: 60%;
}
.cid-t9XeUgRno0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e4d295;
}
.cid-t9XeUgRno0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t9XeUgRno0 p {
  color: #767676;
  text-align: left;
}
.cid-t9XeUgRno0 .card-box {
  padding-top: 2rem;
}
.cid-t9XeUgRno0 .card-wrapper {
  height: 100%;
}
.cid-t9XeUgRno0 .card-title {
  color: #55b4d4;
}
.cid-t9XeUgRno0 P {
  color: #efefef;
}
.cid-t9XeXASZP0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e4d295;
}
.cid-t9XeXASZP0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t9XeXASZP0 p {
  color: #767676;
  text-align: left;
}
.cid-t9XeXASZP0 .card-box {
  padding-top: 2rem;
}
.cid-t9XeXASZP0 .card-wrapper {
  height: 100%;
}
.cid-t9XeXASZP0 .card-title {
  color: #55b4d4;
}
.cid-t9XeXASZP0 P {
  color: #ffffff;
}
.cid-t9XhjvwcgP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-t9XhjvwcgP .content {
    text-align: center;
  }
  .cid-t9XhjvwcgP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t9XhjvwcgP .img-logo img {
  height: 6rem;
}
.cid-t9XhjvwcgP .form-group,
.cid-t9XhjvwcgP .input-group-btn {
  padding: 0;
}
.cid-t9XhjvwcgP .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t9XhjvwcgP .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-t9XhjvwcgP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t9XhjvwcgP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t9XhjvwcgP .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t9XhjvwcgP .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t9XhjvwcgP .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9XhjvwcgP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-t9XhjvwcgP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9XhjvwcgP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t9XhjvwcgP .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t9XhjvwcgP .foot-logo {
    text-align: center !important;
  }
  .cid-t9XhjvwcgP .foot-title {
    text-align: center !important;
  }
  .cid-t9XhjvwcgP .mbr-text {
    text-align: center !important;
  }
  .cid-t9XhjvwcgP .form-group {
    margin: 0;
  }
}
.cid-t9WQ1HKLsD .navbar {
  padding: .5rem 0;
  background: #b2ccd2;
  transition: none;
  min-height: 77px;
}
.cid-t9WQ1HKLsD .navbar-dropdown.bg-color.transparent.opened {
  background: #b2ccd2;
}
.cid-t9WQ1HKLsD a {
  font-style: normal;
}
.cid-t9WQ1HKLsD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9WQ1HKLsD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9WQ1HKLsD .nav-item:focus,
.cid-t9WQ1HKLsD .nav-link:focus {
  outline: none;
}
.cid-t9WQ1HKLsD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9WQ1HKLsD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9WQ1HKLsD .menu-logo {
  margin-right: auto;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu {
  background: #b2ccd2;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9WQ1HKLsD .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-t9WQ1HKLsD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler:focus {
  outline: none;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9WQ1HKLsD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9WQ1HKLsD .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9WQ1HKLsD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9WQ1HKLsD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9WQ1HKLsD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD img {
    height: 3.8rem !important;
  }
  .cid-t9WQ1HKLsD .btn {
    display: -webkit-flex;
  }
  .cid-t9WQ1HKLsD button.navbar-toggler {
    display: block;
  }
  .cid-t9WQ1HKLsD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9WQ1HKLsD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing,
  .cid-t9WQ1HKLsD .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9WQ1HKLsD .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-t9WQ1HKLsD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9WQ1HKLsD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9WQ1HKLsD .nav-link:hover,
.cid-t9WQ1HKLsD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t9XrbY3amJ .modal-body .close {
  background: #1b1b1b;
}
.cid-t9XrbY3amJ .modal-body .close span {
  font-style: normal;
}
.cid-t9XrbY3amJ .carousel-inner > .active,
.cid-t9XrbY3amJ .carousel-inner > .next,
.cid-t9XrbY3amJ .carousel-inner > .prev {
  display: table;
}
.cid-t9XrbY3amJ .carousel-control .icon-next,
.cid-t9XrbY3amJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t9XrbY3amJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9XrbY3amJ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t9XrbY3amJ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t9XrbY3amJ .boxed-slider > div {
  position: relative;
}
.cid-t9XrbY3amJ .container img {
  width: 100%;
}
.cid-t9XrbY3amJ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t9XrbY3amJ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t9XrbY3amJ .mbr-table-cell {
  padding: 0;
}
.cid-t9XrbY3amJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t9XrbY3amJ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-t9XrbY3amJ .mbr-overlay {
  z-index: 1;
}
.cid-t9XrbY3amJ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t9XrbY3amJ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-t9XrbY3amJ .carousel-item .container {
    width: 100%;
  }
}
.cid-t9XrbY3amJ .carousel-item-next.carousel-item-left,
.cid-t9XrbY3amJ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-t9XrbY3amJ .active.carousel-item-right,
.cid-t9XrbY3amJ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-t9XrbY3amJ .active.carousel-item-left,
.cid-t9XrbY3amJ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-t9XrbY3amJ .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-t9XrbY3amJ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9XrbY3amJ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9XrbY3amJ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-t9XrbY3amJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9XrbY3amJ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t9XrbY3amJ .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t9XrbY3amJ .mbr-slider .carousel-indicators li.active,
.cid-t9XrbY3amJ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t9XrbY3amJ .mbr-slider .carousel-indicators li::after,
.cid-t9XrbY3amJ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t9XrbY3amJ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t9XrbY3amJ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t9XrbY3amJ .mbr-slider > .container img {
  width: 100%;
}
.cid-t9XrbY3amJ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t9XrbY3amJ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t9XrbY3amJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t9XrbY3amJ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t9XrbY3amJ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t9XrbY3amJ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-t9XrbY3amJ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t9XrbY3amJ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t9XrbY3amJ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t9XrbY3amJ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t9XrbY3amJ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t9XrbY3amJ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t9XrbY3amJ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t9XrB42qRL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9XrB42qRL .mbr-section-subtitle {
  color: #767676;
}
.cid-t9XrNvOhkS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-t9XrNvOhkS .content {
    text-align: center;
  }
  .cid-t9XrNvOhkS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t9XrNvOhkS .img-logo img {
  height: 6rem;
}
.cid-t9XrNvOhkS .form-group,
.cid-t9XrNvOhkS .input-group-btn {
  padding: 0;
}
.cid-t9XrNvOhkS .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t9XrNvOhkS .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-t9XrNvOhkS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t9XrNvOhkS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t9XrNvOhkS .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t9XrNvOhkS .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t9XrNvOhkS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9XrNvOhkS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-t9XrNvOhkS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9XrNvOhkS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t9XrNvOhkS .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t9XrNvOhkS .foot-logo {
    text-align: center !important;
  }
  .cid-t9XrNvOhkS .foot-title {
    text-align: center !important;
  }
  .cid-t9XrNvOhkS .mbr-text {
    text-align: center !important;
  }
  .cid-t9XrNvOhkS .form-group {
    margin: 0;
  }
}
.cid-t9WQ1HKLsD .navbar {
  padding: .5rem 0;
  background: #b2ccd2;
  transition: none;
  min-height: 77px;
}
.cid-t9WQ1HKLsD .navbar-dropdown.bg-color.transparent.opened {
  background: #b2ccd2;
}
.cid-t9WQ1HKLsD a {
  font-style: normal;
}
.cid-t9WQ1HKLsD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9WQ1HKLsD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9WQ1HKLsD .nav-item:focus,
.cid-t9WQ1HKLsD .nav-link:focus {
  outline: none;
}
.cid-t9WQ1HKLsD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9WQ1HKLsD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9WQ1HKLsD .menu-logo {
  margin-right: auto;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu {
  background: #b2ccd2;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9WQ1HKLsD .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-t9WQ1HKLsD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler:focus {
  outline: none;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9WQ1HKLsD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9WQ1HKLsD .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9WQ1HKLsD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9WQ1HKLsD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9WQ1HKLsD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD img {
    height: 3.8rem !important;
  }
  .cid-t9WQ1HKLsD .btn {
    display: -webkit-flex;
  }
  .cid-t9WQ1HKLsD button.navbar-toggler {
    display: block;
  }
  .cid-t9WQ1HKLsD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9WQ1HKLsD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing,
  .cid-t9WQ1HKLsD .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9WQ1HKLsD .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-t9WQ1HKLsD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9WQ1HKLsD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9WQ1HKLsD .nav-link:hover,
.cid-t9WQ1HKLsD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t9XtkjjJPO .modal-body .close {
  background: #1b1b1b;
}
.cid-t9XtkjjJPO .modal-body .close span {
  font-style: normal;
}
.cid-t9XtkjjJPO .carousel-inner > .active,
.cid-t9XtkjjJPO .carousel-inner > .next,
.cid-t9XtkjjJPO .carousel-inner > .prev {
  display: table;
}
.cid-t9XtkjjJPO .carousel-control .icon-next,
.cid-t9XtkjjJPO .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t9XtkjjJPO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9XtkjjJPO .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t9XtkjjJPO .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t9XtkjjJPO .boxed-slider > div {
  position: relative;
}
.cid-t9XtkjjJPO .container img {
  width: 100%;
}
.cid-t9XtkjjJPO .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t9XtkjjJPO .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t9XtkjjJPO .mbr-table-cell {
  padding: 0;
}
.cid-t9XtkjjJPO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t9XtkjjJPO .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-t9XtkjjJPO .mbr-overlay {
  z-index: 1;
}
.cid-t9XtkjjJPO .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t9XtkjjJPO .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-t9XtkjjJPO .carousel-item .container {
    width: 100%;
  }
}
.cid-t9XtkjjJPO .carousel-item-next.carousel-item-left,
.cid-t9XtkjjJPO .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-t9XtkjjJPO .active.carousel-item-right,
.cid-t9XtkjjJPO .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-t9XtkjjJPO .active.carousel-item-left,
.cid-t9XtkjjJPO .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-t9XtkjjJPO .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-t9XtkjjJPO .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9XtkjjJPO .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9XtkjjJPO .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-t9XtkjjJPO .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9XtkjjJPO .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t9XtkjjJPO .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t9XtkjjJPO .mbr-slider .carousel-indicators li.active,
.cid-t9XtkjjJPO .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t9XtkjjJPO .mbr-slider .carousel-indicators li::after,
.cid-t9XtkjjJPO .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t9XtkjjJPO .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t9XtkjjJPO .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t9XtkjjJPO .mbr-slider > .container img {
  width: 100%;
}
.cid-t9XtkjjJPO .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t9XtkjjJPO .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t9XtkjjJPO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t9XtkjjJPO .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t9XtkjjJPO .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t9XtkjjJPO .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-t9XtkjjJPO .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t9XtkjjJPO .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t9XtkjjJPO .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t9XtkjjJPO .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t9XtkjjJPO .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t9XtkjjJPO .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t9XtkjjJPO .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t9Xu5TqTy2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t9Xu5TqTy2 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t9Xu5TqTy2 .section-text {
  padding: 2rem 0;
}
.cid-t9Xu5TqTy2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t9Xu5TqTy2 .inner-container {
    width: 100% !important;
  }
}
.cid-t9Xv9wiWON {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-t9Xv9wiWON .content {
    text-align: center;
  }
  .cid-t9Xv9wiWON .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t9Xv9wiWON .img-logo img {
  height: 6rem;
}
.cid-t9Xv9wiWON .form-group,
.cid-t9Xv9wiWON .input-group-btn {
  padding: 0;
}
.cid-t9Xv9wiWON .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t9Xv9wiWON .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-t9Xv9wiWON .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t9Xv9wiWON .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t9Xv9wiWON .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t9Xv9wiWON .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t9Xv9wiWON .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9Xv9wiWON .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-t9Xv9wiWON .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9Xv9wiWON .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t9Xv9wiWON .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t9Xv9wiWON .foot-logo {
    text-align: center !important;
  }
  .cid-t9Xv9wiWON .foot-title {
    text-align: center !important;
  }
  .cid-t9Xv9wiWON .mbr-text {
    text-align: center !important;
  }
  .cid-t9Xv9wiWON .form-group {
    margin: 0;
  }
}
.cid-t9WQ1HKLsD .navbar {
  padding: .5rem 0;
  background: #b2ccd2;
  transition: none;
  min-height: 77px;
}
.cid-t9WQ1HKLsD .navbar-dropdown.bg-color.transparent.opened {
  background: #b2ccd2;
}
.cid-t9WQ1HKLsD a {
  font-style: normal;
}
.cid-t9WQ1HKLsD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9WQ1HKLsD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9WQ1HKLsD .nav-item:focus,
.cid-t9WQ1HKLsD .nav-link:focus {
  outline: none;
}
.cid-t9WQ1HKLsD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9WQ1HKLsD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9WQ1HKLsD .menu-logo {
  margin-right: auto;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu {
  background: #b2ccd2;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9WQ1HKLsD .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-t9WQ1HKLsD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler:focus {
  outline: none;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9WQ1HKLsD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9WQ1HKLsD .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9WQ1HKLsD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9WQ1HKLsD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9WQ1HKLsD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD img {
    height: 3.8rem !important;
  }
  .cid-t9WQ1HKLsD .btn {
    display: -webkit-flex;
  }
  .cid-t9WQ1HKLsD button.navbar-toggler {
    display: block;
  }
  .cid-t9WQ1HKLsD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9WQ1HKLsD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing,
  .cid-t9WQ1HKLsD .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9WQ1HKLsD .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-t9WQ1HKLsD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9WQ1HKLsD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9WQ1HKLsD .nav-link:hover,
.cid-t9WQ1HKLsD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t9Xxa81kb3 .modal-body .close {
  background: #1b1b1b;
}
.cid-t9Xxa81kb3 .modal-body .close span {
  font-style: normal;
}
.cid-t9Xxa81kb3 .carousel-inner > .active,
.cid-t9Xxa81kb3 .carousel-inner > .next,
.cid-t9Xxa81kb3 .carousel-inner > .prev {
  display: table;
}
.cid-t9Xxa81kb3 .carousel-control .icon-next,
.cid-t9Xxa81kb3 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t9Xxa81kb3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9Xxa81kb3 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t9Xxa81kb3 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t9Xxa81kb3 .boxed-slider > div {
  position: relative;
}
.cid-t9Xxa81kb3 .container img {
  width: 100%;
}
.cid-t9Xxa81kb3 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t9Xxa81kb3 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t9Xxa81kb3 .mbr-table-cell {
  padding: 0;
}
.cid-t9Xxa81kb3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t9Xxa81kb3 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-t9Xxa81kb3 .mbr-overlay {
  z-index: 1;
}
.cid-t9Xxa81kb3 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t9Xxa81kb3 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-t9Xxa81kb3 .carousel-item .container {
    width: 100%;
  }
}
.cid-t9Xxa81kb3 .carousel-item-next.carousel-item-left,
.cid-t9Xxa81kb3 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-t9Xxa81kb3 .active.carousel-item-right,
.cid-t9Xxa81kb3 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-t9Xxa81kb3 .active.carousel-item-left,
.cid-t9Xxa81kb3 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-t9Xxa81kb3 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-t9Xxa81kb3 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9Xxa81kb3 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9Xxa81kb3 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-t9Xxa81kb3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9Xxa81kb3 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t9Xxa81kb3 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t9Xxa81kb3 .mbr-slider .carousel-indicators li.active,
.cid-t9Xxa81kb3 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t9Xxa81kb3 .mbr-slider .carousel-indicators li::after,
.cid-t9Xxa81kb3 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t9Xxa81kb3 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t9Xxa81kb3 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t9Xxa81kb3 .mbr-slider > .container img {
  width: 100%;
}
.cid-t9Xxa81kb3 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t9Xxa81kb3 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t9Xxa81kb3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t9Xxa81kb3 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t9Xxa81kb3 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t9Xxa81kb3 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-t9Xxa81kb3 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t9Xxa81kb3 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t9Xxa81kb3 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t9Xxa81kb3 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t9Xxa81kb3 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t9Xxa81kb3 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t9Xxa81kb3 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t9XAhGeds2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9XAhGeds2 .mbr-section-subtitle {
  color: #767676;
}
.cid-t9XAIJxnqr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t9XAIJxnqr .card-box {
  padding: 0 2rem;
}
.cid-t9XAIJxnqr .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t9XAIJxnqr .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t9XAIJxnqr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t9XAIJxnqr p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t9XAIJxnqr .mbr-text {
  color: #767676;
}
.cid-t9XAIJxnqr .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t9XAIJxnqr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t9XEy4QUHP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t9XEy4QUHP .card-box {
  padding: 0 2rem;
}
.cid-t9XEy4QUHP .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t9XEy4QUHP .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t9XEy4QUHP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t9XEy4QUHP p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t9XEy4QUHP .mbr-text {
  color: #767676;
}
.cid-t9XEy4QUHP .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t9XEy4QUHP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t9XFTQQuQJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t9XFTQQuQJ .card-box {
  padding: 0 2rem;
}
.cid-t9XFTQQuQJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t9XFTQQuQJ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t9XFTQQuQJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t9XFTQQuQJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t9XFTQQuQJ .mbr-text {
  color: #767676;
}
.cid-t9XFTQQuQJ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t9XFTQQuQJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgVfkQEDtf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tgVfkQEDtf .card-box {
  padding: 0 2rem;
}
.cid-tgVfkQEDtf .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgVfkQEDtf .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgVfkQEDtf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgVfkQEDtf p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgVfkQEDtf .mbr-text {
  color: #767676;
}
.cid-tgVfkQEDtf .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgVfkQEDtf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgVkBbbWD9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tgVkBbbWD9 .card-box {
  padding: 0 2rem;
}
.cid-tgVkBbbWD9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgVkBbbWD9 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgVkBbbWD9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgVkBbbWD9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgVkBbbWD9 .mbr-text {
  color: #767676;
}
.cid-tgVkBbbWD9 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgVkBbbWD9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgVo86d97Y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tgVo86d97Y .card-box {
  padding: 0 2rem;
}
.cid-tgVo86d97Y .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgVo86d97Y .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgVo86d97Y h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgVo86d97Y p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgVo86d97Y .mbr-text {
  color: #767676;
}
.cid-tgVo86d97Y .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgVo86d97Y .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgVsOgFaZp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-tgVsOgFaZp .content {
    text-align: center;
  }
  .cid-tgVsOgFaZp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tgVsOgFaZp .img-logo img {
  height: 6rem;
}
.cid-tgVsOgFaZp .form-group,
.cid-tgVsOgFaZp .input-group-btn {
  padding: 0;
}
.cid-tgVsOgFaZp .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tgVsOgFaZp .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tgVsOgFaZp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgVsOgFaZp .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tgVsOgFaZp .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tgVsOgFaZp .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tgVsOgFaZp .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgVsOgFaZp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgVsOgFaZp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgVsOgFaZp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tgVsOgFaZp .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tgVsOgFaZp .foot-logo {
    text-align: center !important;
  }
  .cid-tgVsOgFaZp .foot-title {
    text-align: center !important;
  }
  .cid-tgVsOgFaZp .mbr-text {
    text-align: center !important;
  }
  .cid-tgVsOgFaZp .form-group {
    margin: 0;
  }
}
.cid-t9WQ1HKLsD .navbar {
  padding: .5rem 0;
  background: #b2ccd2;
  transition: none;
  min-height: 77px;
}
.cid-t9WQ1HKLsD .navbar-dropdown.bg-color.transparent.opened {
  background: #b2ccd2;
}
.cid-t9WQ1HKLsD a {
  font-style: normal;
}
.cid-t9WQ1HKLsD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9WQ1HKLsD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9WQ1HKLsD .nav-item:focus,
.cid-t9WQ1HKLsD .nav-link:focus {
  outline: none;
}
.cid-t9WQ1HKLsD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9WQ1HKLsD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9WQ1HKLsD .menu-logo {
  margin-right: auto;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu {
  background: #b2ccd2;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9WQ1HKLsD .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-t9WQ1HKLsD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler:focus {
  outline: none;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9WQ1HKLsD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9WQ1HKLsD .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9WQ1HKLsD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9WQ1HKLsD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9WQ1HKLsD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD img {
    height: 3.8rem !important;
  }
  .cid-t9WQ1HKLsD .btn {
    display: -webkit-flex;
  }
  .cid-t9WQ1HKLsD button.navbar-toggler {
    display: block;
  }
  .cid-t9WQ1HKLsD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9WQ1HKLsD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing,
  .cid-t9WQ1HKLsD .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9WQ1HKLsD .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-t9WQ1HKLsD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9WQ1HKLsD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9WQ1HKLsD .nav-link:hover,
.cid-t9WQ1HKLsD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tgVulH6KGw .modal-body .close {
  background: #1b1b1b;
}
.cid-tgVulH6KGw .modal-body .close span {
  font-style: normal;
}
.cid-tgVulH6KGw .carousel-inner > .active,
.cid-tgVulH6KGw .carousel-inner > .next,
.cid-tgVulH6KGw .carousel-inner > .prev {
  display: table;
}
.cid-tgVulH6KGw .carousel-control .icon-next,
.cid-tgVulH6KGw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tgVulH6KGw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgVulH6KGw .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tgVulH6KGw .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tgVulH6KGw .boxed-slider > div {
  position: relative;
}
.cid-tgVulH6KGw .container img {
  width: 100%;
}
.cid-tgVulH6KGw .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tgVulH6KGw .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tgVulH6KGw .mbr-table-cell {
  padding: 0;
}
.cid-tgVulH6KGw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tgVulH6KGw .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tgVulH6KGw .mbr-overlay {
  z-index: 1;
}
.cid-tgVulH6KGw .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tgVulH6KGw .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tgVulH6KGw .carousel-item .container {
    width: 100%;
  }
}
.cid-tgVulH6KGw .carousel-item-next.carousel-item-left,
.cid-tgVulH6KGw .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tgVulH6KGw .active.carousel-item-right,
.cid-tgVulH6KGw .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tgVulH6KGw .active.carousel-item-left,
.cid-tgVulH6KGw .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tgVulH6KGw .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tgVulH6KGw .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tgVulH6KGw .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tgVulH6KGw .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tgVulH6KGw .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tgVulH6KGw .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tgVulH6KGw .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tgVulH6KGw .mbr-slider .carousel-indicators li.active,
.cid-tgVulH6KGw .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tgVulH6KGw .mbr-slider .carousel-indicators li::after,
.cid-tgVulH6KGw .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tgVulH6KGw .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tgVulH6KGw .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tgVulH6KGw .mbr-slider > .container img {
  width: 100%;
}
.cid-tgVulH6KGw .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tgVulH6KGw .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tgVulH6KGw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tgVulH6KGw .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tgVulH6KGw .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tgVulH6KGw .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tgVulH6KGw .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tgVulH6KGw .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tgVulH6KGw .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tgVulH6KGw .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tgVulH6KGw .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tgVulH6KGw .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tgVulH6KGw .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tgVw9Orm5M {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgVw9Orm5M .mbr-section-subtitle {
  color: #767676;
}
.cid-tgVA1guLip {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tgVA1guLip .card-box {
  padding: 0 2rem;
}
.cid-tgVA1guLip .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgVA1guLip .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgVA1guLip h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgVA1guLip p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgVA1guLip .mbr-text {
  color: #767676;
}
.cid-tgVA1guLip .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgVA1guLip .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgVAaqqMk0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tgVAaqqMk0 .card-box {
  padding: 0 2rem;
}
.cid-tgVAaqqMk0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgVAaqqMk0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgVAaqqMk0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgVAaqqMk0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgVAaqqMk0 .mbr-text {
  color: #767676;
}
.cid-tgVAaqqMk0 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgVAaqqMk0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgVAhNiRo5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tgVAhNiRo5 .card-box {
  padding: 0 2rem;
}
.cid-tgVAhNiRo5 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgVAhNiRo5 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgVAhNiRo5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgVAhNiRo5 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgVAhNiRo5 .mbr-text {
  color: #767676;
}
.cid-tgVAhNiRo5 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgVAhNiRo5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgVJckCEmy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-tgVJckCEmy .content {
    text-align: center;
  }
  .cid-tgVJckCEmy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tgVJckCEmy .img-logo img {
  height: 6rem;
}
.cid-tgVJckCEmy .form-group,
.cid-tgVJckCEmy .input-group-btn {
  padding: 0;
}
.cid-tgVJckCEmy .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tgVJckCEmy .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tgVJckCEmy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgVJckCEmy .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tgVJckCEmy .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tgVJckCEmy .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tgVJckCEmy .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgVJckCEmy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgVJckCEmy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgVJckCEmy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tgVJckCEmy .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tgVJckCEmy .foot-logo {
    text-align: center !important;
  }
  .cid-tgVJckCEmy .foot-title {
    text-align: center !important;
  }
  .cid-tgVJckCEmy .mbr-text {
    text-align: center !important;
  }
  .cid-tgVJckCEmy .form-group {
    margin: 0;
  }
}
.cid-t9WQ1HKLsD .navbar {
  padding: .5rem 0;
  background: #b2ccd2;
  transition: none;
  min-height: 77px;
}
.cid-t9WQ1HKLsD .navbar-dropdown.bg-color.transparent.opened {
  background: #b2ccd2;
}
.cid-t9WQ1HKLsD a {
  font-style: normal;
}
.cid-t9WQ1HKLsD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9WQ1HKLsD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9WQ1HKLsD .nav-item:focus,
.cid-t9WQ1HKLsD .nav-link:focus {
  outline: none;
}
.cid-t9WQ1HKLsD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9WQ1HKLsD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9WQ1HKLsD .menu-logo {
  margin-right: auto;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu {
  background: #b2ccd2;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9WQ1HKLsD .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-t9WQ1HKLsD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler:focus {
  outline: none;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9WQ1HKLsD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9WQ1HKLsD .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9WQ1HKLsD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9WQ1HKLsD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9WQ1HKLsD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD img {
    height: 3.8rem !important;
  }
  .cid-t9WQ1HKLsD .btn {
    display: -webkit-flex;
  }
  .cid-t9WQ1HKLsD button.navbar-toggler {
    display: block;
  }
  .cid-t9WQ1HKLsD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9WQ1HKLsD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing,
  .cid-t9WQ1HKLsD .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9WQ1HKLsD .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-t9WQ1HKLsD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9WQ1HKLsD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9WQ1HKLsD .nav-link:hover,
.cid-t9WQ1HKLsD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-th75EKn8aa .modal-body .close {
  background: #1b1b1b;
}
.cid-th75EKn8aa .modal-body .close span {
  font-style: normal;
}
.cid-th75EKn8aa .carousel-inner > .active,
.cid-th75EKn8aa .carousel-inner > .next,
.cid-th75EKn8aa .carousel-inner > .prev {
  display: table;
}
.cid-th75EKn8aa .carousel-control .icon-next,
.cid-th75EKn8aa .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-th75EKn8aa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-th75EKn8aa .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-th75EKn8aa .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-th75EKn8aa .boxed-slider > div {
  position: relative;
}
.cid-th75EKn8aa .container img {
  width: 100%;
}
.cid-th75EKn8aa .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-th75EKn8aa .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-th75EKn8aa .mbr-table-cell {
  padding: 0;
}
.cid-th75EKn8aa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-th75EKn8aa .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-th75EKn8aa .mbr-overlay {
  z-index: 1;
}
.cid-th75EKn8aa .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-th75EKn8aa .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-th75EKn8aa .carousel-item .container {
    width: 100%;
  }
}
.cid-th75EKn8aa .carousel-item-next.carousel-item-left,
.cid-th75EKn8aa .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-th75EKn8aa .active.carousel-item-right,
.cid-th75EKn8aa .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-th75EKn8aa .active.carousel-item-left,
.cid-th75EKn8aa .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-th75EKn8aa .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-th75EKn8aa .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th75EKn8aa .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th75EKn8aa .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-th75EKn8aa .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-th75EKn8aa .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-th75EKn8aa .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-th75EKn8aa .mbr-slider .carousel-indicators li.active,
.cid-th75EKn8aa .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-th75EKn8aa .mbr-slider .carousel-indicators li::after,
.cid-th75EKn8aa .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-th75EKn8aa .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-th75EKn8aa .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-th75EKn8aa .mbr-slider > .container img {
  width: 100%;
}
.cid-th75EKn8aa .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-th75EKn8aa .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-th75EKn8aa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-th75EKn8aa .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-th75EKn8aa .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-th75EKn8aa .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-th75EKn8aa .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-th75EKn8aa .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-th75EKn8aa .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-th75EKn8aa .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-th75EKn8aa .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-th75EKn8aa .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-th75EKn8aa .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-th798VOIy8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-th798VOIy8 .mbr-section-subtitle {
  color: #767676;
}
.cid-th79L7NJb5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-th79L7NJb5 .card-box {
  padding: 0 2rem;
}
.cid-th79L7NJb5 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-th79L7NJb5 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-th79L7NJb5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-th79L7NJb5 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-th79L7NJb5 .mbr-text {
  color: #767676;
}
.cid-th79L7NJb5 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-th79L7NJb5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-th7lByxOJD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-th7lByxOJD .card-box {
  padding: 0 2rem;
}
.cid-th7lByxOJD .mbr-section-btn {
  padding-top: 1rem;
}
.cid-th7lByxOJD .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-th7lByxOJD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-th7lByxOJD p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-th7lByxOJD .mbr-text {
  color: #767676;
}
.cid-th7lByxOJD .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-th7lByxOJD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-th7od6WIzX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-th7od6WIzX .card-box {
  padding: 0 2rem;
}
.cid-th7od6WIzX .mbr-section-btn {
  padding-top: 1rem;
}
.cid-th7od6WIzX .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-th7od6WIzX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-th7od6WIzX p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-th7od6WIzX .mbr-text {
  color: #767676;
}
.cid-th7od6WIzX .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-th7od6WIzX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-th7qbQCH7v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-th7qbQCH7v .card-box {
  padding: 0 2rem;
}
.cid-th7qbQCH7v .mbr-section-btn {
  padding-top: 1rem;
}
.cid-th7qbQCH7v .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-th7qbQCH7v h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-th7qbQCH7v p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-th7qbQCH7v .mbr-text {
  color: #767676;
}
.cid-th7qbQCH7v .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-th7qbQCH7v .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-th7xdW2kbV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-th7xdW2kbV .card-box {
  padding: 0 2rem;
}
.cid-th7xdW2kbV .mbr-section-btn {
  padding-top: 1rem;
}
.cid-th7xdW2kbV .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-th7xdW2kbV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-th7xdW2kbV p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-th7xdW2kbV .mbr-text {
  color: #767676;
}
.cid-th7xdW2kbV .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-th7xdW2kbV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-th7Ab8wjfu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-th7Ab8wjfu .mbr-section-subtitle {
  color: #767676;
}
.cid-th7Az0jLbg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-th7Az0jLbg .card-box {
  padding: 0 2rem;
}
.cid-th7Az0jLbg .mbr-section-btn {
  padding-top: 1rem;
}
.cid-th7Az0jLbg .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-th7Az0jLbg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-th7Az0jLbg p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-th7Az0jLbg .mbr-text {
  color: #767676;
}
.cid-th7Az0jLbg .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-th7Az0jLbg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-th7D156935 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-th7D156935 .card-box {
  padding: 0 2rem;
}
.cid-th7D156935 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-th7D156935 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-th7D156935 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-th7D156935 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-th7D156935 .mbr-text {
  color: #767676;
}
.cid-th7D156935 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-th7D156935 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-th7D9sA4cn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-th7D9sA4cn .card-box {
  padding: 0 2rem;
}
.cid-th7D9sA4cn .mbr-section-btn {
  padding-top: 1rem;
}
.cid-th7D9sA4cn .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-th7D9sA4cn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-th7D9sA4cn p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-th7D9sA4cn .mbr-text {
  color: #767676;
}
.cid-th7D9sA4cn .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-th7D9sA4cn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-th7I05mVyQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-th7I05mVyQ .mbr-section-subtitle {
  color: #767676;
}
.cid-th7Kmx5r1Q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-th7Kmx5r1Q .card-box {
  padding: 0 2rem;
}
.cid-th7Kmx5r1Q .mbr-section-btn {
  padding-top: 1rem;
}
.cid-th7Kmx5r1Q .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-th7Kmx5r1Q h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-th7Kmx5r1Q p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-th7Kmx5r1Q .mbr-text {
  color: #767676;
}
.cid-th7Kmx5r1Q .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-th7Kmx5r1Q .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-th7MJanOfV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-th7MJanOfV .card-box {
  padding: 0 2rem;
}
.cid-th7MJanOfV .mbr-section-btn {
  padding-top: 1rem;
}
.cid-th7MJanOfV .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-th7MJanOfV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-th7MJanOfV p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-th7MJanOfV .mbr-text {
  color: #767676;
}
.cid-th7MJanOfV .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-th7MJanOfV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-th7OQ8sOul {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-th7OQ8sOul .card-box {
  padding: 0 2rem;
}
.cid-th7OQ8sOul .mbr-section-btn {
  padding-top: 1rem;
}
.cid-th7OQ8sOul .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-th7OQ8sOul h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-th7OQ8sOul p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-th7OQ8sOul .mbr-text {
  color: #767676;
}
.cid-th7OQ8sOul .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-th7OQ8sOul .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-th7Q7h3LCb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-th7Q7h3LCb .mbr-section-subtitle {
  color: #767676;
}
.cid-th7XVnAyjg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-th7XVnAyjg .card-box {
  padding: 0 2rem;
}
.cid-th7XVnAyjg .mbr-section-btn {
  padding-top: 1rem;
}
.cid-th7XVnAyjg .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-th7XVnAyjg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-th7XVnAyjg p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-th7XVnAyjg .mbr-text {
  color: #767676;
}
.cid-th7XVnAyjg .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-th7XVnAyjg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-th7ZIAZgjf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-th7ZIAZgjf .content {
    text-align: center;
  }
  .cid-th7ZIAZgjf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-th7ZIAZgjf .img-logo img {
  height: 6rem;
}
.cid-th7ZIAZgjf .form-group,
.cid-th7ZIAZgjf .input-group-btn {
  padding: 0;
}
.cid-th7ZIAZgjf .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-th7ZIAZgjf .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-th7ZIAZgjf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th7ZIAZgjf .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-th7ZIAZgjf .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-th7ZIAZgjf .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-th7ZIAZgjf .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-th7ZIAZgjf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-th7ZIAZgjf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-th7ZIAZgjf .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-th7ZIAZgjf .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-th7ZIAZgjf .foot-logo {
    text-align: center !important;
  }
  .cid-th7ZIAZgjf .foot-title {
    text-align: center !important;
  }
  .cid-th7ZIAZgjf .mbr-text {
    text-align: center !important;
  }
  .cid-th7ZIAZgjf .form-group {
    margin: 0;
  }
}
.cid-t9WQ1HKLsD .navbar {
  padding: .5rem 0;
  background: #b2ccd2;
  transition: none;
  min-height: 77px;
}
.cid-t9WQ1HKLsD .navbar-dropdown.bg-color.transparent.opened {
  background: #b2ccd2;
}
.cid-t9WQ1HKLsD a {
  font-style: normal;
}
.cid-t9WQ1HKLsD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9WQ1HKLsD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9WQ1HKLsD .nav-item:focus,
.cid-t9WQ1HKLsD .nav-link:focus {
  outline: none;
}
.cid-t9WQ1HKLsD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9WQ1HKLsD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9WQ1HKLsD .menu-logo {
  margin-right: auto;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu {
  background: #b2ccd2;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9WQ1HKLsD .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-t9WQ1HKLsD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler:focus {
  outline: none;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9WQ1HKLsD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9WQ1HKLsD .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9WQ1HKLsD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9WQ1HKLsD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9WQ1HKLsD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD img {
    height: 3.8rem !important;
  }
  .cid-t9WQ1HKLsD .btn {
    display: -webkit-flex;
  }
  .cid-t9WQ1HKLsD button.navbar-toggler {
    display: block;
  }
  .cid-t9WQ1HKLsD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9WQ1HKLsD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing,
  .cid-t9WQ1HKLsD .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9WQ1HKLsD .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-t9WQ1HKLsD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9WQ1HKLsD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9WQ1HKLsD .nav-link:hover,
.cid-t9WQ1HKLsD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-th8lZrwWMO .modal-body .close {
  background: #1b1b1b;
}
.cid-th8lZrwWMO .modal-body .close span {
  font-style: normal;
}
.cid-th8lZrwWMO .carousel-inner > .active,
.cid-th8lZrwWMO .carousel-inner > .next,
.cid-th8lZrwWMO .carousel-inner > .prev {
  display: table;
}
.cid-th8lZrwWMO .carousel-control .icon-next,
.cid-th8lZrwWMO .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-th8lZrwWMO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-th8lZrwWMO .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-th8lZrwWMO .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-th8lZrwWMO .boxed-slider > div {
  position: relative;
}
.cid-th8lZrwWMO .container img {
  width: 100%;
}
.cid-th8lZrwWMO .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-th8lZrwWMO .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-th8lZrwWMO .mbr-table-cell {
  padding: 0;
}
.cid-th8lZrwWMO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-th8lZrwWMO .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-th8lZrwWMO .mbr-overlay {
  z-index: 1;
}
.cid-th8lZrwWMO .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-th8lZrwWMO .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-th8lZrwWMO .carousel-item .container {
    width: 100%;
  }
}
.cid-th8lZrwWMO .carousel-item-next.carousel-item-left,
.cid-th8lZrwWMO .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-th8lZrwWMO .active.carousel-item-right,
.cid-th8lZrwWMO .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-th8lZrwWMO .active.carousel-item-left,
.cid-th8lZrwWMO .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-th8lZrwWMO .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-th8lZrwWMO .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th8lZrwWMO .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th8lZrwWMO .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-th8lZrwWMO .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-th8lZrwWMO .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-th8lZrwWMO .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-th8lZrwWMO .mbr-slider .carousel-indicators li.active,
.cid-th8lZrwWMO .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-th8lZrwWMO .mbr-slider .carousel-indicators li::after,
.cid-th8lZrwWMO .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-th8lZrwWMO .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-th8lZrwWMO .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-th8lZrwWMO .mbr-slider > .container img {
  width: 100%;
}
.cid-th8lZrwWMO .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-th8lZrwWMO .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-th8lZrwWMO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-th8lZrwWMO .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-th8lZrwWMO .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-th8lZrwWMO .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-th8lZrwWMO .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-th8lZrwWMO .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-th8lZrwWMO .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-th8lZrwWMO .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-th8lZrwWMO .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-th8lZrwWMO .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-th8lZrwWMO .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-th8mWMM0m8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-th8mWMM0m8 .counter-container {
  color: #767676;
}
.cid-th8mWMM0m8 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-th8mWMM0m8 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-th8mWMM0m8 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-th8mWMM0m8 .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-th8nz0sydT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-th8nz0sydT .content {
    text-align: center;
  }
  .cid-th8nz0sydT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-th8nz0sydT .img-logo img {
  height: 6rem;
}
.cid-th8nz0sydT .form-group,
.cid-th8nz0sydT .input-group-btn {
  padding: 0;
}
.cid-th8nz0sydT .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-th8nz0sydT .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-th8nz0sydT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th8nz0sydT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-th8nz0sydT .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-th8nz0sydT .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-th8nz0sydT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-th8nz0sydT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-th8nz0sydT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-th8nz0sydT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-th8nz0sydT .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-th8nz0sydT .foot-logo {
    text-align: center !important;
  }
  .cid-th8nz0sydT .foot-title {
    text-align: center !important;
  }
  .cid-th8nz0sydT .mbr-text {
    text-align: center !important;
  }
  .cid-th8nz0sydT .form-group {
    margin: 0;
  }
}
.cid-t9WQ1HKLsD .navbar {
  padding: .5rem 0;
  background: #b2ccd2;
  transition: none;
  min-height: 77px;
}
.cid-t9WQ1HKLsD .navbar-dropdown.bg-color.transparent.opened {
  background: #b2ccd2;
}
.cid-t9WQ1HKLsD a {
  font-style: normal;
}
.cid-t9WQ1HKLsD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9WQ1HKLsD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9WQ1HKLsD .nav-item:focus,
.cid-t9WQ1HKLsD .nav-link:focus {
  outline: none;
}
.cid-t9WQ1HKLsD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9WQ1HKLsD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9WQ1HKLsD .menu-logo {
  margin-right: auto;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu {
  background: #b2ccd2;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9WQ1HKLsD .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-t9WQ1HKLsD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler:focus {
  outline: none;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9WQ1HKLsD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9WQ1HKLsD .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9WQ1HKLsD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9WQ1HKLsD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9WQ1HKLsD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD img {
    height: 3.8rem !important;
  }
  .cid-t9WQ1HKLsD .btn {
    display: -webkit-flex;
  }
  .cid-t9WQ1HKLsD button.navbar-toggler {
    display: block;
  }
  .cid-t9WQ1HKLsD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9WQ1HKLsD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing,
  .cid-t9WQ1HKLsD .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9WQ1HKLsD .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-t9WQ1HKLsD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9WQ1HKLsD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9WQ1HKLsD .nav-link:hover,
.cid-t9WQ1HKLsD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-th8nJ8E5o6 .modal-body .close {
  background: #1b1b1b;
}
.cid-th8nJ8E5o6 .modal-body .close span {
  font-style: normal;
}
.cid-th8nJ8E5o6 .carousel-inner > .active,
.cid-th8nJ8E5o6 .carousel-inner > .next,
.cid-th8nJ8E5o6 .carousel-inner > .prev {
  display: table;
}
.cid-th8nJ8E5o6 .carousel-control .icon-next,
.cid-th8nJ8E5o6 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-th8nJ8E5o6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-th8nJ8E5o6 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-th8nJ8E5o6 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-th8nJ8E5o6 .boxed-slider > div {
  position: relative;
}
.cid-th8nJ8E5o6 .container img {
  width: 100%;
}
.cid-th8nJ8E5o6 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-th8nJ8E5o6 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-th8nJ8E5o6 .mbr-table-cell {
  padding: 0;
}
.cid-th8nJ8E5o6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-th8nJ8E5o6 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-th8nJ8E5o6 .mbr-overlay {
  z-index: 1;
}
.cid-th8nJ8E5o6 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-th8nJ8E5o6 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-th8nJ8E5o6 .carousel-item .container {
    width: 100%;
  }
}
.cid-th8nJ8E5o6 .carousel-item-next.carousel-item-left,
.cid-th8nJ8E5o6 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-th8nJ8E5o6 .active.carousel-item-right,
.cid-th8nJ8E5o6 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-th8nJ8E5o6 .active.carousel-item-left,
.cid-th8nJ8E5o6 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-th8nJ8E5o6 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-th8nJ8E5o6 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th8nJ8E5o6 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th8nJ8E5o6 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-th8nJ8E5o6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-th8nJ8E5o6 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-th8nJ8E5o6 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-th8nJ8E5o6 .mbr-slider .carousel-indicators li.active,
.cid-th8nJ8E5o6 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-th8nJ8E5o6 .mbr-slider .carousel-indicators li::after,
.cid-th8nJ8E5o6 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-th8nJ8E5o6 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-th8nJ8E5o6 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-th8nJ8E5o6 .mbr-slider > .container img {
  width: 100%;
}
.cid-th8nJ8E5o6 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-th8nJ8E5o6 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-th8nJ8E5o6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-th8nJ8E5o6 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-th8nJ8E5o6 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-th8nJ8E5o6 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-th8nJ8E5o6 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-th8nJ8E5o6 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-th8nJ8E5o6 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-th8nJ8E5o6 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-th8nJ8E5o6 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-th8nJ8E5o6 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-th8nJ8E5o6 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-th8sES4BBO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-th8sES4BBO .mbr-section-subtitle {
  color: #767676;
}
.cid-th8tfl7wKj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-th8tfl7wKj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-th8tfl7wKj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th8tfl7wKj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th8tfl7wKj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-th8tfl7wKj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-th8tfl7wKj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-th8tfl7wKj .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-th8tfl7wKj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-th8tfl7wKj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-th8uw7wMQ7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-th8uw7wMQ7 .content {
    text-align: center;
  }
  .cid-th8uw7wMQ7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-th8uw7wMQ7 .img-logo img {
  height: 6rem;
}
.cid-th8uw7wMQ7 .form-group,
.cid-th8uw7wMQ7 .input-group-btn {
  padding: 0;
}
.cid-th8uw7wMQ7 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-th8uw7wMQ7 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-th8uw7wMQ7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th8uw7wMQ7 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-th8uw7wMQ7 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-th8uw7wMQ7 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-th8uw7wMQ7 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-th8uw7wMQ7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-th8uw7wMQ7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-th8uw7wMQ7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-th8uw7wMQ7 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-th8uw7wMQ7 .foot-logo {
    text-align: center !important;
  }
  .cid-th8uw7wMQ7 .foot-title {
    text-align: center !important;
  }
  .cid-th8uw7wMQ7 .mbr-text {
    text-align: center !important;
  }
  .cid-th8uw7wMQ7 .form-group {
    margin: 0;
  }
}
.cid-t9WQ1HKLsD .navbar {
  padding: .5rem 0;
  background: #b2ccd2;
  transition: none;
  min-height: 77px;
}
.cid-t9WQ1HKLsD .navbar-dropdown.bg-color.transparent.opened {
  background: #b2ccd2;
}
.cid-t9WQ1HKLsD a {
  font-style: normal;
}
.cid-t9WQ1HKLsD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9WQ1HKLsD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9WQ1HKLsD .nav-item:focus,
.cid-t9WQ1HKLsD .nav-link:focus {
  outline: none;
}
.cid-t9WQ1HKLsD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9WQ1HKLsD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9WQ1HKLsD .menu-logo {
  margin-right: auto;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu {
  background: #b2ccd2;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9WQ1HKLsD .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-t9WQ1HKLsD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler:focus {
  outline: none;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9WQ1HKLsD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9WQ1HKLsD .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9WQ1HKLsD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9WQ1HKLsD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9WQ1HKLsD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD img {
    height: 3.8rem !important;
  }
  .cid-t9WQ1HKLsD .btn {
    display: -webkit-flex;
  }
  .cid-t9WQ1HKLsD button.navbar-toggler {
    display: block;
  }
  .cid-t9WQ1HKLsD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9WQ1HKLsD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing,
  .cid-t9WQ1HKLsD .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9WQ1HKLsD .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-t9WQ1HKLsD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9WQ1HKLsD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9WQ1HKLsD .nav-link:hover,
.cid-t9WQ1HKLsD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-th8uHSSYF3 .modal-body .close {
  background: #1b1b1b;
}
.cid-th8uHSSYF3 .modal-body .close span {
  font-style: normal;
}
.cid-th8uHSSYF3 .carousel-inner > .active,
.cid-th8uHSSYF3 .carousel-inner > .next,
.cid-th8uHSSYF3 .carousel-inner > .prev {
  display: table;
}
.cid-th8uHSSYF3 .carousel-control .icon-next,
.cid-th8uHSSYF3 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-th8uHSSYF3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-th8uHSSYF3 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-th8uHSSYF3 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-th8uHSSYF3 .boxed-slider > div {
  position: relative;
}
.cid-th8uHSSYF3 .container img {
  width: 100%;
}
.cid-th8uHSSYF3 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-th8uHSSYF3 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-th8uHSSYF3 .mbr-table-cell {
  padding: 0;
}
.cid-th8uHSSYF3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-th8uHSSYF3 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-th8uHSSYF3 .mbr-overlay {
  z-index: 1;
}
.cid-th8uHSSYF3 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-th8uHSSYF3 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-th8uHSSYF3 .carousel-item .container {
    width: 100%;
  }
}
.cid-th8uHSSYF3 .carousel-item-next.carousel-item-left,
.cid-th8uHSSYF3 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-th8uHSSYF3 .active.carousel-item-right,
.cid-th8uHSSYF3 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-th8uHSSYF3 .active.carousel-item-left,
.cid-th8uHSSYF3 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-th8uHSSYF3 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-th8uHSSYF3 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th8uHSSYF3 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th8uHSSYF3 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-th8uHSSYF3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-th8uHSSYF3 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-th8uHSSYF3 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-th8uHSSYF3 .mbr-slider .carousel-indicators li.active,
.cid-th8uHSSYF3 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-th8uHSSYF3 .mbr-slider .carousel-indicators li::after,
.cid-th8uHSSYF3 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-th8uHSSYF3 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-th8uHSSYF3 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-th8uHSSYF3 .mbr-slider > .container img {
  width: 100%;
}
.cid-th8uHSSYF3 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-th8uHSSYF3 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-th8uHSSYF3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-th8uHSSYF3 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-th8uHSSYF3 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-th8uHSSYF3 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-th8uHSSYF3 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-th8uHSSYF3 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-th8uHSSYF3 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-th8uHSSYF3 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-th8uHSSYF3 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-th8uHSSYF3 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-th8uHSSYF3 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-th8vpzCwLh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-th8vpzCwLh .title {
  margin-bottom: 2rem;
}
.cid-th8vpzCwLh .mbr-section-subtitle {
  color: #767676;
}
.cid-th8vpzCwLh a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-th8vpzCwLh a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-th8vpzCwLh textarea.form-control {
  min-height: 188px;
}
.cid-th8vxyiUZW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-th8vxyiUZW .content {
    text-align: center;
  }
  .cid-th8vxyiUZW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-th8vxyiUZW .img-logo img {
  height: 6rem;
}
.cid-th8vxyiUZW .form-group,
.cid-th8vxyiUZW .input-group-btn {
  padding: 0;
}
.cid-th8vxyiUZW .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-th8vxyiUZW .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-th8vxyiUZW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th8vxyiUZW .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-th8vxyiUZW .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-th8vxyiUZW .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-th8vxyiUZW .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-th8vxyiUZW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-th8vxyiUZW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-th8vxyiUZW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-th8vxyiUZW .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-th8vxyiUZW .foot-logo {
    text-align: center !important;
  }
  .cid-th8vxyiUZW .foot-title {
    text-align: center !important;
  }
  .cid-th8vxyiUZW .mbr-text {
    text-align: center !important;
  }
  .cid-th8vxyiUZW .form-group {
    margin: 0;
  }
}
.cid-t9WQ1HKLsD .navbar {
  padding: .5rem 0;
  background: #b2ccd2;
  transition: none;
  min-height: 77px;
}
.cid-t9WQ1HKLsD .navbar-dropdown.bg-color.transparent.opened {
  background: #b2ccd2;
}
.cid-t9WQ1HKLsD a {
  font-style: normal;
}
.cid-t9WQ1HKLsD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9WQ1HKLsD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9WQ1HKLsD .nav-item:focus,
.cid-t9WQ1HKLsD .nav-link:focus {
  outline: none;
}
.cid-t9WQ1HKLsD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9WQ1HKLsD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9WQ1HKLsD .menu-logo {
  margin-right: auto;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9WQ1HKLsD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu {
  background: #b2ccd2;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9WQ1HKLsD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9WQ1HKLsD .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-t9WQ1HKLsD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9WQ1HKLsD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9WQ1HKLsD button.navbar-toggler:focus {
  outline: none;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9WQ1HKLsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9WQ1HKLsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9WQ1HKLsD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9WQ1HKLsD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9WQ1HKLsD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9WQ1HKLsD .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9WQ1HKLsD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9WQ1HKLsD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9WQ1HKLsD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9WQ1HKLsD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9WQ1HKLsD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD img {
    height: 3.8rem !important;
  }
  .cid-t9WQ1HKLsD .btn {
    display: -webkit-flex;
  }
  .cid-t9WQ1HKLsD button.navbar-toggler {
    display: block;
  }
  .cid-t9WQ1HKLsD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9WQ1HKLsD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9WQ1HKLsD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing,
  .cid-t9WQ1HKLsD .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9WQ1HKLsD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9WQ1HKLsD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9WQ1HKLsD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9WQ1HKLsD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9WQ1HKLsD .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-t9WQ1HKLsD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9WQ1HKLsD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9WQ1HKLsD .nav-link:hover,
.cid-t9WQ1HKLsD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-th8hI0CJRJ .modal-body .close {
  background: #1b1b1b;
}
.cid-th8hI0CJRJ .modal-body .close span {
  font-style: normal;
}
.cid-th8hI0CJRJ .carousel-inner > .active,
.cid-th8hI0CJRJ .carousel-inner > .next,
.cid-th8hI0CJRJ .carousel-inner > .prev {
  display: table;
}
.cid-th8hI0CJRJ .carousel-control .icon-next,
.cid-th8hI0CJRJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-th8hI0CJRJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-th8hI0CJRJ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-th8hI0CJRJ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-th8hI0CJRJ .boxed-slider > div {
  position: relative;
}
.cid-th8hI0CJRJ .container img {
  width: 100%;
}
.cid-th8hI0CJRJ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-th8hI0CJRJ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-th8hI0CJRJ .mbr-table-cell {
  padding: 0;
}
.cid-th8hI0CJRJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-th8hI0CJRJ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-th8hI0CJRJ .mbr-overlay {
  z-index: 1;
}
.cid-th8hI0CJRJ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-th8hI0CJRJ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-th8hI0CJRJ .carousel-item .container {
    width: 100%;
  }
}
.cid-th8hI0CJRJ .carousel-item-next.carousel-item-left,
.cid-th8hI0CJRJ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-th8hI0CJRJ .active.carousel-item-right,
.cid-th8hI0CJRJ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-th8hI0CJRJ .active.carousel-item-left,
.cid-th8hI0CJRJ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-th8hI0CJRJ .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-th8hI0CJRJ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th8hI0CJRJ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th8hI0CJRJ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-th8hI0CJRJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-th8hI0CJRJ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-th8hI0CJRJ .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-th8hI0CJRJ .mbr-slider .carousel-indicators li.active,
.cid-th8hI0CJRJ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-th8hI0CJRJ .mbr-slider .carousel-indicators li::after,
.cid-th8hI0CJRJ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-th8hI0CJRJ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-th8hI0CJRJ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-th8hI0CJRJ .mbr-slider > .container img {
  width: 100%;
}
.cid-th8hI0CJRJ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-th8hI0CJRJ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-th8hI0CJRJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-th8hI0CJRJ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-th8hI0CJRJ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-th8hI0CJRJ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-th8hI0CJRJ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-th8hI0CJRJ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-th8hI0CJRJ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-th8hI0CJRJ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-th8hI0CJRJ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-th8hI0CJRJ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-th8hI0CJRJ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-th8ipZYoII {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-th8ipZYoII .mbr-section-subtitle {
  color: #767676;
}
.cid-th8lSnFeQA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-th8lSnFeQA .content {
    text-align: center;
  }
  .cid-th8lSnFeQA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-th8lSnFeQA .img-logo img {
  height: 6rem;
}
.cid-th8lSnFeQA .form-group,
.cid-th8lSnFeQA .input-group-btn {
  padding: 0;
}
.cid-th8lSnFeQA .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-th8lSnFeQA .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-th8lSnFeQA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th8lSnFeQA .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-th8lSnFeQA .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-th8lSnFeQA .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-th8lSnFeQA .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-th8lSnFeQA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-th8lSnFeQA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-th8lSnFeQA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-th8lSnFeQA .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-th8lSnFeQA .foot-logo {
    text-align: center !important;
  }
  .cid-th8lSnFeQA .foot-title {
    text-align: center !important;
  }
  .cid-th8lSnFeQA .mbr-text {
    text-align: center !important;
  }
  .cid-th8lSnFeQA .form-group {
    margin: 0;
  }
}
