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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #cade9f !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: #cade9f !important;
  border-color: #cade9f !important;
  color: #4a5e20 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4a5e20 !important;
  background-color: #abca66 !important;
  border-color: #abca66 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4a5e20 !important;
  background-color: #abca66 !important;
  border-color: #abca66 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #a0c453;
  color: #a0c453;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4a5e20;
  background-color: #cade9f;
  border-color: #cade9f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4a5e20 !important;
  background-color: #cade9f !important;
  border-color: #cade9f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #cade9f !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a0c453 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cade9f;
  border-color: #cade9f;
  color: #597127;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cade9f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #cade9f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #cade9f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #cade9f;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cade9f;
  color: #000000;
}
.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: #cade9f;
  border-bottom-color: #cade9f;
}
.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: #cade9f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23cade9f' %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-sbkzu38P61 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sbkzu38P61 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sbkzu38P61 a {
  font-style: normal;
}
.cid-sbkzu38P61 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sbkzu38P61 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sbkzu38P61 .nav-item:focus,
.cid-sbkzu38P61 .nav-link:focus {
  outline: none;
}
.cid-sbkzu38P61 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sbkzu38P61 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sbkzu38P61 .menu-logo {
  margin-right: auto;
}
.cid-sbkzu38P61 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sbkzu38P61 .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-sbkzu38P61 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sbkzu38P61 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sbkzu38P61 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sbkzu38P61 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sbkzu38P61 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sbkzu38P61 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sbkzu38P61 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbkzu38P61 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sbkzu38P61 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sbkzu38P61 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sbkzu38P61 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbkzu38P61 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sbkzu38P61 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sbkzu38P61 .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-sbkzu38P61 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sbkzu38P61 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sbkzu38P61 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sbkzu38P61 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sbkzu38P61 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sbkzu38P61 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sbkzu38P61 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sbkzu38P61 button.navbar-toggler:focus {
  outline: none;
}
.cid-sbkzu38P61 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sbkzu38P61 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbkzu38P61 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbkzu38P61 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbkzu38P61 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbkzu38P61 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbkzu38P61 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sbkzu38P61 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sbkzu38P61 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbkzu38P61 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sbkzu38P61 .collapsed .btn {
  display: flex;
}
.cid-sbkzu38P61 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sbkzu38P61 .collapsed .navbar-collapse.collapsing,
.cid-sbkzu38P61 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sbkzu38P61 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sbkzu38P61 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sbkzu38P61 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sbkzu38P61 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sbkzu38P61 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sbkzu38P61 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sbkzu38P61 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sbkzu38P61 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sbkzu38P61 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sbkzu38P61 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sbkzu38P61 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sbkzu38P61 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sbkzu38P61 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sbkzu38P61 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sbkzu38P61 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sbkzu38P61.navbar-expand {
    flex-direction: column;
  }
  .cid-sbkzu38P61 img {
    height: 3.8rem !important;
  }
  .cid-sbkzu38P61 .btn {
    display: flex;
  }
  .cid-sbkzu38P61 button.navbar-toggler {
    display: block;
  }
  .cid-sbkzu38P61 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sbkzu38P61 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sbkzu38P61 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sbkzu38P61 .navbar-collapse.collapsing,
  .cid-sbkzu38P61 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sbkzu38P61 .navbar-collapse.collapsing .navbar-nav,
  .cid-sbkzu38P61 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sbkzu38P61 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sbkzu38P61 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sbkzu38P61 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sbkzu38P61 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sbkzu38P61 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sbkzu38P61 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sbkzu38P61 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sbkzu38P61 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sbkzu38P61 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sbkzu38P61 .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-sbkzu38P61 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sbkzu38P61 .navbar-collapse {
  flex-basis: auto;
}
.cid-sbkzu38P61 .nav-link:hover,
.cid-sbkzu38P61 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sbkzudbOWR {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbkzudbOWR .mbr-section-subtitle {
  color: #767676;
}
.cid-sbkM5ssb94 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sbkM5ssb94 .mbr-section-btn > * {
  margin: 0;
}
.cid-sbkM5ssb94 h4 {
  font-weight: 500;
}
.cid-sbkM5ssb94 p {
  color: #232323;
}
.cid-sbkM5ssb94 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sbkM5ssb94 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sbkM5ssb94 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sbkM5ssb94 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sbkM5ssb94 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sbkM5ssb94 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sbkM5ssb94 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbkM5ssb94 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sbkM5ssb94 .card-img span {
    font-size: 40px !important;
  }
}
.cid-sbkM5ssb94 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sbkP5f8szk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbkP5f8szk .mbr-section-btn > * {
  margin: 0;
}
.cid-sbkP5f8szk h4 {
  font-weight: 500;
}
.cid-sbkP5f8szk p {
  color: #232323;
}
.cid-sbkP5f8szk .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sbkP5f8szk .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sbkP5f8szk .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sbkP5f8szk .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sbkP5f8szk .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sbkP5f8szk .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sbkP5f8szk .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sbkP5f8szk .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sbkP5f8szk .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sbkP5f8szk .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sbkP5f8szk .card-img span {
    font-size: 40px !important;
  }
}
.cid-sbkP5f8szk .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sbkP6po8aL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sbkP6po8aL .mbr-section-btn > * {
  margin: 0;
}
.cid-sbkP6po8aL h4 {
  font-weight: 500;
}
.cid-sbkP6po8aL p {
  color: #232323;
}
.cid-sbkP6po8aL .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sbkP6po8aL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sbkP6po8aL .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sbkP6po8aL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sbkP6po8aL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sbkP6po8aL .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sbkP6po8aL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbkP6po8aL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sbkP6po8aL .card-img span {
    font-size: 40px !important;
  }
}
.cid-sbkP6po8aL .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sbkQ0Vshcx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cade9f;
}
.cid-sbkQ0Vshcx .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sbkQ0Vshcx .btn {
  margin: 0 0 .5rem 0;
}
.cid-sbkQ0Vshcx H2 {
  text-align: center;
}
.cid-sbkzvqGR94 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #82786e;
}
@media (max-width: 767px) {
  .cid-sbkzvqGR94 .content {
    text-align: center;
  }
  .cid-sbkzvqGR94 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sbkzvqGR94 .img-logo img {
  height: 6rem;
}
.cid-sbkzvqGR94 [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-sbkzvqGR94 .input-group-btn {
  display: inline-block;
}
.cid-sbkzvqGR94 .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-sbkzvqGR94 .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sbkzvqGR94 [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-sbkzvqGR94 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-sbkzvqGR94 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sbkzvqGR94 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbkzvqGR94 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbkzvqGR94 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbkzvqGR94 .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sbkzvqGR94 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sbkzvqGR94 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sbkzvqGR94 form .input-group input.form-control,
.cid-sbkzvqGR94 form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-sbkzvqGR94 .form-inline {
  justify-content: center;
}
.cid-sbkzvqGR94 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sbkzvqGR94 .foot-logo {
    text-align: center !important;
  }
  .cid-sbkzvqGR94 .foot-title {
    text-align: center !important;
  }
  .cid-sbkzvqGR94 .mbr-text {
    text-align: center !important;
  }
}
.cid-sbjSiBeYqv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sbjSiBeYqv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sbjSiBeYqv a {
  font-style: normal;
}
.cid-sbjSiBeYqv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sbjSiBeYqv .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sbjSiBeYqv .nav-item:focus,
.cid-sbjSiBeYqv .nav-link:focus {
  outline: none;
}
.cid-sbjSiBeYqv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sbjSiBeYqv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sbjSiBeYqv .menu-logo {
  margin-right: auto;
}
.cid-sbjSiBeYqv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sbjSiBeYqv .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-sbjSiBeYqv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sbjSiBeYqv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sbjSiBeYqv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sbjSiBeYqv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sbjSiBeYqv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sbjSiBeYqv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sbjSiBeYqv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbjSiBeYqv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sbjSiBeYqv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sbjSiBeYqv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sbjSiBeYqv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbjSiBeYqv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sbjSiBeYqv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sbjSiBeYqv .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-sbjSiBeYqv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sbjSiBeYqv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sbjSiBeYqv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sbjSiBeYqv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sbjSiBeYqv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sbjSiBeYqv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sbjSiBeYqv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sbjSiBeYqv button.navbar-toggler:focus {
  outline: none;
}
.cid-sbjSiBeYqv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sbjSiBeYqv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbjSiBeYqv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbjSiBeYqv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbjSiBeYqv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbjSiBeYqv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbjSiBeYqv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sbjSiBeYqv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sbjSiBeYqv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbjSiBeYqv .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sbjSiBeYqv .collapsed .btn {
  display: flex;
}
.cid-sbjSiBeYqv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sbjSiBeYqv .collapsed .navbar-collapse.collapsing,
.cid-sbjSiBeYqv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sbjSiBeYqv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sbjSiBeYqv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sbjSiBeYqv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sbjSiBeYqv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sbjSiBeYqv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sbjSiBeYqv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sbjSiBeYqv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sbjSiBeYqv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sbjSiBeYqv .collapsed button.navbar-toggler {
  display: block;
}
.cid-sbjSiBeYqv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sbjSiBeYqv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sbjSiBeYqv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sbjSiBeYqv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sbjSiBeYqv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sbjSiBeYqv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sbjSiBeYqv.navbar-expand {
    flex-direction: column;
  }
  .cid-sbjSiBeYqv img {
    height: 3.8rem !important;
  }
  .cid-sbjSiBeYqv .btn {
    display: flex;
  }
  .cid-sbjSiBeYqv button.navbar-toggler {
    display: block;
  }
  .cid-sbjSiBeYqv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sbjSiBeYqv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sbjSiBeYqv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sbjSiBeYqv .navbar-collapse.collapsing,
  .cid-sbjSiBeYqv .navbar-collapse.show {
    display: block !important;
  }
  .cid-sbjSiBeYqv .navbar-collapse.collapsing .navbar-nav,
  .cid-sbjSiBeYqv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sbjSiBeYqv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sbjSiBeYqv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sbjSiBeYqv .navbar-collapse.collapsing .navbar-buttons,
  .cid-sbjSiBeYqv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sbjSiBeYqv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sbjSiBeYqv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sbjSiBeYqv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sbjSiBeYqv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sbjSiBeYqv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sbjSiBeYqv .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-sbjSiBeYqv .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sbjSiBeYqv .navbar-collapse {
  flex-basis: auto;
}
.cid-sbjSiBeYqv .nav-link:hover,
.cid-sbjSiBeYqv .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sbk2Os0pnE {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/price.jpg");
  height: 30vw;
}
.cid-sbk2Os0pnE .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sbk2Os0pnE .media-container-column {
  /*background-color: #4f4943;*/
}
@media (max-width: 767px) {
  .cid-sbk2Os0pnE .media-container-column {
    padding: 1rem !important;
  }
}
.cid-sbk4KfPzLl {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbk4KfPzLl .mbr-section-subtitle {
  color: #767676;
}
.cid-sbjTvH4MAD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sbjTvH4MAD .mbr-section-subtitle {
  color: #767676;
}
.cid-sbjTvH4MAD .container-table {
  margin: 0 auto;
}
.cid-sbjTvH4MAD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbjTvH4MAD .dataTables_wrapper {
  display: block;
}
.cid-sbjTvH4MAD .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbjTvH4MAD .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbjTvH4MAD table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbjTvH4MAD table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbjTvH4MAD table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbjTvH4MAD table td {
  border-top: 1px solid #cccccc;
}
.cid-sbjTvH4MAD table.table {
  background: #ffffff;
}
.cid-sbjTvH4MAD .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbjTvH4MAD .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbjTvH4MAD .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbjTvH4MAD .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbjTvH4MAD .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbjTvH4MAD .dataTables_filter {
    text-align: center;
  }
  .cid-sbjTvH4MAD .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbjTvH4MAD .mbr-section-title {
  text-align: left;
}
.cid-sbjTvH4MAD .body-item {
  text-align: left;
}
.cid-sbkcj0JFwX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbkcj0JFwX .mbr-section-subtitle {
  color: #767676;
}
.cid-sbkcj0JFwX .container-table {
  margin: 0 auto;
}
.cid-sbkcj0JFwX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbkcj0JFwX .dataTables_wrapper {
  display: block;
}
.cid-sbkcj0JFwX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbkcj0JFwX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbkcj0JFwX table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbkcj0JFwX table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbkcj0JFwX table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbkcj0JFwX table td {
  border-top: 1px solid #cccccc;
}
.cid-sbkcj0JFwX table.table {
  background: #ffffff;
}
.cid-sbkcj0JFwX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbkcj0JFwX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbkcj0JFwX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbkcj0JFwX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbkcj0JFwX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbkcj0JFwX .dataTables_filter {
    text-align: center;
  }
  .cid-sbkcj0JFwX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbkcj0JFwX .mbr-section-title {
  text-align: left;
}
.cid-sbkcj0JFwX .body-item {
  text-align: left;
}
.cid-sbkclhaFd0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sbkclhaFd0 .mbr-section-subtitle {
  color: #767676;
}
.cid-sbkclhaFd0 .container-table {
  margin: 0 auto;
}
.cid-sbkclhaFd0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbkclhaFd0 .dataTables_wrapper {
  display: block;
}
.cid-sbkclhaFd0 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbkclhaFd0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbkclhaFd0 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbkclhaFd0 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbkclhaFd0 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbkclhaFd0 table td {
  border-top: 1px solid #cccccc;
}
.cid-sbkclhaFd0 table.table {
  background: #ffffff;
}
.cid-sbkclhaFd0 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbkclhaFd0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbkclhaFd0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbkclhaFd0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbkclhaFd0 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbkclhaFd0 .dataTables_filter {
    text-align: center;
  }
  .cid-sbkclhaFd0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbkclhaFd0 .mbr-section-title {
  text-align: left;
}
.cid-sbkclhaFd0 .body-item {
  text-align: left;
}
.cid-sbkcn9v81p {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbkcn9v81p .mbr-section-subtitle {
  color: #767676;
}
.cid-sbkcn9v81p .container-table {
  margin: 0 auto;
}
.cid-sbkcn9v81p .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbkcn9v81p .dataTables_wrapper {
  display: block;
}
.cid-sbkcn9v81p .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbkcn9v81p .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbkcn9v81p table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbkcn9v81p table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbkcn9v81p table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbkcn9v81p table td {
  border-top: 1px solid #cccccc;
}
.cid-sbkcn9v81p table.table {
  background: #ffffff;
}
.cid-sbkcn9v81p .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbkcn9v81p .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbkcn9v81p .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbkcn9v81p .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbkcn9v81p .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbkcn9v81p .dataTables_filter {
    text-align: center;
  }
  .cid-sbkcn9v81p .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbkcn9v81p .mbr-section-title {
  text-align: left;
}
.cid-sbkcn9v81p .body-item {
  text-align: left;
}
.cid-sbke035w7P {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sbke035w7P .mbr-section-subtitle {
  color: #767676;
}
.cid-sbke035w7P .container-table {
  margin: 0 auto;
}
.cid-sbke035w7P .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbke035w7P .dataTables_wrapper {
  display: block;
}
.cid-sbke035w7P .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbke035w7P .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbke035w7P table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbke035w7P table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbke035w7P table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbke035w7P table td {
  border-top: 1px solid #cccccc;
}
.cid-sbke035w7P table.table {
  background: #ffffff;
}
.cid-sbke035w7P .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbke035w7P .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbke035w7P .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbke035w7P .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbke035w7P .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbke035w7P .dataTables_filter {
    text-align: center;
  }
  .cid-sbke035w7P .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbke035w7P .mbr-section-title {
  text-align: left;
}
.cid-sbke035w7P .body-item {
  text-align: left;
}
.cid-sbke4XLDrJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbke4XLDrJ .mbr-section-subtitle {
  color: #767676;
}
.cid-sbke4XLDrJ .container-table {
  margin: 0 auto;
}
.cid-sbke4XLDrJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbke4XLDrJ .dataTables_wrapper {
  display: block;
}
.cid-sbke4XLDrJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbke4XLDrJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbke4XLDrJ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbke4XLDrJ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbke4XLDrJ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbke4XLDrJ table td {
  border-top: 1px solid #cccccc;
}
.cid-sbke4XLDrJ table.table {
  background: #ffffff;
}
.cid-sbke4XLDrJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbke4XLDrJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbke4XLDrJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbke4XLDrJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbke4XLDrJ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbke4XLDrJ .dataTables_filter {
    text-align: center;
  }
  .cid-sbke4XLDrJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbke4XLDrJ .mbr-section-title {
  text-align: left;
}
.cid-sbke4XLDrJ .body-item {
  text-align: left;
}
.cid-sbke6zIqJn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sbke6zIqJn .mbr-section-subtitle {
  color: #767676;
}
.cid-sbke6zIqJn .container-table {
  margin: 0 auto;
}
.cid-sbke6zIqJn .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbke6zIqJn .dataTables_wrapper {
  display: block;
}
.cid-sbke6zIqJn .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbke6zIqJn .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbke6zIqJn table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbke6zIqJn table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbke6zIqJn table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbke6zIqJn table td {
  border-top: 1px solid #cccccc;
}
.cid-sbke6zIqJn table.table {
  background: #ffffff;
}
.cid-sbke6zIqJn .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbke6zIqJn .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbke6zIqJn .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbke6zIqJn .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbke6zIqJn .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbke6zIqJn .dataTables_filter {
    text-align: center;
  }
  .cid-sbke6zIqJn .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbke6zIqJn .mbr-section-title {
  text-align: left;
}
.cid-sbke6zIqJn .body-item {
  text-align: left;
}
.cid-sbkhawe9rW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbkhawe9rW .mbr-section-subtitle {
  color: #767676;
}
.cid-sbkhawe9rW .container-table {
  margin: 0 auto;
}
.cid-sbkhawe9rW .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbkhawe9rW .dataTables_wrapper {
  display: block;
}
.cid-sbkhawe9rW .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbkhawe9rW .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbkhawe9rW table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbkhawe9rW table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbkhawe9rW table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbkhawe9rW table td {
  border-top: 1px solid #cccccc;
}
.cid-sbkhawe9rW table.table {
  background: #ffffff;
}
.cid-sbkhawe9rW .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbkhawe9rW .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbkhawe9rW .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbkhawe9rW .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbkhawe9rW .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbkhawe9rW .dataTables_filter {
    text-align: center;
  }
  .cid-sbkhawe9rW .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbkhawe9rW .mbr-section-title {
  text-align: left;
}
.cid-sbkhawe9rW .body-item {
  text-align: left;
}
.cid-sbkfzH8Fr3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cade9f;
}
.cid-sbkfzH8Fr3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sbkeurZErl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sbkeurZErl .mbr-section-subtitle {
  color: #767676;
}
.cid-sbkeurZErl .container-table {
  margin: 0 auto;
}
.cid-sbkeurZErl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbkeurZErl .dataTables_wrapper {
  display: block;
}
.cid-sbkeurZErl .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbkeurZErl .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbkeurZErl table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbkeurZErl table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbkeurZErl table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbkeurZErl table td {
  border-top: 1px solid #cccccc;
}
.cid-sbkeurZErl table.table {
  background: #ffffff;
}
.cid-sbkeurZErl .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbkeurZErl .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbkeurZErl .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbkeurZErl .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbkeurZErl .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbkeurZErl .dataTables_filter {
    text-align: center;
  }
  .cid-sbkeurZErl .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbkeurZErl .mbr-section-title {
  text-align: left;
}
.cid-sbkeurZErl .body-item {
  text-align: left;
}
.cid-sbkevuzRmw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbkevuzRmw .mbr-section-subtitle {
  color: #767676;
}
.cid-sbkevuzRmw .container-table {
  margin: 0 auto;
}
.cid-sbkevuzRmw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbkevuzRmw .dataTables_wrapper {
  display: block;
}
.cid-sbkevuzRmw .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbkevuzRmw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbkevuzRmw table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbkevuzRmw table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbkevuzRmw table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbkevuzRmw table td {
  border-top: 1px solid #cccccc;
}
.cid-sbkevuzRmw table.table {
  background: #ffffff;
}
.cid-sbkevuzRmw .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbkevuzRmw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbkevuzRmw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbkevuzRmw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbkevuzRmw .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbkevuzRmw .dataTables_filter {
    text-align: center;
  }
  .cid-sbkevuzRmw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbkevuzRmw .mbr-section-title {
  text-align: left;
}
.cid-sbkevuzRmw .body-item {
  text-align: left;
}
.cid-sbkexomNQ0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sbkexomNQ0 .mbr-section-subtitle {
  color: #767676;
}
.cid-sbkexomNQ0 .container-table {
  margin: 0 auto;
}
.cid-sbkexomNQ0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbkexomNQ0 .dataTables_wrapper {
  display: block;
}
.cid-sbkexomNQ0 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbkexomNQ0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbkexomNQ0 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbkexomNQ0 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbkexomNQ0 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbkexomNQ0 table td {
  border-top: 1px solid #cccccc;
}
.cid-sbkexomNQ0 table.table {
  background: #ffffff;
}
.cid-sbkexomNQ0 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbkexomNQ0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbkexomNQ0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbkexomNQ0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbkexomNQ0 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbkexomNQ0 .dataTables_filter {
    text-align: center;
  }
  .cid-sbkexomNQ0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbkexomNQ0 .mbr-section-title {
  text-align: left;
}
.cid-sbkexomNQ0 .body-item {
  text-align: left;
}
.cid-sbkeyHnSGu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbkeyHnSGu .mbr-section-subtitle {
  color: #767676;
}
.cid-sbkeyHnSGu .container-table {
  margin: 0 auto;
}
.cid-sbkeyHnSGu .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbkeyHnSGu .dataTables_wrapper {
  display: block;
}
.cid-sbkeyHnSGu .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbkeyHnSGu .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbkeyHnSGu table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbkeyHnSGu table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbkeyHnSGu table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbkeyHnSGu table td {
  border-top: 1px solid #cccccc;
}
.cid-sbkeyHnSGu table.table {
  background: #ffffff;
}
.cid-sbkeyHnSGu .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbkeyHnSGu .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbkeyHnSGu .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbkeyHnSGu .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbkeyHnSGu .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbkeyHnSGu .dataTables_filter {
    text-align: center;
  }
  .cid-sbkeyHnSGu .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbkeyHnSGu .mbr-section-title {
  text-align: left;
}
.cid-sbkeyHnSGu .body-item {
  text-align: left;
}
.cid-sbkezQcDm7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sbkezQcDm7 .mbr-section-subtitle {
  color: #767676;
}
.cid-sbkezQcDm7 .container-table {
  margin: 0 auto;
}
.cid-sbkezQcDm7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbkezQcDm7 .dataTables_wrapper {
  display: block;
}
.cid-sbkezQcDm7 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbkezQcDm7 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbkezQcDm7 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbkezQcDm7 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbkezQcDm7 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbkezQcDm7 table td {
  border-top: 1px solid #cccccc;
}
.cid-sbkezQcDm7 table.table {
  background: #ffffff;
}
.cid-sbkezQcDm7 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbkezQcDm7 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbkezQcDm7 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbkezQcDm7 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbkezQcDm7 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbkezQcDm7 .dataTables_filter {
    text-align: center;
  }
  .cid-sbkezQcDm7 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbkezQcDm7 .mbr-section-title {
  text-align: left;
}
.cid-sbkezQcDm7 .body-item {
  text-align: left;
}
.cid-sbkeB6TLaM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbkeB6TLaM .mbr-section-subtitle {
  color: #767676;
}
.cid-sbkeB6TLaM .container-table {
  margin: 0 auto;
}
.cid-sbkeB6TLaM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbkeB6TLaM .dataTables_wrapper {
  display: block;
}
.cid-sbkeB6TLaM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbkeB6TLaM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbkeB6TLaM table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbkeB6TLaM table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbkeB6TLaM table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbkeB6TLaM table td {
  border-top: 1px solid #cccccc;
}
.cid-sbkeB6TLaM table.table {
  background: #ffffff;
}
.cid-sbkeB6TLaM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbkeB6TLaM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbkeB6TLaM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbkeB6TLaM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbkeB6TLaM .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbkeB6TLaM .dataTables_filter {
    text-align: center;
  }
  .cid-sbkeB6TLaM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbkeB6TLaM .mbr-section-title {
  text-align: left;
}
.cid-sbkeB6TLaM .body-item {
  text-align: left;
}
.cid-sbjSjtI9so {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #82786e;
}
@media (max-width: 767px) {
  .cid-sbjSjtI9so .content {
    text-align: center;
  }
  .cid-sbjSjtI9so .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sbjSjtI9so .img-logo img {
  height: 6rem;
}
.cid-sbjSjtI9so [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-sbjSjtI9so .input-group-btn {
  display: inline-block;
}
.cid-sbjSjtI9so .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-sbjSjtI9so .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sbjSjtI9so [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-sbjSjtI9so .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-sbjSjtI9so .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sbjSjtI9so .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbjSjtI9so .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbjSjtI9so .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbjSjtI9so .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sbjSjtI9so .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sbjSjtI9so .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sbjSjtI9so form .input-group input.form-control,
.cid-sbjSjtI9so form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-sbjSjtI9so .form-inline {
  justify-content: center;
}
.cid-sbjSjtI9so .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sbjSjtI9so .foot-logo {
    text-align: center !important;
  }
  .cid-sbjSjtI9so .foot-title {
    text-align: center !important;
  }
  .cid-sbjSjtI9so .mbr-text {
    text-align: center !important;
  }
}
.cid-sbkrphHLuc .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sbkrphHLuc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sbkrphHLuc a {
  font-style: normal;
}
.cid-sbkrphHLuc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sbkrphHLuc .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sbkrphHLuc .nav-item:focus,
.cid-sbkrphHLuc .nav-link:focus {
  outline: none;
}
.cid-sbkrphHLuc .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sbkrphHLuc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sbkrphHLuc .menu-logo {
  margin-right: auto;
}
.cid-sbkrphHLuc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sbkrphHLuc .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-sbkrphHLuc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sbkrphHLuc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sbkrphHLuc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sbkrphHLuc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sbkrphHLuc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sbkrphHLuc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sbkrphHLuc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbkrphHLuc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sbkrphHLuc .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sbkrphHLuc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sbkrphHLuc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbkrphHLuc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sbkrphHLuc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sbkrphHLuc .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-sbkrphHLuc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sbkrphHLuc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sbkrphHLuc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sbkrphHLuc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sbkrphHLuc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sbkrphHLuc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sbkrphHLuc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sbkrphHLuc button.navbar-toggler:focus {
  outline: none;
}
.cid-sbkrphHLuc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sbkrphHLuc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbkrphHLuc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbkrphHLuc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbkrphHLuc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbkrphHLuc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbkrphHLuc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sbkrphHLuc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sbkrphHLuc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbkrphHLuc .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sbkrphHLuc .collapsed .btn {
  display: flex;
}
.cid-sbkrphHLuc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sbkrphHLuc .collapsed .navbar-collapse.collapsing,
.cid-sbkrphHLuc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sbkrphHLuc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sbkrphHLuc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sbkrphHLuc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sbkrphHLuc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sbkrphHLuc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sbkrphHLuc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sbkrphHLuc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sbkrphHLuc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sbkrphHLuc .collapsed button.navbar-toggler {
  display: block;
}
.cid-sbkrphHLuc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sbkrphHLuc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sbkrphHLuc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sbkrphHLuc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sbkrphHLuc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sbkrphHLuc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sbkrphHLuc.navbar-expand {
    flex-direction: column;
  }
  .cid-sbkrphHLuc img {
    height: 3.8rem !important;
  }
  .cid-sbkrphHLuc .btn {
    display: flex;
  }
  .cid-sbkrphHLuc button.navbar-toggler {
    display: block;
  }
  .cid-sbkrphHLuc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sbkrphHLuc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sbkrphHLuc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sbkrphHLuc .navbar-collapse.collapsing,
  .cid-sbkrphHLuc .navbar-collapse.show {
    display: block !important;
  }
  .cid-sbkrphHLuc .navbar-collapse.collapsing .navbar-nav,
  .cid-sbkrphHLuc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sbkrphHLuc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sbkrphHLuc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sbkrphHLuc .navbar-collapse.collapsing .navbar-buttons,
  .cid-sbkrphHLuc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sbkrphHLuc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sbkrphHLuc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sbkrphHLuc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sbkrphHLuc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sbkrphHLuc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sbkrphHLuc .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-sbkrphHLuc .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sbkrphHLuc .navbar-collapse {
  flex-basis: auto;
}
.cid-sbkrphHLuc .nav-link:hover,
.cid-sbkrphHLuc .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sbkrpvZdnt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/home-studio-1754x1095.jpg");
}
.cid-sbkrpvZdnt .mbr-section-subtitle {
  color: #767676;
}
.cid-sbkrpvZdnt .container-table {
  margin: 0 auto;
}
.cid-sbkrpvZdnt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbkrpvZdnt .dataTables_wrapper {
  display: block;
}
.cid-sbkrpvZdnt .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbkrpvZdnt .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbkrpvZdnt table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbkrpvZdnt table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbkrpvZdnt table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbkrpvZdnt table td {
  border-top: 1px solid #cccccc;
}
.cid-sbkrpvZdnt table.table {
  background: #f9f9f9;
}
.cid-sbkrpvZdnt .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbkrpvZdnt .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbkrpvZdnt .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbkrpvZdnt .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbkrpvZdnt .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbkrpvZdnt .dataTables_filter {
    text-align: center;
  }
  .cid-sbkrpvZdnt .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbkrpu6F2F {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-sbkrpu6F2F .mbr-section-btn > * {
  margin: 0;
}
.cid-sbkrpu6F2F h4 {
  font-weight: 500;
}
.cid-sbkrpu6F2F p {
  color: #232323;
}
.cid-sbkrpu6F2F .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sbkrpu6F2F .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sbkrpu6F2F .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sbkrpu6F2F .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sbkrpu6F2F .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sbkrpu6F2F .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sbkrpu6F2F .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbkrpu6F2F .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sbkrpu6F2F .card-img span {
    font-size: 40px !important;
  }
}
.cid-sbkrpu6F2F .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sbkrpKDQuP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cade9f;
}
.cid-sbkrpKDQuP .mbr-section-subtitle {
  color: #f9f9f9;
}
.cid-sbkrpKDQuP .btn {
  margin: 0 0 .5rem 0;
}
.cid-sbkrpPQHuO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #82786e;
}
@media (max-width: 767px) {
  .cid-sbkrpPQHuO .content {
    text-align: center;
  }
  .cid-sbkrpPQHuO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sbkrpPQHuO .img-logo img {
  height: 6rem;
}
.cid-sbkrpPQHuO [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-sbkrpPQHuO .input-group-btn {
  display: inline-block;
}
.cid-sbkrpPQHuO .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-sbkrpPQHuO .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sbkrpPQHuO [type="submit"] {
  padding: .75rem 1.01rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-sbkrpPQHuO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-sbkrpPQHuO .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sbkrpPQHuO .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbkrpPQHuO .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbkrpPQHuO .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbkrpPQHuO .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sbkrpPQHuO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sbkrpPQHuO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sbkrpPQHuO form .input-group input.form-control,
.cid-sbkrpPQHuO form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-sbkrpPQHuO .form-inline {
  justify-content: center;
}
.cid-sbkrpPQHuO .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sbkrpPQHuO .foot-logo {
    text-align: center !important;
  }
  .cid-sbkrpPQHuO .foot-title {
    text-align: center !important;
  }
  .cid-sbkrpPQHuO .mbr-text {
    text-align: center !important;
  }
}
.cid-qOVXmHr8E2 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qOVXmHr8E2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qOVXmHr8E2 a {
  font-style: normal;
}
.cid-qOVXmHr8E2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qOVXmHr8E2 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qOVXmHr8E2 .nav-item:focus,
.cid-qOVXmHr8E2 .nav-link:focus {
  outline: none;
}
.cid-qOVXmHr8E2 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qOVXmHr8E2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qOVXmHr8E2 .menu-logo {
  margin-right: auto;
}
.cid-qOVXmHr8E2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qOVXmHr8E2 .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-qOVXmHr8E2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qOVXmHr8E2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qOVXmHr8E2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qOVXmHr8E2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qOVXmHr8E2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qOVXmHr8E2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qOVXmHr8E2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qOVXmHr8E2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qOVXmHr8E2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qOVXmHr8E2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qOVXmHr8E2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qOVXmHr8E2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qOVXmHr8E2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qOVXmHr8E2 .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-qOVXmHr8E2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qOVXmHr8E2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qOVXmHr8E2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qOVXmHr8E2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qOVXmHr8E2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qOVXmHr8E2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qOVXmHr8E2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qOVXmHr8E2 button.navbar-toggler:focus {
  outline: none;
}
.cid-qOVXmHr8E2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qOVXmHr8E2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qOVXmHr8E2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qOVXmHr8E2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qOVXmHr8E2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qOVXmHr8E2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOVXmHr8E2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qOVXmHr8E2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qOVXmHr8E2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOVXmHr8E2 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qOVXmHr8E2 .collapsed .btn {
  display: flex;
}
.cid-qOVXmHr8E2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qOVXmHr8E2 .collapsed .navbar-collapse.collapsing,
.cid-qOVXmHr8E2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qOVXmHr8E2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qOVXmHr8E2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qOVXmHr8E2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qOVXmHr8E2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qOVXmHr8E2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qOVXmHr8E2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qOVXmHr8E2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qOVXmHr8E2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qOVXmHr8E2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qOVXmHr8E2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qOVXmHr8E2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qOVXmHr8E2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qOVXmHr8E2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qOVXmHr8E2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qOVXmHr8E2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qOVXmHr8E2.navbar-expand {
    flex-direction: column;
  }
  .cid-qOVXmHr8E2 img {
    height: 3.8rem !important;
  }
  .cid-qOVXmHr8E2 .btn {
    display: flex;
  }
  .cid-qOVXmHr8E2 button.navbar-toggler {
    display: block;
  }
  .cid-qOVXmHr8E2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qOVXmHr8E2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qOVXmHr8E2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qOVXmHr8E2 .navbar-collapse.collapsing,
  .cid-qOVXmHr8E2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qOVXmHr8E2 .navbar-collapse.collapsing .navbar-nav,
  .cid-qOVXmHr8E2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qOVXmHr8E2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qOVXmHr8E2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qOVXmHr8E2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qOVXmHr8E2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qOVXmHr8E2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qOVXmHr8E2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qOVXmHr8E2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qOVXmHr8E2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qOVXmHr8E2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qOVXmHr8E2 .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-qOVXmHr8E2 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qOVXmHr8E2 .navbar-collapse {
  flex-basis: auto;
}
.cid-qOVXmHr8E2 .nav-link:hover,
.cid-qOVXmHr8E2 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qOVYFnTHtJ .modal-body .close {
  background: #1b1b1b;
}
.cid-qOVYFnTHtJ .modal-body .close span {
  font-style: normal;
}
.cid-qOVYFnTHtJ .carousel-inner > .active,
.cid-qOVYFnTHtJ .carousel-inner > .next,
.cid-qOVYFnTHtJ .carousel-inner > .prev {
  display: table;
}
.cid-qOVYFnTHtJ .carousel-control .icon-next,
.cid-qOVYFnTHtJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qOVYFnTHtJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qOVYFnTHtJ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qOVYFnTHtJ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qOVYFnTHtJ .boxed-slider > div {
  position: relative;
}
.cid-qOVYFnTHtJ .container img {
  width: 100%;
}
.cid-qOVYFnTHtJ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qOVYFnTHtJ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qOVYFnTHtJ .mbr-table-cell {
  padding: 0;
}
.cid-qOVYFnTHtJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qOVYFnTHtJ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qOVYFnTHtJ .mbr-overlay {
  z-index: 1;
}
.cid-qOVYFnTHtJ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qOVYFnTHtJ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qOVYFnTHtJ .carousel-item .container {
    width: 100%;
  }
}
.cid-qOVYFnTHtJ .carousel-item-next.carousel-item-left,
.cid-qOVYFnTHtJ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qOVYFnTHtJ .active.carousel-item-right,
.cid-qOVYFnTHtJ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qOVYFnTHtJ .active.carousel-item-left,
.cid-qOVYFnTHtJ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qOVYFnTHtJ .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qOVYFnTHtJ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qOVYFnTHtJ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qOVYFnTHtJ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qOVYFnTHtJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qOVYFnTHtJ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qOVYFnTHtJ .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qOVYFnTHtJ .mbr-slider .carousel-indicators li.active,
.cid-qOVYFnTHtJ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qOVYFnTHtJ .mbr-slider .carousel-indicators li::after,
.cid-qOVYFnTHtJ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qOVYFnTHtJ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qOVYFnTHtJ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qOVYFnTHtJ .mbr-slider > .container img {
  width: 100%;
}
.cid-qOVYFnTHtJ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qOVYFnTHtJ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qOVYFnTHtJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qOVYFnTHtJ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qOVYFnTHtJ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qOVYFnTHtJ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qOVYFnTHtJ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qOVYFnTHtJ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qOVYFnTHtJ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qOVYFnTHtJ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qOVYFnTHtJ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qOVYFnTHtJ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qOVYFnTHtJ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qOYCRhMPB0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qOYCRhMPB0 .card-box {
  padding: 0 2rem;
}
.cid-qOYCRhMPB0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qOYCRhMPB0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qOYCRhMPB0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qOYCRhMPB0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qOYCRhMPB0 .mbr-text {
  color: #767676;
}
.cid-qOYCRhMPB0 .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-qOYCRhMPB0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qOYDD7iRfm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qOYDD7iRfm h2 {
  text-align: left;
}
.cid-qOYDD7iRfm h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qOYDD7iRfm p {
  color: #767676;
  text-align: left;
}
.cid-qOYDD7iRfm .aside-content {
  flex-basis: 100%;
}
.cid-qOYDD7iRfm .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qOYDD7iRfm .media {
  margin: initial;
  align-items: center;
}
.cid-qOYDD7iRfm .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qOYDD7iRfm .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qOYDD7iRfm .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qOYDD7iRfm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qOYDD7iRfm .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qOYDD7iRfm .card-img span {
    font-size: 40px !important;
  }
}
.cid-qOYElq2UPQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-qOYElq2UPQ .mbr-section-text {
  color: #767676;
}
.cid-qOYElq2UPQ .mbr-section-subtitle {
  color: #767676;
}
.cid-qOYElq2UPQ .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qOYElq2UPQ .mbr-iconfont {
  font-size: 48px;
}
.cid-qOYElq2UPQ .card-img {
  margin-bottom: 1.5rem;
}
.cid-qOYElq2UPQ .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qOYElq2UPQ .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qOYElq2UPQ .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qOYElq2UPQ .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qOYElq2UPQ .nav-tabs .nav-link:hover {
  background: #cade9f;
}
.cid-qOYElq2UPQ .nav-tabs .nav-link.active {
  color: #000000;
  font-style: normal;
  border: 2px solid #cade9f;
  background: #cade9f;
}
.cid-qOYElq2UPQ .nav-tabs .nav-link.active:hover {
  border: 2px solid #cade9f;
}
.cid-qOYFWn8B08 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qOYFWn8B08 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qOYFWn8B08 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qOYFWn8B08 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qOYFWn8B08 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qOYFWn8B08 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #cade9f;
  background: linear-gradient(to left, #cade9f, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qOYFWn8B08 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qOYFWn8B08 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qOYFWn8B08 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qOYFWn8B08 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #cade9f !important;
  background: linear-gradient(to left, #cade9f, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qOYGpqUdEm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qOYGpqUdEm .mbr-section-subtitle {
  color: #767676;
}
.cid-qOYGpqUdEm .media-row {
  display: flex;
  justify-content: center;
}
.cid-qOYGpqUdEm .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qOYGpqUdEm .team-item .item-image img {
  width: 100%;
}
.cid-qOYGpqUdEm .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qOYGpqUdEm .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qOYGpqUdEm .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qOYGpqUdEm .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qOYGpqUdEm .team-item .item-caption {
  background: #efefef;
}
.cid-qOYGQVKTXU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qOYH8pQIxX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qOYH8pQIxX .mbr-section-subtitle {
  color: #767676;
}
.cid-qOYH8pQIxX .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qOYH8pQIxX .mbr-text {
  color: #767676;
}
.cid-qOYH8pQIxX .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-qOYH8pQIxX .mbr-author-name {
  color: #767676;
}
.cid-qOYH8pQIxX .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-qOYH8pQIxX .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-qOYH8pQIxX .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qOYH8pQIxX .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qOYH8pQIxX .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-qOYH8pQIxX .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qP4oqqOqkK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cade9f;
}
.cid-qOYHKXUF4G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc-0811-panorama1-2000x1000.jpg");
}
.cid-qOYHKXUF4G h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qOYHKXUF4G p {
  color: #ffffff;
}
.cid-qOYHKXUF4G .card {
  margin-bottom: 2rem;
}
.cid-qOYHKXUF4G .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #cade9f;
}
.cid-qOYHKXUF4G .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qOYHKXUF4G .card-box {
  padding-bottom: 2rem;
  background-color: #cade9f;
  background: linear-gradient(#cade9f, transparent);
}
.cid-qOYHKXUF4G .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qOYHKXUF4G .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qOYHKXUF4G .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qOYHKXUF4G .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qOYIenJO3F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qOYIjbBYSW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cade9f;
  background: linear-gradient(#cade9f, #ffffff);
}
.cid-qOYIjbBYSW .carousel-control {
  background: #000;
}
.cid-qOYIjbBYSW .mbr-section-subtitle {
  color: #767676;
}
.cid-qOYIjbBYSW .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qOYIjbBYSW .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qOYIjbBYSW .carousel-item .wrap-img {
  text-align: center;
}
.cid-qOYIjbBYSW .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qOYIjbBYSW .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qOYIjbBYSW .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qOYIjbBYSW .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qOYIjbBYSW .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qOYIjbBYSW .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qOYIjbBYSW .cloneditem-1,
.cid-qOYIjbBYSW .cloneditem-2,
.cid-qOYIjbBYSW .cloneditem-3,
.cid-qOYIjbBYSW .cloneditem-4,
.cid-qOYIjbBYSW .cloneditem-5 {
  display: none;
}
.cid-qOYIjbBYSW .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qOYIjbBYSW .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qOYIjbBYSW .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qOYIjbBYSW .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qOYIjbBYSW .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qOYIjbBYSW .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qOYIjbBYSW .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides2 .cloneditem-1,
  .cid-qOYIjbBYSW .carousel-inner.slides2 .cloneditem-2,
  .cid-qOYIjbBYSW .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qOYIjbBYSW .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qOYIjbBYSW .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qOYIjbBYSW .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qOYIjbBYSW .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qOYIjbBYSW .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides3 .cloneditem-1,
  .cid-qOYIjbBYSW .carousel-inner.slides3 .cloneditem-2,
  .cid-qOYIjbBYSW .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qOYIjbBYSW .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qOYIjbBYSW .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qOYIjbBYSW .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qOYIjbBYSW .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qOYIjbBYSW .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides4 .cloneditem-1,
  .cid-qOYIjbBYSW .carousel-inner.slides4 .cloneditem-2,
  .cid-qOYIjbBYSW .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qOYIjbBYSW .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qOYIjbBYSW .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qOYIjbBYSW .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qOYIjbBYSW .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qOYIjbBYSW .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides5 .cloneditem-1,
  .cid-qOYIjbBYSW .carousel-inner.slides5 .cloneditem-2,
  .cid-qOYIjbBYSW .carousel-inner.slides5 .cloneditem-3,
  .cid-qOYIjbBYSW .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qOYIjbBYSW .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qOYIjbBYSW .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qOYIjbBYSW .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qOYIjbBYSW .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qOYIjbBYSW .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qOYIjbBYSW .carousel-inner.slides6 .cloneditem-1,
  .cid-qOYIjbBYSW .carousel-inner.slides6 .cloneditem-2,
  .cid-qOYIjbBYSW .carousel-inner.slides6 .cloneditem-3,
  .cid-qOYIjbBYSW .carousel-inner.slides6 .cloneditem-4,
  .cid-qOYIjbBYSW .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qOYJ4oYiEn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qOYJ4oYiEn .mbr-section-subtitle {
  color: #767676;
}
.cid-qOYJ4oYiEn .formoid {
  margin: auto;
}
.cid-qOYJ4oYiEn .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-qOYJ4oYiEn a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.cid-qOYJ4oYiEn .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-qOYJ4oYiEn .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cid-qOYJ4oYiEn a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-qOYJ4oYiEn a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qOYJ4oYiEn .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-qOYJ4oYiEn .mbr-subscribe .input-group-btn button,
.cid-qOYJ4oYiEn .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-qOYJ4oYiEn .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qOYJ4oYiEn input[type="email"] {
    width: 100%;
    margin-bottom: 2px;
  }
  .cid-qOYJ4oYiEn .input-group-btn {
    width: 100%;
  }
  .cid-qOYJ4oYiEn .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cid-qOYJ4oYiEn .input-group-btn a.btn {
    width: 100%;
  }
  .cid-qOYJ4oYiEn .input-group-btn {
    width: calc(92%);
  }
  .cid-qOYJ4oYiEn .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-qOYJ4oYiEn .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-qOYJ4oYiEn .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-qOYJ4oYiEn .input-group span {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qOYJ4oYiEn .input-group-btn button,
  .cid-qOYJ4oYiEn .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .cid-qOYJ4oYiEn .mbr-subscribe > * {
    margin: 0 0.5rem;
  }
}
.cid-qOYJfrpIqN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #82786e;
}
@media (max-width: 767px) {
  .cid-qOYJfrpIqN .content {
    text-align: center;
  }
  .cid-qOYJfrpIqN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qOYJfrpIqN .img-logo img {
  height: 6rem;
}
.cid-qOYJfrpIqN [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-qOYJfrpIqN .input-group-btn {
  display: inline-block;
}
.cid-qOYJfrpIqN .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-qOYJfrpIqN .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qOYJfrpIqN [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-qOYJfrpIqN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-qOYJfrpIqN .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qOYJfrpIqN .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qOYJfrpIqN .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qOYJfrpIqN .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qOYJfrpIqN .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qOYJfrpIqN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qOYJfrpIqN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qOYJfrpIqN form .input-group input.form-control,
.cid-qOYJfrpIqN form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qOYJfrpIqN .form-inline {
  justify-content: center;
}
.cid-qOYJfrpIqN .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qOYJfrpIqN .foot-logo {
    text-align: center !important;
  }
  .cid-qOYJfrpIqN .foot-title {
    text-align: center !important;
  }
  .cid-qOYJfrpIqN .mbr-text {
    text-align: center !important;
  }
}
.cid-s9jNYMfDra .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9jNYMfDra .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s9jNYMfDra a {
  font-style: normal;
}
.cid-s9jNYMfDra .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9jNYMfDra .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s9jNYMfDra .nav-item:focus,
.cid-s9jNYMfDra .nav-link:focus {
  outline: none;
}
.cid-s9jNYMfDra .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s9jNYMfDra .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9jNYMfDra .menu-logo {
  margin-right: auto;
}
.cid-s9jNYMfDra .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s9jNYMfDra .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-s9jNYMfDra .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9jNYMfDra .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9jNYMfDra .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9jNYMfDra .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9jNYMfDra .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9jNYMfDra .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9jNYMfDra .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9jNYMfDra .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9jNYMfDra .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9jNYMfDra .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9jNYMfDra .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9jNYMfDra .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9jNYMfDra .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9jNYMfDra .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-s9jNYMfDra .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9jNYMfDra .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9jNYMfDra .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9jNYMfDra .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9jNYMfDra .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9jNYMfDra .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9jNYMfDra button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9jNYMfDra button.navbar-toggler:focus {
  outline: none;
}
.cid-s9jNYMfDra button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s9jNYMfDra button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9jNYMfDra button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9jNYMfDra button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9jNYMfDra button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9jNYMfDra nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9jNYMfDra nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9jNYMfDra nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9jNYMfDra nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9jNYMfDra .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s9jNYMfDra .collapsed .btn {
  display: flex;
}
.cid-s9jNYMfDra .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9jNYMfDra .collapsed .navbar-collapse.collapsing,
.cid-s9jNYMfDra .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9jNYMfDra .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9jNYMfDra .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9jNYMfDra .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9jNYMfDra .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9jNYMfDra .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9jNYMfDra .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9jNYMfDra .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9jNYMfDra .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s9jNYMfDra .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9jNYMfDra .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9jNYMfDra .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9jNYMfDra .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9jNYMfDra .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9jNYMfDra .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9jNYMfDra .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s9jNYMfDra.navbar-expand {
    flex-direction: column;
  }
  .cid-s9jNYMfDra img {
    height: 3.8rem !important;
  }
  .cid-s9jNYMfDra .btn {
    display: flex;
  }
  .cid-s9jNYMfDra button.navbar-toggler {
    display: block;
  }
  .cid-s9jNYMfDra .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9jNYMfDra .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9jNYMfDra .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9jNYMfDra .navbar-collapse.collapsing,
  .cid-s9jNYMfDra .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9jNYMfDra .navbar-collapse.collapsing .navbar-nav,
  .cid-s9jNYMfDra .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9jNYMfDra .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9jNYMfDra .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9jNYMfDra .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9jNYMfDra .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9jNYMfDra .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9jNYMfDra .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9jNYMfDra .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9jNYMfDra .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9jNYMfDra .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9jNYMfDra .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-s9jNYMfDra .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s9jNYMfDra .navbar-collapse {
  flex-basis: auto;
}
.cid-s9jNYMfDra .nav-link:hover,
.cid-s9jNYMfDra .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s9jNYO15qw .modal-body .close {
  background: #1b1b1b;
}
.cid-s9jNYO15qw .modal-body .close span {
  font-style: normal;
}
.cid-s9jNYO15qw .carousel-inner > .active,
.cid-s9jNYO15qw .carousel-inner > .next,
.cid-s9jNYO15qw .carousel-inner > .prev {
  display: table;
}
.cid-s9jNYO15qw .carousel-control .icon-next,
.cid-s9jNYO15qw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s9jNYO15qw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s9jNYO15qw .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s9jNYO15qw .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s9jNYO15qw .boxed-slider > div {
  position: relative;
}
.cid-s9jNYO15qw .container img {
  width: 100%;
}
.cid-s9jNYO15qw .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s9jNYO15qw .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s9jNYO15qw .mbr-table-cell {
  padding: 0;
}
.cid-s9jNYO15qw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s9jNYO15qw .carousel-caption {
  top: 75%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s9jNYO15qw .mbr-overlay {
  z-index: 1;
}
.cid-s9jNYO15qw .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s9jNYO15qw .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s9jNYO15qw .carousel-item .container {
    width: 100%;
  }
}
.cid-s9jNYO15qw .carousel-item-next.carousel-item-left,
.cid-s9jNYO15qw .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s9jNYO15qw .active.carousel-item-right,
.cid-s9jNYO15qw .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s9jNYO15qw .active.carousel-item-left,
.cid-s9jNYO15qw .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s9jNYO15qw .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s9jNYO15qw .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s9jNYO15qw .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s9jNYO15qw .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s9jNYO15qw .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s9jNYO15qw .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s9jNYO15qw .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s9jNYO15qw .mbr-slider .carousel-indicators li.active,
.cid-s9jNYO15qw .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s9jNYO15qw .mbr-slider .carousel-indicators li::after,
.cid-s9jNYO15qw .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s9jNYO15qw .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s9jNYO15qw .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s9jNYO15qw .mbr-slider > .container img {
  width: 100%;
}
.cid-s9jNYO15qw .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s9jNYO15qw .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s9jNYO15qw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s9jNYO15qw .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s9jNYO15qw .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s9jNYO15qw .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s9jNYO15qw .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s9jNYO15qw .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s9jNYO15qw .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s9jNYO15qw .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s9jNYO15qw .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s9jNYO15qw .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s9jNYO15qw .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sbj5PMDN77 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sbj5PMDN77 .mbr-section-subtitle {
  color: #767676;
}
.cid-sbj8XUpmoS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sbj8XUpmoS .mbr-text,
.cid-sbj8XUpmoS blockquote {
  color: #767676;
}
.cid-s9jNYXzrmH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9jNYXzrmH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s9jNYXzrmH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s9jNYXzrmH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s9jNYXzrmH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s9jNYXzrmH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #cade9f;
  background: linear-gradient(to left, #cade9f, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s9jNYXzrmH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s9jNYXzrmH .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s9jNYXzrmH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s9jNYXzrmH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #cade9f !important;
  background: linear-gradient(to left, #cade9f, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sbjbFkoKfi {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbjbFkoKfi h2 {
  margin-bottom: 0;
}
.cid-sbjbFkoKfi h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-sbjbFkoKfi p {
  color: #767676;
  margin-bottom: 0;
}
.cid-sbjbFkoKfi .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-sbjbFkoKfi .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-sbjbFkoKfi .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sbjbFkoKfi .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-sbjbFkoKfi .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-sbjbFkoKfi .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-sbjNSNmJOg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sbjNSNmJOg .mbr-section-subtitle {
  color: #767676;
}
.cid-sbjNSNmJOg .btn {
  margin: 0 0 .5rem 0;
}
.cid-sbjqk8L6Nz {
  padding-top: 50px;
  padding-bottom: 50px; 
  background-color: #f9f9f9;
}
.cid-sbjqk8L6Nz .mbr-section-btn > * {
  margin: 0;
}
.cid-sbjqk8L6Nz h4 {
  font-weight: 500;
}
.cid-sbjqk8L6Nz p {
  color: #232323;
}
.cid-sbjqk8L6Nz .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sbjqk8L6Nz .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sbjqk8L6Nz .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sbjqk8L6Nz .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sbjqk8L6Nz .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sbjqk8L6Nz .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sbjqk8L6Nz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbjqk8L6Nz .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sbjqk8L6Nz .card-img span {
    font-size: 40px !important;
  }
}
.cid-sbjqk8L6Nz .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sbj9j1qaPK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbj9j1qaPK .mbr-section-subtitle {
  color: #767676;
}
.cid-sbj9j1qaPK .container-table {
  margin: 0 auto;
}
.cid-sbj9j1qaPK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sbj9j1qaPK .dataTables_wrapper {
  display: block;
}
.cid-sbj9j1qaPK .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sbj9j1qaPK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sbj9j1qaPK table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sbj9j1qaPK table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sbj9j1qaPK table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sbj9j1qaPK table td {
  border-top: 1px solid #cccccc;
}
.cid-sbj9j1qaPK table.table {
  background: #f9f9f9;
}
.cid-sbj9j1qaPK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sbj9j1qaPK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sbj9j1qaPK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sbj9j1qaPK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sbj9j1qaPK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sbj9j1qaPK .dataTables_filter {
    text-align: center;
  }
  .cid-sbj9j1qaPK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sbjIJYJ8aD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sbjIJYJ8aD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sbjIJYJ8aD p {
  color: #767676;
  margin: 0;
}
.cid-sbjIJYJ8aD .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-sbjIJYJ8aD .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sbjIJYJ8aD .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sbjIJYJ8aD .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-sbjIJYJ8aD .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-sbjIJYJ8aD .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-sbjIJYJ8aD .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-sbjIJYJ8aD .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sbjIJYJ8aD .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-sbjIJYJ8aD .col-left h4 {
    padding-top: 1rem;
  }
  .cid-sbjIJYJ8aD p.col-right {
    padding-top: 1rem;
  }
}
.cid-s9jNYT5Kyp {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f9f9f9;
}
.cid-s9jNYT5Kyp .mbr-section-text {
  color: #767676;
}
.cid-s9jNYT5Kyp .mbr-section-subtitle {
  color: #767676;
}
.cid-s9jNYT5Kyp .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9jNYT5Kyp .mbr-iconfont {
  font-size: 48px;
}
.cid-s9jNYT5Kyp .card-img {
  margin-bottom: 1.5rem;
}
.cid-s9jNYT5Kyp .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9jNYT5Kyp .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-s9jNYT5Kyp .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-s9jNYT5Kyp .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-s9jNYT5Kyp .nav-tabs .nav-link:hover {
  background: #cade9f;
}
.cid-s9jNYT5Kyp .nav-tabs .nav-link.active {
  color: #000000;
  font-style: normal;
  border: 2px solid #cade9f;
  background: #cade9f;
}
.cid-s9jNYT5Kyp .nav-tabs .nav-link.active:hover {
  border: 2px solid #cade9f;
}
.cid-sbjJRXb2Ov {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cade9f;
}
.cid-sbjJRXb2Ov .mbr-section-subtitle {
  color: #f9f9f9;
}
.cid-sbjJRXb2Ov .btn {
  margin: 0 0 .5rem 0;
}
.cid-s9jNYZlhWE {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.cid-s9jNYZlhWE .mbr-section-subtitle {
  color: #767676;
}
.cid-s9jNYZlhWE .media-row {
  display: flex;
  justify-content: center;
}
.cid-s9jNYZlhWE .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-s9jNYZlhWE .team-item .item-image img {
  width: 100%;
}
.cid-s9jNYZlhWE .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s9jNYZlhWE .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s9jNYZlhWE .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-s9jNYZlhWE .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-s9jNYZlhWE .team-item .item-caption {
  background: #efefef;
}
.cid-s9jNZgX9PC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #82786e;
}
@media (max-width: 767px) {
  .cid-s9jNZgX9PC .content {
    text-align: center;
  }
  .cid-s9jNZgX9PC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s9jNZgX9PC .img-logo img {
  height: 6rem;
}
.cid-s9jNZgX9PC [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-s9jNZgX9PC .input-group-btn {
  display: inline-block;
}
.cid-s9jNZgX9PC .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-s9jNZgX9PC .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-s9jNZgX9PC [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-s9jNZgX9PC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-s9jNZgX9PC .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s9jNZgX9PC .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s9jNZgX9PC .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s9jNZgX9PC .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s9jNZgX9PC .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s9jNZgX9PC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s9jNZgX9PC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s9jNZgX9PC form .input-group input.form-control,
.cid-s9jNZgX9PC form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-s9jNZgX9PC .form-inline {
  justify-content: center;
}
.cid-s9jNZgX9PC .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s9jNZgX9PC .foot-logo {
    text-align: center !important;
  }
  .cid-s9jNZgX9PC .foot-title {
    text-align: center !important;
  }
  .cid-s9jNZgX9PC .mbr-text {
    text-align: center !important;
  }
}
/* РАСПИСАНИЕ*/
#fh5co-schedule .fh5co-heading h2 {
/*   color: #fff;*/
}
#fh5co-schedule .fh5co-heading p {
 /* color: rgba(255, 255, 255, 0.5);*/
}
#fh5co-schedule .fh5co-heading span {
 /*  color: rgba(255, 255, 255, 0.5);*/
}

.fh5co-tabs {
/*  width: 90%;*/
  margin: 0 auto;
/*   background-color:rgba(0, 0, 0, 0.8);*/

}
.fh5co-ground {
   background-color:rgba(255, 255, 255, 0.9);

}
.fh5co-tabs .fh5co-tab-nav {
  clear: both;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  background: #dee2e6;
 /* background: rgba(0, 0, 0, 0.3);*/
 /* -webkit-border-radius: 4px;*/
 /* -moz-border-radius: 4px;*/
 /* -ms-border-radius: 4px;*/
 /*  border-radius: 4px;*/
}
.fh5co-tabs .fh5co-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 12.5%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-tabs .fh5co-tab-nav li a {
    /*font-family: "Poiret One", Arial, sans-serif;*/
    font-size:18px;
  padding: 10px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #232323;
  /*color: #e6e6e6;*/
  /*text-shadow: 1px 1px 2px black */
}
.fh5co-tabs .fh5co-tab-nav li a:hover {
  /*color: white;*/
  color: #767676;
}
.fh5co-tabs .fh5co-tab-nav li.active a {
  /*background: #1f7a8d;*/
  background: #cade9f;
  /*color: #fff;*/
  
}
.fh5co-tabs .fh5co-tab-content-wrap {
  clear: both;
  position: relative;
}
.fh5co-tabs .fh5co-tab-content-wrap .tab-content {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 12.5%;
  opacity: 1;
  float: left;
  /*visibility: hidden;*/
}
.fh5co-tabs .fh5co-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.fh5co-tabs .class-schedule {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.fh5co-tabs .class-schedule li {
  /*width: 25%;
  float: left;
  border-collapse: collapse;*/
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  list-style: none;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  /*padding-bottom: 40px;
  min-height: 257px;*/
}
 
@media (max-width: 767px){
  .fh5co-tabs .class-schedule li {
    width: 25%;
    float: left;
    border-right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    list-style: none;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 157px;
  }

  .fh5co-tabs .fh5co-tab-content-wrap .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    float: left;
    visibility: hidden;
  }
}

@media screen and (max-width: 768px) {
  .fh5co-tabs .class-schedule li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-tabs .class-schedule li {
    width: 100%;
  }
}
.fh5co-tabs .class-schedule li:first-child {
 /*border-left: 1px solid rgba(255, 255, 255, 0.02);*/
}
.fh5co-tabs .class-schedule li:nth-child(5) {
 /* border-left: 1px solid rgba(255, 255, 255, 0.02);*/
}
.fh5co-tabs .class-schedule li span {
  display: block;
  /*margin-bottom: 20px;*/
  margin-bottom: 5px;
}
.fh5co-tabs .class-schedule li span img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.fh5co-tabs .class-schedule li h4 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.fh5co-tabs .class-schedule li p {
  font-size: 1rem;
}
.fh5co-tabs .class-schedule li .time {
  display: inline-block;
  padding: 5px 12px;
  background: #cade9f;
  /*background: #1f7a8d;*/
  /*color: #fff;*/
  /*font-size: 13px;
  /*text-shadow: 1px 1px 2px black;*/
  
  
}

.fh5co-tabs .class-schedule li .timeSh{
    display:none;
}

@media screen and (max-width: 768px) {
    .fh5co-tabs .class-schedule li .timeSh  {
        display:block;
    }
}
.cid-sbjIJYJ8aD .cost {
    text-decoration: line-through;
    color: #767676;
}


.price_table{
  width:100%;
}

.price_table td{
  padding: 5px;
}

.price_table tr:nth-child(even) { background-color: #FFFFFF; }

.price_table2{
  width:100%;
}

.price_table2 td{
  padding: 5px;
}

.price_table2 tr:nth-child(even) { background-color: #f9f9f9; }


.dataTable tr:nth-child(even) {
    background-color: #f9f9f9;
}

.slider_top_txt{
  padding-top: 130px;
  position: absolute;
  z-index: 1000;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.slider_top_txt .mbr-fonts-style{
  letter-spacing: -2px;
  font-size: 2.7rem;
}

.group_foto{
  width: 50%;
  padding-left: 4rem;
  padding-right: unset;
}

.price_txt_op{
  font-weight: normal;
  font-size: 1rem;
}

.group_foto2{
  display: none;
}

.price_table br{
  display: none;
}

@media (max-width: 500px) {
  .cid-s9jNYO15qw .full-screen .slider-fullscreen-image{
    min-height: 50vh;
  }
  .cid-s9jNYO15qw .full-screen .carousel-item .container.container-slide{
    min-height: 50vh;
  }

  .cid-s9jNYO15qw .mbr-slider .carousel-control{
        width: 40px;
      height: 40px;
  }
  .cid-s9jNYO15qw .mbr-slider .carousel-control .mbr-iconfont{
        font-size: 1rem;
  }
}


@media (max-width: 768px) {
.slider_top_txt{
        padding-top: 90px;
  }
  .slider_top_txt .mbr-fonts-style{
       letter-spacing: 0px;
        font-size: 1rem;
        line-height: normal;
  }
  .carousel-caption .mbr-fonts-style{
    font-size: 1.2rem;
        line-height: normal;
  }

  .group_foto{
  display: none;
}
.cid-sbk2Os0pnE{
  height: unset;
}
.price_txt_op{
    width: 100%;
    display: block;
        padding-top: 5px;
}

.tel_gr{
  display: block;
}
.group_foto2{
  display: block;
}
.price_table br{
  display: initial;
}
}


.cid-sLfmgOv7A3 {
  padding-top: 50px;
  padding-bottom: 50px;
      background-color: #f9f9f9;
}
.cid-sLfmgOv7A3 div.b {
  padding-top: 2rem;
}
.cid-sLfmgOv7A3 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-sLfmgOv7A3 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sLfmgOv7A3 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sLfmgOv7A3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sLfmgOv7A3 .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-sLfmgOv7A3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sLfmgOv7A3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sLfmgOv7A3 div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-sLfmgOv7A3 div.left-block.wrapper {
    padding-bottom: 3rem;
  }


  /*.cid-sbjqk8L6Nz .aside-content br{
    display: none;
  }*/


  .cid-sbjqk8L6Nz, .cid-s9jNYT5Kyp, .cid-s9jNYZlhWE, .cid-sLfmgOv7A3, .cid-sbj5PMDN77{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cid-sbjqk8L6Nz .mbr-figure{
    padding-bottom: 10px; 
     margin-bottom: unset;
  }

  .cid-s9jNYZlhWE h2{
    padding-bottom:0px;
    margin-bottom: 0px;
  }

  .cid-sbj5PMDN77 .mbr-section-btn p{
    margin-bottom: 0px;
  }

  .phone_pers{
    margin-bottom: 0px;
  }
}

.footer4 .foot-title{
  margin-bottom: 0px !important;
}

.cid-s9jNYMfDra .mbr-section-btn, .cid-sbjSiBeYqv .mbr-section-btn{
      min-width: 270px;
}

.cid-s9jNYMfDra .nav-link br, .cid-sbjSiBeYqv .nav-link br{
  display: none;
}


@media (max-width: 1370px) {
  .cid-s9jNYMfDra .nav-link br, .cid-sbjSiBeYqv .nav-link br{
   display: initial;
}
}

.naz_tren{
  font-size: 2.6rem;
}

@media (max-width: 767px) {
   
    .naz_tren{
   font-size: 1.7rem;
}
  }


  .zitata{
  font-family: 'Marck Script', cursive;
  font-size: 45px;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-top: 20px;
}


.zitataName{
  font-family: 'Marck Script', cursive;
  font-size: 40px;
  text-align: right;
  padding-right: 20px;
}



.priceTitle{
  text-align: center;
  margin-top: 15px;
  background: #cade9f;
  padding: 5px;
  border-radius: 100px;
}

.priceTitle h5{
  margin: 0;
}

.priceTitle h5 .price_txt_op{ 
  color: #4a5e20 !important;
  font-weight: 500;
}

.features16 .item-image img{
  border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.features16 .item-caption{
  border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.services2 .mbr-figure img{
  border-radius: 25px;
}

@media (max-width: 767px) {
  .zitata{
    font-size: 32px;
  }

.zitataName{
font-size: 30px;

}

}