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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #e0c34d !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: #e0c34d !important;
  border-color: #e0c34d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #bfa021 !important;
  border-color: #bfa021 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bfa021 !important;
  border-color: #bfa021 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fdc206 !important;
  border-color: #fdc206 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b58a01 !important;
  border-color: #b58a01 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b58a01 !important;
  border-color: #b58a01 !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: #a98e1e;
  color: #a98e1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e0c34d;
  border-color: #e0c34d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e0c34d !important;
  border-color: #e0c34d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #9c7701;
  color: #9c7701;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fdc206;
  border-color: #fdc206;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fdc206 !important;
  border-color: #fdc206 !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: #e0c34d !important;
}
.text-secondary {
  color: #fdc206 !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: #a98e1e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #9c7701 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e0c34d;
  border-color: #e0c34d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e0c34d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fefefb;
}
.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: 'Roboto', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #e0c34d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #e0c34d;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e0c34d;
}
/* Headers*/
@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: #e0c34d;
  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: #e0c34d;
  border-bottom-color: #e0c34d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #e0c34d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fdc206 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  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='%23e0c34d' %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-s0nYT3TbTI #top-carousel {
  top: 45%!important;
  width: 50px!important;
  height: 50px!important;
  border-radius: 50%!important;
  background-color: #000000 !important;
}
.cid-s0nYT3TbTI .carousel-control-prev {
  left: 10%!important;
}
.cid-s0nYT3TbTI .carousel-control-next {
  right: 10%!important;
}
.cid-s0nYT3TbTI .slide {
  object-fit: cover!important;
  width: 100%!important;
}
.cid-s0nYT3TbTI .border-bottom {
  border-bottom: solid 4px #e8d37a!important;
}
.cid-s0bMW2INVy .navbar {
  background: #2f2f2f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s0bMW2INVy .navbar-dropdown.bg-color.transparent.opened {
  background: #2f2f2f;
}
.cid-s0bMW2INVy a {
  font-style: normal;
}
.cid-s0bMW2INVy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0bMW2INVy .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-s0bMW2INVy .nav-item:focus,
.cid-s0bMW2INVy .nav-link:focus {
  outline: none;
}
.cid-s0bMW2INVy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0bMW2INVy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0bMW2INVy .menu-logo {
  margin-right: auto;
}
.cid-s0bMW2INVy .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-s0bMW2INVy .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-s0bMW2INVy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0bMW2INVy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0bMW2INVy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0bMW2INVy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0bMW2INVy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0bMW2INVy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0bMW2INVy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0bMW2INVy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0bMW2INVy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0bMW2INVy .dropdown .dropdown-menu {
  background: #2f2f2f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0bMW2INVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0bMW2INVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0bMW2INVy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0bMW2INVy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0bMW2INVy .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-s0bMW2INVy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0bMW2INVy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0bMW2INVy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0bMW2INVy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0bMW2INVy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0bMW2INVy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0bMW2INVy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0bMW2INVy button.navbar-toggler:focus {
  outline: none;
}
.cid-s0bMW2INVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0bMW2INVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0bMW2INVy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0bMW2INVy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0bMW2INVy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0bMW2INVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0bMW2INVy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0bMW2INVy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0bMW2INVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0bMW2INVy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0bMW2INVy .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0bMW2INVy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0bMW2INVy .collapsed .navbar-collapse.collapsing,
.cid-s0bMW2INVy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0bMW2INVy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0bMW2INVy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0bMW2INVy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0bMW2INVy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0bMW2INVy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0bMW2INVy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0bMW2INVy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0bMW2INVy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0bMW2INVy .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s0bMW2INVy .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0bMW2INVy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0bMW2INVy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0bMW2INVy .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-s0bMW2INVy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0bMW2INVy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0bMW2INVy .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-s0bMW2INVy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0bMW2INVy img {
    height: 3.8rem !important;
  }
  .cid-s0bMW2INVy .btn {
    display: -webkit-flex;
  }
  .cid-s0bMW2INVy button.navbar-toggler {
    display: block;
  }
  .cid-s0bMW2INVy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0bMW2INVy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0bMW2INVy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0bMW2INVy .navbar-collapse.collapsing,
  .cid-s0bMW2INVy .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0bMW2INVy .navbar-collapse.collapsing .navbar-nav,
  .cid-s0bMW2INVy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0bMW2INVy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0bMW2INVy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0bMW2INVy .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0bMW2INVy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0bMW2INVy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0bMW2INVy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0bMW2INVy .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-s0bMW2INVy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0bMW2INVy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0bMW2INVy .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-s0bMW2INVy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0bMW2INVy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0bMW2INVy .nav-link:hover,
.cid-s0bMW2INVy .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s0nrPdMs4W {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0nrPdMs4W .mbr-section-subtitle {
  color: #767676;
}
.cid-s0bN9B4Ies {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s0bN9B4Ies p {
  margin-bottom: 0;
}
.cid-s0bN9B4Ies .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(47, 47, 47, 0.5);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-s0bN9B4Ies .card-box .card-title {
  pointer-events: all;
}
.cid-s0bN9B4Ies .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-s0bN9B4Ies .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-s0bN9B4Ies .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-s0bN9B4Ies .card-wrap {
  position: relative;
}
.cid-s0bN9B4Ies .card {
  padding-bottom: 2rem;
}
.cid-s0nsXhzjQl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s0nsXhzjQl .mbr-section-subtitle {
  color: #767676;
}
.cid-s0FidrO8Nk {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-s0FidrO8Nk .mbr-section-btn > * {
  margin: 0;
}
.cid-s0FidrO8Nk h4 {
  font-weight: 500;
}
.cid-s0FidrO8Nk p {
  color: #232323;
}
.cid-s0FidrO8Nk .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s0FidrO8Nk .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s0FidrO8Nk .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0FidrO8Nk .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s0FidrO8Nk .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s0FidrO8Nk .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s0FidrO8Nk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s0FidrO8Nk .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s0FidrO8Nk .card-img span {
    font-size: 40px !important;
  }
}
.cid-s0FidrO8Nk .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s0nDzgrqjQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-s0nDzgrqjQ .card-box {
  padding: 0 2rem;
}
.cid-s0nDzgrqjQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s0nDzgrqjQ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s0nDzgrqjQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s0nDzgrqjQ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s0nDzgrqjQ .mbr-text {
  color: #767676;
}
.cid-s0nDzgrqjQ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s0nDzgrqjQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s0ltBG1iz2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s0ltBG1iz2 h2 {
  text-align: left;
}
.cid-s0ltBG1iz2 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s0ltBG1iz2 p {
  color: #767676;
  text-align: left;
}
.cid-s0ltBG1iz2 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s0ltBG1iz2 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s0ltBG1iz2 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0ltBG1iz2 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s0ltBG1iz2 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s0ltBG1iz2 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s0ltBG1iz2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s0ltBG1iz2 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s0ltBG1iz2 .card-img span {
    font-size: 40px !important;
  }
}
.cid-s0ltBG1iz2 .mbr-text {
  color: #2f2f2f;
}
.cid-s0ntzXBYSL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ali02.jpg");
}
.cid-s0ntzXBYSL H2 {
  text-align: center;
  color: #2e2e2e;
}
.cid-s0ntzXBYSL .mbr-text,
.cid-s0ntzXBYSL .mbr-section-btn {
  text-align: center;
  color: #2f2f2f;
}
.cid-s0ntzXBYSL H3 {
  text-align: center;
}
.cid-s0bNiKo9vd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-s0bNiKo9vd .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s0bNiKo9vd .icon-block {
  margin-bottom: 10px;
}
.cid-s0bNiKo9vd .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-s0bNiKo9vd .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-s0bNiKo9vd .mbr-text {
  color: #232323;
}
.cid-s0bNiKo9vd textarea.form-control {
  min-height: 100px;
}
.cid-s0bNiKo9vd a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s0bNiKo9vd .google-map {
  height: 32rem;
  position: relative;
}
.cid-s0bNiKo9vd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s0bNiKo9vd .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-s0bNiKo9vd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s0bNiKo9vd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s0bNiKo9vd h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s0bNiKo9vd .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s0bNiKo9vd .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-s0bNiKo9vd .border-primary {
  border: solid 4px rgba(224, 195, 77, 0.9) !important;
}
.cid-s0bNiKo9vd H2 {
  color: #2f2f2f;
}
.cid-s0FcwWnajx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0FcwWnajx .content {
    text-align: center;
  }
  .cid-s0FcwWnajx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0FcwWnajx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0FcwWnajx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0FcwWnajx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0FcwWnajx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0FcwWnajx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0FcwWnajx .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-s0FcwWnajx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0FcwWnajx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0FcwWnajx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0FcwWnajx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0FcwWnajx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0lfwQGFky .navbar {
  background: #2f2f2f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s0lfwQGFky .navbar-dropdown.bg-color.transparent.opened {
  background: #2f2f2f;
}
.cid-s0lfwQGFky a {
  font-style: normal;
}
.cid-s0lfwQGFky .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0lfwQGFky .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-s0lfwQGFky .nav-item:focus,
.cid-s0lfwQGFky .nav-link:focus {
  outline: none;
}
.cid-s0lfwQGFky .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0lfwQGFky .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0lfwQGFky .menu-logo {
  margin-right: auto;
}
.cid-s0lfwQGFky .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-s0lfwQGFky .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-s0lfwQGFky .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0lfwQGFky .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0lfwQGFky .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0lfwQGFky .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0lfwQGFky .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0lfwQGFky .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0lfwQGFky .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0lfwQGFky .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0lfwQGFky .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0lfwQGFky .dropdown .dropdown-menu {
  background: #2f2f2f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0lfwQGFky .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0lfwQGFky .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0lfwQGFky .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0lfwQGFky .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0lfwQGFky .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-s0lfwQGFky .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0lfwQGFky .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0lfwQGFky .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0lfwQGFky .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0lfwQGFky .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0lfwQGFky .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0lfwQGFky button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0lfwQGFky button.navbar-toggler:focus {
  outline: none;
}
.cid-s0lfwQGFky button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0lfwQGFky button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0lfwQGFky button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0lfwQGFky button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0lfwQGFky button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0lfwQGFky nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0lfwQGFky nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0lfwQGFky nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0lfwQGFky nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0lfwQGFky .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0lfwQGFky .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0lfwQGFky .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0lfwQGFky .collapsed .navbar-collapse.collapsing,
.cid-s0lfwQGFky .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0lfwQGFky .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0lfwQGFky .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0lfwQGFky .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0lfwQGFky .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0lfwQGFky .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0lfwQGFky .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0lfwQGFky .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0lfwQGFky .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0lfwQGFky .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s0lfwQGFky .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0lfwQGFky .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0lfwQGFky .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0lfwQGFky .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-s0lfwQGFky .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0lfwQGFky .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0lfwQGFky .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-s0lfwQGFky.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0lfwQGFky img {
    height: 3.8rem !important;
  }
  .cid-s0lfwQGFky .btn {
    display: -webkit-flex;
  }
  .cid-s0lfwQGFky button.navbar-toggler {
    display: block;
  }
  .cid-s0lfwQGFky .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0lfwQGFky .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0lfwQGFky .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0lfwQGFky .navbar-collapse.collapsing,
  .cid-s0lfwQGFky .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0lfwQGFky .navbar-collapse.collapsing .navbar-nav,
  .cid-s0lfwQGFky .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0lfwQGFky .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0lfwQGFky .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0lfwQGFky .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0lfwQGFky .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0lfwQGFky .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0lfwQGFky .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0lfwQGFky .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-s0lfwQGFky .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0lfwQGFky .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0lfwQGFky .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-s0lfwQGFky .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0lfwQGFky .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0lfwQGFky .nav-link:hover,
.cid-s0lfwQGFky .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s0lfThTSNX {
  background-color: #ffffff;
}
.cid-s0lfThTSNX .mbr-text,
.cid-s0lfThTSNX .mbr-section-btn {
  color: #2f2f2f;
}
.cid-s0lfThTSNX H1 {
  color: #2f2f2f;
}
.cid-s0lkuyPt6u {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-s0nqLUtuBa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/capa-1.png");
}
.cid-s0liUn4Hun .navbar {
  background: #2f2f2f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s0liUn4Hun .navbar-dropdown.bg-color.transparent.opened {
  background: #2f2f2f;
}
.cid-s0liUn4Hun a {
  font-style: normal;
}
.cid-s0liUn4Hun .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0liUn4Hun .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-s0liUn4Hun .nav-item:focus,
.cid-s0liUn4Hun .nav-link:focus {
  outline: none;
}
.cid-s0liUn4Hun .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0liUn4Hun .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0liUn4Hun .menu-logo {
  margin-right: auto;
}
.cid-s0liUn4Hun .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-s0liUn4Hun .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-s0liUn4Hun .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0liUn4Hun .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0liUn4Hun .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0liUn4Hun .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0liUn4Hun .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0liUn4Hun .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0liUn4Hun .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0liUn4Hun .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0liUn4Hun .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0liUn4Hun .dropdown .dropdown-menu {
  background: #2f2f2f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0liUn4Hun .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0liUn4Hun .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0liUn4Hun .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0liUn4Hun .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0liUn4Hun .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-s0liUn4Hun .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0liUn4Hun .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0liUn4Hun .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0liUn4Hun .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0liUn4Hun .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0liUn4Hun .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0liUn4Hun button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0liUn4Hun button.navbar-toggler:focus {
  outline: none;
}
.cid-s0liUn4Hun button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0liUn4Hun button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0liUn4Hun button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0liUn4Hun button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0liUn4Hun button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0liUn4Hun nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0liUn4Hun nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0liUn4Hun nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0liUn4Hun nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0liUn4Hun .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0liUn4Hun .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0liUn4Hun .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0liUn4Hun .collapsed .navbar-collapse.collapsing,
.cid-s0liUn4Hun .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0liUn4Hun .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0liUn4Hun .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0liUn4Hun .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0liUn4Hun .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0liUn4Hun .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0liUn4Hun .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0liUn4Hun .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0liUn4Hun .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0liUn4Hun .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s0liUn4Hun .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0liUn4Hun .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0liUn4Hun .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0liUn4Hun .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-s0liUn4Hun .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0liUn4Hun .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0liUn4Hun .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-s0liUn4Hun.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0liUn4Hun img {
    height: 3.8rem !important;
  }
  .cid-s0liUn4Hun .btn {
    display: -webkit-flex;
  }
  .cid-s0liUn4Hun button.navbar-toggler {
    display: block;
  }
  .cid-s0liUn4Hun .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0liUn4Hun .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0liUn4Hun .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0liUn4Hun .navbar-collapse.collapsing,
  .cid-s0liUn4Hun .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0liUn4Hun .navbar-collapse.collapsing .navbar-nav,
  .cid-s0liUn4Hun .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0liUn4Hun .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0liUn4Hun .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0liUn4Hun .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0liUn4Hun .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0liUn4Hun .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0liUn4Hun .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0liUn4Hun .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-s0liUn4Hun .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0liUn4Hun .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0liUn4Hun .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-s0liUn4Hun .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0liUn4Hun .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0liUn4Hun .nav-link:hover,
.cid-s0liUn4Hun .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s0ljW3MzKF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s0ljW3MzKF .title {
  margin-bottom: 2rem;
}
.cid-s0ljW3MzKF .mbr-section-subtitle {
  color: #767676;
}
.cid-s0ljW3MzKF a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s0ljW3MzKF a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s0ljW3MzKF textarea.form-control {
  min-height: 188px;
}
.cid-s0ljW3MzKF H2 {
  color: #2f2f2f;
}
.cid-s0nqycRlLQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0nqycRlLQ .content {
    text-align: center;
  }
  .cid-s0nqycRlLQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0nqycRlLQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0nqycRlLQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0nqycRlLQ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0nqycRlLQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0nqycRlLQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0nqycRlLQ .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-s0nqycRlLQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0nqycRlLQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0nqycRlLQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0nqycRlLQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0nqycRlLQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0nnrcPvw7 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-s0nq7LfRcx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/capa-1.png");
}
.cid-s0nnCjEiGh {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-s0nnCjEiGh .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-s0nnCjEiGh .mbr-text,
.cid-s0nnCjEiGh .mbr-section-btn {
  color: #2f2f2f;
  text-align: center;
}
.cid-s0nnCjEiGh .mbr-section-title {
  color: #2f2f2f;
  text-align: center;
}
.cid-s0nnCjEiGh H3 {
  color: #2f2f2f;
}
.cid-s0nnrdzjAx .navbar {
  background: #2f2f2f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s0nnrdzjAx .navbar-dropdown.bg-color.transparent.opened {
  background: #2f2f2f;
}
.cid-s0nnrdzjAx a {
  font-style: normal;
}
.cid-s0nnrdzjAx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0nnrdzjAx .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-s0nnrdzjAx .nav-item:focus,
.cid-s0nnrdzjAx .nav-link:focus {
  outline: none;
}
.cid-s0nnrdzjAx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0nnrdzjAx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0nnrdzjAx .menu-logo {
  margin-right: auto;
}
.cid-s0nnrdzjAx .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-s0nnrdzjAx .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-s0nnrdzjAx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0nnrdzjAx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0nnrdzjAx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0nnrdzjAx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0nnrdzjAx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0nnrdzjAx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0nnrdzjAx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0nnrdzjAx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0nnrdzjAx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0nnrdzjAx .dropdown .dropdown-menu {
  background: #2f2f2f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0nnrdzjAx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0nnrdzjAx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0nnrdzjAx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0nnrdzjAx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0nnrdzjAx .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-s0nnrdzjAx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0nnrdzjAx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0nnrdzjAx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0nnrdzjAx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0nnrdzjAx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0nnrdzjAx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0nnrdzjAx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0nnrdzjAx button.navbar-toggler:focus {
  outline: none;
}
.cid-s0nnrdzjAx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0nnrdzjAx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0nnrdzjAx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0nnrdzjAx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0nnrdzjAx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0nnrdzjAx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0nnrdzjAx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0nnrdzjAx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0nnrdzjAx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0nnrdzjAx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0nnrdzjAx .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0nnrdzjAx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0nnrdzjAx .collapsed .navbar-collapse.collapsing,
.cid-s0nnrdzjAx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0nnrdzjAx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0nnrdzjAx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0nnrdzjAx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0nnrdzjAx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0nnrdzjAx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0nnrdzjAx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0nnrdzjAx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0nnrdzjAx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0nnrdzjAx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s0nnrdzjAx .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0nnrdzjAx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0nnrdzjAx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0nnrdzjAx .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-s0nnrdzjAx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0nnrdzjAx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0nnrdzjAx .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-s0nnrdzjAx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0nnrdzjAx img {
    height: 3.8rem !important;
  }
  .cid-s0nnrdzjAx .btn {
    display: -webkit-flex;
  }
  .cid-s0nnrdzjAx button.navbar-toggler {
    display: block;
  }
  .cid-s0nnrdzjAx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0nnrdzjAx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0nnrdzjAx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0nnrdzjAx .navbar-collapse.collapsing,
  .cid-s0nnrdzjAx .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0nnrdzjAx .navbar-collapse.collapsing .navbar-nav,
  .cid-s0nnrdzjAx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0nnrdzjAx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0nnrdzjAx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0nnrdzjAx .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0nnrdzjAx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0nnrdzjAx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0nnrdzjAx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0nnrdzjAx .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-s0nnrdzjAx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0nnrdzjAx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0nnrdzjAx .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-s0nnrdzjAx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0nnrdzjAx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0nnrdzjAx .nav-link:hover,
.cid-s0nnrdzjAx .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s0Fcs1llsi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0Fcs1llsi .content {
    text-align: center;
  }
  .cid-s0Fcs1llsi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0Fcs1llsi .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0Fcs1llsi .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0Fcs1llsi .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0Fcs1llsi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0Fcs1llsi .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0Fcs1llsi .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-s0Fcs1llsi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0Fcs1llsi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0Fcs1llsi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0Fcs1llsi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0Fcs1llsi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0JWTyqsHB {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-s0JWTAO4hT .navbar {
  background: #2f2f2f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s0JWTAO4hT .navbar-dropdown.bg-color.transparent.opened {
  background: #2f2f2f;
}
.cid-s0JWTAO4hT a {
  font-style: normal;
}
.cid-s0JWTAO4hT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0JWTAO4hT .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-s0JWTAO4hT .nav-item:focus,
.cid-s0JWTAO4hT .nav-link:focus {
  outline: none;
}
.cid-s0JWTAO4hT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0JWTAO4hT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0JWTAO4hT .menu-logo {
  margin-right: auto;
}
.cid-s0JWTAO4hT .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-s0JWTAO4hT .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-s0JWTAO4hT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0JWTAO4hT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0JWTAO4hT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0JWTAO4hT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0JWTAO4hT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0JWTAO4hT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0JWTAO4hT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0JWTAO4hT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0JWTAO4hT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0JWTAO4hT .dropdown .dropdown-menu {
  background: #2f2f2f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0JWTAO4hT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0JWTAO4hT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0JWTAO4hT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0JWTAO4hT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0JWTAO4hT .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-s0JWTAO4hT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0JWTAO4hT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0JWTAO4hT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0JWTAO4hT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0JWTAO4hT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0JWTAO4hT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0JWTAO4hT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0JWTAO4hT button.navbar-toggler:focus {
  outline: none;
}
.cid-s0JWTAO4hT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0JWTAO4hT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0JWTAO4hT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0JWTAO4hT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0JWTAO4hT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0JWTAO4hT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0JWTAO4hT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0JWTAO4hT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0JWTAO4hT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0JWTAO4hT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0JWTAO4hT .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0JWTAO4hT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0JWTAO4hT .collapsed .navbar-collapse.collapsing,
.cid-s0JWTAO4hT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0JWTAO4hT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0JWTAO4hT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0JWTAO4hT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0JWTAO4hT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0JWTAO4hT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0JWTAO4hT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0JWTAO4hT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0JWTAO4hT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0JWTAO4hT .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s0JWTAO4hT .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0JWTAO4hT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0JWTAO4hT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0JWTAO4hT .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-s0JWTAO4hT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0JWTAO4hT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0JWTAO4hT .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-s0JWTAO4hT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0JWTAO4hT img {
    height: 3.8rem !important;
  }
  .cid-s0JWTAO4hT .btn {
    display: -webkit-flex;
  }
  .cid-s0JWTAO4hT button.navbar-toggler {
    display: block;
  }
  .cid-s0JWTAO4hT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0JWTAO4hT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0JWTAO4hT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0JWTAO4hT .navbar-collapse.collapsing,
  .cid-s0JWTAO4hT .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0JWTAO4hT .navbar-collapse.collapsing .navbar-nav,
  .cid-s0JWTAO4hT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0JWTAO4hT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0JWTAO4hT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0JWTAO4hT .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0JWTAO4hT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0JWTAO4hT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0JWTAO4hT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0JWTAO4hT .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-s0JWTAO4hT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0JWTAO4hT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0JWTAO4hT .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-s0JWTAO4hT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0JWTAO4hT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0JWTAO4hT .nav-link:hover,
.cid-s0JWTAO4hT .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s0Kaw5g5d9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0Kaw5g5d9 .mbr-section-subtitle {
  color: #767676;
}
.cid-s0Kb0U1jX7 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-s0Kb0U1jX7 .image-block {
  margin: auto;
}
.cid-s0Kb0U1jX7 figcaption {
  position: relative;
}
.cid-s0Kb0U1jX7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s0Kb0U1jX7 .image-block {
    width: 100% !important;
  }
}
.cid-s0JWYSO1hn {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s0JWYSO1hn .mbr-section-subtitle {
  color: #767676;
}
.cid-s0JWYSO1hn .container-table {
  margin: 0 auto;
}
.cid-s0JWYSO1hn .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s0JWYSO1hn .dataTables_wrapper {
  display: block;
}
.cid-s0JWYSO1hn .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s0JWYSO1hn .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s0JWYSO1hn table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s0JWYSO1hn table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s0JWYSO1hn table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s0JWYSO1hn table td {
  border-top: 1px solid #cccccc;
}
.cid-s0JWYSO1hn table.table {
  background: #ffffff;
}
.cid-s0JWYSO1hn .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s0JWYSO1hn .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s0JWYSO1hn .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s0JWYSO1hn .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s0JWYSO1hn .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s0JWYSO1hn .dataTables_filter {
    text-align: center;
  }
  .cid-s0JWYSO1hn .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s0JWYSO1hn .head-item {
  text-align: center;
}
.cid-s0JWYSO1hn .body-item {
  text-align: center;
}
.cid-s0KcWOSFig {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ali02.jpg");
}
.cid-s0KcWOSFig H2 {
  text-align: center;
  color: #2e2e2e;
}
.cid-s0KcWOSFig .mbr-text,
.cid-s0KcWOSFig .mbr-section-btn {
  text-align: center;
  color: #2f2f2f;
}
.cid-s0KcWOSFig H3 {
  text-align: center;
}
.cid-s0JWTF5JUs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0JWTF5JUs .content {
    text-align: center;
  }
  .cid-s0JWTF5JUs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0JWTF5JUs .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0JWTF5JUs .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0JWTF5JUs .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0JWTF5JUs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0JWTF5JUs .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0JWTF5JUs .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-s0JWTF5JUs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0JWTF5JUs .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0JWTF5JUs .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0JWTF5JUs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0JWTF5JUs .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0KRo5snzD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-s0KRo6rrIE .navbar {
  background: #2f2f2f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s0KRo6rrIE .navbar-dropdown.bg-color.transparent.opened {
  background: #2f2f2f;
}
.cid-s0KRo6rrIE a {
  font-style: normal;
}
.cid-s0KRo6rrIE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0KRo6rrIE .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-s0KRo6rrIE .nav-item:focus,
.cid-s0KRo6rrIE .nav-link:focus {
  outline: none;
}
.cid-s0KRo6rrIE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0KRo6rrIE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0KRo6rrIE .menu-logo {
  margin-right: auto;
}
.cid-s0KRo6rrIE .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-s0KRo6rrIE .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-s0KRo6rrIE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0KRo6rrIE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0KRo6rrIE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0KRo6rrIE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0KRo6rrIE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0KRo6rrIE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0KRo6rrIE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0KRo6rrIE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0KRo6rrIE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0KRo6rrIE .dropdown .dropdown-menu {
  background: #2f2f2f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0KRo6rrIE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0KRo6rrIE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0KRo6rrIE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0KRo6rrIE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0KRo6rrIE .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-s0KRo6rrIE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0KRo6rrIE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0KRo6rrIE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0KRo6rrIE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0KRo6rrIE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0KRo6rrIE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0KRo6rrIE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0KRo6rrIE button.navbar-toggler:focus {
  outline: none;
}
.cid-s0KRo6rrIE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0KRo6rrIE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0KRo6rrIE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0KRo6rrIE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0KRo6rrIE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0KRo6rrIE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0KRo6rrIE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0KRo6rrIE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0KRo6rrIE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0KRo6rrIE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0KRo6rrIE .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0KRo6rrIE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0KRo6rrIE .collapsed .navbar-collapse.collapsing,
.cid-s0KRo6rrIE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0KRo6rrIE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0KRo6rrIE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0KRo6rrIE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0KRo6rrIE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0KRo6rrIE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0KRo6rrIE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0KRo6rrIE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0KRo6rrIE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0KRo6rrIE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s0KRo6rrIE .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0KRo6rrIE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0KRo6rrIE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0KRo6rrIE .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-s0KRo6rrIE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0KRo6rrIE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0KRo6rrIE .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-s0KRo6rrIE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0KRo6rrIE img {
    height: 3.8rem !important;
  }
  .cid-s0KRo6rrIE .btn {
    display: -webkit-flex;
  }
  .cid-s0KRo6rrIE button.navbar-toggler {
    display: block;
  }
  .cid-s0KRo6rrIE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0KRo6rrIE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0KRo6rrIE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0KRo6rrIE .navbar-collapse.collapsing,
  .cid-s0KRo6rrIE .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0KRo6rrIE .navbar-collapse.collapsing .navbar-nav,
  .cid-s0KRo6rrIE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0KRo6rrIE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0KRo6rrIE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0KRo6rrIE .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0KRo6rrIE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0KRo6rrIE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0KRo6rrIE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0KRo6rrIE .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-s0KRo6rrIE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0KRo6rrIE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0KRo6rrIE .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-s0KRo6rrIE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0KRo6rrIE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0KRo6rrIE .nav-link:hover,
.cid-s0KRo6rrIE .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s0KRo7Z1q9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0KRo7Z1q9 .mbr-section-subtitle {
  color: #767676;
}
.cid-s0KRo8Axxp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s0KRo8Axxp .image-block {
  margin: auto;
}
.cid-s0KRo8Axxp figcaption {
  position: relative;
}
.cid-s0KRo8Axxp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s0KRo8Axxp .image-block {
    width: 100% !important;
  }
}
.cid-s0KRo9cBZQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0KRo9cBZQ .mbr-section-subtitle {
  color: #767676;
}
.cid-s0KRo9cBZQ .container-table {
  margin: 0 auto;
}
.cid-s0KRo9cBZQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s0KRo9cBZQ .dataTables_wrapper {
  display: block;
}
.cid-s0KRo9cBZQ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s0KRo9cBZQ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s0KRo9cBZQ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s0KRo9cBZQ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s0KRo9cBZQ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s0KRo9cBZQ table td {
  border-top: 1px solid #cccccc;
}
.cid-s0KRo9cBZQ table.table {
  background: #ffffff;
}
.cid-s0KRo9cBZQ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s0KRo9cBZQ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s0KRo9cBZQ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s0KRo9cBZQ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s0KRo9cBZQ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s0KRo9cBZQ .dataTables_filter {
    text-align: center;
  }
  .cid-s0KRo9cBZQ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s0KRo9cBZQ .head-item {
  text-align: center;
}
.cid-s0KRo9cBZQ .body-item {
  text-align: center;
}
.cid-s0L5Pi2TNt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0L5Pi2TNt .mbr-section-subtitle {
  color: #767676;
}
.cid-s0LeiUKHzD {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s0LeiUKHzD .image-block {
  margin: auto;
}
.cid-s0LeiUKHzD figcaption {
  position: relative;
}
.cid-s0LeiUKHzD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s0LeiUKHzD .image-block {
    width: 100% !important;
  }
}
.cid-s0L5VZVsdg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0L5VZVsdg .mbr-section-subtitle {
  color: #767676;
}
.cid-s0L5VZVsdg .container-table {
  margin: 0 auto;
}
.cid-s0L5VZVsdg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s0L5VZVsdg .dataTables_wrapper {
  display: block;
}
.cid-s0L5VZVsdg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s0L5VZVsdg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s0L5VZVsdg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s0L5VZVsdg table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s0L5VZVsdg table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s0L5VZVsdg table td {
  border-top: 1px solid #cccccc;
}
.cid-s0L5VZVsdg table.table {
  background: #ffffff;
}
.cid-s0L5VZVsdg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s0L5VZVsdg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s0L5VZVsdg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s0L5VZVsdg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s0L5VZVsdg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s0L5VZVsdg .dataTables_filter {
    text-align: center;
  }
  .cid-s0L5VZVsdg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s0L5VZVsdg .head-item {
  text-align: center;
}
.cid-s0L5VZVsdg .body-item {
  text-align: center;
}
.cid-s0L7eZCGVC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0L7eZCGVC .mbr-section-subtitle {
  color: #767676;
}
.cid-s0LejsVYcP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s0LejsVYcP .image-block {
  margin: auto;
}
.cid-s0LejsVYcP figcaption {
  position: relative;
}
.cid-s0LejsVYcP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s0LejsVYcP .image-block {
    width: 100% !important;
  }
}
.cid-s0L8gYwwYs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0L8gYwwYs .mbr-section-subtitle {
  color: #767676;
}
.cid-s0L8gYwwYs .container-table {
  margin: 0 auto;
}
.cid-s0L8gYwwYs .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s0L8gYwwYs .dataTables_wrapper {
  display: block;
}
.cid-s0L8gYwwYs .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s0L8gYwwYs .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s0L8gYwwYs table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s0L8gYwwYs table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s0L8gYwwYs table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s0L8gYwwYs table td {
  border-top: 1px solid #cccccc;
}
.cid-s0L8gYwwYs table.table {
  background: #ffffff;
}
.cid-s0L8gYwwYs .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s0L8gYwwYs .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s0L8gYwwYs .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s0L8gYwwYs .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s0L8gYwwYs .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s0L8gYwwYs .dataTables_filter {
    text-align: center;
  }
  .cid-s0L8gYwwYs .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s0L8gYwwYs .head-item {
  text-align: center;
}
.cid-s0L8gYwwYs .body-item {
  text-align: center;
}
.cid-s0L8ez4dmE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0L8ez4dmE .mbr-section-subtitle {
  color: #767676;
}
.cid-s0Lek2yjpA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s0Lek2yjpA .image-block {
  margin: auto;
}
.cid-s0Lek2yjpA figcaption {
  position: relative;
}
.cid-s0Lek2yjpA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s0Lek2yjpA .image-block {
    width: 100% !important;
  }
}
.cid-s0L7aacBe6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0L7aacBe6 .mbr-section-subtitle {
  color: #767676;
}
.cid-s0L7aacBe6 .container-table {
  margin: 0 auto;
}
.cid-s0L7aacBe6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s0L7aacBe6 .dataTables_wrapper {
  display: block;
}
.cid-s0L7aacBe6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s0L7aacBe6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s0L7aacBe6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s0L7aacBe6 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s0L7aacBe6 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s0L7aacBe6 table td {
  border-top: 1px solid #cccccc;
}
.cid-s0L7aacBe6 table.table {
  background: #ffffff;
}
.cid-s0L7aacBe6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s0L7aacBe6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s0L7aacBe6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s0L7aacBe6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s0L7aacBe6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s0L7aacBe6 .dataTables_filter {
    text-align: center;
  }
  .cid-s0L7aacBe6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s0L7aacBe6 .head-item {
  text-align: center;
}
.cid-s0L7aacBe6 .body-item {
  text-align: center;
}
.cid-s0Laiu4SnB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0Laiu4SnB .mbr-section-subtitle {
  color: #767676;
}
.cid-s0LekKGLsB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s0LekKGLsB .image-block {
  margin: auto;
}
.cid-s0LekKGLsB figcaption {
  position: relative;
}
.cid-s0LekKGLsB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s0LekKGLsB .image-block {
    width: 100% !important;
  }
}
.cid-s0LaubXEoQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0LaubXEoQ .mbr-section-subtitle {
  color: #767676;
}
.cid-s0LaubXEoQ .container-table {
  margin: 0 auto;
}
.cid-s0LaubXEoQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s0LaubXEoQ .dataTables_wrapper {
  display: block;
}
.cid-s0LaubXEoQ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s0LaubXEoQ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s0LaubXEoQ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s0LaubXEoQ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s0LaubXEoQ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s0LaubXEoQ table td {
  border-top: 1px solid #cccccc;
}
.cid-s0LaubXEoQ table.table {
  background: #ffffff;
}
.cid-s0LaubXEoQ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s0LaubXEoQ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s0LaubXEoQ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s0LaubXEoQ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s0LaubXEoQ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s0LaubXEoQ .dataTables_filter {
    text-align: center;
  }
  .cid-s0LaubXEoQ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s0LaubXEoQ .head-item {
  text-align: center;
}
.cid-s0LaubXEoQ .body-item {
  text-align: center;
}
.cid-s0Lbn8eJPW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0Lbn8eJPW .mbr-section-subtitle {
  color: #767676;
}
.cid-s0LelnEsVW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s0LelnEsVW .image-block {
  margin: auto;
}
.cid-s0LelnEsVW figcaption {
  position: relative;
}
.cid-s0LelnEsVW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s0LelnEsVW .image-block {
    width: 100% !important;
  }
}
.cid-s0LblHswgM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s0LblHswgM .mbr-section-subtitle {
  color: #767676;
}
.cid-s0LblHswgM .container-table {
  margin: 0 auto;
}
.cid-s0LblHswgM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s0LblHswgM .dataTables_wrapper {
  display: block;
}
.cid-s0LblHswgM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s0LblHswgM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s0LblHswgM table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s0LblHswgM table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s0LblHswgM table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s0LblHswgM table td {
  border-top: 1px solid #cccccc;
}
.cid-s0LblHswgM table.table {
  background: #ffffff;
}
.cid-s0LblHswgM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s0LblHswgM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s0LblHswgM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s0LblHswgM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s0LblHswgM .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s0LblHswgM .dataTables_filter {
    text-align: center;
  }
  .cid-s0LblHswgM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s0LblHswgM .head-item {
  text-align: center;
}
.cid-s0LblHswgM .body-item {
  text-align: center;
}
.cid-s0KRobzALg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ali02.jpg");
}
.cid-s0KRobzALg H2 {
  text-align: center;
  color: #2e2e2e;
}
.cid-s0KRobzALg .mbr-text,
.cid-s0KRobzALg .mbr-section-btn {
  text-align: center;
  color: #2f2f2f;
}
.cid-s0KRobzALg H3 {
  text-align: center;
}
.cid-s0KRocl9LR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0KRocl9LR .content {
    text-align: center;
  }
  .cid-s0KRocl9LR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0KRocl9LR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0KRocl9LR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0KRocl9LR .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0KRocl9LR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0KRocl9LR .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0KRocl9LR .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-s0KRocl9LR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0KRocl9LR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0KRocl9LR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0KRocl9LR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0KRocl9LR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
