@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);




body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'SFProDisplay-Regular';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #025167 !important;
}
.bg-success {
  background-color: #739d00 !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: #025167 !important;
  border-color: #025167 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #01161c !important;
  border-color: #01161c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #01161c !important;
  border-color: #01161c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a60000 !important;
  border-color: #a60000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5a0000 !important;
  border-color: #5a0000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5a0000 !important;
  border-color: #5a0000 !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: #739d00 !important;
  border-color: #739d00 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3b5100 !important;
  border-color: #3b5100 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3b5100 !important;
  border-color: #3b5100 !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: #000203;
  color: #000203;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #025167;
  border-color: #025167;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #025167 !important;
  border-color: #025167 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #400000;
  color: #400000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a60000;
  border-color: #a60000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a60000 !important;
  border-color: #a60000 !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: #283700;
  color: #283700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #739d00;
  border-color: #739d00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #739d00 !important;
  border-color: #739d00 !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: #025167 !important;
}
.text-secondary {
  color: #a60000 !important;
}
.text-success {
  color: #739d00 !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: #000203 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #400000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #283700 !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: #025167;
  border-color: #025167;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #025167;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #04b3e4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c3ff1e;
}
.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: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #025167;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #025167;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #025167;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #025167;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #025167;
  border-bottom-color: #025167;
}
.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: #025167 !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: #a60000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23025167' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-sjpnQkiCe7 .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sjpnQkiCe7 .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-sjpnQkiCe7 a {
  font-style: normal;
}
.cid-sjpnQkiCe7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sjpnQkiCe7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sjpnQkiCe7 .nav-item:focus,
.cid-sjpnQkiCe7 .nav-link:focus {
  outline: none;
}
.cid-sjpnQkiCe7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sjpnQkiCe7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sjpnQkiCe7 .menu-logo {
  margin-right: auto;
}
.cid-sjpnQkiCe7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjpnQkiCe7 .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-sjpnQkiCe7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sjpnQkiCe7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sjpnQkiCe7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sjpnQkiCe7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sjpnQkiCe7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sjpnQkiCe7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sjpnQkiCe7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sjpnQkiCe7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjpnQkiCe7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sjpnQkiCe7 .dropdown .dropdown-menu {
  background: #232323;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sjpnQkiCe7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sjpnQkiCe7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjpnQkiCe7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sjpnQkiCe7 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sjpnQkiCe7 .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-sjpnQkiCe7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sjpnQkiCe7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sjpnQkiCe7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sjpnQkiCe7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sjpnQkiCe7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sjpnQkiCe7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sjpnQkiCe7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sjpnQkiCe7 button.navbar-toggler:focus {
  outline: none;
}
.cid-sjpnQkiCe7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjpnQkiCe7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjpnQkiCe7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjpnQkiCe7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjpnQkiCe7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjpnQkiCe7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjpnQkiCe7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjpnQkiCe7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjpnQkiCe7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjpnQkiCe7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sjpnQkiCe7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sjpnQkiCe7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sjpnQkiCe7 .collapsed .navbar-collapse.collapsing,
.cid-sjpnQkiCe7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sjpnQkiCe7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sjpnQkiCe7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sjpnQkiCe7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sjpnQkiCe7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sjpnQkiCe7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sjpnQkiCe7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sjpnQkiCe7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sjpnQkiCe7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sjpnQkiCe7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjpnQkiCe7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sjpnQkiCe7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sjpnQkiCe7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sjpnQkiCe7 .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-sjpnQkiCe7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sjpnQkiCe7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sjpnQkiCe7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sjpnQkiCe7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sjpnQkiCe7 img {
    height: 3.8rem !important;
  }
  .cid-sjpnQkiCe7 .btn {
    display: -webkit-flex;
  }
  .cid-sjpnQkiCe7 button.navbar-toggler {
    display: block;
  }
  .cid-sjpnQkiCe7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sjpnQkiCe7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sjpnQkiCe7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sjpnQkiCe7 .navbar-collapse.collapsing,
  .cid-sjpnQkiCe7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sjpnQkiCe7 .navbar-collapse.collapsing .navbar-nav,
  .cid-sjpnQkiCe7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sjpnQkiCe7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sjpnQkiCe7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sjpnQkiCe7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sjpnQkiCe7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sjpnQkiCe7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sjpnQkiCe7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sjpnQkiCe7 .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-sjpnQkiCe7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sjpnQkiCe7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sjpnQkiCe7 .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-sjpnQkiCe7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sjpnQkiCe7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sjpnQkiCe7 .nav-link:hover,
.cid-sjpnQkiCe7 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sdMEVTfAUu H1 {
  text-align: left;
}
.cid-sdMEVTfAUu H3 {
  text-align: left;
}
.cid-sdMEVTfAUu .mbr-text,
.cid-sdMEVTfAUu .mbr-section-btn {
  text-align: left;
}
.cid-sdiUtMsIPB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdiUtMsIPB .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-su0Y4rgg0C {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-su0Y4rgg0C p {
  color: #767676;
}
.cid-su0Y4rgg0C .item:focus,
.cid-su0Y4rgg0C span:focus {
  outline: none;
}
.cid-su0Y4rgg0C .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-su0Y4rgg0C .item-wrapper {
  position: relative;
}
.cid-su0Y4rgg0C .item-btn,
.cid-su0Y4rgg0C h4,
.cid-su0Y4rgg0C h5 {
  margin: 0;
}
.cid-su0Y4rgg0C .item-content {
  padding-top: 2rem;
}
.cid-su0Y4rgg0C item-text {
  color: #232323;
}
.cid-su0Y4rgg0C .item-title {
  color: #232323;
}
.cid-sdNTBzKyVQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdNTBzKyVQ .carousel-control {
  background: #000;
}
.cid-sdNTBzKyVQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sdNTBzKyVQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdNTBzKyVQ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sdNTBzKyVQ .carousel-item .wrap-img {
  text-align: center;
}
.cid-sdNTBzKyVQ .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sdNTBzKyVQ .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdNTBzKyVQ .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sdNTBzKyVQ .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sdNTBzKyVQ .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sdNTBzKyVQ .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sdNTBzKyVQ .cloneditem-1,
.cid-sdNTBzKyVQ .cloneditem-2,
.cid-sdNTBzKyVQ .cloneditem-3,
.cid-sdNTBzKyVQ .cloneditem-4,
.cid-sdNTBzKyVQ .cloneditem-5 {
  display: none;
}
.cid-sdNTBzKyVQ .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sdNTBzKyVQ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sdNTBzKyVQ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sdNTBzKyVQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sdNTBzKyVQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sdNTBzKyVQ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides2 .cloneditem-1,
  .cid-sdNTBzKyVQ .carousel-inner.slides2 .cloneditem-2,
  .cid-sdNTBzKyVQ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sdNTBzKyVQ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sdNTBzKyVQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sdNTBzKyVQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sdNTBzKyVQ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides3 .cloneditem-1,
  .cid-sdNTBzKyVQ .carousel-inner.slides3 .cloneditem-2,
  .cid-sdNTBzKyVQ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sdNTBzKyVQ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sdNTBzKyVQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sdNTBzKyVQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sdNTBzKyVQ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides4 .cloneditem-1,
  .cid-sdNTBzKyVQ .carousel-inner.slides4 .cloneditem-2,
  .cid-sdNTBzKyVQ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sdNTBzKyVQ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sdNTBzKyVQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sdNTBzKyVQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sdNTBzKyVQ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides5 .cloneditem-1,
  .cid-sdNTBzKyVQ .carousel-inner.slides5 .cloneditem-2,
  .cid-sdNTBzKyVQ .carousel-inner.slides5 .cloneditem-3,
  .cid-sdNTBzKyVQ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sdNTBzKyVQ .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sdNTBzKyVQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sdNTBzKyVQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sdNTBzKyVQ .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sdNTBzKyVQ .carousel-inner.slides6 .cloneditem-1,
  .cid-sdNTBzKyVQ .carousel-inner.slides6 .cloneditem-2,
  .cid-sdNTBzKyVQ .carousel-inner.slides6 .cloneditem-3,
  .cid-sdNTBzKyVQ .carousel-inner.slides6 .cloneditem-4,
  .cid-sdNTBzKyVQ .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sjaFKg5pTB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjaFKg5pTB .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sv34z7LJD4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bg3-2000x942.jpg");
}
.cid-sv34z7LJD4 h1 {
  color: #616161;
}
.cid-sv34z7LJD4 h2,
.cid-sv34z7LJD4 h3,
.cid-sv34z7LJD4 p {
  color: #767676;
}
.cid-sv34z7LJD4 .mbr-section-subtitle {
  font-style: italic;
}
.cid-sv34z7LJD4 H1 {
  color: #ffffff;
}
.cid-sv34z7LJD4 .mbr-text,
.cid-sv34z7LJD4 .mbr-section-btn {
  color: #ffffff;
}
.cid-sdhtTVLoZi {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-sdhtTVLoZi .title {
  margin-bottom: 2rem;
}
.cid-sdhtTVLoZi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sdhtTVLoZi a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sdhtTVLoZi a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sdhtTVLoZi textarea.form-control {
  min-height: 188px;
}
.cid-sdhtTVLoZi H2 {
  color: #ffffff;
}
.cid-sdhtTVLoZi LABEL {
  color: #ffffff;
}
.cid-sdLr7uYDKo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sdLr7uYDKo .content {
    text-align: center;
  }
  .cid-sdLr7uYDKo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sdLr7uYDKo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sdLr7uYDKo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sdLr7uYDKo .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sdLr7uYDKo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sdLr7uYDKo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sdLr7uYDKo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdLr7uYDKo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sdLr7uYDKo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sdLr7uYDKo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdLr7uYDKo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdLr7uYDKo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sfY1YOhkuS {
  background-image: url("../../../assets/images/f93e5fa05fdfb6a99851f163c3faceaf-1408x792.jpg");
}
.cid-sfY1YQYhHM .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-sfY1YQYhHM .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sfY1YQYhHM a {
  font-style: normal;
}
.cid-sfY1YQYhHM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfY1YQYhHM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfY1YQYhHM .nav-item:focus,
.cid-sfY1YQYhHM .nav-link:focus {
  outline: none;
}
.cid-sfY1YQYhHM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfY1YQYhHM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfY1YQYhHM .menu-logo {
  margin-right: auto;
}
.cid-sfY1YQYhHM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfY1YQYhHM .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-sfY1YQYhHM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfY1YQYhHM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfY1YQYhHM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfY1YQYhHM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfY1YQYhHM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfY1YQYhHM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfY1YQYhHM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfY1YQYhHM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfY1YQYhHM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfY1YQYhHM .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfY1YQYhHM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfY1YQYhHM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfY1YQYhHM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfY1YQYhHM .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfY1YQYhHM .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-sfY1YQYhHM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfY1YQYhHM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfY1YQYhHM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfY1YQYhHM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfY1YQYhHM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfY1YQYhHM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfY1YQYhHM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfY1YQYhHM button.navbar-toggler:focus {
  outline: none;
}
.cid-sfY1YQYhHM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sfY1YQYhHM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfY1YQYhHM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfY1YQYhHM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfY1YQYhHM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfY1YQYhHM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfY1YQYhHM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfY1YQYhHM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfY1YQYhHM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfY1YQYhHM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfY1YQYhHM .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfY1YQYhHM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfY1YQYhHM .collapsed .navbar-collapse.collapsing,
.cid-sfY1YQYhHM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfY1YQYhHM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfY1YQYhHM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfY1YQYhHM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfY1YQYhHM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfY1YQYhHM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfY1YQYhHM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfY1YQYhHM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfY1YQYhHM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfY1YQYhHM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sfY1YQYhHM .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfY1YQYhHM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfY1YQYhHM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfY1YQYhHM .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-sfY1YQYhHM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfY1YQYhHM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfY1YQYhHM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfY1YQYhHM .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfY1YQYhHM img {
    height: 3.8rem !important;
  }
  .cid-sfY1YQYhHM .btn {
    display: -webkit-flex;
  }
  .cid-sfY1YQYhHM button.navbar-toggler {
    display: block;
  }
  .cid-sfY1YQYhHM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfY1YQYhHM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfY1YQYhHM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfY1YQYhHM .navbar-collapse.collapsing,
  .cid-sfY1YQYhHM .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfY1YQYhHM .navbar-collapse.collapsing .navbar-nav,
  .cid-sfY1YQYhHM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfY1YQYhHM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfY1YQYhHM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfY1YQYhHM .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfY1YQYhHM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfY1YQYhHM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfY1YQYhHM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfY1YQYhHM .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-sfY1YQYhHM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfY1YQYhHM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfY1YQYhHM .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-sfY1YQYhHM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfY1YQYhHM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfY1YQYhHM .nav-link:hover,
.cid-sfY1YQYhHM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sfY1YRBUn6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfY1YRBUn6 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sfY1YSAwvE {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/businessman-with-phone-in-airport-1900x-1400x933.jpg");
}
.cid-sfY1YSAwvE .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}
.cid-sfY1YSAwvE .mbr-content-text {
  color: #ffffff;
}
.cid-sfY1YSAwvE .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sfY1YSAwvE .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sfY1YSAwvE .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sfY1YSAwvE .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sfY1YSAwvE .media-block {
    padding-right: 2rem;
  }
}
.cid-sfY1YSAwvE .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sfY1YSAwvE .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sfY1YSAwvE .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sfY1YSAwvE .count {
  text-align: left;
  color: #ffffff;
}
.cid-sfY1YSAwvE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sfY1YTRfgP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfY1YTRfgP .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sfY1YTRfgP .mbr-content-text {
  color: #767676;
}
.cid-sfY1YTRfgP .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sfY1YTRfgP .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-sfY1YTRfgP .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-sfY1YTRfgP .img-text {
  color: #c1c1c1;
}
.cid-sfY1YVuem2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfY1YVuem2 .mbr-section-subtitle {
  color: #767676;
}
.cid-sfY1YVuem2 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sfY1YVuem2 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sfY1YVuem2 .team-item .item-image img {
  width: 100%;
}
.cid-sfY1YVuem2 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sfY1YVuem2 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sfY1YVuem2 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sfY1YVuem2 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sfY1YVuem2 .team-item .item-caption {
  background: #efefef;
}
.cid-sfY1YXLTQV {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfY1YXLTQV .mbr-section-subtitle {
  color: #767676;
}
.cid-sfY1YXLTQV .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sfY1YXLTQV .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sfY1YXLTQV .team-item .item-image img {
  width: 100%;
}
.cid-sfY1YXLTQV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sfY1YXLTQV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sfY1YXLTQV .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sfY1YXLTQV .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sfY1YXLTQV .team-item .item-caption {
  background: #efefef;
}
.cid-sfY1YZQfaI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/instagram-stories-chart-updated-111518-01-1-2000x1546.png");
}
.cid-sfY1YZQfaI .form-control,
.cid-sfY1YZQfaI .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-sfY1YZQfaI .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-sfY1YZQfaI textarea.form-control {
  min-height: 188px;
}
.cid-sfY1YZQfaI .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-sfY1YZQfaI .content-container {
    padding-right: 5rem;
  }
}
.cid-sfY1YZQfaI H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sfY1YZQfaI H1 {
  text-align: center;
}
.cid-sfY1YZQfaI .mbr-text,
.cid-sfY1YZQfaI .mbr-section-btn {
  text-align: center;
}
.cid-sfY1Z1giLD {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sfY1Z1giLD .carousel-control {
  background: #000;
}
.cid-sfY1Z1giLD .mbr-section-subtitle {
  color: #767676;
}
.cid-sfY1Z1giLD .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfY1Z1giLD .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sfY1Z1giLD .carousel-item .wrap-img {
  text-align: center;
}
.cid-sfY1Z1giLD .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sfY1Z1giLD .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfY1Z1giLD .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sfY1Z1giLD .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sfY1Z1giLD .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sfY1Z1giLD .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sfY1Z1giLD .cloneditem-1,
.cid-sfY1Z1giLD .cloneditem-2,
.cid-sfY1Z1giLD .cloneditem-3,
.cid-sfY1Z1giLD .cloneditem-4,
.cid-sfY1Z1giLD .cloneditem-5 {
  display: none;
}
.cid-sfY1Z1giLD .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfY1Z1giLD .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sfY1Z1giLD .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sfY1Z1giLD .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sfY1Z1giLD .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sfY1Z1giLD .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sfY1Z1giLD .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides2 .cloneditem-1,
  .cid-sfY1Z1giLD .carousel-inner.slides2 .cloneditem-2,
  .cid-sfY1Z1giLD .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sfY1Z1giLD .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sfY1Z1giLD .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sfY1Z1giLD .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sfY1Z1giLD .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sfY1Z1giLD .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides3 .cloneditem-1,
  .cid-sfY1Z1giLD .carousel-inner.slides3 .cloneditem-2,
  .cid-sfY1Z1giLD .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sfY1Z1giLD .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sfY1Z1giLD .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sfY1Z1giLD .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sfY1Z1giLD .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sfY1Z1giLD .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides4 .cloneditem-1,
  .cid-sfY1Z1giLD .carousel-inner.slides4 .cloneditem-2,
  .cid-sfY1Z1giLD .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sfY1Z1giLD .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sfY1Z1giLD .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sfY1Z1giLD .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sfY1Z1giLD .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sfY1Z1giLD .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides5 .cloneditem-1,
  .cid-sfY1Z1giLD .carousel-inner.slides5 .cloneditem-2,
  .cid-sfY1Z1giLD .carousel-inner.slides5 .cloneditem-3,
  .cid-sfY1Z1giLD .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sfY1Z1giLD .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sfY1Z1giLD .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sfY1Z1giLD .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sfY1Z1giLD .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sfY1Z1giLD .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sfY1Z1giLD .carousel-inner.slides6 .cloneditem-1,
  .cid-sfY1Z1giLD .carousel-inner.slides6 .cloneditem-2,
  .cid-sfY1Z1giLD .carousel-inner.slides6 .cloneditem-3,
  .cid-sfY1Z1giLD .carousel-inner.slides6 .cloneditem-4,
  .cid-sfY1Z1giLD .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sfY1Z4gQzV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/meat.webp");
}
.cid-sfY1Z4gQzV .title {
  margin-bottom: 2rem;
}
.cid-sfY1Z4gQzV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sfY1Z4gQzV a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sfY1Z4gQzV a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sfY1Z4gQzV textarea.form-control {
  min-height: 188px;
}
.cid-sfY1Z4gQzV H2 {
  color: #ffffff;
}
.cid-sfY1Z4gQzV LABEL {
  color: #ffffff;
}
.cid-sfY1Z6P34u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sfY1Z6P34u .content {
    text-align: center;
  }
  .cid-sfY1Z6P34u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfY1Z6P34u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sfY1Z6P34u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sfY1Z6P34u .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sfY1Z6P34u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sfY1Z6P34u .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sfY1Z6P34u .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sfY1Z6P34u .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sfY1Z6P34u .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sfY1Z6P34u .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfY1Z6P34u .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfY1Z6P34u .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sfY1Z9mu2Q .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #cccccc;
  top: 0px;
}
.cid-sfY1Z9mu2Q .progress-bar {
  height: 9px;
  background: #ca0104;
  width: 0%;
}
.cid-sfY1Z9mu2Q .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sfY1Z9mu2Q .hidden {
  display: none;
}
.cid-sfY1Z9mu2Q H10 {
  color: #767676;
}
.cid-sd2H8QsMAQ .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-sd2H8QsMAQ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sd2H8QsMAQ a {
  font-style: normal;
}
.cid-sd2H8QsMAQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sd2H8QsMAQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sd2H8QsMAQ .nav-item:focus,
.cid-sd2H8QsMAQ .nav-link:focus {
  outline: none;
}
.cid-sd2H8QsMAQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sd2H8QsMAQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sd2H8QsMAQ .menu-logo {
  margin-right: auto;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd2H8QsMAQ .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-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sd2H8QsMAQ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sd2H8QsMAQ .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-sd2H8QsMAQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sd2H8QsMAQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sd2H8QsMAQ button.navbar-toggler:focus {
  outline: none;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd2H8QsMAQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd2H8QsMAQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sd2H8QsMAQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sd2H8QsMAQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sd2H8QsMAQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sd2H8QsMAQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd2H8QsMAQ .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-sd2H8QsMAQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sd2H8QsMAQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sd2H8QsMAQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sd2H8QsMAQ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd2H8QsMAQ img {
    height: 3.8rem !important;
  }
  .cid-sd2H8QsMAQ .btn {
    display: -webkit-flex;
  }
  .cid-sd2H8QsMAQ button.navbar-toggler {
    display: block;
  }
  .cid-sd2H8QsMAQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sd2H8QsMAQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd2H8QsMAQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing,
  .cid-sd2H8QsMAQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-nav,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sd2H8QsMAQ .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-sd2H8QsMAQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sd2H8QsMAQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sd2H8QsMAQ .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-sd2H8QsMAQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sd2H8QsMAQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sd2H8QsMAQ .nav-link:hover,
.cid-sd2H8QsMAQ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sgI14WKIBv {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/businessman-with-phone-in-airport-1900x-1400x933.jpg");
}
.cid-sgI1p958Y5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgI1p958Y5 .title {
  margin-bottom: 2rem;
}
.cid-sgI1p958Y5 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgI1p958Y5 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sgI1p958Y5 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sgI1p958Y5 textarea.form-control {
  min-height: 188px;
}
.cid-sd2H8QsMAQ .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-sd2H8QsMAQ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sd2H8QsMAQ a {
  font-style: normal;
}
.cid-sd2H8QsMAQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sd2H8QsMAQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sd2H8QsMAQ .nav-item:focus,
.cid-sd2H8QsMAQ .nav-link:focus {
  outline: none;
}
.cid-sd2H8QsMAQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sd2H8QsMAQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sd2H8QsMAQ .menu-logo {
  margin-right: auto;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd2H8QsMAQ .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-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sd2H8QsMAQ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sd2H8QsMAQ .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-sd2H8QsMAQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sd2H8QsMAQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sd2H8QsMAQ button.navbar-toggler:focus {
  outline: none;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd2H8QsMAQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd2H8QsMAQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sd2H8QsMAQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sd2H8QsMAQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sd2H8QsMAQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sd2H8QsMAQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd2H8QsMAQ .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-sd2H8QsMAQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sd2H8QsMAQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sd2H8QsMAQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sd2H8QsMAQ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd2H8QsMAQ img {
    height: 3.8rem !important;
  }
  .cid-sd2H8QsMAQ .btn {
    display: -webkit-flex;
  }
  .cid-sd2H8QsMAQ button.navbar-toggler {
    display: block;
  }
  .cid-sd2H8QsMAQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sd2H8QsMAQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd2H8QsMAQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing,
  .cid-sd2H8QsMAQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-nav,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sd2H8QsMAQ .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-sd2H8QsMAQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sd2H8QsMAQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sd2H8QsMAQ .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-sd2H8QsMAQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sd2H8QsMAQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sd2H8QsMAQ .nav-link:hover,
.cid-sd2H8QsMAQ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sgYee3NEoA {
  background-image: url("../../../assets/images/audit-1600x980.jpg");
}
.cid-sgYee3NEoA H1 {
  text-align: left;
}
.cid-sgYee3NEoA .mbr-text,
.cid-sgYee3NEoA .mbr-section-btn {
  text-align: left;
}
.cid-sgYo4xAaBN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgYo4xAaBN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgYo4xAaBN .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sgYo4xAaBN .mbr-text {
  color: #161616;
}
.cid-sgYfPh8LjV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgYfPh8LjV .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sgYfPh8LjV .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-sgYfPh8LjV .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sgYfPh8LjV .separline {
  position: relative;
}
.cid-sgYfPh8LjV .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sgYfPh8LjV .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sgYfPh8LjV .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sgYfPh8LjV .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgYfPh8LjV .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-sgYjaYAY0e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgYjaYAY0e H2 {
  color: #161616;
}
.cid-sgYjaYAY0e .mbr-section-subtitle {
  color: #161616;
}
.cid-sgYjFlcoHt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sgYhhU5XLi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgYhhU5XLi .title {
  margin-bottom: 2rem;
}
.cid-sgYhhU5XLi .mbr-section-subtitle {
  color: #767676;
}
.cid-sgYhhU5XLi a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sgYhhU5XLi a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sgYhhU5XLi textarea.form-control {
  min-height: 188px;
}
.cid-sgYoOzNs4n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-shRj7emDK6 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-shRj7emDK6 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-shRj7emDK6 a {
  font-style: normal;
}
.cid-shRj7emDK6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shRj7emDK6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-shRj7emDK6 .nav-item:focus,
.cid-shRj7emDK6 .nav-link:focus {
  outline: none;
}
.cid-shRj7emDK6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shRj7emDK6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shRj7emDK6 .menu-logo {
  margin-right: auto;
}
.cid-shRj7emDK6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shRj7emDK6 .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-shRj7emDK6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shRj7emDK6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shRj7emDK6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shRj7emDK6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shRj7emDK6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shRj7emDK6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shRj7emDK6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shRj7emDK6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shRj7emDK6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shRj7emDK6 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shRj7emDK6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shRj7emDK6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shRj7emDK6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shRj7emDK6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shRj7emDK6 .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-shRj7emDK6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shRj7emDK6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shRj7emDK6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shRj7emDK6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shRj7emDK6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shRj7emDK6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shRj7emDK6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shRj7emDK6 button.navbar-toggler:focus {
  outline: none;
}
.cid-shRj7emDK6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shRj7emDK6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shRj7emDK6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shRj7emDK6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shRj7emDK6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shRj7emDK6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shRj7emDK6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shRj7emDK6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shRj7emDK6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shRj7emDK6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shRj7emDK6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-shRj7emDK6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shRj7emDK6 .collapsed .navbar-collapse.collapsing,
.cid-shRj7emDK6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shRj7emDK6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shRj7emDK6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shRj7emDK6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shRj7emDK6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shRj7emDK6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shRj7emDK6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shRj7emDK6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shRj7emDK6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shRj7emDK6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-shRj7emDK6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-shRj7emDK6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shRj7emDK6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shRj7emDK6 .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-shRj7emDK6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shRj7emDK6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shRj7emDK6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-shRj7emDK6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shRj7emDK6 img {
    height: 3.8rem !important;
  }
  .cid-shRj7emDK6 .btn {
    display: -webkit-flex;
  }
  .cid-shRj7emDK6 button.navbar-toggler {
    display: block;
  }
  .cid-shRj7emDK6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shRj7emDK6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shRj7emDK6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shRj7emDK6 .navbar-collapse.collapsing,
  .cid-shRj7emDK6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-shRj7emDK6 .navbar-collapse.collapsing .navbar-nav,
  .cid-shRj7emDK6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shRj7emDK6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shRj7emDK6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shRj7emDK6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-shRj7emDK6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shRj7emDK6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shRj7emDK6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shRj7emDK6 .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-shRj7emDK6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shRj7emDK6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shRj7emDK6 .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-shRj7emDK6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shRj7emDK6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shRj7emDK6 .nav-link:hover,
.cid-shRj7emDK6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-shRj7eYD9i {
  background-image: url("../../../assets/images/img-3542-2000x1500.jpg");
}
.cid-shRj7eYD9i H1 {
  text-align: left;
}
.cid-shRj7eYD9i H3 {
  text-align: left;
}
.cid-shRj7eYD9i .mbr-text,
.cid-shRj7eYD9i .mbr-section-btn {
  text-align: left;
}
.cid-shRj7hSdE2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shRj7hSdE2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shRj7hSdE2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shRj7hSdE2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shRj7hSdE2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shRj7hSdE2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shRj7hSdE2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shRj7hSdE2 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shRj7hSdE2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shRj7hSdE2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shRj7fLCrA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shRj7fLCrA .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-shRj7fLCrA .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-shRj7fLCrA .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-shRj7fLCrA .separline {
  position: relative;
}
.cid-shRj7fLCrA .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-shRj7fLCrA .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-shRj7jw4om {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shRj7jw4om .btn {
  margin: 0 0 .5rem 0;
}
.cid-shRj7jYO9O {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shRj7jYO9O .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-shRj7jYO9O .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-shRj7jYO9O .separline .step-wrapper {
    position: relative;
  }
  .cid-shRj7jYO9O .separline .step-wrapper:before,
  .cid-shRj7jYO9O .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-shRj7jYO9O .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-shRj7jYO9O .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-shRj7jYO9O .separline.last-child .step-wrapper:after,
  .cid-shRj7jYO9O .separline:nth-child(3n) .step-wrapper:after,
  .cid-shRj7jYO9O .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-shRj7jYO9O .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-shU0zNR2uy .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-shU0zNR2uy .media-container-column {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shU0zNR2uy .media-container-column {
    padding: 1rem !important;
  }
}
.cid-shU0zNR2uy H1 {
  color: #161616;
}
.cid-shU0zNR2uy .mbr-text,
.cid-shU0zNR2uy .mbr-section-btn {
  color: #161616;
}
.cid-sd2H8QsMAQ .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-sd2H8QsMAQ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sd2H8QsMAQ a {
  font-style: normal;
}
.cid-sd2H8QsMAQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sd2H8QsMAQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sd2H8QsMAQ .nav-item:focus,
.cid-sd2H8QsMAQ .nav-link:focus {
  outline: none;
}
.cid-sd2H8QsMAQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sd2H8QsMAQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sd2H8QsMAQ .menu-logo {
  margin-right: auto;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd2H8QsMAQ .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-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sd2H8QsMAQ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sd2H8QsMAQ .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-sd2H8QsMAQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sd2H8QsMAQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sd2H8QsMAQ button.navbar-toggler:focus {
  outline: none;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd2H8QsMAQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd2H8QsMAQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sd2H8QsMAQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sd2H8QsMAQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sd2H8QsMAQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sd2H8QsMAQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd2H8QsMAQ .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-sd2H8QsMAQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sd2H8QsMAQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sd2H8QsMAQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sd2H8QsMAQ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd2H8QsMAQ img {
    height: 3.8rem !important;
  }
  .cid-sd2H8QsMAQ .btn {
    display: -webkit-flex;
  }
  .cid-sd2H8QsMAQ button.navbar-toggler {
    display: block;
  }
  .cid-sd2H8QsMAQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sd2H8QsMAQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd2H8QsMAQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing,
  .cid-sd2H8QsMAQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-nav,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sd2H8QsMAQ .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-sd2H8QsMAQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sd2H8QsMAQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sd2H8QsMAQ .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-sd2H8QsMAQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sd2H8QsMAQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sd2H8QsMAQ .nav-link:hover,
.cid-sd2H8QsMAQ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sho6l3sxQa {
  background-image: url("../../../assets/images/7j8a1614-2000x1333.jpg");
}
.cid-sho6l3sxQa H1 {
  text-align: left;
}
.cid-sho6l3sxQa H3 {
  text-align: left;
}
.cid-sho6l3sxQa .mbr-text,
.cid-sho6l3sxQa .mbr-section-btn {
  text-align: left;
}
.cid-sho8Mch34C {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sho8Mch34C .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sho8Mch34C .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-sho8Mch34C .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sho8Mch34C .separline {
  position: relative;
}
.cid-sho8Mch34C .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sho8Mch34C .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sho9vxdcyS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sho9vxdcyS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sho9vxdcyS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sho9vxdcyS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sho9vxdcyS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sho9vxdcyS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sho9vxdcyS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sho9vxdcyS .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sho9vxdcyS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sho9vxdcyS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shVmX33U7W {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-shVmX33U7W .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-shVmX33U7W .video-block {
    width: 100% !important;
  }
}
.cid-shoyFVLVpc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shoyFVLVpc .btn {
  margin: 0 0 .5rem 0;
}
.cid-shoyRCLrA2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shoyRCLrA2 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-shoyRCLrA2 .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-shoyRCLrA2 .separline .step-wrapper {
    position: relative;
  }
  .cid-shoyRCLrA2 .separline .step-wrapper:before,
  .cid-shoyRCLrA2 .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-shoyRCLrA2 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-shoyRCLrA2 .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-shoyRCLrA2 .separline.last-child .step-wrapper:after,
  .cid-shoyRCLrA2 .separline:nth-child(3n) .step-wrapper:after,
  .cid-shoyRCLrA2 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-shoyRCLrA2 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-shUZdB4AHC {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shUZdB4AHC .mbr-section-subtitle {
  color: #767676;
}
.cid-shUZ5ltiTx {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-shUZ5ltiTx .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-shUZ5ltiTx .video-block {
    width: 100% !important;
  }
}
.cid-shUWOG3ldw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shUWOG3ldw .mbr-section-subtitle {
  color: #767676;
}
.cid-shoyAdENqR {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-shoyAdENqR .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-shoyAdENqR .video-block {
    width: 100% !important;
  }
}
.cid-shV43JwqgT .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-shV43JwqgT .media-container-column {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shV43JwqgT .media-container-column {
    padding: 1rem !important;
  }
}
.cid-shV43JwqgT H1 {
  color: #161616;
}
.cid-shV43JwqgT .mbr-text,
.cid-shV43JwqgT .mbr-section-btn {
  color: #161616;
}
.cid-shWfUZuOG9 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-shWfUZuOG9 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-shWfUZuOG9 a {
  font-style: normal;
}
.cid-shWfUZuOG9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shWfUZuOG9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-shWfUZuOG9 .nav-item:focus,
.cid-shWfUZuOG9 .nav-link:focus {
  outline: none;
}
.cid-shWfUZuOG9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shWfUZuOG9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shWfUZuOG9 .menu-logo {
  margin-right: auto;
}
.cid-shWfUZuOG9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shWfUZuOG9 .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-shWfUZuOG9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shWfUZuOG9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shWfUZuOG9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shWfUZuOG9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shWfUZuOG9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shWfUZuOG9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shWfUZuOG9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shWfUZuOG9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shWfUZuOG9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shWfUZuOG9 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shWfUZuOG9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shWfUZuOG9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shWfUZuOG9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shWfUZuOG9 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shWfUZuOG9 .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-shWfUZuOG9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shWfUZuOG9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shWfUZuOG9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shWfUZuOG9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shWfUZuOG9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shWfUZuOG9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shWfUZuOG9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shWfUZuOG9 button.navbar-toggler:focus {
  outline: none;
}
.cid-shWfUZuOG9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shWfUZuOG9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shWfUZuOG9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shWfUZuOG9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shWfUZuOG9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shWfUZuOG9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shWfUZuOG9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shWfUZuOG9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shWfUZuOG9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shWfUZuOG9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shWfUZuOG9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-shWfUZuOG9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shWfUZuOG9 .collapsed .navbar-collapse.collapsing,
.cid-shWfUZuOG9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shWfUZuOG9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shWfUZuOG9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shWfUZuOG9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shWfUZuOG9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shWfUZuOG9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shWfUZuOG9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shWfUZuOG9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shWfUZuOG9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shWfUZuOG9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-shWfUZuOG9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-shWfUZuOG9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shWfUZuOG9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shWfUZuOG9 .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-shWfUZuOG9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shWfUZuOG9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shWfUZuOG9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-shWfUZuOG9 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shWfUZuOG9 img {
    height: 3.8rem !important;
  }
  .cid-shWfUZuOG9 .btn {
    display: -webkit-flex;
  }
  .cid-shWfUZuOG9 button.navbar-toggler {
    display: block;
  }
  .cid-shWfUZuOG9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shWfUZuOG9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shWfUZuOG9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shWfUZuOG9 .navbar-collapse.collapsing,
  .cid-shWfUZuOG9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-shWfUZuOG9 .navbar-collapse.collapsing .navbar-nav,
  .cid-shWfUZuOG9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shWfUZuOG9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shWfUZuOG9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shWfUZuOG9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-shWfUZuOG9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shWfUZuOG9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shWfUZuOG9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shWfUZuOG9 .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-shWfUZuOG9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shWfUZuOG9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shWfUZuOG9 .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-shWfUZuOG9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shWfUZuOG9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shWfUZuOG9 .nav-link:hover,
.cid-shWfUZuOG9 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-shWfV0RDVT {
  background-image: url("../../../assets/images/original-59c4ca3061531113766eb047-5a84cd0d752d5-1200x801.jpg");
}
.cid-shWfV0RDVT H1 {
  text-align: left;
}
.cid-shWfV0RDVT H3 {
  text-align: left;
}
.cid-shWfV0RDVT .mbr-text,
.cid-shWfV0RDVT .mbr-section-btn {
  text-align: left;
}
.cid-shWfV1H68z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shWfV1H68z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shWfV1H68z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shWfV1H68z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shWfV1H68z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shWfV1H68z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shWfV1H68z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shWfV1H68z .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shWfV1H68z .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shWfV1H68z .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shWfV3Yens {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shWfV3Yens .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-shWfV3Yens .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-shWfV3Yens .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-shWfV3Yens .separline {
  position: relative;
}
.cid-shWfV3Yens .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-shWfV3Yens .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-shWfV5xzxE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shWfV5xzxE .btn {
  margin: 0 0 .5rem 0;
}
.cid-shWsS1tmK0 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shWsS1tmK0 .mbr-section-subtitle {
  color: #767676;
}
.cid-shWrCpGGch {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shWrCpGGch .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shWrCpGGch .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shWrCpGGch .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shWrCpGGch .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shWrCpGGch .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shWrCpGGch .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shWrCpGGch .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shWrCpGGch .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shWrCpGGch .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shWfV8WvnS .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-shWfV8WvnS .media-container-column {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shWfV8WvnS .media-container-column {
    padding: 1rem !important;
  }
}
.cid-shWfV8WvnS H1 {
  color: #161616;
}
.cid-shWfV8WvnS .mbr-text,
.cid-shWfV8WvnS .mbr-section-btn {
  color: #161616;
}
.cid-shWAgQm2tu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-shWAgQm2tu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-shWAgQm2tu a {
  font-style: normal;
}
.cid-shWAgQm2tu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shWAgQm2tu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-shWAgQm2tu .nav-item:focus,
.cid-shWAgQm2tu .nav-link:focus {
  outline: none;
}
.cid-shWAgQm2tu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shWAgQm2tu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shWAgQm2tu .menu-logo {
  margin-right: auto;
}
.cid-shWAgQm2tu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shWAgQm2tu .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-shWAgQm2tu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shWAgQm2tu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shWAgQm2tu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shWAgQm2tu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shWAgQm2tu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shWAgQm2tu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shWAgQm2tu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shWAgQm2tu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shWAgQm2tu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shWAgQm2tu .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shWAgQm2tu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shWAgQm2tu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shWAgQm2tu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shWAgQm2tu .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shWAgQm2tu .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-shWAgQm2tu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shWAgQm2tu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shWAgQm2tu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shWAgQm2tu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shWAgQm2tu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shWAgQm2tu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shWAgQm2tu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shWAgQm2tu button.navbar-toggler:focus {
  outline: none;
}
.cid-shWAgQm2tu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shWAgQm2tu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shWAgQm2tu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shWAgQm2tu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shWAgQm2tu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shWAgQm2tu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shWAgQm2tu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shWAgQm2tu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shWAgQm2tu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shWAgQm2tu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shWAgQm2tu .collapsed .btn {
  display: -webkit-flex;
}
.cid-shWAgQm2tu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shWAgQm2tu .collapsed .navbar-collapse.collapsing,
.cid-shWAgQm2tu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shWAgQm2tu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shWAgQm2tu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shWAgQm2tu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shWAgQm2tu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shWAgQm2tu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shWAgQm2tu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shWAgQm2tu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shWAgQm2tu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shWAgQm2tu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-shWAgQm2tu .collapsed button.navbar-toggler {
  display: block;
}
.cid-shWAgQm2tu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shWAgQm2tu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shWAgQm2tu .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-shWAgQm2tu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shWAgQm2tu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shWAgQm2tu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-shWAgQm2tu .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shWAgQm2tu img {
    height: 3.8rem !important;
  }
  .cid-shWAgQm2tu .btn {
    display: -webkit-flex;
  }
  .cid-shWAgQm2tu button.navbar-toggler {
    display: block;
  }
  .cid-shWAgQm2tu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shWAgQm2tu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shWAgQm2tu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shWAgQm2tu .navbar-collapse.collapsing,
  .cid-shWAgQm2tu .navbar-collapse.show {
    display: block !important;
  }
  .cid-shWAgQm2tu .navbar-collapse.collapsing .navbar-nav,
  .cid-shWAgQm2tu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shWAgQm2tu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shWAgQm2tu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shWAgQm2tu .navbar-collapse.collapsing .navbar-buttons,
  .cid-shWAgQm2tu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shWAgQm2tu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shWAgQm2tu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shWAgQm2tu .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-shWAgQm2tu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shWAgQm2tu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shWAgQm2tu .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-shWAgQm2tu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shWAgQm2tu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shWAgQm2tu .nav-link:hover,
.cid-shWAgQm2tu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-shWAgS2vcG {
  background-image: url("../../../assets/images/scale-1200.webp");
}
.cid-shWAgS2vcG H1 {
  text-align: left;
}
.cid-shWAgS2vcG H3 {
  text-align: left;
}
.cid-shWAgS2vcG .mbr-text,
.cid-shWAgS2vcG .mbr-section-btn {
  text-align: left;
}
.cid-shWAgVDGHe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shWAgVDGHe .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-shWAgVDGHe .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-shWAgVDGHe .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-shWAgVDGHe .separline {
  position: relative;
}
.cid-shWAgVDGHe .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-shWAgVDGHe .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-shWB0SViiX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shWB0SViiX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shWB0SViiX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shWB0SViiX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shWB0SViiX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shWB0SViiX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shWB0SViiX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shWB0SViiX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shWB0SViiX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shWB0SViiX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shWAgXsP6g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shWAgXsP6g .btn {
  margin: 0 0 .5rem 0;
}
.cid-shWAgXTajQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shWAgXTajQ .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-shWAgXTajQ .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-shWAgXTajQ .separline .step-wrapper {
    position: relative;
  }
  .cid-shWAgXTajQ .separline .step-wrapper:before,
  .cid-shWAgXTajQ .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-shWAgXTajQ .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-shWAgXTajQ .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-shWAgXTajQ .separline.last-child .step-wrapper:after,
  .cid-shWAgXTajQ .separline:nth-child(3n) .step-wrapper:after,
  .cid-shWAgXTajQ .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-shWAgXTajQ .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-shWAh0abCx .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-shWAh0abCx .media-container-column {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shWAh0abCx .media-container-column {
    padding: 1rem !important;
  }
}
.cid-shWAh0abCx H1 {
  color: #161616;
}
.cid-shWAh0abCx .mbr-text,
.cid-shWAh0abCx .mbr-section-btn {
  color: #161616;
}
.cid-shWLm0WggO .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-shWLm0WggO .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-shWLm0WggO a {
  font-style: normal;
}
.cid-shWLm0WggO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shWLm0WggO .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-shWLm0WggO .nav-item:focus,
.cid-shWLm0WggO .nav-link:focus {
  outline: none;
}
.cid-shWLm0WggO .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shWLm0WggO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shWLm0WggO .menu-logo {
  margin-right: auto;
}
.cid-shWLm0WggO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shWLm0WggO .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-shWLm0WggO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shWLm0WggO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shWLm0WggO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shWLm0WggO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shWLm0WggO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shWLm0WggO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shWLm0WggO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shWLm0WggO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shWLm0WggO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shWLm0WggO .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shWLm0WggO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shWLm0WggO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shWLm0WggO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shWLm0WggO .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shWLm0WggO .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-shWLm0WggO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shWLm0WggO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shWLm0WggO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shWLm0WggO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shWLm0WggO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shWLm0WggO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shWLm0WggO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shWLm0WggO button.navbar-toggler:focus {
  outline: none;
}
.cid-shWLm0WggO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shWLm0WggO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shWLm0WggO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shWLm0WggO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shWLm0WggO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shWLm0WggO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shWLm0WggO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shWLm0WggO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shWLm0WggO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shWLm0WggO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shWLm0WggO .collapsed .btn {
  display: -webkit-flex;
}
.cid-shWLm0WggO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shWLm0WggO .collapsed .navbar-collapse.collapsing,
.cid-shWLm0WggO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shWLm0WggO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shWLm0WggO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shWLm0WggO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shWLm0WggO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shWLm0WggO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shWLm0WggO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shWLm0WggO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shWLm0WggO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shWLm0WggO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-shWLm0WggO .collapsed button.navbar-toggler {
  display: block;
}
.cid-shWLm0WggO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shWLm0WggO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shWLm0WggO .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-shWLm0WggO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shWLm0WggO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shWLm0WggO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-shWLm0WggO .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shWLm0WggO img {
    height: 3.8rem !important;
  }
  .cid-shWLm0WggO .btn {
    display: -webkit-flex;
  }
  .cid-shWLm0WggO button.navbar-toggler {
    display: block;
  }
  .cid-shWLm0WggO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shWLm0WggO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shWLm0WggO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shWLm0WggO .navbar-collapse.collapsing,
  .cid-shWLm0WggO .navbar-collapse.show {
    display: block !important;
  }
  .cid-shWLm0WggO .navbar-collapse.collapsing .navbar-nav,
  .cid-shWLm0WggO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shWLm0WggO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shWLm0WggO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shWLm0WggO .navbar-collapse.collapsing .navbar-buttons,
  .cid-shWLm0WggO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shWLm0WggO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shWLm0WggO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shWLm0WggO .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-shWLm0WggO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shWLm0WggO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shWLm0WggO .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-shWLm0WggO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shWLm0WggO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shWLm0WggO .nav-link:hover,
.cid-shWLm0WggO .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-shXsBOxU6d {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-shXsBOxU6d .mbr-text,
.cid-shXsBOxU6d .mbr-section-btn {
  text-align: left;
}
.cid-shXsBOxU6d DIV {
  text-align: left;
}
.cid-shWLmdfH99 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shWLmdfH99 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shWLmdfH99 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shWLmdfH99 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shWLmdfH99 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shWLmdfH99 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shWLmdfH99 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shWLmdfH99 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shWLmdfH99 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shWLmdfH99 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shWLmq5j7b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shWLmq5j7b .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-shWLmq5j7b .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-shWLmq5j7b .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-shWLmq5j7b .separline {
  position: relative;
}
.cid-shWLmq5j7b .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-shWLmq5j7b .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-shWLmEepcQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shWLmEepcQ .btn {
  margin: 0 0 .5rem 0;
}
.cid-shWLmGTvC1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shWLmGTvC1 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-shWLmGTvC1 .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-shWLmGTvC1 .separline .step-wrapper {
    position: relative;
  }
  .cid-shWLmGTvC1 .separline .step-wrapper:before,
  .cid-shWLmGTvC1 .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-shWLmGTvC1 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-shWLmGTvC1 .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-shWLmGTvC1 .separline.last-child .step-wrapper:after,
  .cid-shWLmGTvC1 .separline:nth-child(3n) .step-wrapper:after,
  .cid-shWLmGTvC1 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-shWLmGTvC1 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-shWLmUAu7K .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-shWLmUAu7K .media-container-column {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shWLmUAu7K .media-container-column {
    padding: 1rem !important;
  }
}
.cid-shWLmUAu7K H1 {
  color: #161616;
}
.cid-shWLmUAu7K .mbr-text,
.cid-shWLmUAu7K .mbr-section-btn {
  color: #161616;
}
.cid-shXjvxBxyU .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-shXjvxBxyU .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-shXjvxBxyU a {
  font-style: normal;
}
.cid-shXjvxBxyU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shXjvxBxyU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-shXjvxBxyU .nav-item:focus,
.cid-shXjvxBxyU .nav-link:focus {
  outline: none;
}
.cid-shXjvxBxyU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shXjvxBxyU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shXjvxBxyU .menu-logo {
  margin-right: auto;
}
.cid-shXjvxBxyU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shXjvxBxyU .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-shXjvxBxyU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shXjvxBxyU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shXjvxBxyU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shXjvxBxyU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shXjvxBxyU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shXjvxBxyU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shXjvxBxyU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shXjvxBxyU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shXjvxBxyU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shXjvxBxyU .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shXjvxBxyU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shXjvxBxyU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shXjvxBxyU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shXjvxBxyU .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shXjvxBxyU .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-shXjvxBxyU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shXjvxBxyU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shXjvxBxyU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shXjvxBxyU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shXjvxBxyU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shXjvxBxyU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shXjvxBxyU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shXjvxBxyU button.navbar-toggler:focus {
  outline: none;
}
.cid-shXjvxBxyU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shXjvxBxyU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shXjvxBxyU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shXjvxBxyU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shXjvxBxyU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shXjvxBxyU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shXjvxBxyU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shXjvxBxyU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shXjvxBxyU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shXjvxBxyU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shXjvxBxyU .collapsed .btn {
  display: -webkit-flex;
}
.cid-shXjvxBxyU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shXjvxBxyU .collapsed .navbar-collapse.collapsing,
.cid-shXjvxBxyU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shXjvxBxyU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shXjvxBxyU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shXjvxBxyU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shXjvxBxyU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shXjvxBxyU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shXjvxBxyU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shXjvxBxyU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shXjvxBxyU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shXjvxBxyU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-shXjvxBxyU .collapsed button.navbar-toggler {
  display: block;
}
.cid-shXjvxBxyU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shXjvxBxyU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shXjvxBxyU .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-shXjvxBxyU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shXjvxBxyU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shXjvxBxyU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-shXjvxBxyU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shXjvxBxyU img {
    height: 3.8rem !important;
  }
  .cid-shXjvxBxyU .btn {
    display: -webkit-flex;
  }
  .cid-shXjvxBxyU button.navbar-toggler {
    display: block;
  }
  .cid-shXjvxBxyU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shXjvxBxyU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shXjvxBxyU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shXjvxBxyU .navbar-collapse.collapsing,
  .cid-shXjvxBxyU .navbar-collapse.show {
    display: block !important;
  }
  .cid-shXjvxBxyU .navbar-collapse.collapsing .navbar-nav,
  .cid-shXjvxBxyU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shXjvxBxyU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shXjvxBxyU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shXjvxBxyU .navbar-collapse.collapsing .navbar-buttons,
  .cid-shXjvxBxyU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shXjvxBxyU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shXjvxBxyU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shXjvxBxyU .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-shXjvxBxyU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shXjvxBxyU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shXjvxBxyU .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-shXjvxBxyU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shXjvxBxyU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shXjvxBxyU .nav-link:hover,
.cid-shXjvxBxyU .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-shXjvze1cT {
  background-image: url("../../../assets/images/038269e3bc3deeb581a6ac5313d85ef3-2000x1333.jpg");
}
.cid-shXjvze1cT H1 {
  text-align: left;
}
.cid-shXjvze1cT H3 {
  text-align: left;
}
.cid-shXjvze1cT .mbr-text,
.cid-shXjvze1cT .mbr-section-btn {
  text-align: left;
}
.cid-shXmihIHgB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shXmihIHgB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shXmihIHgB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shXmihIHgB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shXmihIHgB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shXmihIHgB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shXmihIHgB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shXmihIHgB .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shXmihIHgB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shXmihIHgB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shXjvB57Wn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shXjvB57Wn .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-shXjvB57Wn .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-shXjvB57Wn .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-shXjvB57Wn .separline {
  position: relative;
}
.cid-shXjvB57Wn .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-shXjvB57Wn .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-shXkcEbaWP {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-shXkcEbaWP .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-shXkcEbaWP .video-block {
    width: 100% !important;
  }
}
.cid-shXlH4f8JQ {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-shXlH4f8JQ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-shXlH4f8JQ .video-block {
    width: 100% !important;
  }
}
.cid-shXlT8369H {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-shXlT8369H .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-shXlT8369H .video-block {
    width: 100% !important;
  }
}
.cid-shXjvIkktu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-shXjvIkktu .btn {
  margin: 0 0 .5rem 0;
}
.cid-shXjvJDT5P {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shXjvJDT5P .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-shXjvJDT5P .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-shXjvJDT5P .separline .step-wrapper {
    position: relative;
  }
  .cid-shXjvJDT5P .separline .step-wrapper:before,
  .cid-shXjvJDT5P .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-shXjvJDT5P .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-shXjvJDT5P .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-shXjvJDT5P .separline.last-child .step-wrapper:after,
  .cid-shXjvJDT5P .separline:nth-child(3n) .step-wrapper:after,
  .cid-shXjvJDT5P .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-shXjvJDT5P .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-shXjvOkKKl .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-shXjvOkKKl .media-container-column {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shXjvOkKKl .media-container-column {
    padding: 1rem !important;
  }
}
.cid-shXjvOkKKl H1 {
  color: #161616;
}
.cid-shXjvOkKKl .mbr-text,
.cid-shXjvOkKKl .mbr-section-btn {
  color: #161616;
}
.cid-si0CumTHw8 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-si0CumTHw8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-si0CumTHw8 a {
  font-style: normal;
}
.cid-si0CumTHw8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-si0CumTHw8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-si0CumTHw8 .nav-item:focus,
.cid-si0CumTHw8 .nav-link:focus {
  outline: none;
}
.cid-si0CumTHw8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-si0CumTHw8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-si0CumTHw8 .menu-logo {
  margin-right: auto;
}
.cid-si0CumTHw8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-si0CumTHw8 .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-si0CumTHw8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-si0CumTHw8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-si0CumTHw8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-si0CumTHw8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-si0CumTHw8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-si0CumTHw8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-si0CumTHw8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-si0CumTHw8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-si0CumTHw8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-si0CumTHw8 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-si0CumTHw8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-si0CumTHw8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-si0CumTHw8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-si0CumTHw8 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-si0CumTHw8 .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-si0CumTHw8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-si0CumTHw8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-si0CumTHw8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-si0CumTHw8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-si0CumTHw8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-si0CumTHw8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-si0CumTHw8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-si0CumTHw8 button.navbar-toggler:focus {
  outline: none;
}
.cid-si0CumTHw8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-si0CumTHw8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-si0CumTHw8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-si0CumTHw8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-si0CumTHw8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-si0CumTHw8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-si0CumTHw8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-si0CumTHw8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-si0CumTHw8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-si0CumTHw8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-si0CumTHw8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-si0CumTHw8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-si0CumTHw8 .collapsed .navbar-collapse.collapsing,
.cid-si0CumTHw8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-si0CumTHw8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-si0CumTHw8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-si0CumTHw8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-si0CumTHw8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-si0CumTHw8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-si0CumTHw8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-si0CumTHw8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-si0CumTHw8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-si0CumTHw8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-si0CumTHw8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-si0CumTHw8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-si0CumTHw8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-si0CumTHw8 .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-si0CumTHw8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-si0CumTHw8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-si0CumTHw8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-si0CumTHw8 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-si0CumTHw8 img {
    height: 3.8rem !important;
  }
  .cid-si0CumTHw8 .btn {
    display: -webkit-flex;
  }
  .cid-si0CumTHw8 button.navbar-toggler {
    display: block;
  }
  .cid-si0CumTHw8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-si0CumTHw8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-si0CumTHw8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-si0CumTHw8 .navbar-collapse.collapsing,
  .cid-si0CumTHw8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-si0CumTHw8 .navbar-collapse.collapsing .navbar-nav,
  .cid-si0CumTHw8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-si0CumTHw8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-si0CumTHw8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-si0CumTHw8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-si0CumTHw8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-si0CumTHw8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-si0CumTHw8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-si0CumTHw8 .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-si0CumTHw8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-si0CumTHw8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-si0CumTHw8 .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-si0CumTHw8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-si0CumTHw8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-si0CumTHw8 .nav-link:hover,
.cid-si0CumTHw8 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-si0CunxnEf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1248.jpg");
}
.cid-si0CunZBea {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-si0CunZBea h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-si0CunZBea p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-si0CunZBea .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-si0CunZBea .mbr-section-btn a {
  margin: 0;
}
.cid-si0CunZBea .mbr-text {
  color: #767676;
}
.cid-si0CunZBea .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-si0CunZBea .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-si0Cup7kFF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-si0Cup7kFF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-si0Cup7kFF p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-si0Cup7kFF .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-si0Cup7kFF .mbr-section-btn a {
  margin: 0;
}
.cid-si0Cup7kFF .mbr-text {
  color: #767676;
}
.cid-si0Cup7kFF .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-si0Cup7kFF .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-si0CAGNb4x {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-si0CAGNb4x h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-si0CAGNb4x p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-si0CAGNb4x .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-si0CAGNb4x .mbr-section-btn a {
  margin: 0;
}
.cid-si0CAGNb4x .mbr-text {
  color: #767676;
}
.cid-si0CAGNb4x .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-si0CAGNb4x .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-si0QxIsuhB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-si0QxIsuhB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-si0QxIsuhB p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-si0QxIsuhB .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-si0QxIsuhB .mbr-section-btn a {
  margin: 0;
}
.cid-si0QxIsuhB .mbr-text {
  color: #767676;
}
.cid-si0QxIsuhB .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-si0QxIsuhB .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sjaEnNhUh8 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-sjaEnNhUh8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sjaEnNhUh8 a {
  font-style: normal;
}
.cid-sjaEnNhUh8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sjaEnNhUh8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sjaEnNhUh8 .nav-item:focus,
.cid-sjaEnNhUh8 .nav-link:focus {
  outline: none;
}
.cid-sjaEnNhUh8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sjaEnNhUh8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sjaEnNhUh8 .menu-logo {
  margin-right: auto;
}
.cid-sjaEnNhUh8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjaEnNhUh8 .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-sjaEnNhUh8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sjaEnNhUh8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sjaEnNhUh8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sjaEnNhUh8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sjaEnNhUh8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sjaEnNhUh8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sjaEnNhUh8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sjaEnNhUh8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjaEnNhUh8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sjaEnNhUh8 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sjaEnNhUh8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sjaEnNhUh8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjaEnNhUh8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sjaEnNhUh8 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sjaEnNhUh8 .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-sjaEnNhUh8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sjaEnNhUh8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sjaEnNhUh8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sjaEnNhUh8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sjaEnNhUh8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sjaEnNhUh8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sjaEnNhUh8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sjaEnNhUh8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sjaEnNhUh8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjaEnNhUh8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjaEnNhUh8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjaEnNhUh8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjaEnNhUh8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjaEnNhUh8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjaEnNhUh8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjaEnNhUh8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjaEnNhUh8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjaEnNhUh8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sjaEnNhUh8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sjaEnNhUh8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sjaEnNhUh8 .collapsed .navbar-collapse.collapsing,
.cid-sjaEnNhUh8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sjaEnNhUh8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sjaEnNhUh8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sjaEnNhUh8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sjaEnNhUh8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sjaEnNhUh8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sjaEnNhUh8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sjaEnNhUh8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sjaEnNhUh8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sjaEnNhUh8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sjaEnNhUh8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sjaEnNhUh8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sjaEnNhUh8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sjaEnNhUh8 .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-sjaEnNhUh8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sjaEnNhUh8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sjaEnNhUh8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sjaEnNhUh8 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sjaEnNhUh8 img {
    height: 3.8rem !important;
  }
  .cid-sjaEnNhUh8 .btn {
    display: -webkit-flex;
  }
  .cid-sjaEnNhUh8 button.navbar-toggler {
    display: block;
  }
  .cid-sjaEnNhUh8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sjaEnNhUh8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sjaEnNhUh8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sjaEnNhUh8 .navbar-collapse.collapsing,
  .cid-sjaEnNhUh8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sjaEnNhUh8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sjaEnNhUh8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sjaEnNhUh8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sjaEnNhUh8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sjaEnNhUh8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sjaEnNhUh8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sjaEnNhUh8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sjaEnNhUh8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sjaEnNhUh8 .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-sjaEnNhUh8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sjaEnNhUh8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sjaEnNhUh8 .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-sjaEnNhUh8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sjaEnNhUh8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sjaEnNhUh8 .nav-link:hover,
.cid-sjaEnNhUh8 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sjaEnO4RL9 {
  background-image: url("../../../assets/images/f93e5fa05fdfb6a99851f163c3faceaf-1408x792.jpg");
}
.cid-sd2H8QsMAQ .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-sd2H8QsMAQ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sd2H8QsMAQ a {
  font-style: normal;
}
.cid-sd2H8QsMAQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sd2H8QsMAQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sd2H8QsMAQ .nav-item:focus,
.cid-sd2H8QsMAQ .nav-link:focus {
  outline: none;
}
.cid-sd2H8QsMAQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sd2H8QsMAQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sd2H8QsMAQ .menu-logo {
  margin-right: auto;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd2H8QsMAQ .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-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sd2H8QsMAQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd2H8QsMAQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd2H8QsMAQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sd2H8QsMAQ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sd2H8QsMAQ .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-sd2H8QsMAQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sd2H8QsMAQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sd2H8QsMAQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sd2H8QsMAQ button.navbar-toggler:focus {
  outline: none;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd2H8QsMAQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd2H8QsMAQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd2H8QsMAQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd2H8QsMAQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sd2H8QsMAQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sd2H8QsMAQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sd2H8QsMAQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sd2H8QsMAQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sd2H8QsMAQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd2H8QsMAQ .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-sd2H8QsMAQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sd2H8QsMAQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sd2H8QsMAQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sd2H8QsMAQ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd2H8QsMAQ img {
    height: 3.8rem !important;
  }
  .cid-sd2H8QsMAQ .btn {
    display: -webkit-flex;
  }
  .cid-sd2H8QsMAQ button.navbar-toggler {
    display: block;
  }
  .cid-sd2H8QsMAQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sd2H8QsMAQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd2H8QsMAQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing,
  .cid-sd2H8QsMAQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-nav,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sd2H8QsMAQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sd2H8QsMAQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sd2H8QsMAQ .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-sd2H8QsMAQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sd2H8QsMAQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sd2H8QsMAQ .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-sd2H8QsMAQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sd2H8QsMAQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sd2H8QsMAQ .nav-link:hover,
.cid-sd2H8QsMAQ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sjaDye2JhZ {
  background-image: url("../../../assets/images/f93e5fa05fdfb6a99851f163c3faceaf-1408x792.jpg");
}
.cid-sk629serBo .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-sk629serBo .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sk629serBo a {
  font-style: normal;
}
.cid-sk629serBo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sk629serBo .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sk629serBo .nav-item:focus,
.cid-sk629serBo .nav-link:focus {
  outline: none;
}
.cid-sk629serBo .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sk629serBo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sk629serBo .menu-logo {
  margin-right: auto;
}
.cid-sk629serBo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sk629serBo .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-sk629serBo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sk629serBo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sk629serBo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sk629serBo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sk629serBo .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sk629serBo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sk629serBo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sk629serBo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sk629serBo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sk629serBo .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sk629serBo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sk629serBo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sk629serBo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sk629serBo .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sk629serBo .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-sk629serBo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sk629serBo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sk629serBo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sk629serBo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sk629serBo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sk629serBo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sk629serBo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sk629serBo button.navbar-toggler:focus {
  outline: none;
}
.cid-sk629serBo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sk629serBo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sk629serBo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sk629serBo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sk629serBo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sk629serBo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sk629serBo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sk629serBo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sk629serBo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sk629serBo .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sk629serBo .collapsed .btn {
  display: -webkit-flex;
}
.cid-sk629serBo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sk629serBo .collapsed .navbar-collapse.collapsing,
.cid-sk629serBo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sk629serBo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sk629serBo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sk629serBo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sk629serBo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sk629serBo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sk629serBo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sk629serBo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sk629serBo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sk629serBo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sk629serBo .collapsed button.navbar-toggler {
  display: block;
}
.cid-sk629serBo .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sk629serBo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sk629serBo .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-sk629serBo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sk629serBo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sk629serBo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sk629serBo .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sk629serBo img {
    height: 3.8rem !important;
  }
  .cid-sk629serBo .btn {
    display: -webkit-flex;
  }
  .cid-sk629serBo button.navbar-toggler {
    display: block;
  }
  .cid-sk629serBo .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sk629serBo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sk629serBo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sk629serBo .navbar-collapse.collapsing,
  .cid-sk629serBo .navbar-collapse.show {
    display: block !important;
  }
  .cid-sk629serBo .navbar-collapse.collapsing .navbar-nav,
  .cid-sk629serBo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sk629serBo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sk629serBo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sk629serBo .navbar-collapse.collapsing .navbar-buttons,
  .cid-sk629serBo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sk629serBo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sk629serBo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sk629serBo .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-sk629serBo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sk629serBo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sk629serBo .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-sk629serBo .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sk629serBo .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sk629serBo .nav-link:hover,
.cid-sk629serBo .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sk629tPnF8 {
  background-image: url("../../../assets/images/f93e5fa05fdfb6a99851f163c3faceaf-1408x792.jpg");
}
.cid-stN8AOCC4m .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-stN8AOCC4m .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-stN8AOCC4m a {
  font-style: normal;
}
.cid-stN8AOCC4m .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-stN8AOCC4m .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-stN8AOCC4m .nav-item:focus,
.cid-stN8AOCC4m .nav-link:focus {
  outline: none;
}
.cid-stN8AOCC4m .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-stN8AOCC4m .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-stN8AOCC4m .menu-logo {
  margin-right: auto;
}
.cid-stN8AOCC4m .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stN8AOCC4m .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-stN8AOCC4m .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-stN8AOCC4m .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stN8AOCC4m .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stN8AOCC4m .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stN8AOCC4m .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-stN8AOCC4m .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-stN8AOCC4m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-stN8AOCC4m .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-stN8AOCC4m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stN8AOCC4m .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-stN8AOCC4m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-stN8AOCC4m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stN8AOCC4m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stN8AOCC4m .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-stN8AOCC4m .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-stN8AOCC4m .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-stN8AOCC4m .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-stN8AOCC4m .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-stN8AOCC4m .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stN8AOCC4m .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stN8AOCC4m .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stN8AOCC4m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-stN8AOCC4m button.navbar-toggler:focus {
  outline: none;
}
.cid-stN8AOCC4m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-stN8AOCC4m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stN8AOCC4m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stN8AOCC4m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stN8AOCC4m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stN8AOCC4m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stN8AOCC4m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stN8AOCC4m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stN8AOCC4m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stN8AOCC4m .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-stN8AOCC4m .collapsed .btn {
  display: -webkit-flex;
}
.cid-stN8AOCC4m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stN8AOCC4m .collapsed .navbar-collapse.collapsing,
.cid-stN8AOCC4m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stN8AOCC4m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stN8AOCC4m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stN8AOCC4m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stN8AOCC4m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stN8AOCC4m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stN8AOCC4m .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-stN8AOCC4m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stN8AOCC4m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-stN8AOCC4m .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-stN8AOCC4m .collapsed button.navbar-toggler {
  display: block;
}
.cid-stN8AOCC4m .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-stN8AOCC4m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-stN8AOCC4m .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-stN8AOCC4m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stN8AOCC4m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stN8AOCC4m .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-stN8AOCC4m .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-stN8AOCC4m img {
    height: 3.8rem !important;
  }
  .cid-stN8AOCC4m .btn {
    display: -webkit-flex;
  }
  .cid-stN8AOCC4m button.navbar-toggler {
    display: block;
  }
  .cid-stN8AOCC4m .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-stN8AOCC4m .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-stN8AOCC4m .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-stN8AOCC4m .navbar-collapse.collapsing,
  .cid-stN8AOCC4m .navbar-collapse.show {
    display: block !important;
  }
  .cid-stN8AOCC4m .navbar-collapse.collapsing .navbar-nav,
  .cid-stN8AOCC4m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stN8AOCC4m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stN8AOCC4m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stN8AOCC4m .navbar-collapse.collapsing .navbar-buttons,
  .cid-stN8AOCC4m .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-stN8AOCC4m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stN8AOCC4m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stN8AOCC4m .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-stN8AOCC4m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stN8AOCC4m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stN8AOCC4m .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-stN8AOCC4m .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-stN8AOCC4m .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-stN8AOCC4m .nav-link:hover,
.cid-stN8AOCC4m .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-stN8APqQFy {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/f93e5fa05fdfb6a99851f163c3faceaf-1408x792.jpg");
}
.cid-stN8APVCHl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-stN8APVCHl .title {
  margin-bottom: 2rem;
}
.cid-stN8APVCHl .mbr-section-subtitle {
  color: #767676;
}
.cid-stN8APVCHl a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-stN8APVCHl a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-stN8APVCHl textarea.form-control {
  min-height: 188px;
}
.cid-stN9EoLf7r .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-stN9EoLf7r .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-stN9EoLf7r a {
  font-style: normal;
}
.cid-stN9EoLf7r .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-stN9EoLf7r .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-stN9EoLf7r .nav-item:focus,
.cid-stN9EoLf7r .nav-link:focus {
  outline: none;
}
.cid-stN9EoLf7r .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-stN9EoLf7r .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-stN9EoLf7r .menu-logo {
  margin-right: auto;
}
.cid-stN9EoLf7r .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stN9EoLf7r .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-stN9EoLf7r .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-stN9EoLf7r .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stN9EoLf7r .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stN9EoLf7r .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stN9EoLf7r .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-stN9EoLf7r .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-stN9EoLf7r .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-stN9EoLf7r .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-stN9EoLf7r .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stN9EoLf7r .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-stN9EoLf7r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-stN9EoLf7r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stN9EoLf7r .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stN9EoLf7r .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-stN9EoLf7r .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-stN9EoLf7r .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-stN9EoLf7r .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-stN9EoLf7r .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-stN9EoLf7r .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stN9EoLf7r .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stN9EoLf7r .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stN9EoLf7r button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-stN9EoLf7r button.navbar-toggler:focus {
  outline: none;
}
.cid-stN9EoLf7r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-stN9EoLf7r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stN9EoLf7r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stN9EoLf7r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stN9EoLf7r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stN9EoLf7r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stN9EoLf7r nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stN9EoLf7r nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stN9EoLf7r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stN9EoLf7r .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-stN9EoLf7r .collapsed .btn {
  display: -webkit-flex;
}
.cid-stN9EoLf7r .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stN9EoLf7r .collapsed .navbar-collapse.collapsing,
.cid-stN9EoLf7r .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stN9EoLf7r .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stN9EoLf7r .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stN9EoLf7r .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stN9EoLf7r .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stN9EoLf7r .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stN9EoLf7r .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-stN9EoLf7r .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stN9EoLf7r .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-stN9EoLf7r .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-stN9EoLf7r .collapsed button.navbar-toggler {
  display: block;
}
.cid-stN9EoLf7r .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-stN9EoLf7r .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-stN9EoLf7r .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-stN9EoLf7r .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stN9EoLf7r .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stN9EoLf7r .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-stN9EoLf7r .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-stN9EoLf7r img {
    height: 3.8rem !important;
  }
  .cid-stN9EoLf7r .btn {
    display: -webkit-flex;
  }
  .cid-stN9EoLf7r button.navbar-toggler {
    display: block;
  }
  .cid-stN9EoLf7r .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-stN9EoLf7r .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-stN9EoLf7r .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-stN9EoLf7r .navbar-collapse.collapsing,
  .cid-stN9EoLf7r .navbar-collapse.show {
    display: block !important;
  }
  .cid-stN9EoLf7r .navbar-collapse.collapsing .navbar-nav,
  .cid-stN9EoLf7r .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stN9EoLf7r .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stN9EoLf7r .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stN9EoLf7r .navbar-collapse.collapsing .navbar-buttons,
  .cid-stN9EoLf7r .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-stN9EoLf7r .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stN9EoLf7r .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stN9EoLf7r .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-stN9EoLf7r .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stN9EoLf7r .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stN9EoLf7r .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-stN9EoLf7r .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-stN9EoLf7r .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-stN9EoLf7r .nav-link:hover,
.cid-stN9EoLf7r .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-stN9EpyB17 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bg3-2000x942.jpg");
}
.cid-stN9Eq6xyw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-stN9Eq6xyw .title {
  margin-bottom: 2rem;
}
.cid-stN9Eq6xyw .mbr-section-subtitle {
  color: #767676;
}
.cid-stN9Eq6xyw a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-stN9Eq6xyw a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-stN9Eq6xyw textarea.form-control {
  min-height: 188px;
}
.cid-sv1yVOtbJM .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sv1yVOtbJM .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-sv1yVOtbJM a {
  font-style: normal;
}
.cid-sv1yVOtbJM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sv1yVOtbJM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sv1yVOtbJM .nav-item:focus,
.cid-sv1yVOtbJM .nav-link:focus {
  outline: none;
}
.cid-sv1yVOtbJM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sv1yVOtbJM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sv1yVOtbJM .menu-logo {
  margin-right: auto;
}
.cid-sv1yVOtbJM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sv1yVOtbJM .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-sv1yVOtbJM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sv1yVOtbJM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sv1yVOtbJM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sv1yVOtbJM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sv1yVOtbJM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sv1yVOtbJM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sv1yVOtbJM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sv1yVOtbJM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sv1yVOtbJM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sv1yVOtbJM .dropdown .dropdown-menu {
  background: #232323;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sv1yVOtbJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sv1yVOtbJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sv1yVOtbJM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sv1yVOtbJM .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sv1yVOtbJM .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-sv1yVOtbJM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sv1yVOtbJM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sv1yVOtbJM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sv1yVOtbJM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sv1yVOtbJM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sv1yVOtbJM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sv1yVOtbJM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sv1yVOtbJM button.navbar-toggler:focus {
  outline: none;
}
.cid-sv1yVOtbJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sv1yVOtbJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sv1yVOtbJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sv1yVOtbJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sv1yVOtbJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sv1yVOtbJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sv1yVOtbJM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sv1yVOtbJM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sv1yVOtbJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sv1yVOtbJM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sv1yVOtbJM .collapsed .btn {
  display: -webkit-flex;
}
.cid-sv1yVOtbJM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sv1yVOtbJM .collapsed .navbar-collapse.collapsing,
.cid-sv1yVOtbJM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sv1yVOtbJM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sv1yVOtbJM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sv1yVOtbJM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sv1yVOtbJM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sv1yVOtbJM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sv1yVOtbJM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sv1yVOtbJM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sv1yVOtbJM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sv1yVOtbJM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sv1yVOtbJM .collapsed button.navbar-toggler {
  display: block;
}
.cid-sv1yVOtbJM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sv1yVOtbJM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sv1yVOtbJM .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-sv1yVOtbJM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sv1yVOtbJM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sv1yVOtbJM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sv1yVOtbJM.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sv1yVOtbJM img {
    height: 3.8rem !important;
  }
  .cid-sv1yVOtbJM .btn {
    display: -webkit-flex;
  }
  .cid-sv1yVOtbJM button.navbar-toggler {
    display: block;
  }
  .cid-sv1yVOtbJM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sv1yVOtbJM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sv1yVOtbJM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sv1yVOtbJM .navbar-collapse.collapsing,
  .cid-sv1yVOtbJM .navbar-collapse.show {
    display: block !important;
  }
  .cid-sv1yVOtbJM .navbar-collapse.collapsing .navbar-nav,
  .cid-sv1yVOtbJM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sv1yVOtbJM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sv1yVOtbJM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sv1yVOtbJM .navbar-collapse.collapsing .navbar-buttons,
  .cid-sv1yVOtbJM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sv1yVOtbJM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sv1yVOtbJM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sv1yVOtbJM .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-sv1yVOtbJM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sv1yVOtbJM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sv1yVOtbJM .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-sv1yVOtbJM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sv1yVOtbJM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sv1yVOtbJM .nav-link:hover,
.cid-sv1yVOtbJM .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sv1yVPdny1 {
  background-image: url("../../../assets/images/bg3-2000x942.jpg");
}
.cid-sv1yVPdny1 H1 {
  text-align: left;
}
.cid-sv1yVPdny1 H3 {
  text-align: left;
}
.cid-sv1yVPdny1 .mbr-text,
.cid-sv1yVPdny1 .mbr-section-btn {
  text-align: left;
}
.cid-sv1yVQ4ODo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sv1yVQ4ODo .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sv1yVRerLT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sv1yVRerLT p {
  color: #767676;
}
.cid-sv1yVRerLT .item:focus,
.cid-sv1yVRerLT span:focus {
  outline: none;
}
.cid-sv1yVRerLT .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-sv1yVRerLT .item-wrapper {
  position: relative;
}
.cid-sv1yVRerLT .item-btn,
.cid-sv1yVRerLT h4,
.cid-sv1yVRerLT h5 {
  margin: 0;
}
.cid-sv1yVRerLT .item-content {
  padding-top: 2rem;
}
.cid-sv1yVRerLT item-text {
  color: #232323;
}
.cid-sv1yVRerLT .item-title {
  color: #232323;
}
.cid-sv1yVSbMxp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sv1yVSbMxp .carousel-control {
  background: #000;
}
.cid-sv1yVSbMxp .mbr-section-subtitle {
  color: #767676;
}
.cid-sv1yVSbMxp .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sv1yVSbMxp .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sv1yVSbMxp .carousel-item .wrap-img {
  text-align: center;
}
.cid-sv1yVSbMxp .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sv1yVSbMxp .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sv1yVSbMxp .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sv1yVSbMxp .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sv1yVSbMxp .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sv1yVSbMxp .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sv1yVSbMxp .cloneditem-1,
.cid-sv1yVSbMxp .cloneditem-2,
.cid-sv1yVSbMxp .cloneditem-3,
.cid-sv1yVSbMxp .cloneditem-4,
.cid-sv1yVSbMxp .cloneditem-5 {
  display: none;
}
.cid-sv1yVSbMxp .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sv1yVSbMxp .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sv1yVSbMxp .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sv1yVSbMxp .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sv1yVSbMxp .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sv1yVSbMxp .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sv1yVSbMxp .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides2 .cloneditem-1,
  .cid-sv1yVSbMxp .carousel-inner.slides2 .cloneditem-2,
  .cid-sv1yVSbMxp .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sv1yVSbMxp .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sv1yVSbMxp .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sv1yVSbMxp .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sv1yVSbMxp .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sv1yVSbMxp .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides3 .cloneditem-1,
  .cid-sv1yVSbMxp .carousel-inner.slides3 .cloneditem-2,
  .cid-sv1yVSbMxp .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sv1yVSbMxp .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sv1yVSbMxp .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sv1yVSbMxp .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sv1yVSbMxp .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sv1yVSbMxp .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides4 .cloneditem-1,
  .cid-sv1yVSbMxp .carousel-inner.slides4 .cloneditem-2,
  .cid-sv1yVSbMxp .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sv1yVSbMxp .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sv1yVSbMxp .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sv1yVSbMxp .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sv1yVSbMxp .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sv1yVSbMxp .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides5 .cloneditem-1,
  .cid-sv1yVSbMxp .carousel-inner.slides5 .cloneditem-2,
  .cid-sv1yVSbMxp .carousel-inner.slides5 .cloneditem-3,
  .cid-sv1yVSbMxp .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sv1yVSbMxp .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sv1yVSbMxp .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sv1yVSbMxp .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sv1yVSbMxp .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sv1yVSbMxp .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sv1yVSbMxp .carousel-inner.slides6 .cloneditem-1,
  .cid-sv1yVSbMxp .carousel-inner.slides6 .cloneditem-2,
  .cid-sv1yVSbMxp .carousel-inner.slides6 .cloneditem-3,
  .cid-sv1yVSbMxp .carousel-inner.slides6 .cloneditem-4,
  .cid-sv1yVSbMxp .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sv1yVU4ctL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sv1yVU4ctL .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sv1yVV1XVZ {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-sv1yVV1XVZ .title {
  margin-bottom: 2rem;
}
.cid-sv1yVV1XVZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sv1yVV1XVZ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sv1yVV1XVZ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sv1yVV1XVZ textarea.form-control {
  min-height: 188px;
}
.cid-sv1yVV1XVZ H2 {
  color: #ffffff;
}
.cid-sv1yVV1XVZ LABEL {
  color: #ffffff;
}
.cid-sv1yVWolMw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sv1yVWolMw .content {
    text-align: center;
  }
  .cid-sv1yVWolMw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sv1yVWolMw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sv1yVWolMw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sv1yVWolMw .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sv1yVWolMw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sv1yVWolMw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sv1yVWolMw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sv1yVWolMw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sv1yVWolMw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sv1yVWolMw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sv1yVWolMw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sv1yVWolMw .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sv1zIhKjpW .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sv1zIhKjpW .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-sv1zIhKjpW a {
  font-style: normal;
}
.cid-sv1zIhKjpW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sv1zIhKjpW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sv1zIhKjpW .nav-item:focus,
.cid-sv1zIhKjpW .nav-link:focus {
  outline: none;
}
.cid-sv1zIhKjpW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sv1zIhKjpW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sv1zIhKjpW .menu-logo {
  margin-right: auto;
}
.cid-sv1zIhKjpW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sv1zIhKjpW .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-sv1zIhKjpW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sv1zIhKjpW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sv1zIhKjpW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sv1zIhKjpW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sv1zIhKjpW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sv1zIhKjpW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sv1zIhKjpW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sv1zIhKjpW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sv1zIhKjpW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sv1zIhKjpW .dropdown .dropdown-menu {
  background: #232323;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sv1zIhKjpW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sv1zIhKjpW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sv1zIhKjpW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sv1zIhKjpW .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sv1zIhKjpW .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-sv1zIhKjpW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sv1zIhKjpW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sv1zIhKjpW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sv1zIhKjpW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sv1zIhKjpW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sv1zIhKjpW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sv1zIhKjpW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sv1zIhKjpW button.navbar-toggler:focus {
  outline: none;
}
.cid-sv1zIhKjpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sv1zIhKjpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sv1zIhKjpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sv1zIhKjpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sv1zIhKjpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sv1zIhKjpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sv1zIhKjpW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sv1zIhKjpW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sv1zIhKjpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sv1zIhKjpW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sv1zIhKjpW .collapsed .btn {
  display: -webkit-flex;
}
.cid-sv1zIhKjpW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sv1zIhKjpW .collapsed .navbar-collapse.collapsing,
.cid-sv1zIhKjpW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sv1zIhKjpW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sv1zIhKjpW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sv1zIhKjpW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sv1zIhKjpW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sv1zIhKjpW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sv1zIhKjpW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sv1zIhKjpW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sv1zIhKjpW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sv1zIhKjpW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sv1zIhKjpW .collapsed button.navbar-toggler {
  display: block;
}
.cid-sv1zIhKjpW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sv1zIhKjpW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sv1zIhKjpW .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-sv1zIhKjpW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sv1zIhKjpW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sv1zIhKjpW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sv1zIhKjpW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sv1zIhKjpW img {
    height: 3.8rem !important;
  }
  .cid-sv1zIhKjpW .btn {
    display: -webkit-flex;
  }
  .cid-sv1zIhKjpW button.navbar-toggler {
    display: block;
  }
  .cid-sv1zIhKjpW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sv1zIhKjpW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sv1zIhKjpW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sv1zIhKjpW .navbar-collapse.collapsing,
  .cid-sv1zIhKjpW .navbar-collapse.show {
    display: block !important;
  }
  .cid-sv1zIhKjpW .navbar-collapse.collapsing .navbar-nav,
  .cid-sv1zIhKjpW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sv1zIhKjpW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sv1zIhKjpW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sv1zIhKjpW .navbar-collapse.collapsing .navbar-buttons,
  .cid-sv1zIhKjpW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sv1zIhKjpW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sv1zIhKjpW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sv1zIhKjpW .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-sv1zIhKjpW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sv1zIhKjpW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sv1zIhKjpW .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-sv1zIhKjpW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sv1zIhKjpW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sv1zIhKjpW .nav-link:hover,
.cid-sv1zIhKjpW .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sv1zIiOuvC {
  background-image: url("../../../assets/images/bg3-2000x942.jpg");
}
.cid-sv1zIiOuvC H1 {
  text-align: left;
}
.cid-sv1zIiOuvC H3 {
  text-align: left;
}
.cid-sv1zIiOuvC .mbr-text,
.cid-sv1zIiOuvC .mbr-section-btn {
  text-align: left;
}
.cid-sv1zIjBuGc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sv1zIjBuGc .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sv1zIkofTw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sv1zIkofTw p {
  color: #767676;
}
.cid-sv1zIkofTw .item:focus,
.cid-sv1zIkofTw span:focus {
  outline: none;
}
.cid-sv1zIkofTw .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-sv1zIkofTw .item-wrapper {
  position: relative;
}
.cid-sv1zIkofTw .item-btn,
.cid-sv1zIkofTw h4,
.cid-sv1zIkofTw h5 {
  margin: 0;
}
.cid-sv1zIkofTw .item-content {
  padding-top: 2rem;
}
.cid-sv1zIkofTw item-text {
  color: #232323;
}
.cid-sv1zIkofTw .item-title {
  color: #232323;
}
.cid-sv1zIloA8G {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sv1zIloA8G .carousel-control {
  background: #000;
}
.cid-sv1zIloA8G .mbr-section-subtitle {
  color: #767676;
}
.cid-sv1zIloA8G .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sv1zIloA8G .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sv1zIloA8G .carousel-item .wrap-img {
  text-align: center;
}
.cid-sv1zIloA8G .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sv1zIloA8G .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sv1zIloA8G .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sv1zIloA8G .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sv1zIloA8G .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sv1zIloA8G .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sv1zIloA8G .cloneditem-1,
.cid-sv1zIloA8G .cloneditem-2,
.cid-sv1zIloA8G .cloneditem-3,
.cid-sv1zIloA8G .cloneditem-4,
.cid-sv1zIloA8G .cloneditem-5 {
  display: none;
}
.cid-sv1zIloA8G .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sv1zIloA8G .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sv1zIloA8G .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sv1zIloA8G .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sv1zIloA8G .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sv1zIloA8G .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sv1zIloA8G .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides2 .cloneditem-1,
  .cid-sv1zIloA8G .carousel-inner.slides2 .cloneditem-2,
  .cid-sv1zIloA8G .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sv1zIloA8G .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sv1zIloA8G .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sv1zIloA8G .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sv1zIloA8G .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sv1zIloA8G .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides3 .cloneditem-1,
  .cid-sv1zIloA8G .carousel-inner.slides3 .cloneditem-2,
  .cid-sv1zIloA8G .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sv1zIloA8G .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sv1zIloA8G .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sv1zIloA8G .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sv1zIloA8G .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sv1zIloA8G .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides4 .cloneditem-1,
  .cid-sv1zIloA8G .carousel-inner.slides4 .cloneditem-2,
  .cid-sv1zIloA8G .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sv1zIloA8G .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sv1zIloA8G .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sv1zIloA8G .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sv1zIloA8G .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sv1zIloA8G .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides5 .cloneditem-1,
  .cid-sv1zIloA8G .carousel-inner.slides5 .cloneditem-2,
  .cid-sv1zIloA8G .carousel-inner.slides5 .cloneditem-3,
  .cid-sv1zIloA8G .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sv1zIloA8G .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sv1zIloA8G .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sv1zIloA8G .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sv1zIloA8G .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sv1zIloA8G .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sv1zIloA8G .carousel-inner.slides6 .cloneditem-1,
  .cid-sv1zIloA8G .carousel-inner.slides6 .cloneditem-2,
  .cid-sv1zIloA8G .carousel-inner.slides6 .cloneditem-3,
  .cid-sv1zIloA8G .carousel-inner.slides6 .cloneditem-4,
  .cid-sv1zIloA8G .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sv1zIngurZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sv1zIngurZ .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sv1zIo9l0p {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-sv1zIo9l0p .title {
  margin-bottom: 2rem;
}
.cid-sv1zIo9l0p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sv1zIo9l0p a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sv1zIo9l0p a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sv1zIo9l0p textarea.form-control {
  min-height: 188px;
}
.cid-sv1zIo9l0p H2 {
  color: #ffffff;
}
.cid-sv1zIo9l0p LABEL {
  color: #ffffff;
}
.cid-sv1zIpdE6O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sv1zIpdE6O .content {
    text-align: center;
  }
  .cid-sv1zIpdE6O .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sv1zIpdE6O .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sv1zIpdE6O .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sv1zIpdE6O .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sv1zIpdE6O .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sv1zIpdE6O .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sv1zIpdE6O .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sv1zIpdE6O .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sv1zIpdE6O .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sv1zIpdE6O .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sv1zIpdE6O .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sv1zIpdE6O .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-fbPxymrD5N .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-fbPxymrD5N .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-fbPxymrD5N a {
  font-style: normal;
}
.cid-fbPxymrD5N .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-fbPxymrD5N .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-fbPxymrD5N .nav-item:focus,
.cid-fbPxymrD5N .nav-link:focus {
  outline: none;
}
.cid-fbPxymrD5N .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-fbPxymrD5N .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-fbPxymrD5N .menu-logo {
  margin-right: auto;
}
.cid-fbPxymrD5N .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-fbPxymrD5N .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-fbPxymrD5N .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-fbPxymrD5N .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-fbPxymrD5N .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-fbPxymrD5N .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-fbPxymrD5N .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-fbPxymrD5N .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-fbPxymrD5N .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-fbPxymrD5N .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-fbPxymrD5N .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-fbPxymrD5N .dropdown .dropdown-menu {
  background: #232323;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-fbPxymrD5N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-fbPxymrD5N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-fbPxymrD5N .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-fbPxymrD5N .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-fbPxymrD5N .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-fbPxymrD5N .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-fbPxymrD5N .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-fbPxymrD5N .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-fbPxymrD5N .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-fbPxymrD5N .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-fbPxymrD5N .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-fbPxymrD5N button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-fbPxymrD5N button.navbar-toggler:focus {
  outline: none;
}
.cid-fbPxymrD5N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-fbPxymrD5N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-fbPxymrD5N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-fbPxymrD5N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-fbPxymrD5N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-fbPxymrD5N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-fbPxymrD5N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-fbPxymrD5N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-fbPxymrD5N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-fbPxymrD5N .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-fbPxymrD5N .collapsed .btn {
  display: -webkit-flex;
}
.cid-fbPxymrD5N .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-fbPxymrD5N .collapsed .navbar-collapse.collapsing,
.cid-fbPxymrD5N .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-fbPxymrD5N .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-fbPxymrD5N .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-fbPxymrD5N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-fbPxymrD5N .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-fbPxymrD5N .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-fbPxymrD5N .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-fbPxymrD5N .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-fbPxymrD5N .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-fbPxymrD5N .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-fbPxymrD5N .collapsed button.navbar-toggler {
  display: block;
}
.cid-fbPxymrD5N .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-fbPxymrD5N .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-fbPxymrD5N .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-fbPxymrD5N .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-fbPxymrD5N .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-fbPxymrD5N .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-fbPxymrD5N.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-fbPxymrD5N img {
    height: 3.8rem !important;
  }
  .cid-fbPxymrD5N .btn {
    display: -webkit-flex;
  }
  .cid-fbPxymrD5N button.navbar-toggler {
    display: block;
  }
  .cid-fbPxymrD5N .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-fbPxymrD5N .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-fbPxymrD5N .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-fbPxymrD5N .navbar-collapse.collapsing,
  .cid-fbPxymrD5N .navbar-collapse.show {
    display: block !important;
  }
  .cid-fbPxymrD5N .navbar-collapse.collapsing .navbar-nav,
  .cid-fbPxymrD5N .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-fbPxymrD5N .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-fbPxymrD5N .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-fbPxymrD5N .navbar-collapse.collapsing .navbar-buttons,
  .cid-fbPxymrD5N .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-fbPxymrD5N .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-fbPxymrD5N .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-fbPxymrD5N .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-fbPxymrD5N .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-fbPxymrD5N .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-fbPxymrD5N .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-fbPxymrD5N .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-fbPxymrD5N .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-fbPxymrD5N .nav-link:hover,
.cid-fbPxymrD5N .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sFLH03RFH4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFLH03RFH4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sHT6e8VREv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sHT6e8VREv .mbr-section-subtitle {
  color: #767676;
}
.cid-sI9fpDgiDz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sI9fpDgiDz .mbr-section-subtitle {
  color: #767676;
}
.cid-sMYvJEFziU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sMYvJEFziU .mbr-section-subtitle {
  color: #767676;
}
.cid-sImr9mvIsm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sImr9mvIsm .mbr-section-subtitle {
  color: #767676;
}
