@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-sIITQaaicL .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sIITQaaicL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sIITQaaicL a {
  font-style: normal;
}
.cid-sIITQaaicL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sIITQaaicL .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-sIITQaaicL .nav-item:focus,
.cid-sIITQaaicL .nav-link:focus {
  outline: none;
}
.cid-sIITQaaicL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sIITQaaicL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sIITQaaicL .menu-logo {
  margin-right: auto;
}
.cid-sIITQaaicL .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-sIITQaaicL .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-sIITQaaicL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sIITQaaicL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sIITQaaicL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sIITQaaicL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sIITQaaicL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sIITQaaicL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sIITQaaicL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sIITQaaicL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIITQaaicL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sIITQaaicL .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sIITQaaicL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sIITQaaicL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIITQaaicL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sIITQaaicL .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sIITQaaicL .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-sIITQaaicL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sIITQaaicL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sIITQaaicL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sIITQaaicL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sIITQaaicL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sIITQaaicL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sIITQaaicL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sIITQaaicL button.navbar-toggler:focus {
  outline: none;
}
.cid-sIITQaaicL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sIITQaaicL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIITQaaicL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIITQaaicL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIITQaaicL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIITQaaicL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIITQaaicL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sIITQaaicL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sIITQaaicL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIITQaaicL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIITQaaicL .collapsed .btn {
  display: -webkit-flex;
}
.cid-sIITQaaicL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sIITQaaicL .collapsed .navbar-collapse.collapsing,
.cid-sIITQaaicL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sIITQaaicL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sIITQaaicL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sIITQaaicL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sIITQaaicL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sIITQaaicL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sIITQaaicL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sIITQaaicL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sIITQaaicL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sIITQaaicL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sIITQaaicL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sIITQaaicL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sIITQaaicL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIITQaaicL .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-sIITQaaicL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sIITQaaicL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sIITQaaicL .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-sIITQaaicL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIITQaaicL img {
    height: 3.8rem !important;
  }
  .cid-sIITQaaicL .btn {
    display: -webkit-flex;
  }
  .cid-sIITQaaicL button.navbar-toggler {
    display: block;
  }
  .cid-sIITQaaicL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sIITQaaicL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIITQaaicL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sIITQaaicL .navbar-collapse.collapsing,
  .cid-sIITQaaicL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sIITQaaicL .navbar-collapse.collapsing .navbar-nav,
  .cid-sIITQaaicL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sIITQaaicL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sIITQaaicL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sIITQaaicL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sIITQaaicL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sIITQaaicL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sIITQaaicL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sIITQaaicL .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-sIITQaaicL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sIITQaaicL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sIITQaaicL .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-sIITQaaicL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sIITQaaicL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sIITQaaicL .nav-link:hover,
.cid-sIITQaaicL .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-sIJ9iRcjWb .modal-body .close {
  background: #1b1b1b;
}
.cid-sIJ9iRcjWb .modal-body .close span {
  font-style: normal;
}
.cid-sIJ9iRcjWb .carousel-inner > .active,
.cid-sIJ9iRcjWb .carousel-inner > .next,
.cid-sIJ9iRcjWb .carousel-inner > .prev {
  display: flex;
}
.cid-sIJ9iRcjWb .carousel-control .icon-next,
.cid-sIJ9iRcjWb .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sIJ9iRcjWb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sIJ9iRcjWb .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sIJ9iRcjWb .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sIJ9iRcjWb .boxed-slider > div {
  position: relative;
}
.cid-sIJ9iRcjWb .container img {
  width: 100%;
}
.cid-sIJ9iRcjWb .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-sIJ9iRcjWb .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sIJ9iRcjWb .mbr-table-cell {
  padding: 0;
}
.cid-sIJ9iRcjWb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sIJ9iRcjWb .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-sIJ9iRcjWb .mbr-overlay {
  z-index: 1;
}
.cid-sIJ9iRcjWb .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sIJ9iRcjWb .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sIJ9iRcjWb .carousel-item.active.right,
.cid-sIJ9iRcjWb .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sIJ9iRcjWb .carousel-item.active.left,
.cid-sIJ9iRcjWb .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sIJ9iRcjWb .carousel-item.active,
.cid-sIJ9iRcjWb .carousel-item.next.left,
.cid-sIJ9iRcjWb .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sIJ9iRcjWb .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;
  z-index: 11;
}
.cid-sIJ9iRcjWb .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIJ9iRcjWb .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIJ9iRcjWb .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sIJ9iRcjWb .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sIJ9iRcjWb .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sIJ9iRcjWb .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-sIJ9iRcjWb .mbr-slider .carousel-indicators li.active,
.cid-sIJ9iRcjWb .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sIJ9iRcjWb .mbr-slider .carousel-indicators li::after,
.cid-sIJ9iRcjWb .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sIJ9iRcjWb .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sIJ9iRcjWb .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sIJ9iRcjWb .mbr-slider > .container img {
  width: 100%;
}
.cid-sIJ9iRcjWb .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-sIJ9iRcjWb .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sIJ9iRcjWb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sIJ9iRcjWb .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sIJ9iRcjWb .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sIJ9iRcjWb .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sIJ9iRcjWb .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sIJ9iRcjWb .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sIJ9iRcjWb .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sIJ9iRcjWb .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sIJ9iRcjWb .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sIJ9iRcjWb .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sIJ9iRcjWb .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sIJ9iRcjWb P {
  text-align: left;
}
.cid-tppuAu2XT8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tppuAu2XT8 P {
  color: #767676;
}
.cid-sIOUT8ATh2 {
  background-image: url("../../../assets/images/mbr-1920x1199.jpg");
}
.cid-sIOUT8ATh2 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sIOUT8ATh2 .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sIOUT8ATh2 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-tuwCb51rSV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tuwCb51rSV .mbr-text,
.cid-tuwCb51rSV blockquote {
  color: #767676;
}
.cid-sIIU4rMwYy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sIIU4rMwYy .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sIIU4rMwYy .content {
    text-align: center;
  }
  .cid-sIIU4rMwYy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIIU4rMwYy .img-logo img {
  height: 6rem;
}
.cid-sIIU4rMwYy .form-group,
.cid-sIIU4rMwYy .input-group-btn {
  padding: 0;
}
.cid-sIIU4rMwYy .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sIIU4rMwYy .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sIIU4rMwYy .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sIIU4rMwYy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sIIU4rMwYy .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sIIU4rMwYy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIIU4rMwYy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sIIU4rMwYy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIIU4rMwYy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIIU4rMwYy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sIIU4rMwYy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sIIU4rMwYy .foot-logo {
    text-align: center !important;
  }
  .cid-sIIU4rMwYy .foot-title {
    text-align: center !important;
  }
  .cid-sIIU4rMwYy .mbr-text {
    text-align: center !important;
  }
  .cid-sIIU4rMwYy .form-group {
    margin: 0;
  }
}
.cid-sIIU4rMwYy .foot-logo {
  text-align: left;
}
.cid-sIJ5AQLmnd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sIJfhncO3b .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sIJfhncO3b .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sIJfhncO3b a {
  font-style: normal;
}
.cid-sIJfhncO3b .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sIJfhncO3b .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-sIJfhncO3b .nav-item:focus,
.cid-sIJfhncO3b .nav-link:focus {
  outline: none;
}
.cid-sIJfhncO3b .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sIJfhncO3b .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sIJfhncO3b .menu-logo {
  margin-right: auto;
}
.cid-sIJfhncO3b .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-sIJfhncO3b .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-sIJfhncO3b .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sIJfhncO3b .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sIJfhncO3b .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sIJfhncO3b .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sIJfhncO3b .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sIJfhncO3b .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sIJfhncO3b .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sIJfhncO3b .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIJfhncO3b .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sIJfhncO3b .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sIJfhncO3b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sIJfhncO3b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIJfhncO3b .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sIJfhncO3b .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sIJfhncO3b .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-sIJfhncO3b .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sIJfhncO3b .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sIJfhncO3b .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sIJfhncO3b .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sIJfhncO3b .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sIJfhncO3b .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sIJfhncO3b button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sIJfhncO3b button.navbar-toggler:focus {
  outline: none;
}
.cid-sIJfhncO3b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sIJfhncO3b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIJfhncO3b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIJfhncO3b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIJfhncO3b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIJfhncO3b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIJfhncO3b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sIJfhncO3b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sIJfhncO3b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIJfhncO3b .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIJfhncO3b .collapsed .btn {
  display: -webkit-flex;
}
.cid-sIJfhncO3b .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sIJfhncO3b .collapsed .navbar-collapse.collapsing,
.cid-sIJfhncO3b .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sIJfhncO3b .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sIJfhncO3b .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sIJfhncO3b .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sIJfhncO3b .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sIJfhncO3b .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sIJfhncO3b .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sIJfhncO3b .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sIJfhncO3b .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sIJfhncO3b .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sIJfhncO3b .collapsed button.navbar-toggler {
  display: block;
}
.cid-sIJfhncO3b .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sIJfhncO3b .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIJfhncO3b .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-sIJfhncO3b .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sIJfhncO3b .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sIJfhncO3b .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-sIJfhncO3b.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIJfhncO3b img {
    height: 3.8rem !important;
  }
  .cid-sIJfhncO3b .btn {
    display: -webkit-flex;
  }
  .cid-sIJfhncO3b button.navbar-toggler {
    display: block;
  }
  .cid-sIJfhncO3b .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sIJfhncO3b .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIJfhncO3b .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sIJfhncO3b .navbar-collapse.collapsing,
  .cid-sIJfhncO3b .navbar-collapse.show {
    display: block !important;
  }
  .cid-sIJfhncO3b .navbar-collapse.collapsing .navbar-nav,
  .cid-sIJfhncO3b .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sIJfhncO3b .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sIJfhncO3b .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sIJfhncO3b .navbar-collapse.collapsing .navbar-buttons,
  .cid-sIJfhncO3b .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sIJfhncO3b .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sIJfhncO3b .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sIJfhncO3b .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-sIJfhncO3b .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sIJfhncO3b .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sIJfhncO3b .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-sIJfhncO3b .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sIJfhncO3b .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sIJfhncO3b .nav-link:hover,
.cid-sIJfhncO3b .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tos4LKD35x .modal-body .close {
  background: #1b1b1b;
}
.cid-tos4LKD35x .modal-body .close span {
  font-style: normal;
}
.cid-tos4LKD35x .carousel-inner > .active,
.cid-tos4LKD35x .carousel-inner > .next,
.cid-tos4LKD35x .carousel-inner > .prev {
  display: flex;
}
.cid-tos4LKD35x .carousel-control .icon-next,
.cid-tos4LKD35x .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tos4LKD35x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tos4LKD35x .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tos4LKD35x .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tos4LKD35x .boxed-slider > div {
  position: relative;
}
.cid-tos4LKD35x .container img {
  width: 100%;
}
.cid-tos4LKD35x .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-tos4LKD35x .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tos4LKD35x .mbr-table-cell {
  padding: 0;
}
.cid-tos4LKD35x .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tos4LKD35x .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-tos4LKD35x .mbr-overlay {
  z-index: 1;
}
.cid-tos4LKD35x .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tos4LKD35x .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tos4LKD35x .carousel-item.active.right,
.cid-tos4LKD35x .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tos4LKD35x .carousel-item.active.left,
.cid-tos4LKD35x .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tos4LKD35x .carousel-item.active,
.cid-tos4LKD35x .carousel-item.next.left,
.cid-tos4LKD35x .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tos4LKD35x .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;
  z-index: 11;
}
.cid-tos4LKD35x .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tos4LKD35x .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tos4LKD35x .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tos4LKD35x .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tos4LKD35x .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tos4LKD35x .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-tos4LKD35x .mbr-slider .carousel-indicators li.active,
.cid-tos4LKD35x .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tos4LKD35x .mbr-slider .carousel-indicators li::after,
.cid-tos4LKD35x .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tos4LKD35x .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tos4LKD35x .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tos4LKD35x .mbr-slider > .container img {
  width: 100%;
}
.cid-tos4LKD35x .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-tos4LKD35x .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tos4LKD35x .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tos4LKD35x .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tos4LKD35x .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tos4LKD35x .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tos4LKD35x .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tos4LKD35x .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tos4LKD35x .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tos4LKD35x .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tos4LKD35x .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tos4LKD35x .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tos4LKD35x .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tos4LKD35x P {
  text-align: left;
}
.cid-sIJhDi6Bwc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sIJhDi6Bwc .mbr-section-subtitle {
  color: #767676;
}
.cid-sIJhDi6Bwc H2 {
  text-align: left;
}
.cid-sIJhZpMkjp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sIJhZpMkjp .counter-container {
  color: #767676;
}
.cid-sIJhZpMkjp .counter-container ul {
  margin-bottom: 0;
}
.cid-sIJhZpMkjp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sIJhZpMkjp .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sIJiy5UvRJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sIJiy5UvRJ .mbr-section-subtitle {
  color: #767676;
}
.cid-sIJiy5UvRJ H2 {
  text-align: left;
}
.cid-sIJizmiulx {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sIJizmiulx .counter-container {
  color: #767676;
}
.cid-sIJizmiulx .counter-container ul {
  margin-bottom: 0;
}
.cid-sIJizmiulx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sIJizmiulx .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sIJlp85Zyb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sIJlp85Zyb .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-sIJlp85Zyb .mbr-author-name {
  font-weight: bold;
}
.cid-sIJlp85Zyb .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sIJlp85Zyb .mbr-figure,
  .cid-sIJlp85Zyb img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-sIJlp85Zyb .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-sIJmSI2cAi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sIJmSI2cAi .mbr-text,
.cid-sIJmSI2cAi blockquote {
  color: #767676;
}
.cid-sIJmXcQlhO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sIJmXcQlhO .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-sIJmXcQlhO .mbr-author-name {
  font-weight: bold;
}
.cid-sIJmXcQlhO .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sIJmXcQlhO .mbr-figure,
  .cid-sIJmXcQlhO img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-sIJmXcQlhO .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-tos6zGB3ED {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tos6zGB3ED .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tos6zGB3ED .content {
    text-align: center;
  }
  .cid-tos6zGB3ED .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tos6zGB3ED .img-logo img {
  height: 6rem;
}
.cid-tos6zGB3ED .form-group,
.cid-tos6zGB3ED .input-group-btn {
  padding: 0;
}
.cid-tos6zGB3ED .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tos6zGB3ED .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tos6zGB3ED .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tos6zGB3ED .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tos6zGB3ED .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tos6zGB3ED .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tos6zGB3ED .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tos6zGB3ED .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tos6zGB3ED .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tos6zGB3ED .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tos6zGB3ED .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tos6zGB3ED .foot-logo {
    text-align: center !important;
  }
  .cid-tos6zGB3ED .foot-title {
    text-align: center !important;
  }
  .cid-tos6zGB3ED .mbr-text {
    text-align: center !important;
  }
  .cid-tos6zGB3ED .form-group {
    margin: 0;
  }
}
.cid-tos6zGB3ED .foot-logo {
  text-align: left;
}
.cid-sIJfhsDfPC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sIJD4OLZoC .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sIJD4OLZoC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sIJD4OLZoC a {
  font-style: normal;
}
.cid-sIJD4OLZoC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sIJD4OLZoC .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-sIJD4OLZoC .nav-item:focus,
.cid-sIJD4OLZoC .nav-link:focus {
  outline: none;
}
.cid-sIJD4OLZoC .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sIJD4OLZoC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sIJD4OLZoC .menu-logo {
  margin-right: auto;
}
.cid-sIJD4OLZoC .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-sIJD4OLZoC .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-sIJD4OLZoC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sIJD4OLZoC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sIJD4OLZoC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sIJD4OLZoC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sIJD4OLZoC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sIJD4OLZoC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sIJD4OLZoC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sIJD4OLZoC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIJD4OLZoC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sIJD4OLZoC .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sIJD4OLZoC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sIJD4OLZoC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIJD4OLZoC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sIJD4OLZoC .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sIJD4OLZoC .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-sIJD4OLZoC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sIJD4OLZoC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sIJD4OLZoC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sIJD4OLZoC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sIJD4OLZoC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sIJD4OLZoC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sIJD4OLZoC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sIJD4OLZoC button.navbar-toggler:focus {
  outline: none;
}
.cid-sIJD4OLZoC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sIJD4OLZoC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIJD4OLZoC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIJD4OLZoC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIJD4OLZoC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIJD4OLZoC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIJD4OLZoC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sIJD4OLZoC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sIJD4OLZoC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIJD4OLZoC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIJD4OLZoC .collapsed .btn {
  display: -webkit-flex;
}
.cid-sIJD4OLZoC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sIJD4OLZoC .collapsed .navbar-collapse.collapsing,
.cid-sIJD4OLZoC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sIJD4OLZoC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sIJD4OLZoC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sIJD4OLZoC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sIJD4OLZoC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sIJD4OLZoC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sIJD4OLZoC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sIJD4OLZoC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sIJD4OLZoC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sIJD4OLZoC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sIJD4OLZoC .collapsed button.navbar-toggler {
  display: block;
}
.cid-sIJD4OLZoC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sIJD4OLZoC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIJD4OLZoC .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-sIJD4OLZoC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sIJD4OLZoC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sIJD4OLZoC .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-sIJD4OLZoC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIJD4OLZoC img {
    height: 3.8rem !important;
  }
  .cid-sIJD4OLZoC .btn {
    display: -webkit-flex;
  }
  .cid-sIJD4OLZoC button.navbar-toggler {
    display: block;
  }
  .cid-sIJD4OLZoC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sIJD4OLZoC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIJD4OLZoC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sIJD4OLZoC .navbar-collapse.collapsing,
  .cid-sIJD4OLZoC .navbar-collapse.show {
    display: block !important;
  }
  .cid-sIJD4OLZoC .navbar-collapse.collapsing .navbar-nav,
  .cid-sIJD4OLZoC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sIJD4OLZoC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sIJD4OLZoC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sIJD4OLZoC .navbar-collapse.collapsing .navbar-buttons,
  .cid-sIJD4OLZoC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sIJD4OLZoC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sIJD4OLZoC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sIJD4OLZoC .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-sIJD4OLZoC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sIJD4OLZoC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sIJD4OLZoC .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-sIJD4OLZoC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sIJD4OLZoC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sIJD4OLZoC .nav-link:hover,
.cid-sIJD4OLZoC .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tos4IeEeMB .modal-body .close {
  background: #1b1b1b;
}
.cid-tos4IeEeMB .modal-body .close span {
  font-style: normal;
}
.cid-tos4IeEeMB .carousel-inner > .active,
.cid-tos4IeEeMB .carousel-inner > .next,
.cid-tos4IeEeMB .carousel-inner > .prev {
  display: flex;
}
.cid-tos4IeEeMB .carousel-control .icon-next,
.cid-tos4IeEeMB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tos4IeEeMB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tos4IeEeMB .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tos4IeEeMB .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tos4IeEeMB .boxed-slider > div {
  position: relative;
}
.cid-tos4IeEeMB .container img {
  width: 100%;
}
.cid-tos4IeEeMB .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-tos4IeEeMB .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tos4IeEeMB .mbr-table-cell {
  padding: 0;
}
.cid-tos4IeEeMB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tos4IeEeMB .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-tos4IeEeMB .mbr-overlay {
  z-index: 1;
}
.cid-tos4IeEeMB .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tos4IeEeMB .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tos4IeEeMB .carousel-item.active.right,
.cid-tos4IeEeMB .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tos4IeEeMB .carousel-item.active.left,
.cid-tos4IeEeMB .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tos4IeEeMB .carousel-item.active,
.cid-tos4IeEeMB .carousel-item.next.left,
.cid-tos4IeEeMB .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tos4IeEeMB .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;
  z-index: 11;
}
.cid-tos4IeEeMB .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tos4IeEeMB .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tos4IeEeMB .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tos4IeEeMB .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tos4IeEeMB .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tos4IeEeMB .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-tos4IeEeMB .mbr-slider .carousel-indicators li.active,
.cid-tos4IeEeMB .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tos4IeEeMB .mbr-slider .carousel-indicators li::after,
.cid-tos4IeEeMB .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tos4IeEeMB .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tos4IeEeMB .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tos4IeEeMB .mbr-slider > .container img {
  width: 100%;
}
.cid-tos4IeEeMB .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-tos4IeEeMB .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tos4IeEeMB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tos4IeEeMB .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tos4IeEeMB .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tos4IeEeMB .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tos4IeEeMB .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tos4IeEeMB .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tos4IeEeMB .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tos4IeEeMB .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tos4IeEeMB .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tos4IeEeMB .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tos4IeEeMB .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tos4IeEeMB P {
  text-align: left;
}
.cid-sIJDyDq9AK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sIJDyDq9AK .title {
  padding-bottom: 2.5rem;
}
.cid-sIJDyDq9AK .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-sIJDyDq9AK .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 72px;
  height: 72px;
}
@media (min-width: 992px) {
  .cid-sIJDyDq9AK .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-sIJDyDq9AK .iconfont-wrapper .mbr-iconfont {
  font-size: 72px;
}
.cid-sIJDyDq9AK .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sIJDyDq9AK .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-sIJDyDq9AK .wrapper {
    flex-wrap: wrap;
  }
  .cid-sIJDyDq9AK .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sIJDyDq9AK .wrapper .b-info {
  width: 100%;
}
.cid-sIJDKwI9o9 .main_wrapper {
  position: relative;
  height: 45rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-sIJDKwI9o9 .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-sIJDKwI9o9 .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-sIJDKwI9o9 .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-sIJDKwI9o9 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-sIJDKwI9o9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sIJDKwI9o9 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sIJDKwI9o9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sIJDKwI9o9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sIJDKwI9o9 .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-sIJDKwI9o9 .google-map {
    position: relative;
  }
  .cid-sIJDKwI9o9 .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-tos6uXojGG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tos6uXojGG .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tos6uXojGG .content {
    text-align: center;
  }
  .cid-tos6uXojGG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tos6uXojGG .img-logo img {
  height: 6rem;
}
.cid-tos6uXojGG .form-group,
.cid-tos6uXojGG .input-group-btn {
  padding: 0;
}
.cid-tos6uXojGG .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tos6uXojGG .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tos6uXojGG .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tos6uXojGG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tos6uXojGG .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tos6uXojGG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tos6uXojGG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tos6uXojGG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tos6uXojGG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tos6uXojGG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tos6uXojGG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tos6uXojGG .foot-logo {
    text-align: center !important;
  }
  .cid-tos6uXojGG .foot-title {
    text-align: center !important;
  }
  .cid-tos6uXojGG .mbr-text {
    text-align: center !important;
  }
  .cid-tos6uXojGG .form-group {
    margin: 0;
  }
}
.cid-tos6uXojGG .foot-logo {
  text-align: left;
}
.cid-sIJD4UmZsX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sIJpFykYJV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sIJpFykYJV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sIJpFykYJV a {
  font-style: normal;
}
.cid-sIJpFykYJV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sIJpFykYJV .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-sIJpFykYJV .nav-item:focus,
.cid-sIJpFykYJV .nav-link:focus {
  outline: none;
}
.cid-sIJpFykYJV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sIJpFykYJV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sIJpFykYJV .menu-logo {
  margin-right: auto;
}
.cid-sIJpFykYJV .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-sIJpFykYJV .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-sIJpFykYJV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sIJpFykYJV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sIJpFykYJV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sIJpFykYJV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sIJpFykYJV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sIJpFykYJV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sIJpFykYJV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sIJpFykYJV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIJpFykYJV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sIJpFykYJV .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sIJpFykYJV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sIJpFykYJV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIJpFykYJV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sIJpFykYJV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sIJpFykYJV .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-sIJpFykYJV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sIJpFykYJV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sIJpFykYJV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sIJpFykYJV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sIJpFykYJV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sIJpFykYJV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sIJpFykYJV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sIJpFykYJV button.navbar-toggler:focus {
  outline: none;
}
.cid-sIJpFykYJV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sIJpFykYJV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIJpFykYJV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIJpFykYJV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIJpFykYJV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIJpFykYJV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIJpFykYJV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sIJpFykYJV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sIJpFykYJV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIJpFykYJV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIJpFykYJV .collapsed .btn {
  display: -webkit-flex;
}
.cid-sIJpFykYJV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sIJpFykYJV .collapsed .navbar-collapse.collapsing,
.cid-sIJpFykYJV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sIJpFykYJV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sIJpFykYJV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sIJpFykYJV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sIJpFykYJV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sIJpFykYJV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sIJpFykYJV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sIJpFykYJV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sIJpFykYJV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sIJpFykYJV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sIJpFykYJV .collapsed button.navbar-toggler {
  display: block;
}
.cid-sIJpFykYJV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sIJpFykYJV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIJpFykYJV .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-sIJpFykYJV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sIJpFykYJV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sIJpFykYJV .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-sIJpFykYJV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIJpFykYJV img {
    height: 3.8rem !important;
  }
  .cid-sIJpFykYJV .btn {
    display: -webkit-flex;
  }
  .cid-sIJpFykYJV button.navbar-toggler {
    display: block;
  }
  .cid-sIJpFykYJV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sIJpFykYJV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIJpFykYJV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sIJpFykYJV .navbar-collapse.collapsing,
  .cid-sIJpFykYJV .navbar-collapse.show {
    display: block !important;
  }
  .cid-sIJpFykYJV .navbar-collapse.collapsing .navbar-nav,
  .cid-sIJpFykYJV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sIJpFykYJV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sIJpFykYJV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sIJpFykYJV .navbar-collapse.collapsing .navbar-buttons,
  .cid-sIJpFykYJV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sIJpFykYJV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sIJpFykYJV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sIJpFykYJV .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-sIJpFykYJV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sIJpFykYJV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sIJpFykYJV .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-sIJpFykYJV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sIJpFykYJV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sIJpFykYJV .nav-link:hover,
.cid-sIJpFykYJV .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tos4PoApPF .modal-body .close {
  background: #1b1b1b;
}
.cid-tos4PoApPF .modal-body .close span {
  font-style: normal;
}
.cid-tos4PoApPF .carousel-inner > .active,
.cid-tos4PoApPF .carousel-inner > .next,
.cid-tos4PoApPF .carousel-inner > .prev {
  display: flex;
}
.cid-tos4PoApPF .carousel-control .icon-next,
.cid-tos4PoApPF .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tos4PoApPF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tos4PoApPF .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tos4PoApPF .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tos4PoApPF .boxed-slider > div {
  position: relative;
}
.cid-tos4PoApPF .container img {
  width: 100%;
}
.cid-tos4PoApPF .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-tos4PoApPF .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tos4PoApPF .mbr-table-cell {
  padding: 0;
}
.cid-tos4PoApPF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tos4PoApPF .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-tos4PoApPF .mbr-overlay {
  z-index: 1;
}
.cid-tos4PoApPF .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tos4PoApPF .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tos4PoApPF .carousel-item.active.right,
.cid-tos4PoApPF .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tos4PoApPF .carousel-item.active.left,
.cid-tos4PoApPF .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tos4PoApPF .carousel-item.active,
.cid-tos4PoApPF .carousel-item.next.left,
.cid-tos4PoApPF .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tos4PoApPF .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;
  z-index: 11;
}
.cid-tos4PoApPF .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tos4PoApPF .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tos4PoApPF .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tos4PoApPF .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tos4PoApPF .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tos4PoApPF .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-tos4PoApPF .mbr-slider .carousel-indicators li.active,
.cid-tos4PoApPF .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tos4PoApPF .mbr-slider .carousel-indicators li::after,
.cid-tos4PoApPF .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tos4PoApPF .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tos4PoApPF .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tos4PoApPF .mbr-slider > .container img {
  width: 100%;
}
.cid-tos4PoApPF .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-tos4PoApPF .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tos4PoApPF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tos4PoApPF .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tos4PoApPF .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tos4PoApPF .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tos4PoApPF .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tos4PoApPF .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tos4PoApPF .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tos4PoApPF .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tos4PoApPF .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tos4PoApPF .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tos4PoApPF .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tos4PoApPF P {
  text-align: left;
}
.cid-sIJpFAW5od {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIJpFAW5od .mbr-section-subtitle {
  color: #767676;
}
.cid-sIJpFAW5od H2 {
  text-align: center;
}
.cid-sIJqzfoIWh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sIJqzfoIWh .mbr-section-subtitle {
  color: #767676;
}
.cid-sIJqzfoIWh .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sIJqzfoIWh .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sIJqzfoIWh .team-item .item-image img {
  width: 100%;
}
.cid-sIJqzfoIWh .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sIJqzfoIWh .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sIJqzfoIWh .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sIJqzfoIWh .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sIJqzfoIWh .team-item .item-caption {
  background: #efefef;
}
.cid-sIJrGnAUwJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sIJrGnAUwJ .mbr-section-subtitle {
  color: #767676;
}
.cid-sIJrGnAUwJ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sIJrGnAUwJ .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sIJrGnAUwJ .team-item .item-image img {
  width: 100%;
}
.cid-sIJrGnAUwJ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sIJrGnAUwJ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sIJrGnAUwJ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sIJrGnAUwJ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sIJrGnAUwJ .team-item .item-caption {
  background: #efefef;
}
.cid-sIJsNYfW2e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sIJsNYfW2e .mbr-section-subtitle {
  color: #767676;
}
.cid-sIJsNYfW2e .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sIJsNYfW2e .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sIJsNYfW2e .team-item .item-image img {
  width: 100%;
}
.cid-sIJsNYfW2e .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sIJsNYfW2e .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sIJsNYfW2e .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sIJsNYfW2e .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sIJsNYfW2e .team-item .item-caption {
  background: #efefef;
}
.cid-sIJuYNkEFF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIJuYNkEFF .mbr-section-subtitle {
  color: #767676;
}
.cid-sIJuYNkEFF H2 {
  text-align: center;
}
.cid-sIJvgK7zHp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sIJvgK7zHp .mbr-section-subtitle {
  color: #767676;
}
.cid-sIJvgK7zHp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sIJvgK7zHp .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sIJvgK7zHp .team-item .item-image img {
  width: 100%;
}
.cid-sIJvgK7zHp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sIJvgK7zHp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sIJvgK7zHp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sIJvgK7zHp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sIJvgK7zHp .team-item .item-caption {
  background: #efefef;
}
.cid-tos6Dik6no {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tos6Dik6no .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tos6Dik6no .content {
    text-align: center;
  }
  .cid-tos6Dik6no .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tos6Dik6no .img-logo img {
  height: 6rem;
}
.cid-tos6Dik6no .form-group,
.cid-tos6Dik6no .input-group-btn {
  padding: 0;
}
.cid-tos6Dik6no .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tos6Dik6no .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tos6Dik6no .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tos6Dik6no .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tos6Dik6no .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tos6Dik6no .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tos6Dik6no .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tos6Dik6no .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tos6Dik6no .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tos6Dik6no .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tos6Dik6no .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tos6Dik6no .foot-logo {
    text-align: center !important;
  }
  .cid-tos6Dik6no .foot-title {
    text-align: center !important;
  }
  .cid-tos6Dik6no .mbr-text {
    text-align: center !important;
  }
  .cid-tos6Dik6no .form-group {
    margin: 0;
  }
}
.cid-tos6Dik6no .foot-logo {
  text-align: left;
}
.cid-sIJpFGAGln {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tohhYY3L58 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tohhYY3L58 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tohhYY3L58 a {
  font-style: normal;
}
.cid-tohhYY3L58 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tohhYY3L58 .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-tohhYY3L58 .nav-item:focus,
.cid-tohhYY3L58 .nav-link:focus {
  outline: none;
}
.cid-tohhYY3L58 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tohhYY3L58 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tohhYY3L58 .menu-logo {
  margin-right: auto;
}
.cid-tohhYY3L58 .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-tohhYY3L58 .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-tohhYY3L58 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tohhYY3L58 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tohhYY3L58 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tohhYY3L58 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tohhYY3L58 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tohhYY3L58 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tohhYY3L58 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tohhYY3L58 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tohhYY3L58 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tohhYY3L58 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tohhYY3L58 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tohhYY3L58 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tohhYY3L58 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tohhYY3L58 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tohhYY3L58 .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-tohhYY3L58 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tohhYY3L58 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tohhYY3L58 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tohhYY3L58 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tohhYY3L58 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tohhYY3L58 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tohhYY3L58 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tohhYY3L58 button.navbar-toggler:focus {
  outline: none;
}
.cid-tohhYY3L58 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tohhYY3L58 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tohhYY3L58 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tohhYY3L58 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tohhYY3L58 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tohhYY3L58 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tohhYY3L58 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tohhYY3L58 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tohhYY3L58 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tohhYY3L58 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tohhYY3L58 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tohhYY3L58 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tohhYY3L58 .collapsed .navbar-collapse.collapsing,
.cid-tohhYY3L58 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tohhYY3L58 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tohhYY3L58 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tohhYY3L58 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tohhYY3L58 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tohhYY3L58 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tohhYY3L58 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tohhYY3L58 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tohhYY3L58 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tohhYY3L58 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tohhYY3L58 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tohhYY3L58 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tohhYY3L58 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tohhYY3L58 .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-tohhYY3L58 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tohhYY3L58 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tohhYY3L58 .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-tohhYY3L58.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tohhYY3L58 img {
    height: 3.8rem !important;
  }
  .cid-tohhYY3L58 .btn {
    display: -webkit-flex;
  }
  .cid-tohhYY3L58 button.navbar-toggler {
    display: block;
  }
  .cid-tohhYY3L58 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tohhYY3L58 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tohhYY3L58 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tohhYY3L58 .navbar-collapse.collapsing,
  .cid-tohhYY3L58 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tohhYY3L58 .navbar-collapse.collapsing .navbar-nav,
  .cid-tohhYY3L58 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tohhYY3L58 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tohhYY3L58 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tohhYY3L58 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tohhYY3L58 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tohhYY3L58 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tohhYY3L58 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tohhYY3L58 .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-tohhYY3L58 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tohhYY3L58 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tohhYY3L58 .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-tohhYY3L58 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tohhYY3L58 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tohhYY3L58 .nav-link:hover,
.cid-tohhYY3L58 .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tos4zrkuFD .modal-body .close {
  background: #1b1b1b;
}
.cid-tos4zrkuFD .modal-body .close span {
  font-style: normal;
}
.cid-tos4zrkuFD .carousel-inner > .active,
.cid-tos4zrkuFD .carousel-inner > .next,
.cid-tos4zrkuFD .carousel-inner > .prev {
  display: flex;
}
.cid-tos4zrkuFD .carousel-control .icon-next,
.cid-tos4zrkuFD .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tos4zrkuFD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tos4zrkuFD .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tos4zrkuFD .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tos4zrkuFD .boxed-slider > div {
  position: relative;
}
.cid-tos4zrkuFD .container img {
  width: 100%;
}
.cid-tos4zrkuFD .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-tos4zrkuFD .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tos4zrkuFD .mbr-table-cell {
  padding: 0;
}
.cid-tos4zrkuFD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tos4zrkuFD .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-tos4zrkuFD .mbr-overlay {
  z-index: 1;
}
.cid-tos4zrkuFD .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tos4zrkuFD .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tos4zrkuFD .carousel-item.active.right,
.cid-tos4zrkuFD .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tos4zrkuFD .carousel-item.active.left,
.cid-tos4zrkuFD .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tos4zrkuFD .carousel-item.active,
.cid-tos4zrkuFD .carousel-item.next.left,
.cid-tos4zrkuFD .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tos4zrkuFD .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;
  z-index: 11;
}
.cid-tos4zrkuFD .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tos4zrkuFD .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tos4zrkuFD .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tos4zrkuFD .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tos4zrkuFD .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tos4zrkuFD .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-tos4zrkuFD .mbr-slider .carousel-indicators li.active,
.cid-tos4zrkuFD .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tos4zrkuFD .mbr-slider .carousel-indicators li::after,
.cid-tos4zrkuFD .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tos4zrkuFD .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tos4zrkuFD .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tos4zrkuFD .mbr-slider > .container img {
  width: 100%;
}
.cid-tos4zrkuFD .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-tos4zrkuFD .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tos4zrkuFD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tos4zrkuFD .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tos4zrkuFD .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tos4zrkuFD .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tos4zrkuFD .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tos4zrkuFD .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tos4zrkuFD .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tos4zrkuFD .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tos4zrkuFD .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tos4zrkuFD .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tos4zrkuFD .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tos4zrkuFD P {
  text-align: left;
}
.cid-tohhYZjRbp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tohhYZjRbp P {
  color: #767676;
}
.cid-tohiBvntCM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-tohiBvntCM H3 {
  text-align: left;
}
.cid-tohiBvntCM H1 {
  text-align: left;
}
.cid-tohiBvntCM .mbr-text,
.cid-tohiBvntCM .mbr-section-btn {
  text-align: left;
}
.cid-tohjWQDavh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-tohjWQDavh .mbr-section-subtitle {
  color: #767676;
}
.cid-tohjWQDavh .container-table {
  margin: 0 auto;
}
.cid-tohjWQDavh .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tohjWQDavh .dataTables_wrapper {
  display: block;
}
.cid-tohjWQDavh .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tohjWQDavh .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tohjWQDavh table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tohjWQDavh table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tohjWQDavh table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tohjWQDavh table td {
  border-top: 1px solid #cccccc;
}
.cid-tohjWQDavh table.table {
  background: #ffffff;
}
.cid-tohjWQDavh .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tohjWQDavh .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tohjWQDavh .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tohjWQDavh .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tohjWQDavh .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tohjWQDavh .dataTables_filter {
    text-align: center;
  }
  .cid-tohjWQDavh .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tohkQHSHzE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-tohkQHSHzE .mbr-section-subtitle {
  color: #767676;
}
.cid-tohkQHSHzE .container-table {
  margin: 0 auto;
}
.cid-tohkQHSHzE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tohkQHSHzE .dataTables_wrapper {
  display: block;
}
.cid-tohkQHSHzE .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tohkQHSHzE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tohkQHSHzE table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tohkQHSHzE table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tohkQHSHzE table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tohkQHSHzE table td {
  border-top: 1px solid #cccccc;
}
.cid-tohkQHSHzE table.table {
  background: #ffffff;
}
.cid-tohkQHSHzE .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tohkQHSHzE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tohkQHSHzE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tohkQHSHzE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tohkQHSHzE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tohkQHSHzE .dataTables_filter {
    text-align: center;
  }
  .cid-tohkQHSHzE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tohkQHSHzE .body-item {
  text-align: left;
}
.cid-tos6omum1G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tos6omum1G .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tos6omum1G .content {
    text-align: center;
  }
  .cid-tos6omum1G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tos6omum1G .img-logo img {
  height: 6rem;
}
.cid-tos6omum1G .form-group,
.cid-tos6omum1G .input-group-btn {
  padding: 0;
}
.cid-tos6omum1G .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tos6omum1G .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tos6omum1G .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tos6omum1G .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tos6omum1G .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tos6omum1G .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tos6omum1G .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tos6omum1G .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tos6omum1G .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tos6omum1G .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tos6omum1G .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tos6omum1G .foot-logo {
    text-align: center !important;
  }
  .cid-tos6omum1G .foot-title {
    text-align: center !important;
  }
  .cid-tos6omum1G .mbr-text {
    text-align: center !important;
  }
  .cid-tos6omum1G .form-group {
    margin: 0;
  }
}
.cid-tos6omum1G .foot-logo {
  text-align: left;
}
.cid-tohhZ0YU9W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tpoJnTHRAL .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tpoJnTHRAL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tpoJnTHRAL a {
  font-style: normal;
}
.cid-tpoJnTHRAL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tpoJnTHRAL .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-tpoJnTHRAL .nav-item:focus,
.cid-tpoJnTHRAL .nav-link:focus {
  outline: none;
}
.cid-tpoJnTHRAL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tpoJnTHRAL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tpoJnTHRAL .menu-logo {
  margin-right: auto;
}
.cid-tpoJnTHRAL .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-tpoJnTHRAL .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-tpoJnTHRAL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tpoJnTHRAL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tpoJnTHRAL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tpoJnTHRAL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tpoJnTHRAL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tpoJnTHRAL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tpoJnTHRAL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tpoJnTHRAL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tpoJnTHRAL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tpoJnTHRAL .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tpoJnTHRAL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tpoJnTHRAL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpoJnTHRAL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tpoJnTHRAL .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tpoJnTHRAL .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-tpoJnTHRAL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tpoJnTHRAL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tpoJnTHRAL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tpoJnTHRAL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tpoJnTHRAL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tpoJnTHRAL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tpoJnTHRAL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tpoJnTHRAL button.navbar-toggler:focus {
  outline: none;
}
.cid-tpoJnTHRAL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tpoJnTHRAL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tpoJnTHRAL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tpoJnTHRAL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tpoJnTHRAL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tpoJnTHRAL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpoJnTHRAL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tpoJnTHRAL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tpoJnTHRAL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpoJnTHRAL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tpoJnTHRAL .collapsed .btn {
  display: -webkit-flex;
}
.cid-tpoJnTHRAL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tpoJnTHRAL .collapsed .navbar-collapse.collapsing,
.cid-tpoJnTHRAL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tpoJnTHRAL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tpoJnTHRAL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tpoJnTHRAL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tpoJnTHRAL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tpoJnTHRAL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tpoJnTHRAL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tpoJnTHRAL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tpoJnTHRAL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tpoJnTHRAL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tpoJnTHRAL .collapsed button.navbar-toggler {
  display: block;
}
.cid-tpoJnTHRAL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tpoJnTHRAL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tpoJnTHRAL .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-tpoJnTHRAL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tpoJnTHRAL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tpoJnTHRAL .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-tpoJnTHRAL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tpoJnTHRAL img {
    height: 3.8rem !important;
  }
  .cid-tpoJnTHRAL .btn {
    display: -webkit-flex;
  }
  .cid-tpoJnTHRAL button.navbar-toggler {
    display: block;
  }
  .cid-tpoJnTHRAL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tpoJnTHRAL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tpoJnTHRAL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tpoJnTHRAL .navbar-collapse.collapsing,
  .cid-tpoJnTHRAL .navbar-collapse.show {
    display: block !important;
  }
  .cid-tpoJnTHRAL .navbar-collapse.collapsing .navbar-nav,
  .cid-tpoJnTHRAL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tpoJnTHRAL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tpoJnTHRAL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tpoJnTHRAL .navbar-collapse.collapsing .navbar-buttons,
  .cid-tpoJnTHRAL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tpoJnTHRAL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tpoJnTHRAL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tpoJnTHRAL .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-tpoJnTHRAL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tpoJnTHRAL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tpoJnTHRAL .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-tpoJnTHRAL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tpoJnTHRAL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tpoJnTHRAL .nav-link:hover,
.cid-tpoJnTHRAL .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tpoJnWr0Oy .modal-body .close {
  background: #1b1b1b;
}
.cid-tpoJnWr0Oy .modal-body .close span {
  font-style: normal;
}
.cid-tpoJnWr0Oy .carousel-inner > .active,
.cid-tpoJnWr0Oy .carousel-inner > .next,
.cid-tpoJnWr0Oy .carousel-inner > .prev {
  display: flex;
}
.cid-tpoJnWr0Oy .carousel-control .icon-next,
.cid-tpoJnWr0Oy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tpoJnWr0Oy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tpoJnWr0Oy .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tpoJnWr0Oy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tpoJnWr0Oy .boxed-slider > div {
  position: relative;
}
.cid-tpoJnWr0Oy .container img {
  width: 100%;
}
.cid-tpoJnWr0Oy .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-tpoJnWr0Oy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tpoJnWr0Oy .mbr-table-cell {
  padding: 0;
}
.cid-tpoJnWr0Oy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tpoJnWr0Oy .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-tpoJnWr0Oy .mbr-overlay {
  z-index: 1;
}
.cid-tpoJnWr0Oy .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tpoJnWr0Oy .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tpoJnWr0Oy .carousel-item.active.right,
.cid-tpoJnWr0Oy .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tpoJnWr0Oy .carousel-item.active.left,
.cid-tpoJnWr0Oy .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tpoJnWr0Oy .carousel-item.active,
.cid-tpoJnWr0Oy .carousel-item.next.left,
.cid-tpoJnWr0Oy .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tpoJnWr0Oy .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;
  z-index: 11;
}
.cid-tpoJnWr0Oy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpoJnWr0Oy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpoJnWr0Oy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tpoJnWr0Oy .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tpoJnWr0Oy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tpoJnWr0Oy .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-tpoJnWr0Oy .mbr-slider .carousel-indicators li.active,
.cid-tpoJnWr0Oy .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tpoJnWr0Oy .mbr-slider .carousel-indicators li::after,
.cid-tpoJnWr0Oy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tpoJnWr0Oy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tpoJnWr0Oy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tpoJnWr0Oy .mbr-slider > .container img {
  width: 100%;
}
.cid-tpoJnWr0Oy .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-tpoJnWr0Oy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tpoJnWr0Oy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tpoJnWr0Oy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tpoJnWr0Oy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tpoJnWr0Oy .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tpoJnWr0Oy .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tpoJnWr0Oy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tpoJnWr0Oy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tpoJnWr0Oy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tpoJnWr0Oy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tpoJnWr0Oy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tpoJnWr0Oy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tpoJnWr0Oy P {
  text-align: left;
}
.cid-tpoJnX3uFL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tpoJnX3uFL P {
  color: #767676;
}
.cid-tpoMzELIDE {
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
}
.cid-tpoMzELIDE .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-tpoMzELIDE .media-container-column {
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-tpoMzELIDE .media-container-column {
    padding: 1rem !important;
  }
}
.cid-tpoNepBnmB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-tpoNepBnmB .mbr-section-subtitle {
  color: #767676;
}
.cid-tpoNepBnmB .container-table {
  margin: 0 auto;
}
.cid-tpoNepBnmB .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tpoNepBnmB .dataTables_wrapper {
  display: block;
}
.cid-tpoNepBnmB .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tpoNepBnmB .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tpoNepBnmB table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tpoNepBnmB table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tpoNepBnmB table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tpoNepBnmB table td {
  border-top: 1px solid #cccccc;
}
.cid-tpoNepBnmB table.table {
  background: #ffffff;
}
.cid-tpoNepBnmB .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tpoNepBnmB .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tpoNepBnmB .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tpoNepBnmB .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tpoNepBnmB .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tpoNepBnmB .dataTables_filter {
    text-align: center;
  }
  .cid-tpoNepBnmB .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tpoQuchKC3 {
  background: linear-gradient(45deg, #e4d295, #ff3366);
}
.cid-tpoQuchKC3 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-tpoSxxTyzL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tpoSxxTyzL .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-tpoSxxTyzL .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tpoSxxTyzL H2 {
  text-align: left;
}
.cid-tpoTb0NsNC {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #e4d295, #073b4c);
}
.cid-tpoTb0NsNC .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tpoTb0NsNC .main .mbr-section-btn {
  text-align: right;
}
.cid-tpoTb0NsNC .btn {
  margin: 0 0 .5rem 0;
}
.cid-tpoTb0NsNC H2 {
  text-align: left;
}
.cid-tpoYqTtwF6 {
  background-image: url("../../../assets/images/firstcollegeunion-2000x1429.jpg");
}
.cid-tpoYqTtwF6 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tpoYqTtwF6 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tpoYqTtwF6 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tpoYqTtwF6 .mbr-text {
  color: #ffffff;
}
.cid-tpoYqTtwF6 .card {
  padding-bottom: 1.5rem;
}
.cid-tpoTFWgT07 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-tpoTFWgT07 .testimonial-text {
  font-style: italic;
  color: #ff3366;
  font-weight: 300;
}
.cid-tpoTFWgT07 .mbr-author-name {
  font-weight: bold;
  color: #223322;
}
.cid-tpoTFWgT07 .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-tpoTFWgT07 .mbr-figure,
  .cid-tpoTFWgT07 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-tpoWZhCngP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tpoWZhCngP h2 {
  text-align: left;
}
.cid-tpoWZhCngP h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tpoWZhCngP p {
  color: #767676;
  text-align: left;
}
.cid-tpoWZhCngP .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tpoWZhCngP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tpoWZhCngP .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tpoWZhCngP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tpoWZhCngP .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tpoWZhCngP .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tpoWZhCngP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tpoWZhCngP .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tpoWZhCngP .card-img span {
    font-size: 40px !important;
  }
}
.cid-tpoWZhCngP H2 {
  color: #612008;
}
.cid-tpp8DsNx7Q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e4d295;
}
.cid-tpp8DsNx7Q h2 {
  text-align: left;
}
.cid-tpp8DsNx7Q h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tpp8DsNx7Q p {
  color: #767676;
  text-align: left;
}
.cid-tpp8DsNx7Q .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tpp8DsNx7Q .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tpp8DsNx7Q .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tpp8DsNx7Q .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tpp8DsNx7Q .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tpp8DsNx7Q .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tpp8DsNx7Q .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tpp8DsNx7Q .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tpp8DsNx7Q .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tpp8DsNx7Q .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tpp8DsNx7Q .card-img span {
    font-size: 40px !important;
  }
}
.cid-tpp8DsNx7Q .mbr-text {
  color: #223322;
}
.cid-tpp8DsNx7Q H2 {
  color: #fe0c0c;
}
.cid-tppd27niej {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tppd27niej h2 {
  text-align: left;
}
.cid-tppd27niej h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tppd27niej p {
  color: #767676;
  text-align: left;
}
.cid-tppd27niej .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tppd27niej .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tppd27niej .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tppd27niej .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tppd27niej .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tppd27niej .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tppd27niej .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tppd27niej .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tppd27niej .card-img span {
    font-size: 40px !important;
  }
}
.cid-tppd27niej .mbr-text {
  color: #223322;
}
.cid-tppd27niej H2 {
  color: #fe0c0c;
}
.cid-tppdX93AVr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tppdX93AVr h2 {
  text-align: left;
}
.cid-tppdX93AVr h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tppdX93AVr p {
  color: #767676;
  text-align: left;
}
.cid-tppdX93AVr .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tppdX93AVr .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tppdX93AVr .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tppdX93AVr .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tppdX93AVr .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tppdX93AVr .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tppdX93AVr .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tppdX93AVr .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tppdX93AVr .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tppdX93AVr .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tppdX93AVr .card-img span {
    font-size: 40px !important;
  }
}
.cid-tppdX93AVr .mbr-text {
  color: #223322;
}
.cid-tppdX93AVr H2 {
  color: #7d5e05;
}
.cid-tppfvXwLq6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tppfvXwLq6 h2 {
  text-align: left;
}
.cid-tppfvXwLq6 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tppfvXwLq6 p {
  color: #767676;
  text-align: left;
}
.cid-tppfvXwLq6 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tppfvXwLq6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tppfvXwLq6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tppfvXwLq6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tppfvXwLq6 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tppfvXwLq6 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tppfvXwLq6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tppfvXwLq6 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tppfvXwLq6 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tppfvXwLq6 .mbr-text {
  color: #223322;
}
.cid-tppfvXwLq6 H2 {
  color: #fe0c0c;
}
.cid-tpoJnY6VGp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tpoJnY6VGp .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tpoJnY6VGp .content {
    text-align: center;
  }
  .cid-tpoJnY6VGp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tpoJnY6VGp .img-logo img {
  height: 6rem;
}
.cid-tpoJnY6VGp .form-group,
.cid-tpoJnY6VGp .input-group-btn {
  padding: 0;
}
.cid-tpoJnY6VGp .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tpoJnY6VGp .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tpoJnY6VGp .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tpoJnY6VGp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tpoJnY6VGp .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tpoJnY6VGp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tpoJnY6VGp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tpoJnY6VGp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tpoJnY6VGp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tpoJnY6VGp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tpoJnY6VGp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tpoJnY6VGp .foot-logo {
    text-align: center !important;
  }
  .cid-tpoJnY6VGp .foot-title {
    text-align: center !important;
  }
  .cid-tpoJnY6VGp .mbr-text {
    text-align: center !important;
  }
  .cid-tpoJnY6VGp .form-group {
    margin: 0;
  }
}
.cid-tpoJnY6VGp .foot-logo {
  text-align: left;
}
.cid-tpoJnYMHLW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tppkVprAuU .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tppkVprAuU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tppkVprAuU a {
  font-style: normal;
}
.cid-tppkVprAuU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tppkVprAuU .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-tppkVprAuU .nav-item:focus,
.cid-tppkVprAuU .nav-link:focus {
  outline: none;
}
.cid-tppkVprAuU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tppkVprAuU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tppkVprAuU .menu-logo {
  margin-right: auto;
}
.cid-tppkVprAuU .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-tppkVprAuU .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-tppkVprAuU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tppkVprAuU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tppkVprAuU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tppkVprAuU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tppkVprAuU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tppkVprAuU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tppkVprAuU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tppkVprAuU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tppkVprAuU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tppkVprAuU .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tppkVprAuU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tppkVprAuU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tppkVprAuU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tppkVprAuU .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tppkVprAuU .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-tppkVprAuU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tppkVprAuU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tppkVprAuU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tppkVprAuU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tppkVprAuU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tppkVprAuU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tppkVprAuU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tppkVprAuU button.navbar-toggler:focus {
  outline: none;
}
.cid-tppkVprAuU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tppkVprAuU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tppkVprAuU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tppkVprAuU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tppkVprAuU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tppkVprAuU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tppkVprAuU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tppkVprAuU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tppkVprAuU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tppkVprAuU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tppkVprAuU .collapsed .btn {
  display: -webkit-flex;
}
.cid-tppkVprAuU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tppkVprAuU .collapsed .navbar-collapse.collapsing,
.cid-tppkVprAuU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tppkVprAuU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tppkVprAuU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tppkVprAuU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tppkVprAuU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tppkVprAuU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tppkVprAuU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tppkVprAuU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tppkVprAuU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tppkVprAuU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tppkVprAuU .collapsed button.navbar-toggler {
  display: block;
}
.cid-tppkVprAuU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tppkVprAuU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tppkVprAuU .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-tppkVprAuU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tppkVprAuU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tppkVprAuU .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-tppkVprAuU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tppkVprAuU img {
    height: 3.8rem !important;
  }
  .cid-tppkVprAuU .btn {
    display: -webkit-flex;
  }
  .cid-tppkVprAuU button.navbar-toggler {
    display: block;
  }
  .cid-tppkVprAuU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tppkVprAuU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tppkVprAuU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tppkVprAuU .navbar-collapse.collapsing,
  .cid-tppkVprAuU .navbar-collapse.show {
    display: block !important;
  }
  .cid-tppkVprAuU .navbar-collapse.collapsing .navbar-nav,
  .cid-tppkVprAuU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tppkVprAuU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tppkVprAuU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tppkVprAuU .navbar-collapse.collapsing .navbar-buttons,
  .cid-tppkVprAuU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tppkVprAuU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tppkVprAuU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tppkVprAuU .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-tppkVprAuU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tppkVprAuU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tppkVprAuU .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-tppkVprAuU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tppkVprAuU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tppkVprAuU .nav-link:hover,
.cid-tppkVprAuU .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tppkVpSte2 .modal-body .close {
  background: #1b1b1b;
}
.cid-tppkVpSte2 .modal-body .close span {
  font-style: normal;
}
.cid-tppkVpSte2 .carousel-inner > .active,
.cid-tppkVpSte2 .carousel-inner > .next,
.cid-tppkVpSte2 .carousel-inner > .prev {
  display: flex;
}
.cid-tppkVpSte2 .carousel-control .icon-next,
.cid-tppkVpSte2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tppkVpSte2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tppkVpSte2 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tppkVpSte2 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tppkVpSte2 .boxed-slider > div {
  position: relative;
}
.cid-tppkVpSte2 .container img {
  width: 100%;
}
.cid-tppkVpSte2 .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-tppkVpSte2 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tppkVpSte2 .mbr-table-cell {
  padding: 0;
}
.cid-tppkVpSte2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tppkVpSte2 .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-tppkVpSte2 .mbr-overlay {
  z-index: 1;
}
.cid-tppkVpSte2 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tppkVpSte2 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tppkVpSte2 .carousel-item.active.right,
.cid-tppkVpSte2 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tppkVpSte2 .carousel-item.active.left,
.cid-tppkVpSte2 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tppkVpSte2 .carousel-item.active,
.cid-tppkVpSte2 .carousel-item.next.left,
.cid-tppkVpSte2 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tppkVpSte2 .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;
  z-index: 11;
}
.cid-tppkVpSte2 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tppkVpSte2 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tppkVpSte2 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tppkVpSte2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tppkVpSte2 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tppkVpSte2 .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-tppkVpSte2 .mbr-slider .carousel-indicators li.active,
.cid-tppkVpSte2 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tppkVpSte2 .mbr-slider .carousel-indicators li::after,
.cid-tppkVpSte2 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tppkVpSte2 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tppkVpSte2 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tppkVpSte2 .mbr-slider > .container img {
  width: 100%;
}
.cid-tppkVpSte2 .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-tppkVpSte2 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tppkVpSte2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tppkVpSte2 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tppkVpSte2 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tppkVpSte2 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tppkVpSte2 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tppkVpSte2 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tppkVpSte2 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tppkVpSte2 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tppkVpSte2 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tppkVpSte2 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tppkVpSte2 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tppkVpSte2 P {
  text-align: left;
}
.cid-tppkVqzUbR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tppkVqzUbR P {
  color: #767676;
}
.cid-tppkVqzUbR H1 {
  text-align: left;
}
.cid-tppkVr7DSY {
  background-image: url("../../../assets/images/mbr-1920x716.jpg");
}
.cid-tppkVr7DSY .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-tppkVr7DSY .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tppkVr7DSY .media-container-column {
    padding: 1rem !important;
  }
}
.cid-tppov3Jce8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tppov3Jce8 P {
  color: #767676;
}
.cid-tppov3Jce8 .mbr-text,
.cid-tppov3Jce8 .mbr-section-btn {
  text-align: left;
}
.cid-tppp4753K5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #55b4d4, #073b4c);
}
.cid-tppp4753K5 .mbr-text,
.cid-tppp4753K5 .mbr-section-btn {
  text-align: left;
}
.cid-tppqTgYGyb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tppqTgYGyb .mbr-section-subtitle {
  color: #767676;
}
.cid-tppqTgYGyb H2 {
  text-align: left;
  color: #cc2952;
}
.cid-tppq8VpiPW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tppq8VpiPW .counter-container {
  color: #767676;
}
.cid-tppq8VpiPW .counter-container ul {
  margin-bottom: 0;
}
.cid-tppq8VpiPW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tppq8VpiPW .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ff3366;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tppkVrEPC9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tppkVrEPC9 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tppkVrEPC9 .content {
    text-align: center;
  }
  .cid-tppkVrEPC9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tppkVrEPC9 .img-logo img {
  height: 6rem;
}
.cid-tppkVrEPC9 .form-group,
.cid-tppkVrEPC9 .input-group-btn {
  padding: 0;
}
.cid-tppkVrEPC9 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tppkVrEPC9 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tppkVrEPC9 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tppkVrEPC9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tppkVrEPC9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tppkVrEPC9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tppkVrEPC9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tppkVrEPC9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tppkVrEPC9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tppkVrEPC9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tppkVrEPC9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tppkVrEPC9 .foot-logo {
    text-align: center !important;
  }
  .cid-tppkVrEPC9 .foot-title {
    text-align: center !important;
  }
  .cid-tppkVrEPC9 .mbr-text {
    text-align: center !important;
  }
  .cid-tppkVrEPC9 .form-group {
    margin: 0;
  }
}
.cid-tppkVrEPC9 .foot-logo {
  text-align: left;
}
.cid-tppkVsqoGf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tpppHQLU27 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tpppHQLU27 .counter-container {
  color: #767676;
}
.cid-tpppHQLU27 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tpppHQLU27 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tpppHQLU27 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tpppHQLU27 .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-tppsvOEnHd .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tppsvOEnHd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tppsvOEnHd a {
  font-style: normal;
}
.cid-tppsvOEnHd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tppsvOEnHd .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-tppsvOEnHd .nav-item:focus,
.cid-tppsvOEnHd .nav-link:focus {
  outline: none;
}
.cid-tppsvOEnHd .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tppsvOEnHd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tppsvOEnHd .menu-logo {
  margin-right: auto;
}
.cid-tppsvOEnHd .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-tppsvOEnHd .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-tppsvOEnHd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tppsvOEnHd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tppsvOEnHd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tppsvOEnHd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tppsvOEnHd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tppsvOEnHd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tppsvOEnHd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tppsvOEnHd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tppsvOEnHd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tppsvOEnHd .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tppsvOEnHd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tppsvOEnHd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tppsvOEnHd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tppsvOEnHd .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tppsvOEnHd .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-tppsvOEnHd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tppsvOEnHd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tppsvOEnHd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tppsvOEnHd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tppsvOEnHd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tppsvOEnHd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tppsvOEnHd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tppsvOEnHd button.navbar-toggler:focus {
  outline: none;
}
.cid-tppsvOEnHd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tppsvOEnHd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tppsvOEnHd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tppsvOEnHd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tppsvOEnHd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tppsvOEnHd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tppsvOEnHd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tppsvOEnHd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tppsvOEnHd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tppsvOEnHd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tppsvOEnHd .collapsed .btn {
  display: -webkit-flex;
}
.cid-tppsvOEnHd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tppsvOEnHd .collapsed .navbar-collapse.collapsing,
.cid-tppsvOEnHd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tppsvOEnHd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tppsvOEnHd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tppsvOEnHd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tppsvOEnHd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tppsvOEnHd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tppsvOEnHd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tppsvOEnHd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tppsvOEnHd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tppsvOEnHd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tppsvOEnHd .collapsed button.navbar-toggler {
  display: block;
}
.cid-tppsvOEnHd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tppsvOEnHd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tppsvOEnHd .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-tppsvOEnHd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tppsvOEnHd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tppsvOEnHd .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-tppsvOEnHd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tppsvOEnHd img {
    height: 3.8rem !important;
  }
  .cid-tppsvOEnHd .btn {
    display: -webkit-flex;
  }
  .cid-tppsvOEnHd button.navbar-toggler {
    display: block;
  }
  .cid-tppsvOEnHd .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tppsvOEnHd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tppsvOEnHd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tppsvOEnHd .navbar-collapse.collapsing,
  .cid-tppsvOEnHd .navbar-collapse.show {
    display: block !important;
  }
  .cid-tppsvOEnHd .navbar-collapse.collapsing .navbar-nav,
  .cid-tppsvOEnHd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tppsvOEnHd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tppsvOEnHd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tppsvOEnHd .navbar-collapse.collapsing .navbar-buttons,
  .cid-tppsvOEnHd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tppsvOEnHd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tppsvOEnHd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tppsvOEnHd .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-tppsvOEnHd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tppsvOEnHd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tppsvOEnHd .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-tppsvOEnHd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tppsvOEnHd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tppsvOEnHd .nav-link:hover,
.cid-tppsvOEnHd .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tppsvP14qi .modal-body .close {
  background: #1b1b1b;
}
.cid-tppsvP14qi .modal-body .close span {
  font-style: normal;
}
.cid-tppsvP14qi .carousel-inner > .active,
.cid-tppsvP14qi .carousel-inner > .next,
.cid-tppsvP14qi .carousel-inner > .prev {
  display: flex;
}
.cid-tppsvP14qi .carousel-control .icon-next,
.cid-tppsvP14qi .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tppsvP14qi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tppsvP14qi .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tppsvP14qi .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tppsvP14qi .boxed-slider > div {
  position: relative;
}
.cid-tppsvP14qi .container img {
  width: 100%;
}
.cid-tppsvP14qi .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-tppsvP14qi .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tppsvP14qi .mbr-table-cell {
  padding: 0;
}
.cid-tppsvP14qi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tppsvP14qi .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-tppsvP14qi .mbr-overlay {
  z-index: 1;
}
.cid-tppsvP14qi .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tppsvP14qi .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tppsvP14qi .carousel-item.active.right,
.cid-tppsvP14qi .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tppsvP14qi .carousel-item.active.left,
.cid-tppsvP14qi .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tppsvP14qi .carousel-item.active,
.cid-tppsvP14qi .carousel-item.next.left,
.cid-tppsvP14qi .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tppsvP14qi .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;
  z-index: 11;
}
.cid-tppsvP14qi .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tppsvP14qi .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tppsvP14qi .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tppsvP14qi .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tppsvP14qi .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tppsvP14qi .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-tppsvP14qi .mbr-slider .carousel-indicators li.active,
.cid-tppsvP14qi .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tppsvP14qi .mbr-slider .carousel-indicators li::after,
.cid-tppsvP14qi .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tppsvP14qi .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tppsvP14qi .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tppsvP14qi .mbr-slider > .container img {
  width: 100%;
}
.cid-tppsvP14qi .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-tppsvP14qi .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tppsvP14qi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tppsvP14qi .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tppsvP14qi .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tppsvP14qi .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tppsvP14qi .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tppsvP14qi .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tppsvP14qi .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tppsvP14qi .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tppsvP14qi .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tppsvP14qi .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tppsvP14qi .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tppsvP14qi P {
  text-align: left;
}
.cid-tppsvPAdjg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tppsvPAdjg P {
  color: #767676;
}
.cid-tppsvPAdjg H1 {
  text-align: center;
}
.cid-tppw7mQ4hu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tppw7mQ4hu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tppw7mQ4hu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tppw7mQ4hu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tppw7mQ4hu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tppw7mQ4hu .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-tppw7mQ4hu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tppw7mQ4hu .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tppw7mQ4hu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tppw7mQ4hu .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-tppsvQPilv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tppsvQPilv .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tppsvQPilv .content {
    text-align: center;
  }
  .cid-tppsvQPilv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tppsvQPilv .img-logo img {
  height: 6rem;
}
.cid-tppsvQPilv .form-group,
.cid-tppsvQPilv .input-group-btn {
  padding: 0;
}
.cid-tppsvQPilv .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tppsvQPilv .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tppsvQPilv .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tppsvQPilv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tppsvQPilv .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tppsvQPilv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tppsvQPilv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tppsvQPilv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tppsvQPilv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tppsvQPilv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tppsvQPilv .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tppsvQPilv .foot-logo {
    text-align: center !important;
  }
  .cid-tppsvQPilv .foot-title {
    text-align: center !important;
  }
  .cid-tppsvQPilv .mbr-text {
    text-align: center !important;
  }
  .cid-tppsvQPilv .form-group {
    margin: 0;
  }
}
.cid-tppsvQPilv .foot-logo {
  text-align: left;
}
.cid-tppsvRM0lz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
