@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.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.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !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: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2a8dec !important;
  border-color: #2a8dec !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1166b9 !important;
  border-color: #1166b9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1166b9 !important;
  border-color: #1166b9 !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: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0e5aa2;
  color: #0e5aa2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #2a8dec;
  border-color: #2a8dec;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a8dec !important;
  border-color: #2a8dec !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: #e1201d !important;
}
.text-secondary {
  color: #2a8dec !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: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0e5aa2 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.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: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e1201d !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: #2a8dec !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  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='%23e1201d' %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.5;
}
.cid-sKuI5AzVqk .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sKuI5AzVqk .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKuI5AzVqk a {
  font-style: normal;
}
.cid-sKuI5AzVqk .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sKuI5AzVqk .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sKuI5AzVqk .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sKuI5AzVqk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKuI5AzVqk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKuI5AzVqk .nav-item:focus,
.cid-sKuI5AzVqk .nav-link:focus {
  outline: none;
}
.cid-sKuI5AzVqk .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKuI5AzVqk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKuI5AzVqk .menu-logo {
  margin-right: auto;
}
.cid-sKuI5AzVqk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKuI5AzVqk .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-sKuI5AzVqk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sKuI5AzVqk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKuI5AzVqk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKuI5AzVqk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKuI5AzVqk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKuI5AzVqk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKuI5AzVqk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKuI5AzVqk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKuI5AzVqk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKuI5AzVqk .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKuI5AzVqk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKuI5AzVqk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKuI5AzVqk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKuI5AzVqk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKuI5AzVqk .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-sKuI5AzVqk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKuI5AzVqk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKuI5AzVqk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKuI5AzVqk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKuI5AzVqk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKuI5AzVqk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKuI5AzVqk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKuI5AzVqk button.navbar-toggler:focus {
  outline: none;
}
.cid-sKuI5AzVqk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sKuI5AzVqk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKuI5AzVqk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuI5AzVqk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuI5AzVqk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKuI5AzVqk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuI5AzVqk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKuI5AzVqk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKuI5AzVqk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuI5AzVqk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuI5AzVqk .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKuI5AzVqk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKuI5AzVqk .collapsed .navbar-collapse.collapsing,
.cid-sKuI5AzVqk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKuI5AzVqk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKuI5AzVqk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKuI5AzVqk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKuI5AzVqk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKuI5AzVqk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKuI5AzVqk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKuI5AzVqk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKuI5AzVqk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKuI5AzVqk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKuI5AzVqk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKuI5AzVqk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKuI5AzVqk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKuI5AzVqk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKuI5AzVqk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuI5AzVqk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sKuI5AzVqk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKuI5AzVqk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKuI5AzVqk .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-sKuI5AzVqk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuI5AzVqk img {
    height: 3.8rem !important;
  }
  .cid-sKuI5AzVqk .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sKuI5AzVqk .menu-wrap {
    flex-direction: column;
  }
  .cid-sKuI5AzVqk .btn {
    display: -webkit-flex;
  }
  .cid-sKuI5AzVqk button.navbar-toggler {
    display: block;
  }
  .cid-sKuI5AzVqk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sKuI5AzVqk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuI5AzVqk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKuI5AzVqk .navbar-collapse.collapsing,
  .cid-sKuI5AzVqk .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKuI5AzVqk .navbar-collapse.collapsing .navbar-nav,
  .cid-sKuI5AzVqk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKuI5AzVqk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKuI5AzVqk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKuI5AzVqk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKuI5AzVqk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuI5AzVqk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKuI5AzVqk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKuI5AzVqk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKuI5AzVqk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuI5AzVqk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sKuI5AzVqk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKuI5AzVqk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKuI5AzVqk .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-sKuI5AzVqk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sKuI5AzVqk .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sKuI5AzVqk .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sKuI5AzVqk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKuI5AzVqk .nav-link:hover,
.cid-sKuI5AzVqk .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rShWcSjfRM {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/kaba405-1920x1080.jpg");
}
@media (max-width: 992px) {
  .cid-rShWcSjfRM {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rShWcSjfRM {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rShWcSjfRM .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rShWcSjfRM .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-rShWcSjfRM .icon-wrap span {
  padding-left: 8px;
}
.cid-rShWcSjfRM .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rShWcSjfRM .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rShWcSjfRM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rShWcSjfRM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rShWcSjfRM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rShWcSjfRM a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rShWcSjfRM a.close:hover {
  color: #ffffff;
}
.cid-rShuspIWBX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rShuspIWBX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rShuspIWBX h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rShuspIWBX h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rShuspIWBX .mbr-text,
.cid-rShuspIWBX .mbr-section-btn {
  color: #767676;
}
.cid-rShuspIWBX H3 {
  color: #000000;
}
.cid-rShuspIWBX H1 {
  color: #000000;
}
.cid-sp43qjVx7C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sp43qjVx7C .mbr-text {
  color: #767676;
}
.cid-sp43qjVx7C .card-subtitle {
  margin: 0;
}
.cid-sp43qjVx7C .link {
  margin: 0;
}
.cid-sp43qjVx7C .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sp43qjVx7C .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sp43qjVx7C .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-sp43qjVx7C .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sp43qjVx7C .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sp43qjVx7C .date {
  margin: 0;
}
.cid-sp43qjVx7C img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sp43qjVx7C .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sp43qjVx7C .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sp43qjVx7C .card-img:hover:before {
  opacity: 0.4;
}
.cid-sp43qjVx7C .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sp43qjVx7C .icon-box {
    flex-direction: column;
  }
  .cid-sp43qjVx7C .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sp43qjVx7C .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sp43qjVx7C .card {
    margin-bottom: 3rem;
  }
}
.cid-rShZwQmZXr {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/2019025001-1920x1080.jpg");
}
@media (max-width: 992px) {
  .cid-rShZwQmZXr {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rShZwQmZXr {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rShZwQmZXr .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rShZwQmZXr .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-rShZwQmZXr .icon-wrap span {
  padding-left: 8px;
}
.cid-rShZwQmZXr .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rShZwQmZXr .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rShZwQmZXr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rShZwQmZXr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rShZwQmZXr .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rShZwQmZXr a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rShZwQmZXr a.close:hover {
  color: #ffffff;
}
.cid-rSlfmluRwd {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/2019002003-1920x1080.jpg");
}
@media (max-width: 992px) {
  .cid-rSlfmluRwd {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rSlfmluRwd {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rSlfmluRwd .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rSlfmluRwd .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-rSlfmluRwd .icon-wrap span {
  padding-left: 8px;
}
.cid-rSlfmluRwd .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rSlfmluRwd .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSlfmluRwd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSlfmluRwd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSlfmluRwd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSlfmluRwd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSlfmluRwd a.close:hover {
  color: #ffffff;
}
.cid-tv6bucsJIL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tv6bucsJIL h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tv6bucsJIL h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tv6bucsJIL h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tv6bucsJIL .mbr-text,
.cid-tv6bucsJIL .mbr-section-btn {
  color: #767676;
}
.cid-tv6bvx8gcE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tv6bvx8gcE .mbr-text {
    text-align: center;
  }
}
.cid-tv6bvx8gcE .container-fluid {
  padding: 0;
}
.cid-tv6bvx8gcE .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tv6bvx8gcE img {
  height: 100%;
  object-fit: cover;
}
.cid-tv6bvx8gcE .mbr-figure {
  height: 100%;
}
.cid-tv6bvx8gcE .col-lg-6 {
  padding: 0;
}
.cid-tv6bvx8gcE .row {
  margin: 0;
}
.cid-tv6bvx8gcE .mbr-text,
.cid-tv6bvx8gcE .mbr-section-btn {
  text-align: left;
}
.cid-tv6bxwjzmh .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-tv6bxwjzmh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tv6bxwjzmh .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-tv6bxwjzmh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tv6bxwjzmh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tuqG2GxxTI {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tuqG2GxxTI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tuqG2GxxTI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tuqG2GxxTI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tuqG2GxxTI .mbr-text,
.cid-tuqG2GxxTI .mbr-section-btn {
  color: #767676;
}
.cid-tuqG4GS2DC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tuqG4GS2DC .mbr-text {
    text-align: center;
  }
}
.cid-tuqG4GS2DC .container-fluid {
  padding: 0;
}
.cid-tuqG4GS2DC .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tuqG4GS2DC img {
  height: 100%;
  object-fit: cover;
}
.cid-tuqG4GS2DC .mbr-figure {
  height: 100%;
}
.cid-tuqG4GS2DC .col-lg-6 {
  padding: 0;
}
.cid-tuqG4GS2DC .row {
  margin: 0;
}
.cid-tuqG4GS2DC .mbr-text,
.cid-tuqG4GS2DC .mbr-section-btn {
  text-align: left;
}
.cid-tuqG7XThD1 .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-tuqG7XThD1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuqG7XThD1 .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-tuqG7XThD1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuqG7XThD1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tpUjq6Vt7Y {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpUjq6Vt7Y h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tpUjq6Vt7Y h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tpUjq6Vt7Y h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tpUjq6Vt7Y .mbr-text,
.cid-tpUjq6Vt7Y .mbr-section-btn {
  color: #767676;
}
.cid-tpUkby0BaH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tpUkby0BaH .mbr-text {
    text-align: center;
  }
}
.cid-tpUkby0BaH .container-fluid {
  padding: 0;
}
.cid-tpUkby0BaH .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tpUkby0BaH img {
  height: 100%;
  object-fit: cover;
}
.cid-tpUkby0BaH .mbr-figure {
  height: 100%;
}
.cid-tpUkby0BaH .col-lg-6 {
  padding: 0;
}
.cid-tpUkby0BaH .row {
  margin: 0;
}
.cid-tpUkby0BaH .mbr-text,
.cid-tpUkby0BaH .mbr-section-btn {
  text-align: left;
}
.cid-tpUk4DnTAx .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-tpUk4DnTAx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tpUk4DnTAx .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-tpUk4DnTAx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tpUk4DnTAx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tjnldgD4cg {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjnldgD4cg h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tjnldgD4cg h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tjnldgD4cg h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tjnldgD4cg .mbr-text,
.cid-tjnldgD4cg .mbr-section-btn {
  color: #767676;
}
.cid-tjnlTq8Nqf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tjnlTq8Nqf .mbr-text {
    text-align: center;
  }
}
.cid-tjnlTq8Nqf .container-fluid {
  padding: 0;
}
.cid-tjnlTq8Nqf .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tjnlTq8Nqf img {
  height: 100%;
  object-fit: cover;
}
.cid-tjnlTq8Nqf .mbr-figure {
  height: 100%;
}
.cid-tjnlTq8Nqf .col-lg-6 {
  padding: 0;
}
.cid-tjnlTq8Nqf .row {
  margin: 0;
}
.cid-tjnlTq8Nqf .mbr-text,
.cid-tjnlTq8Nqf .mbr-section-btn {
  text-align: left;
}
.cid-tjnlX8RyOL .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-tjnlX8RyOL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tjnlX8RyOL .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-tjnlX8RyOL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tjnlX8RyOL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-taHUSF4uI5 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-taHUSF4uI5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-taHUSF4uI5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-taHUSF4uI5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-taHUSF4uI5 .mbr-text,
.cid-taHUSF4uI5 .mbr-section-btn {
  color: #767676;
}
.cid-taHVvfQYRI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-taHVvfQYRI .mbr-text {
    text-align: center;
  }
}
.cid-taHVvfQYRI .container-fluid {
  padding: 0;
}
.cid-taHVvfQYRI .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-taHVvfQYRI img {
  height: 100%;
  object-fit: cover;
}
.cid-taHVvfQYRI .mbr-figure {
  height: 100%;
}
.cid-taHVvfQYRI .col-lg-6 {
  padding: 0;
}
.cid-taHVvfQYRI .row {
  margin: 0;
}
.cid-taHVvfQYRI .mbr-text,
.cid-taHVvfQYRI .mbr-section-btn {
  text-align: left;
}
.cid-taHVyd8vXT .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-taHVyd8vXT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-taHVyd8vXT .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-taHVyd8vXT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-taHVyd8vXT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ti3XyfH4oI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ti3XyfH4oI .mbr-text {
    text-align: center;
  }
}
.cid-ti3XyfH4oI .container-fluid {
  padding: 0;
}
.cid-ti3XyfH4oI .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ti3XyfH4oI img {
  height: 100%;
  object-fit: cover;
}
.cid-ti3XyfH4oI .mbr-figure {
  height: 100%;
}
.cid-ti3XyfH4oI .col-lg-6 {
  padding: 0;
}
.cid-ti3XyfH4oI .row {
  margin: 0;
}
.cid-ti3XyfH4oI .mbr-text,
.cid-ti3XyfH4oI .mbr-section-btn {
  text-align: left;
}
.cid-ti3XsUZGrf .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ti3XsUZGrf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ti3XsUZGrf .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-ti3XsUZGrf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ti3XsUZGrf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t6nYdFuLqy {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t6nYdFuLqy h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t6nYdFuLqy h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t6nYdFuLqy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t6nYdFuLqy .mbr-text,
.cid-t6nYdFuLqy .mbr-section-btn {
  color: #767676;
}
.cid-t6nYhHWIto {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-t6nYhHWIto .mbr-text {
    text-align: center;
  }
}
.cid-t6nYhHWIto .container-fluid {
  padding: 0;
}
.cid-t6nYhHWIto .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-t6nYhHWIto img {
  height: 100%;
  object-fit: cover;
}
.cid-t6nYhHWIto .mbr-figure {
  height: 100%;
}
.cid-t6nYhHWIto .col-lg-6 {
  padding: 0;
}
.cid-t6nYhHWIto .row {
  margin: 0;
}
.cid-t6nYhHWIto .mbr-text,
.cid-t6nYhHWIto .mbr-section-btn {
  text-align: left;
}
.cid-t6nZCocJLx .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-t6nZCocJLx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t6nZCocJLx .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-t6nZCocJLx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t6nZCocJLx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0afvCA30a {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t0afvCA30a h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t0afvCA30a h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t0afvCA30a h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t0afvCA30a .mbr-text,
.cid-t0afvCA30a .mbr-section-btn {
  color: #767676;
}
.cid-t0ag0E6mwz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-t0ag0E6mwz .mbr-text {
    text-align: center;
  }
}
.cid-t0ag0E6mwz .container-fluid {
  padding: 0;
}
.cid-t0ag0E6mwz .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-t0ag0E6mwz img {
  height: 100%;
  object-fit: cover;
}
.cid-t0ag0E6mwz .mbr-figure {
  height: 100%;
}
.cid-t0ag0E6mwz .col-lg-6 {
  padding: 0;
}
.cid-t0ag0E6mwz .row {
  margin: 0;
}
.cid-t0ag0E6mwz H1 {
  text-align: right;
}
.cid-t0ag0E6mwz .mbr-text,
.cid-t0ag0E6mwz .mbr-section-btn {
  text-align: left;
}
.cid-t0ag8uDLpq .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-t0ag8uDLpq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0ag8uDLpq .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-t0ag8uDLpq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0ag8uDLpq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sQYQtOyaAb {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQYQtOyaAb h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQYQtOyaAb h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQYQtOyaAb h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQYQtOyaAb .mbr-text,
.cid-sQYQtOyaAb .mbr-section-btn {
  color: #767676;
}
.cid-sQYQxcDoUO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sQYQxcDoUO .mbr-text {
    text-align: center;
  }
}
.cid-sQYQxcDoUO .container-fluid {
  padding: 0;
}
.cid-sQYQxcDoUO .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sQYQxcDoUO img {
  height: 100%;
  object-fit: cover;
}
.cid-sQYQxcDoUO .mbr-figure {
  height: 100%;
}
.cid-sQYQxcDoUO .col-lg-6 {
  padding: 0;
}
.cid-sQYQxcDoUO .row {
  margin: 0;
}
.cid-sQYQxcDoUO .mbr-text,
.cid-sQYQxcDoUO .mbr-section-btn {
  text-align: left;
}
.cid-sQYQBG3fyp .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sQYQBG3fyp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sQYQBG3fyp .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-sQYQBG3fyp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sQYQBG3fyp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sLSy9hmTty {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sLSy9hmTty h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sLSy9hmTty h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sLSy9hmTty h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sLSy9hmTty .mbr-text,
.cid-sLSy9hmTty .mbr-section-btn {
  color: #767676;
}
.cid-sLSygqaAOa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sLSygqaAOa .mbr-text {
    text-align: center;
  }
}
.cid-sLSygqaAOa .container-fluid {
  padding: 0;
}
.cid-sLSygqaAOa .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sLSygqaAOa img {
  height: 100%;
  object-fit: cover;
}
.cid-sLSygqaAOa .mbr-figure {
  height: 100%;
}
.cid-sLSygqaAOa .col-lg-6 {
  padding: 0;
}
.cid-sLSygqaAOa .row {
  margin: 0;
}
.cid-sLSygqaAOa .mbr-text,
.cid-sLSygqaAOa .mbr-section-btn {
  text-align: left;
}
.cid-sLSyk8AuWE .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sLSyk8AuWE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sLSyk8AuWE .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-sLSyk8AuWE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sLSyk8AuWE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDdebPJ6Y6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDdebPJ6Y6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sDdebPJ6Y6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sDdebPJ6Y6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sDdebPJ6Y6 .mbr-text,
.cid-sDdebPJ6Y6 .mbr-section-btn {
  color: #767676;
}
.cid-sDdegdyg39 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sDdegdyg39 .mbr-text {
    text-align: center;
  }
}
.cid-sDdegdyg39 .container-fluid {
  padding: 0;
}
.cid-sDdegdyg39 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sDdegdyg39 img {
  height: 100%;
  object-fit: cover;
}
.cid-sDdegdyg39 .mbr-figure {
  height: 100%;
}
.cid-sDdegdyg39 .col-lg-6 {
  padding: 0;
}
.cid-sDdegdyg39 .row {
  margin: 0;
}
.cid-sDdegdyg39 .mbr-text,
.cid-sDdegdyg39 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sDden2yRsb .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sDden2yRsb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDden2yRsb .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-sDden2yRsb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDden2yRsb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sHlVSniprJ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHlVSniprJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sHlVSniprJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sHlVSniprJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sHlVSniprJ .mbr-text,
.cid-sHlVSniprJ .mbr-section-btn {
  color: #767676;
}
.cid-sHlVUDees7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sHlVUDees7 .mbr-text {
    text-align: center;
  }
}
.cid-sHlVUDees7 .container-fluid {
  padding: 0;
}
.cid-sHlVUDees7 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sHlVUDees7 img {
  height: 100%;
  object-fit: cover;
}
.cid-sHlVUDees7 .mbr-figure {
  height: 100%;
}
.cid-sHlVUDees7 .col-lg-6 {
  padding: 0;
}
.cid-sHlVUDees7 .row {
  margin: 0;
}
.cid-sHlVUDees7 .mbr-text,
.cid-sHlVUDees7 .mbr-section-btn {
  text-align: left;
}
.cid-sHlVXuoVhM .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sHlVXuoVhM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sHlVXuoVhM .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-sHlVXuoVhM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sHlVXuoVhM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sy3Y6132jA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sy3Y6132jA h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sy3Y6132jA h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sy3Y6132jA h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sy3Y6132jA .mbr-text,
.cid-sy3Y6132jA .mbr-section-btn {
  color: #767676;
}
.cid-sy3YitHtf1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sy3YitHtf1 .mbr-text {
    text-align: center;
  }
}
.cid-sy3YitHtf1 .container-fluid {
  padding: 0;
}
.cid-sy3YitHtf1 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sy3YitHtf1 img {
  height: 100%;
  object-fit: cover;
}
.cid-sy3YitHtf1 .mbr-figure {
  height: 100%;
}
.cid-sy3YitHtf1 .col-lg-6 {
  padding: 0;
}
.cid-sy3YitHtf1 .row {
  margin: 0;
}
.cid-sy3YitHtf1 .mbr-text,
.cid-sy3YitHtf1 .mbr-section-btn {
  text-align: left;
}
.cid-sy3Z8Y5Eap .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sy3Z8Y5Eap .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sy3Z8Y5Eap .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-sy3Z8Y5Eap .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sy3Z8Y5Eap .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqobYbq2lM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqobYbq2lM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sqobYbq2lM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sqobYbq2lM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sqobYbq2lM .mbr-text,
.cid-sqobYbq2lM .mbr-section-btn {
  color: #767676;
}
.cid-sqobYbq2lM H3 {
  color: #000000;
}
.cid-sqobYbq2lM H1 {
  color: #000000;
}
.cid-sqoctFJtvf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sqoctFJtvf .mbr-text {
    text-align: center;
  }
}
.cid-sqoctFJtvf .container-fluid {
  padding: 0;
}
.cid-sqoctFJtvf .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sqoctFJtvf img {
  height: 100%;
  object-fit: cover;
}
.cid-sqoctFJtvf .mbr-figure {
  height: 100%;
}
.cid-sqoctFJtvf .col-lg-6 {
  padding: 0;
}
.cid-sqoctFJtvf .row {
  margin: 0;
}
.cid-sqoctFJtvf .mbr-text,
.cid-sqoctFJtvf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sqock6VlEf .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sqock6VlEf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqock6VlEf .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-sqock6VlEf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqock6VlEf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sknS9UWzPF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sknS9UWzPF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sknS9UWzPF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sknS9UWzPF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sknS9UWzPF .mbr-text,
.cid-sknS9UWzPF .mbr-section-btn {
  color: #767676;
}
.cid-sknSufUIJC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sknSufUIJC .mbr-text {
    text-align: center;
  }
}
.cid-sknSufUIJC .container-fluid {
  padding: 0;
}
.cid-sknSufUIJC .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sknSufUIJC img {
  height: 100%;
  object-fit: cover;
}
.cid-sknSufUIJC .mbr-figure {
  height: 100%;
}
.cid-sknSufUIJC .col-lg-6 {
  padding: 0;
}
.cid-sknSufUIJC .row {
  margin: 0;
}
.cid-sknSufUIJC .mbr-text,
.cid-sknSufUIJC .mbr-section-btn {
  text-align: left;
}
.cid-sp46pRTk9q .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sp46pRTk9q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sp46pRTk9q .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-sp46pRTk9q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sp46pRTk9q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sp46mYM1n1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sp46mYM1n1 .mbr-text {
    text-align: center;
  }
}
.cid-sp46mYM1n1 .container-fluid {
  padding: 0;
}
.cid-sp46mYM1n1 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sp46mYM1n1 img {
  height: 100%;
  object-fit: cover;
}
.cid-sp46mYM1n1 .mbr-figure {
  height: 100%;
}
.cid-sp46mYM1n1 .col-lg-6 {
  padding: 0;
}
.cid-sp46mYM1n1 .row {
  margin: 0;
}
.cid-sp46mYM1n1 .mbr-text,
.cid-sp46mYM1n1 .mbr-section-btn {
  text-align: left;
}
.cid-sp46rxwNZr .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sp46rxwNZr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sp46rxwNZr .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-sp46rxwNZr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sp46rxwNZr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sknRWeazqH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sknRWeazqH h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sknRWeazqH h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sknRWeazqH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sknRWeazqH .mbr-text,
.cid-sknRWeazqH .mbr-section-btn {
  color: #767676;
}
.cid-sknSsTbdMC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sknSsTbdMC .mbr-text {
    text-align: center;
  }
}
.cid-sknSsTbdMC .container-fluid {
  padding: 0;
}
.cid-sknSsTbdMC .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sknSsTbdMC img {
  height: 100%;
  object-fit: cover;
}
.cid-sknSsTbdMC .mbr-figure {
  height: 100%;
}
.cid-sknSsTbdMC .col-lg-6 {
  padding: 0;
}
.cid-sknSsTbdMC .row {
  margin: 0;
}
.cid-sknSsTbdMC .mbr-text,
.cid-sknSsTbdMC .mbr-section-btn {
  text-align: left;
}
.cid-sknRUVtHbv .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sknRUVtHbv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sknRUVtHbv .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-sknRUVtHbv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sknRUVtHbv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rSxXCqh0Rn {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/2019010004-1920x1080.jpg");
}
@media (max-width: 992px) {
  .cid-rSxXCqh0Rn {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rSxXCqh0Rn {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rSxXCqh0Rn .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rSxXCqh0Rn .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-rSxXCqh0Rn .icon-wrap span {
  padding-left: 8px;
}
.cid-rSxXCqh0Rn .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rSxXCqh0Rn .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSxXCqh0Rn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSxXCqh0Rn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSxXCqh0Rn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSxXCqh0Rn a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSxXCqh0Rn a.close:hover {
  color: #ffffff;
}
.cid-sKuHtZTt5H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKuHRjk84o .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sKuHRjk84o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKuHRjk84o a {
  font-style: normal;
}
.cid-sKuHRjk84o .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sKuHRjk84o .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sKuHRjk84o .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sKuHRjk84o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKuHRjk84o .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKuHRjk84o .nav-item:focus,
.cid-sKuHRjk84o .nav-link:focus {
  outline: none;
}
.cid-sKuHRjk84o .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKuHRjk84o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKuHRjk84o .menu-logo {
  margin-right: auto;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKuHRjk84o .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-sKuHRjk84o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKuHRjk84o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKuHRjk84o .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-sKuHRjk84o .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKuHRjk84o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKuHRjk84o button.navbar-toggler:focus {
  outline: none;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuHRjk84o .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuHRjk84o .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKuHRjk84o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKuHRjk84o .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKuHRjk84o .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKuHRjk84o .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuHRjk84o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sKuHRjk84o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKuHRjk84o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKuHRjk84o .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-sKuHRjk84o.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuHRjk84o img {
    height: 3.8rem !important;
  }
  .cid-sKuHRjk84o .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sKuHRjk84o .menu-wrap {
    flex-direction: column;
  }
  .cid-sKuHRjk84o .btn {
    display: -webkit-flex;
  }
  .cid-sKuHRjk84o button.navbar-toggler {
    display: block;
  }
  .cid-sKuHRjk84o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sKuHRjk84o .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuHRjk84o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing,
  .cid-sKuHRjk84o .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuHRjk84o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sKuHRjk84o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKuHRjk84o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKuHRjk84o .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-sKuHRjk84o .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sKuHRjk84o .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sKuHRjk84o .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sKuHRjk84o .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKuHRjk84o .nav-link:hover,
.cid-sKuHRjk84o .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-tjnlagYpUy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tjnlagYpUy h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tjnlagYpUy h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tjnlagYpUy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tjnlagYpUy .mbr-text,
.cid-tjnlagYpUy .mbr-section-btn {
  color: #767676;
}
.cid-rSyclwi9Pk {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/lifestageback1-2000x1333.jpg");
}
.cid-rSyclwi9Pk h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rSyclwi9Pk h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSyclwi9Pk h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSz0bLHXON {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rSz0bLHXON .mbr-text {
    text-align: center;
  }
}
.cid-rSz0bLHXON .container-fluid {
  padding: 0;
}
.cid-rSz0bLHXON .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rSz0bLHXON img {
  height: 100%;
  object-fit: cover;
}
.cid-rSz0bLHXON .mbr-figure {
  height: 100%;
}
.cid-rSz0bLHXON .col-lg-6 {
  padding: 0;
}
.cid-rSz0bLHXON .row {
  margin: 0;
}
.cid-rSz0bLHXON .mbr-text,
.cid-rSz0bLHXON .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rSz0bLHXON H3 {
  color: #f7ed4a;
}
.cid-rSynQ05Z6w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSynQ05Z6w .card-box {
  padding: 0 1.6rem;
}
@media (min-width: 767px) {
  .cid-rSynQ05Z6w .container {
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-rSynQ05Z6w .container {
    padding: 0 1.3rem;
  }
  .cid-rSynQ05Z6w .mbr-section-btn {
    opacity: 1;
  }
  .cid-rSynQ05Z6w .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-rSynQ05Z6w .card {
    padding: 0rem!important;
    padding-bottom: 1rem!important;
  }
}
@media (min-width: 992px) {
  .cid-rSynQ05Z6w .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-rSynQ05Z6w .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-rSynQ05Z6w .card {
    padding-bottom: 1rem!important;
  }
  .cid-rSynQ05Z6w .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-rSynQ05Z6w .row {
  justify-content: center;
}
.cid-rSynQ05Z6w .card {
  padding: 0.5rem!important;
}
.cid-rSynQ05Z6w .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-rSynQ05Z6w .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rSynQ05Z6w .card1 {
  background-image: url("../../../assets/images/img-6699-2000x1333.jpeg");
}
.cid-rSynQ05Z6w .card2 {
  background-image: url("../../../assets/images/20180405004-1600x1200.jpeg");
}
.cid-rSynQ05Z6w .card3 {
  background-image: url("../../../assets/images/img-9696-2000x1333.jpeg");
}
.cid-rSynQ05Z6w .card4 {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rSynQ05Z6w h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rSynQ05Z6w p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rSynQ05Z6w .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-rSynQ05Z6w .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
.cid-rSyXZC0UMd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSyXZC0UMd h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSyXZC0UMd h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSyXZC0UMd h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSyXZC0UMd .mbr-text,
.cid-rSyXZC0UMd .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-rSybYLglVZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSybYLglVZ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSybYLglVZ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSybYLglVZ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSybYLglVZ .mbr-text,
.cid-rSybYLglVZ .mbr-section-btn {
  color: #767676;
}
.cid-rSybYLglVZ H3 {
  color: #000000;
}
.cid-rSybYLglVZ H1 {
  color: #000000;
}
.cid-rSybYLRRan {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSybYLRRan .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rSybYLRRan .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-rSybYLRRan .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-rSybYLRRan .media-content {
  padding-left: 2rem;
}
.cid-rSybYLRRan textarea {
  min-height: 150px;
}
.cid-rSybYLRRan .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-rSybYLRRan .form-control,
.cid-rSybYLRRan .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-rSybYLRRan .form-control input::-webkit-input-placeholder,
.cid-rSybYLRRan .field-input input::-webkit-input-placeholder,
.cid-rSybYLRRan .form-control textarea::-webkit-input-placeholder,
.cid-rSybYLRRan .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rSybYLRRan .form-control input:-moz-placeholder,
.cid-rSybYLRRan .field-input input:-moz-placeholder,
.cid-rSybYLRRan .form-control textarea:-moz-placeholder,
.cid-rSybYLRRan .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rSybYLRRan .form-control:hover,
.cid-rSybYLRRan .field-input:hover,
.cid-rSybYLRRan .form-control:focus,
.cid-rSybYLRRan .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rSybYLRRan .form-control:hover input::-webkit-input-placeholder,
.cid-rSybYLRRan .field-input:hover input::-webkit-input-placeholder,
.cid-rSybYLRRan .form-control:focus input::-webkit-input-placeholder,
.cid-rSybYLRRan .field-input:focus input::-webkit-input-placeholder,
.cid-rSybYLRRan .form-control:hover textarea::-webkit-input-placeholder,
.cid-rSybYLRRan .field-input:hover textarea::-webkit-input-placeholder,
.cid-rSybYLRRan .form-control:focus textarea::-webkit-input-placeholder,
.cid-rSybYLRRan .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rSybYLRRan .form-control:hover input:-moz-placeholder,
.cid-rSybYLRRan .field-input:hover input:-moz-placeholder,
.cid-rSybYLRRan .form-control:focus input:-moz-placeholder,
.cid-rSybYLRRan .field-input:focus input:-moz-placeholder,
.cid-rSybYLRRan .form-control:hover textarea:-moz-placeholder,
.cid-rSybYLRRan .field-input:hover textarea:-moz-placeholder,
.cid-rSybYLRRan .form-control:focus textarea:-moz-placeholder,
.cid-rSybYLRRan .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rSybYLRRan .jq-number__spin:hover,
.cid-rSybYLRRan .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rSybYLRRan .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rSybYLRRan .jq-selectbox li,
.cid-rSybYLRRan .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rSybYLRRan .jq-selectbox li:hover,
.cid-rSybYLRRan .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rSybYLRRan .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rSybYLRRan .jq-number__spin.minus:hover:after,
.cid-rSybYLRRan .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rSybYLRRan .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rSybYLRRan .jq-number__spin.minus:after,
.cid-rSybYLRRan .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rSybYLRRan input::-webkit-clear-button {
  display: none;
}
.cid-rSybYLRRan input::-webkit-inner-spin-button {
  display: none;
}
.cid-rSybYLRRan input::-webkit-outer-spin-button {
  display: none;
}
.cid-rSybYLRRan input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rSybYLRRan .mbr-text,
.cid-rSybYLRRan .mbr-section-btn {
  color: #767676;
}
.cid-rSybYLRRan .text2,
.cid-rSybYLRRan .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-rSybYLRRan .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-rSybYLRRan H3 {
  color: #2a8dec;
}
.cid-sKuHtZTt5H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKuHRjk84o .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sKuHRjk84o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKuHRjk84o a {
  font-style: normal;
}
.cid-sKuHRjk84o .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sKuHRjk84o .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sKuHRjk84o .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sKuHRjk84o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKuHRjk84o .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKuHRjk84o .nav-item:focus,
.cid-sKuHRjk84o .nav-link:focus {
  outline: none;
}
.cid-sKuHRjk84o .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKuHRjk84o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKuHRjk84o .menu-logo {
  margin-right: auto;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKuHRjk84o .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-sKuHRjk84o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKuHRjk84o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKuHRjk84o .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-sKuHRjk84o .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKuHRjk84o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKuHRjk84o button.navbar-toggler:focus {
  outline: none;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuHRjk84o .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuHRjk84o .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKuHRjk84o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKuHRjk84o .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKuHRjk84o .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKuHRjk84o .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuHRjk84o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sKuHRjk84o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKuHRjk84o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKuHRjk84o .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-sKuHRjk84o.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuHRjk84o img {
    height: 3.8rem !important;
  }
  .cid-sKuHRjk84o .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sKuHRjk84o .menu-wrap {
    flex-direction: column;
  }
  .cid-sKuHRjk84o .btn {
    display: -webkit-flex;
  }
  .cid-sKuHRjk84o button.navbar-toggler {
    display: block;
  }
  .cid-sKuHRjk84o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sKuHRjk84o .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuHRjk84o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing,
  .cid-sKuHRjk84o .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuHRjk84o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sKuHRjk84o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKuHRjk84o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKuHRjk84o .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-sKuHRjk84o .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sKuHRjk84o .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sKuHRjk84o .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sKuHRjk84o .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKuHRjk84o .nav-link:hover,
.cid-sKuHRjk84o .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rSzgMG9TIT {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/lifestageback1-2000x1333.jpg");
}
.cid-rSzgMG9TIT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rSzgMG9TIT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSzgMG9TIT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSzhWim0yE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSzhWim0yE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSzhWim0yE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSzhWim0yE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSzhWim0yE .mbr-text,
.cid-rSzhWim0yE .mbr-section-btn {
  color: #767676;
}
.cid-rSzhPaYjmj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSzhPaYjmj .mbr-section-subtitle {
  color: #767676;
}
.cid-rSzhPaYjmj .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-rSzhPaYjmj .container {
    max-width: 1600px;
  }
}
.cid-rSzhPaYjmj .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rSzhPaYjmj .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-rSzhPaYjmj .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-rSzhPaYjmj .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-rSzhPaYjmj .team-item:hover .item-social {
  opacity: 1;
}
.cid-rSzhPaYjmj .team-item .item-image img {
  width: 100%;
}
.cid-rSzhPaYjmj .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rSzhPaYjmj .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rSzhPaYjmj .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rSzhPaYjmj .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rSzhPaYjmj .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rSzhPaYjmj .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-rSzhPaYjmj .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-rSzhPaYjmj .item-caption {
    padding: 2rem 1rem;
  }
  .cid-rSzhPaYjmj .item-social {
    opacity: 1;
  }
}
.cid-rSzhQ3huUO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSzhQ3huUO .mbr-section-subtitle {
  color: #767676;
}
.cid-rSzhQ3huUO .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-rSzhQ3huUO .container {
    max-width: 1600px;
  }
}
.cid-rSzhQ3huUO .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rSzhQ3huUO .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-rSzhQ3huUO .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-rSzhQ3huUO .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-rSzhQ3huUO .team-item:hover .item-social {
  opacity: 1;
}
.cid-rSzhQ3huUO .team-item .item-image img {
  width: 100%;
}
.cid-rSzhQ3huUO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rSzhQ3huUO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rSzhQ3huUO .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rSzhQ3huUO .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rSzhQ3huUO .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rSzhQ3huUO .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-rSzhQ3huUO .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-rSzhQ3huUO .item-caption {
    padding: 2rem 1rem;
  }
  .cid-rSzhQ3huUO .item-social {
    opacity: 1;
  }
}
.cid-rSzjrWGkEi {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/202002012002-1920x1080.jpg");
}
@media (max-width: 992px) {
  .cid-rSzjrWGkEi {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rSzjrWGkEi {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rSzjrWGkEi .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rSzjrWGkEi .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-rSzjrWGkEi .icon-wrap span {
  padding-left: 8px;
}
.cid-rSzjrWGkEi .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rSzjrWGkEi .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSzjrWGkEi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSzjrWGkEi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSzjrWGkEi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSzjrWGkEi a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSzjrWGkEi a.close:hover {
  color: #ffffff;
}
.cid-rSzhXiZ4GY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSzhXiZ4GY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSzhXiZ4GY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSzhXiZ4GY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSzhXiZ4GY .mbr-text,
.cid-rSzhXiZ4GY .mbr-section-btn {
  color: #767676;
}
.cid-rSzkBVrq0Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSzkBVrq0Q .mbr-section-subtitle {
  color: #767676;
}
.cid-rSzkBVrq0Q .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-rSzkBVrq0Q .container {
    max-width: 1600px;
  }
}
.cid-rSzkBVrq0Q .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rSzkBVrq0Q .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-rSzkBVrq0Q .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-rSzkBVrq0Q .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-rSzkBVrq0Q .team-item:hover .item-social {
  opacity: 1;
}
.cid-rSzkBVrq0Q .team-item .item-image img {
  width: 100%;
}
.cid-rSzkBVrq0Q .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rSzkBVrq0Q .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rSzkBVrq0Q .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rSzkBVrq0Q .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rSzkBVrq0Q .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rSzkBVrq0Q .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-rSzkBVrq0Q .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-rSzkBVrq0Q .item-caption {
    padding: 2rem 1rem;
  }
  .cid-rSzkBVrq0Q .item-social {
    opacity: 1;
  }
}
.cid-rSzhZs7EXv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSzhZs7EXv .mbr-section-subtitle {
  color: #767676;
}
.cid-rSzhZs7EXv .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-rSzhZs7EXv .container {
    max-width: 1600px;
  }
}
.cid-rSzhZs7EXv .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rSzhZs7EXv .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-rSzhZs7EXv .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-rSzhZs7EXv .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-rSzhZs7EXv .team-item:hover .item-social {
  opacity: 1;
}
.cid-rSzhZs7EXv .team-item .item-image img {
  width: 100%;
}
.cid-rSzhZs7EXv .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rSzhZs7EXv .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rSzhZs7EXv .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rSzhZs7EXv .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rSzhZs7EXv .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rSzhZs7EXv .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-rSzhZs7EXv .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-rSzhZs7EXv .item-caption {
    padding: 2rem 1rem;
  }
  .cid-rSzhZs7EXv .item-social {
    opacity: 1;
  }
}
.cid-rSzjuVdMnH {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/2020008001-1920x1080.jpg");
}
@media (max-width: 992px) {
  .cid-rSzjuVdMnH {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rSzjuVdMnH {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rSzjuVdMnH .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rSzjuVdMnH .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-rSzjuVdMnH .icon-wrap span {
  padding-left: 8px;
}
.cid-rSzjuVdMnH .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rSzjuVdMnH .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSzjuVdMnH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSzjuVdMnH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSzjuVdMnH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSzjuVdMnH a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSzjuVdMnH a.close:hover {
  color: #ffffff;
}
.cid-rSzi1gma3q {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSzi1gma3q h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSzi1gma3q h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSzi1gma3q h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSzi1gma3q .mbr-text,
.cid-rSzi1gma3q .mbr-section-btn {
  color: #767676;
}
.cid-rSzi2BCxJn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSzi2BCxJn .mbr-section-subtitle {
  color: #767676;
}
.cid-rSzi2BCxJn .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-rSzi2BCxJn .container {
    max-width: 1600px;
  }
}
.cid-rSzi2BCxJn .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rSzi2BCxJn .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-rSzi2BCxJn .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-rSzi2BCxJn .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-rSzi2BCxJn .team-item:hover .item-social {
  opacity: 1;
}
.cid-rSzi2BCxJn .team-item .item-image img {
  width: 100%;
}
.cid-rSzi2BCxJn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rSzi2BCxJn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rSzi2BCxJn .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rSzi2BCxJn .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rSzi2BCxJn .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rSzi2BCxJn .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-rSzi2BCxJn .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-rSzi2BCxJn .item-caption {
    padding: 2rem 1rem;
  }
  .cid-rSzi2BCxJn .item-social {
    opacity: 1;
  }
}
.cid-rSzgMKRkyQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSzgMKRkyQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSzgMKRkyQ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSzgMKRkyQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSzgMKRkyQ .mbr-text,
.cid-rSzgMKRkyQ .mbr-section-btn {
  color: #767676;
}
.cid-rSzgMKRkyQ H3 {
  color: #000000;
}
.cid-rSzgMKRkyQ H1 {
  color: #000000;
}
.cid-rSzgMLuyjO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSzgMLuyjO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rSzgMLuyjO .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-rSzgMLuyjO .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-rSzgMLuyjO .media-content {
  padding-left: 2rem;
}
.cid-rSzgMLuyjO textarea {
  min-height: 150px;
}
.cid-rSzgMLuyjO .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-rSzgMLuyjO .form-control,
.cid-rSzgMLuyjO .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-rSzgMLuyjO .form-control input::-webkit-input-placeholder,
.cid-rSzgMLuyjO .field-input input::-webkit-input-placeholder,
.cid-rSzgMLuyjO .form-control textarea::-webkit-input-placeholder,
.cid-rSzgMLuyjO .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rSzgMLuyjO .form-control input:-moz-placeholder,
.cid-rSzgMLuyjO .field-input input:-moz-placeholder,
.cid-rSzgMLuyjO .form-control textarea:-moz-placeholder,
.cid-rSzgMLuyjO .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rSzgMLuyjO .form-control:hover,
.cid-rSzgMLuyjO .field-input:hover,
.cid-rSzgMLuyjO .form-control:focus,
.cid-rSzgMLuyjO .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rSzgMLuyjO .form-control:hover input::-webkit-input-placeholder,
.cid-rSzgMLuyjO .field-input:hover input::-webkit-input-placeholder,
.cid-rSzgMLuyjO .form-control:focus input::-webkit-input-placeholder,
.cid-rSzgMLuyjO .field-input:focus input::-webkit-input-placeholder,
.cid-rSzgMLuyjO .form-control:hover textarea::-webkit-input-placeholder,
.cid-rSzgMLuyjO .field-input:hover textarea::-webkit-input-placeholder,
.cid-rSzgMLuyjO .form-control:focus textarea::-webkit-input-placeholder,
.cid-rSzgMLuyjO .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rSzgMLuyjO .form-control:hover input:-moz-placeholder,
.cid-rSzgMLuyjO .field-input:hover input:-moz-placeholder,
.cid-rSzgMLuyjO .form-control:focus input:-moz-placeholder,
.cid-rSzgMLuyjO .field-input:focus input:-moz-placeholder,
.cid-rSzgMLuyjO .form-control:hover textarea:-moz-placeholder,
.cid-rSzgMLuyjO .field-input:hover textarea:-moz-placeholder,
.cid-rSzgMLuyjO .form-control:focus textarea:-moz-placeholder,
.cid-rSzgMLuyjO .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rSzgMLuyjO .jq-number__spin:hover,
.cid-rSzgMLuyjO .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rSzgMLuyjO .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rSzgMLuyjO .jq-selectbox li,
.cid-rSzgMLuyjO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rSzgMLuyjO .jq-selectbox li:hover,
.cid-rSzgMLuyjO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rSzgMLuyjO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rSzgMLuyjO .jq-number__spin.minus:hover:after,
.cid-rSzgMLuyjO .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rSzgMLuyjO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rSzgMLuyjO .jq-number__spin.minus:after,
.cid-rSzgMLuyjO .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rSzgMLuyjO input::-webkit-clear-button {
  display: none;
}
.cid-rSzgMLuyjO input::-webkit-inner-spin-button {
  display: none;
}
.cid-rSzgMLuyjO input::-webkit-outer-spin-button {
  display: none;
}
.cid-rSzgMLuyjO input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rSzgMLuyjO .mbr-text,
.cid-rSzgMLuyjO .mbr-section-btn {
  color: #767676;
}
.cid-rSzgMLuyjO .text2,
.cid-rSzgMLuyjO .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-rSzgMLuyjO .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-sKuHtZTt5H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKuHRjk84o .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sKuHRjk84o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKuHRjk84o a {
  font-style: normal;
}
.cid-sKuHRjk84o .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sKuHRjk84o .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sKuHRjk84o .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sKuHRjk84o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKuHRjk84o .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKuHRjk84o .nav-item:focus,
.cid-sKuHRjk84o .nav-link:focus {
  outline: none;
}
.cid-sKuHRjk84o .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKuHRjk84o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKuHRjk84o .menu-logo {
  margin-right: auto;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKuHRjk84o .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-sKuHRjk84o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKuHRjk84o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKuHRjk84o .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-sKuHRjk84o .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKuHRjk84o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKuHRjk84o button.navbar-toggler:focus {
  outline: none;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuHRjk84o .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuHRjk84o .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKuHRjk84o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKuHRjk84o .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKuHRjk84o .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKuHRjk84o .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuHRjk84o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sKuHRjk84o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKuHRjk84o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKuHRjk84o .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-sKuHRjk84o.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuHRjk84o img {
    height: 3.8rem !important;
  }
  .cid-sKuHRjk84o .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sKuHRjk84o .menu-wrap {
    flex-direction: column;
  }
  .cid-sKuHRjk84o .btn {
    display: -webkit-flex;
  }
  .cid-sKuHRjk84o button.navbar-toggler {
    display: block;
  }
  .cid-sKuHRjk84o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sKuHRjk84o .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuHRjk84o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing,
  .cid-sKuHRjk84o .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuHRjk84o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sKuHRjk84o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKuHRjk84o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKuHRjk84o .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-sKuHRjk84o .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sKuHRjk84o .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sKuHRjk84o .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sKuHRjk84o .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKuHRjk84o .nav-link:hover,
.cid-sKuHRjk84o .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rSDmOlTzqv {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/2019024003-1920x1080.jpg");
}
@media (max-width: 992px) {
  .cid-rSDmOlTzqv {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rSDmOlTzqv {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rSDmOlTzqv .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rSDmOlTzqv .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-rSDmOlTzqv .icon-wrap span {
  padding-left: 8px;
}
.cid-rSDmOlTzqv .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rSDmOlTzqv .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSDmOlTzqv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSDmOlTzqv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSDmOlTzqv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSDmOlTzqv a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSDmOlTzqv a.close:hover {
  color: #ffffff;
}
.cid-rTHypuVrJg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rTHypuVrJg .mbr-text {
    text-align: center;
  }
}
.cid-rTHypuVrJg .container-fluid {
  padding: 0;
}
.cid-rTHypuVrJg .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rTHypuVrJg img {
  height: 100%;
  object-fit: cover;
}
.cid-rTHypuVrJg .mbr-figure {
  height: 100%;
}
.cid-rTHypuVrJg .col-lg-6 {
  padding: 0;
}
.cid-rTHypuVrJg .row {
  margin: 0;
}
.cid-rTHypuVrJg .mbr-text,
.cid-rTHypuVrJg .mbr-section-btn {
  text-align: left;
}
.cid-rTHypuVrJg H1 {
  text-align: center;
}
.cid-rTHypuVrJg DIV {
  text-align: center;
}
.cid-rSEXwJUkvW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rSEXwJUkvW h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSEXwJUkvW h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSEXwJUkvW h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSEXwJUkvW .mbr-text,
.cid-rSEXwJUkvW .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rSF6wlZBae {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rSF6wlZBae .card-box {
  padding: 0 1.6rem;
}
@media (min-width: 767px) {
  .cid-rSF6wlZBae .container {
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-rSF6wlZBae .container {
    padding: 0 1.3rem;
  }
  .cid-rSF6wlZBae .mbr-section-btn {
    opacity: 1;
  }
  .cid-rSF6wlZBae .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-rSF6wlZBae .card {
    padding: 0rem!important;
    padding-bottom: 1rem!important;
  }
}
@media (min-width: 992px) {
  .cid-rSF6wlZBae .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-rSF6wlZBae .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-rSF6wlZBae .card {
    padding-bottom: 1rem!important;
  }
  .cid-rSF6wlZBae .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-rSF6wlZBae .row {
  justify-content: center;
}
.cid-rSF6wlZBae .card {
  padding: 0.5rem!important;
}
.cid-rSF6wlZBae .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-rSF6wlZBae .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rSF6wlZBae .card1 {
  background-image: url("../../../assets/images/img-6699-2000x1333.jpeg");
}
.cid-rSF6wlZBae .card2 {
  background-image: url("../../../assets/images/20180405004-1600x1200.jpeg");
}
.cid-rSF6wlZBae .card3 {
  background-image: url("../../../assets/images/img-9696-2000x1333.jpeg");
}
.cid-rSF6wlZBae .card4 {
  background-image: url("../../../assets/images/background40.jpg");
}
.cid-rSF6wlZBae h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rSF6wlZBae p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rSF6wlZBae .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-rSF6wlZBae .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
.cid-rSDo8BX4OM {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/2019003001-1920x1080.jpg");
}
@media (max-width: 992px) {
  .cid-rSDo8BX4OM {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rSDo8BX4OM {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rSDo8BX4OM .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rSDo8BX4OM .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-rSDo8BX4OM .icon-wrap span {
  padding-left: 8px;
}
.cid-rSDo8BX4OM .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rSDo8BX4OM .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSDo8BX4OM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSDo8BX4OM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSDo8BX4OM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSDo8BX4OM a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSDo8BX4OM a.close:hover {
  color: #ffffff;
}
.cid-sKuHtZTt5H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKuHRjk84o .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sKuHRjk84o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKuHRjk84o a {
  font-style: normal;
}
.cid-sKuHRjk84o .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sKuHRjk84o .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sKuHRjk84o .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sKuHRjk84o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKuHRjk84o .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKuHRjk84o .nav-item:focus,
.cid-sKuHRjk84o .nav-link:focus {
  outline: none;
}
.cid-sKuHRjk84o .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKuHRjk84o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKuHRjk84o .menu-logo {
  margin-right: auto;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKuHRjk84o .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-sKuHRjk84o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKuHRjk84o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKuHRjk84o .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-sKuHRjk84o .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKuHRjk84o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKuHRjk84o button.navbar-toggler:focus {
  outline: none;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuHRjk84o .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuHRjk84o .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKuHRjk84o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKuHRjk84o .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKuHRjk84o .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKuHRjk84o .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuHRjk84o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sKuHRjk84o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKuHRjk84o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKuHRjk84o .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-sKuHRjk84o.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuHRjk84o img {
    height: 3.8rem !important;
  }
  .cid-sKuHRjk84o .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sKuHRjk84o .menu-wrap {
    flex-direction: column;
  }
  .cid-sKuHRjk84o .btn {
    display: -webkit-flex;
  }
  .cid-sKuHRjk84o button.navbar-toggler {
    display: block;
  }
  .cid-sKuHRjk84o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sKuHRjk84o .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuHRjk84o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing,
  .cid-sKuHRjk84o .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuHRjk84o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sKuHRjk84o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKuHRjk84o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKuHRjk84o .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-sKuHRjk84o .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sKuHRjk84o .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sKuHRjk84o .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sKuHRjk84o .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKuHRjk84o .nav-link:hover,
.cid-sKuHRjk84o .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rSDq1PRGLJ {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/kaba405-1920x1080.jpg");
}
@media (max-width: 992px) {
  .cid-rSDq1PRGLJ {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rSDq1PRGLJ {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rSDq1PRGLJ .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rSDq1PRGLJ .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-rSDq1PRGLJ .icon-wrap span {
  padding-left: 8px;
}
.cid-rSDq1PRGLJ .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rSDq1PRGLJ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSDq1PRGLJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSDq1PRGLJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSDq1PRGLJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSDq1PRGLJ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSDq1PRGLJ a.close:hover {
  color: #ffffff;
}
.cid-rSENlxPzbJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rSENlxPzbJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rSENlxPzbJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSENlxPzbJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rSENlxPzbJ .mbr-text,
.cid-rSENlxPzbJ .mbr-section-btn {
  color: #ffffff;
}
.cid-rSENlxPzbJ H1 {
  color: #ffffff;
}
.cid-rSENlxPzbJ H3 {
  color: #ffffff;
}
.cid-sOfbAqwISC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sOfbAqwISC .mbr-section-subtitle {
  color: #767676;
}
.cid-sOfbAqwISC .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sOfbAqwISC .container {
    max-width: 1600px;
  }
}
.cid-sOfbAqwISC .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sOfbAqwISC .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-sOfbAqwISC .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-sOfbAqwISC .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-sOfbAqwISC .team-item:hover .item-social {
  opacity: 1;
}
.cid-sOfbAqwISC .team-item .item-image img {
  width: 100%;
}
.cid-sOfbAqwISC .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sOfbAqwISC .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sOfbAqwISC .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sOfbAqwISC .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sOfbAqwISC .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sOfbAqwISC .item-text {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sOfbAqwISC .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-sOfbAqwISC .item-caption {
    padding: 2rem 1rem;
  }
  .cid-sOfbAqwISC .item-social {
    opacity: 1;
  }
}
.cid-sOfbAqwISC .item-role {
  color: #ffffff;
}
.cid-sOfbAqwISC .item-name {
  color: #ffffff;
}
.cid-rSDrIWOLak {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rSDrIWOLak .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rSDrIWOLak .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rSDrIWOLak .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rSDrIWOLak .mbr-gallery-item {
  width: 33.3%;
}
.cid-rSDrIWOLak .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-rSDrIWOLak .mbr-gallery-item {
    width: 100%;
  }
}
.cid-rSDrIWOLak .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-rSDrIWOLak .mbr-gallery-row {
  justify-content: center;
}
.cid-rSDrIWOLak .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rSDrIWOLak .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rSDrIWOLak .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rSDrIWOLak .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rSDrIWOLak .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rSDrIWOLak .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rSDrIWOLak .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rSDrIWOLak .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rSDrIWOLak img {
  transition: all 2s!important;
}
.cid-rSDrIWOLak .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rSDrIWOLak .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rSDrIWOLak .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rTM8izhtD8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rTM8izhtD8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rTM8izhtD8 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rTM8izhtD8 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rTM8izhtD8 .mbr-text,
.cid-rTM8izhtD8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-rTM8izhtD8 H1 {
  color: #ffffff;
}
.cid-rTM8izhtD8 H3 {
  color: #ffffff;
}
.cid-rSET4vDoQx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rSET4vDoQx .card-box {
  padding: 0 1.6rem;
}
@media (min-width: 767px) {
  .cid-rSET4vDoQx .container {
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-rSET4vDoQx .container {
    padding: 0 1.3rem;
  }
  .cid-rSET4vDoQx .mbr-section-btn {
    opacity: 1;
  }
  .cid-rSET4vDoQx .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-rSET4vDoQx .card {
    padding: 0rem!important;
    padding-bottom: 1rem!important;
  }
}
@media (min-width: 992px) {
  .cid-rSET4vDoQx .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-rSET4vDoQx .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-rSET4vDoQx .card {
    padding-bottom: 1rem!important;
  }
  .cid-rSET4vDoQx .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-rSET4vDoQx .row {
  justify-content: center;
}
.cid-rSET4vDoQx .card {
  padding: 0.5rem!important;
}
.cid-rSET4vDoQx .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-rSET4vDoQx .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rSET4vDoQx .card1 {
  background-image: url("../../../assets/images/img-6699-2000x1333.jpeg");
}
.cid-rSET4vDoQx .card2 {
  background-image: url("../../../assets/images/20180405004-1600x1200.jpeg");
}
.cid-rSET4vDoQx .card3 {
  background-image: url("../../../assets/images/img-9696-2000x1333.jpeg");
}
.cid-rSET4vDoQx .card4 {
  background-image: url("../../../assets/images/background40.jpg");
}
.cid-rSET4vDoQx h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rSET4vDoQx p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rSET4vDoQx .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-rSET4vDoQx .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
.cid-rSDq3myjEz {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/2019004001-1920x1080.jpg");
}
@media (max-width: 992px) {
  .cid-rSDq3myjEz {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rSDq3myjEz {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rSDq3myjEz .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rSDq3myjEz .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-rSDq3myjEz .icon-wrap span {
  padding-left: 8px;
}
.cid-rSDq3myjEz .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rSDq3myjEz .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSDq3myjEz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSDq3myjEz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSDq3myjEz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSDq3myjEz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSDq3myjEz a.close:hover {
  color: #ffffff;
}
.cid-sKuHtZTt5H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKuHRjk84o .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sKuHRjk84o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKuHRjk84o a {
  font-style: normal;
}
.cid-sKuHRjk84o .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sKuHRjk84o .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sKuHRjk84o .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sKuHRjk84o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKuHRjk84o .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKuHRjk84o .nav-item:focus,
.cid-sKuHRjk84o .nav-link:focus {
  outline: none;
}
.cid-sKuHRjk84o .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKuHRjk84o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKuHRjk84o .menu-logo {
  margin-right: auto;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKuHRjk84o .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-sKuHRjk84o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKuHRjk84o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKuHRjk84o .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-sKuHRjk84o .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKuHRjk84o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKuHRjk84o button.navbar-toggler:focus {
  outline: none;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuHRjk84o .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuHRjk84o .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKuHRjk84o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKuHRjk84o .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKuHRjk84o .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKuHRjk84o .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuHRjk84o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sKuHRjk84o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKuHRjk84o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKuHRjk84o .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-sKuHRjk84o.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuHRjk84o img {
    height: 3.8rem !important;
  }
  .cid-sKuHRjk84o .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sKuHRjk84o .menu-wrap {
    flex-direction: column;
  }
  .cid-sKuHRjk84o .btn {
    display: -webkit-flex;
  }
  .cid-sKuHRjk84o button.navbar-toggler {
    display: block;
  }
  .cid-sKuHRjk84o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sKuHRjk84o .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuHRjk84o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing,
  .cid-sKuHRjk84o .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuHRjk84o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sKuHRjk84o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKuHRjk84o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKuHRjk84o .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-sKuHRjk84o .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sKuHRjk84o .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sKuHRjk84o .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sKuHRjk84o .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKuHRjk84o .nav-link:hover,
.cid-sKuHRjk84o .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rTLH7rE7Md {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/kaba405-1920x1080.jpg");
}
@media (max-width: 992px) {
  .cid-rTLH7rE7Md {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rTLH7rE7Md {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rTLH7rE7Md .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rTLH7rE7Md .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-rTLH7rE7Md .icon-wrap span {
  padding-left: 8px;
}
.cid-rTLH7rE7Md .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rTLH7rE7Md .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rTLH7rE7Md .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rTLH7rE7Md .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rTLH7rE7Md .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rTLH7rE7Md a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rTLH7rE7Md a.close:hover {
  color: #ffffff;
}
.cid-rTLH7uBh8y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rTLH7uBh8y h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rTLH7uBh8y h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rTLH7uBh8y h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rTLH7uBh8y .mbr-text,
.cid-rTLH7uBh8y .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-rTLH7uBh8y H1 {
  color: #ffffff;
}
.cid-rTLH7uBh8y H3 {
  color: #ffffff;
}
.cid-rTLTytrDUJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rTLTytrDUJ .mbr-text {
  color: #767676;
}
.cid-rTLTytrDUJ .mbr-iconfont {
  color: #f7ed4a !important;
  font-size: 3.5rem!important;
}
.cid-rTLTytrDUJ .link {
  margin: 0;
}
.cid-rTLTytrDUJ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rTLTytrDUJ .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-rTLTytrDUJ .card {
    display: flex;
    flex-direction: row;
  }
  .cid-rTLTytrDUJ .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTLTytrDUJ .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-rTLTytrDUJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rTLTytrDUJ .card {
    margin-bottom: 2rem;
  }
}
.cid-rTLTytrDUJ .card-title,
.cid-rTLTytrDUJ .card-img {
  color: #2a8dec;
}
.cid-rTLTytrDUJ .mbr-text,
.cid-rTLTytrDUJ .link {
  color: #ffffff;
  text-align: center;
}
.cid-rTLXcpamgh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rTLXcpamgh .mbr-text {
  color: #767676;
}
.cid-rTLXcpamgh .mbr-iconfont {
  color: #f7ed4a !important;
  font-size: 3.5rem!important;
}
.cid-rTLXcpamgh .link {
  margin: 0;
}
.cid-rTLXcpamgh .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rTLXcpamgh .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-rTLXcpamgh .card {
    display: flex;
    flex-direction: row;
  }
  .cid-rTLXcpamgh .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTLXcpamgh .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-rTLXcpamgh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rTLXcpamgh .card {
    margin-bottom: 2rem;
  }
}
.cid-rTLXcpamgh .card-title,
.cid-rTLXcpamgh .card-img {
  color: #2a8dec;
}
.cid-rTLXcpamgh .mbr-text,
.cid-rTLXcpamgh .link {
  color: #ffffff;
  text-align: center;
}
.cid-rTLZjFMeRF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rTLZjFMeRF .mbr-text {
  color: #767676;
}
.cid-rTLZjFMeRF .mbr-iconfont {
  color: #f7ed4a !important;
  font-size: 3.5rem!important;
}
.cid-rTLZjFMeRF .link {
  margin: 0;
}
.cid-rTLZjFMeRF .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rTLZjFMeRF .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-rTLZjFMeRF .card {
    display: flex;
    flex-direction: row;
  }
  .cid-rTLZjFMeRF .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTLZjFMeRF .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-rTLZjFMeRF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rTLZjFMeRF .card {
    margin-bottom: 2rem;
  }
}
.cid-rTLZjFMeRF .card-title,
.cid-rTLZjFMeRF .card-img {
  color: #2a8dec;
}
.cid-rTLZjFMeRF .mbr-text,
.cid-rTLZjFMeRF .link {
  color: #ffffff;
  text-align: center;
}
.cid-rTM23L0uPp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rTM23L0uPp .mbr-text {
  color: #767676;
}
.cid-rTM23L0uPp .mbr-iconfont {
  color: #f7ed4a !important;
  font-size: 3.5rem!important;
}
.cid-rTM23L0uPp .link {
  margin: 0;
}
.cid-rTM23L0uPp .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rTM23L0uPp .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-rTM23L0uPp .card {
    display: flex;
    flex-direction: row;
  }
  .cid-rTM23L0uPp .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTM23L0uPp .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-rTM23L0uPp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rTM23L0uPp .card {
    margin-bottom: 2rem;
  }
}
.cid-rTM23L0uPp .card-title,
.cid-rTM23L0uPp .card-img {
  color: #2a8dec;
}
.cid-rTM23L0uPp .mbr-text,
.cid-rTM23L0uPp .link {
  color: #ffffff;
  text-align: center;
}
.cid-rTM3srqHQS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rTM3srqHQS .mbr-text {
  color: #767676;
}
.cid-rTM3srqHQS .mbr-iconfont {
  color: #f7ed4a !important;
  font-size: 3.5rem!important;
}
.cid-rTM3srqHQS .link {
  margin: 0;
}
.cid-rTM3srqHQS .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rTM3srqHQS .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-rTM3srqHQS .card {
    display: flex;
    flex-direction: row;
  }
  .cid-rTM3srqHQS .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTM3srqHQS .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-rTM3srqHQS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rTM3srqHQS .card {
    margin-bottom: 2rem;
  }
}
.cid-rTM3srqHQS .card-title,
.cid-rTM3srqHQS .card-img {
  color: #2a8dec;
}
.cid-rTM3srqHQS .mbr-text,
.cid-rTM3srqHQS .link {
  color: #ffffff;
  text-align: center;
}
.cid-rTM5dqtBFT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rTM5dqtBFT .mbr-text {
  color: #767676;
}
.cid-rTM5dqtBFT .mbr-iconfont {
  color: #f7ed4a !important;
  font-size: 3.5rem!important;
}
.cid-rTM5dqtBFT .link {
  margin: 0;
}
.cid-rTM5dqtBFT .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rTM5dqtBFT .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-rTM5dqtBFT .card {
    display: flex;
    flex-direction: row;
  }
  .cid-rTM5dqtBFT .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTM5dqtBFT .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-rTM5dqtBFT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rTM5dqtBFT .card {
    margin-bottom: 2rem;
  }
}
.cid-rTM5dqtBFT .card-title,
.cid-rTM5dqtBFT .card-img {
  color: #2a8dec;
}
.cid-rTM5dqtBFT .mbr-text,
.cid-rTM5dqtBFT .link {
  color: #ffffff;
  text-align: center;
}
.cid-rTLH7xpnED {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/2019004001-1920x1080.jpg");
}
@media (max-width: 992px) {
  .cid-rTLH7xpnED {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rTLH7xpnED {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rTLH7xpnED .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rTLH7xpnED .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-rTLH7xpnED .icon-wrap span {
  padding-left: 8px;
}
.cid-rTLH7xpnED .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rTLH7xpnED .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rTLH7xpnED .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rTLH7xpnED .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rTLH7xpnED .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rTLH7xpnED a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rTLH7xpnED a.close:hover {
  color: #ffffff;
}
.cid-sKuHtZTt5H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKuHRjk84o .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sKuHRjk84o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKuHRjk84o a {
  font-style: normal;
}
.cid-sKuHRjk84o .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sKuHRjk84o .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sKuHRjk84o .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sKuHRjk84o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKuHRjk84o .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKuHRjk84o .nav-item:focus,
.cid-sKuHRjk84o .nav-link:focus {
  outline: none;
}
.cid-sKuHRjk84o .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKuHRjk84o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKuHRjk84o .menu-logo {
  margin-right: auto;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKuHRjk84o .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-sKuHRjk84o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKuHRjk84o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKuHRjk84o .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-sKuHRjk84o .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKuHRjk84o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKuHRjk84o button.navbar-toggler:focus {
  outline: none;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuHRjk84o .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuHRjk84o .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKuHRjk84o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKuHRjk84o .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKuHRjk84o .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKuHRjk84o .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuHRjk84o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sKuHRjk84o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKuHRjk84o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKuHRjk84o .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-sKuHRjk84o.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuHRjk84o img {
    height: 3.8rem !important;
  }
  .cid-sKuHRjk84o .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sKuHRjk84o .menu-wrap {
    flex-direction: column;
  }
  .cid-sKuHRjk84o .btn {
    display: -webkit-flex;
  }
  .cid-sKuHRjk84o button.navbar-toggler {
    display: block;
  }
  .cid-sKuHRjk84o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sKuHRjk84o .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuHRjk84o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing,
  .cid-sKuHRjk84o .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuHRjk84o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sKuHRjk84o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKuHRjk84o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKuHRjk84o .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-sKuHRjk84o .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sKuHRjk84o .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sKuHRjk84o .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sKuHRjk84o .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKuHRjk84o .nav-link:hover,
.cid-sKuHRjk84o .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s3WAxapqCH {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/kaba405-1920x1080.jpg");
}
@media (max-width: 992px) {
  .cid-s3WAxapqCH {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-s3WAxapqCH {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-s3WAxapqCH .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-s3WAxapqCH .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-s3WAxapqCH .icon-wrap span {
  padding-left: 8px;
}
.cid-s3WAxapqCH .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s3WAxapqCH .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s3WAxapqCH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s3WAxapqCH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s3WAxapqCH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s3WAxapqCH a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s3WAxapqCH a.close:hover {
  color: #ffffff;
}
.cid-s3WBZQB81t {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3WBZQB81t h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s3WBZQB81t h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s3WBZQB81t h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s3WBZQB81t .mbr-text,
.cid-s3WBZQB81t .mbr-section-btn {
  color: #767676;
}
.cid-s3WBQWSN6t {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s3WBQWSN6t .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s3WBQWSN6t .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-s3WBQWSN6t .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-s3WBQWSN6t textarea {
  min-height: 150px;
}
.cid-s3WBQWSN6t .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-s3WBQWSN6t .form-control,
.cid-s3WBQWSN6t .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border-color: #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-s3WBQWSN6t .form-control input::-webkit-input-placeholder,
.cid-s3WBQWSN6t .field-input input::-webkit-input-placeholder,
.cid-s3WBQWSN6t .form-control textarea::-webkit-input-placeholder,
.cid-s3WBQWSN6t .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-s3WBQWSN6t .form-control input:-moz-placeholder,
.cid-s3WBQWSN6t .field-input input:-moz-placeholder,
.cid-s3WBQWSN6t .form-control textarea:-moz-placeholder,
.cid-s3WBQWSN6t .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-s3WBQWSN6t .form-control:hover,
.cid-s3WBQWSN6t .field-input:hover,
.cid-s3WBQWSN6t .form-control:focus,
.cid-s3WBQWSN6t .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s3WBQWSN6t .form-control:hover input::-webkit-input-placeholder,
.cid-s3WBQWSN6t .field-input:hover input::-webkit-input-placeholder,
.cid-s3WBQWSN6t .form-control:focus input::-webkit-input-placeholder,
.cid-s3WBQWSN6t .field-input:focus input::-webkit-input-placeholder,
.cid-s3WBQWSN6t .form-control:hover textarea::-webkit-input-placeholder,
.cid-s3WBQWSN6t .field-input:hover textarea::-webkit-input-placeholder,
.cid-s3WBQWSN6t .form-control:focus textarea::-webkit-input-placeholder,
.cid-s3WBQWSN6t .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-s3WBQWSN6t .form-control:hover input:-moz-placeholder,
.cid-s3WBQWSN6t .field-input:hover input:-moz-placeholder,
.cid-s3WBQWSN6t .form-control:focus input:-moz-placeholder,
.cid-s3WBQWSN6t .field-input:focus input:-moz-placeholder,
.cid-s3WBQWSN6t .form-control:hover textarea:-moz-placeholder,
.cid-s3WBQWSN6t .field-input:hover textarea:-moz-placeholder,
.cid-s3WBQWSN6t .form-control:focus textarea:-moz-placeholder,
.cid-s3WBQWSN6t .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-s3WBQWSN6t .jq-number__spin:hover,
.cid-s3WBQWSN6t .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s3WBQWSN6t .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s3WBQWSN6t .jq-selectbox li,
.cid-s3WBQWSN6t .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s3WBQWSN6t .jq-selectbox li:hover,
.cid-s3WBQWSN6t .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s3WBQWSN6t .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s3WBQWSN6t .jq-number__spin.minus:hover:after,
.cid-s3WBQWSN6t .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s3WBQWSN6t .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s3WBQWSN6t .jq-number__spin.minus:after,
.cid-s3WBQWSN6t .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s3WBQWSN6t input::-webkit-clear-button {
  display: none;
}
.cid-s3WBQWSN6t input::-webkit-inner-spin-button {
  display: none;
}
.cid-s3WBQWSN6t input::-webkit-outer-spin-button {
  display: none;
}
.cid-s3WBQWSN6t input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s3WJSWqabV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/20190517011m-1000x826.jpeg");
}
.cid-s3WJSWqabV .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-s3WJSWqabV .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s3WJSWqabV .card {
  position: relative;
}
.cid-s3WJSWqabV .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-s3WJSWqabV .card:hover:before {
  opacity: 0.9;
}
.cid-s3WJSWqabV .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-s3WJSWqabV .mbr-text {
  color: #000000;
}
.cid-sKuHtZTt5H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKuHRjk84o .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sKuHRjk84o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKuHRjk84o a {
  font-style: normal;
}
.cid-sKuHRjk84o .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sKuHRjk84o .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sKuHRjk84o .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sKuHRjk84o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKuHRjk84o .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKuHRjk84o .nav-item:focus,
.cid-sKuHRjk84o .nav-link:focus {
  outline: none;
}
.cid-sKuHRjk84o .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKuHRjk84o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKuHRjk84o .menu-logo {
  margin-right: auto;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKuHRjk84o .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-sKuHRjk84o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKuHRjk84o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKuHRjk84o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKuHRjk84o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKuHRjk84o .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-sKuHRjk84o .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKuHRjk84o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKuHRjk84o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKuHRjk84o button.navbar-toggler:focus {
  outline: none;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKuHRjk84o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKuHRjk84o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKuHRjk84o .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuHRjk84o .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKuHRjk84o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKuHRjk84o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKuHRjk84o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKuHRjk84o .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKuHRjk84o .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKuHRjk84o .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKuHRjk84o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sKuHRjk84o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKuHRjk84o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKuHRjk84o .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-sKuHRjk84o.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuHRjk84o img {
    height: 3.8rem !important;
  }
  .cid-sKuHRjk84o .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sKuHRjk84o .menu-wrap {
    flex-direction: column;
  }
  .cid-sKuHRjk84o .btn {
    display: -webkit-flex;
  }
  .cid-sKuHRjk84o button.navbar-toggler {
    display: block;
  }
  .cid-sKuHRjk84o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sKuHRjk84o .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKuHRjk84o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing,
  .cid-sKuHRjk84o .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKuHRjk84o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKuHRjk84o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKuHRjk84o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sKuHRjk84o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKuHRjk84o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKuHRjk84o .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-sKuHRjk84o .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sKuHRjk84o .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sKuHRjk84o .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sKuHRjk84o .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKuHRjk84o .nav-link:hover,
.cid-sKuHRjk84o .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sOyCUGv1td {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/kaba405-1920x1080.jpg");
}
@media (max-width: 992px) {
  .cid-sOyCUGv1td {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-sOyCUGv1td {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-sOyCUGv1td .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-sOyCUGv1td .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-sOyCUGv1td .icon-wrap span {
  padding-left: 8px;
}
.cid-sOyCUGv1td .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sOyCUGv1td .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sOyCUGv1td .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sOyCUGv1td .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sOyCUGv1td .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sOyCUGv1td a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sOyCUGv1td a.close:hover {
  color: #ffffff;
}
.cid-sOyCUIH9mi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/20190517011m-1000x826.jpeg");
}
.cid-sOyCUIH9mi .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-sOyCUIH9mi .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sOyCUIH9mi .card {
  position: relative;
}
.cid-sOyCUIH9mi .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-sOyCUIH9mi .card:hover:before {
  opacity: 0.9;
}
.cid-sOyCUIH9mi .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-sOyCUIH9mi .mbr-text {
  color: #000000;
}
.cid-sOyCUIH9mi .card-subtitle {
  color: #767676;
}
.cid-sOyCUJ40Iq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sOyCUJp5h9 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sOyCUJp5h9 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sOyCUJp5h9 a {
  font-style: normal;
}
.cid-sOyCUJp5h9 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sOyCUJp5h9 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sOyCUJp5h9 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sOyCUJp5h9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOyCUJp5h9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOyCUJp5h9 .nav-item:focus,
.cid-sOyCUJp5h9 .nav-link:focus {
  outline: none;
}
.cid-sOyCUJp5h9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOyCUJp5h9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOyCUJp5h9 .menu-logo {
  margin-right: auto;
}
.cid-sOyCUJp5h9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOyCUJp5h9 .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-sOyCUJp5h9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sOyCUJp5h9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOyCUJp5h9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOyCUJp5h9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOyCUJp5h9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOyCUJp5h9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOyCUJp5h9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOyCUJp5h9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOyCUJp5h9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOyCUJp5h9 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOyCUJp5h9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOyCUJp5h9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOyCUJp5h9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOyCUJp5h9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOyCUJp5h9 .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-sOyCUJp5h9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOyCUJp5h9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOyCUJp5h9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOyCUJp5h9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOyCUJp5h9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOyCUJp5h9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOyCUJp5h9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOyCUJp5h9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sOyCUJp5h9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOyCUJp5h9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOyCUJp5h9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOyCUJp5h9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOyCUJp5h9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOyCUJp5h9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOyCUJp5h9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOyCUJp5h9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOyCUJp5h9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOyCUJp5h9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOyCUJp5h9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOyCUJp5h9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOyCUJp5h9 .collapsed .navbar-collapse.collapsing,
.cid-sOyCUJp5h9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOyCUJp5h9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOyCUJp5h9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOyCUJp5h9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOyCUJp5h9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOyCUJp5h9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOyCUJp5h9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOyCUJp5h9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOyCUJp5h9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOyCUJp5h9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOyCUJp5h9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sOyCUJp5h9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sOyCUJp5h9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOyCUJp5h9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOyCUJp5h9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOyCUJp5h9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOyCUJp5h9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOyCUJp5h9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOyCUJp5h9 .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-sOyCUJp5h9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOyCUJp5h9 img {
    height: 3.8rem !important;
  }
  .cid-sOyCUJp5h9 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sOyCUJp5h9 .menu-wrap {
    flex-direction: column;
  }
  .cid-sOyCUJp5h9 .btn {
    display: -webkit-flex;
  }
  .cid-sOyCUJp5h9 button.navbar-toggler {
    display: block;
  }
  .cid-sOyCUJp5h9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sOyCUJp5h9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOyCUJp5h9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOyCUJp5h9 .navbar-collapse.collapsing,
  .cid-sOyCUJp5h9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOyCUJp5h9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sOyCUJp5h9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOyCUJp5h9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOyCUJp5h9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOyCUJp5h9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOyCUJp5h9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOyCUJp5h9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOyCUJp5h9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOyCUJp5h9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOyCUJp5h9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOyCUJp5h9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOyCUJp5h9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOyCUJp5h9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOyCUJp5h9 .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-sOyCUJp5h9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sOyCUJp5h9 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sOyCUJp5h9 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sOyCUJp5h9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOyCUJp5h9 .nav-link:hover,
.cid-sOyCUJp5h9 .dropdown-item:hover {
  color: #cccccc !important;
}
