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





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e1201d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e1201d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rym5webdvf .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rym5webdvf .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rym5webdvf a {
  font-style: normal;
}
.cid-rym5webdvf .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rym5webdvf .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rym5webdvf .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rym5webdvf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rym5webdvf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rym5webdvf .nav-item:focus,
.cid-rym5webdvf .nav-link:focus {
  outline: none;
}
.cid-rym5webdvf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rym5webdvf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rym5webdvf .menu-logo {
  margin-right: auto;
}
.cid-rym5webdvf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rym5webdvf .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-rym5webdvf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rym5webdvf .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rym5webdvf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rym5webdvf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rym5webdvf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rym5webdvf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rym5webdvf .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-rym5webdvf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rym5webdvf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rym5webdvf button.navbar-toggler:focus {
  outline: none;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rym5webdvf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rym5webdvf .collapsed .btn {
  display: -webkit-flex;
}
.cid-rym5webdvf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing,
.cid-rym5webdvf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rym5webdvf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rym5webdvf .collapsed button.navbar-toggler {
  display: block;
}
.cid-rym5webdvf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rym5webdvf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rym5webdvf .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-rym5webdvf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rym5webdvf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rym5webdvf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rym5webdvf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rym5webdvf img {
    height: 3.8rem !important;
  }
  .cid-rym5webdvf .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rym5webdvf .menu-wrap {
    flex-direction: column;
  }
  .cid-rym5webdvf .btn {
    display: -webkit-flex;
  }
  .cid-rym5webdvf button.navbar-toggler {
    display: block;
  }
  .cid-rym5webdvf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rym5webdvf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rym5webdvf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing,
  .cid-rym5webdvf .navbar-collapse.show {
    display: block !important;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-nav,
  .cid-rym5webdvf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rym5webdvf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-buttons,
  .cid-rym5webdvf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rym5webdvf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rym5webdvf .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-rym5webdvf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rym5webdvf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rym5webdvf .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-rym5webdvf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rym5webdvf .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rym5webdvf .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rym5webdvf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rym5webdvf .nav-link:hover,
.cid-rym5webdvf .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s5oAsUCSwp {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5oAsUCSwp .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s5oAsUCSwp .modal-body .close {
  background: #1b1b1b;
}
.cid-s5oAsUCSwp .modal-body .close span {
  font-style: normal;
}
.cid-s5oAsUCSwp .content-slider-wrap {
  width: 100%;
}
.cid-s5oAsUCSwp .carousel-inner > .active,
.cid-s5oAsUCSwp .carousel-inner > .next,
.cid-s5oAsUCSwp .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-s5oAsUCSwp .carousel-control .icon-next,
.cid-s5oAsUCSwp .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s5oAsUCSwp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-s5oAsUCSwp .mbr-iconfont {
  color: black;
  font-size: 1.2rem!important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-s5oAsUCSwp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-s5oAsUCSwp .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-s5oAsUCSwp .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s5oAsUCSwp .boxed-slider > div {
  position: relative;
}
.cid-s5oAsUCSwp .container img {
  width: 100%;
}
.cid-s5oAsUCSwp .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s5oAsUCSwp .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s5oAsUCSwp .mbr-table-cell {
  padding: 0;
}
.cid-s5oAsUCSwp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s5oAsUCSwp .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s5oAsUCSwp .mbr-overlay {
  z-index: 1;
}
.cid-s5oAsUCSwp .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s5oAsUCSwp .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s5oAsUCSwp .carousel-item .container {
    width: 100%;
  }
}
.cid-s5oAsUCSwp .carousel-item-next.carousel-item-left,
.cid-s5oAsUCSwp .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s5oAsUCSwp .active.carousel-item-right,
.cid-s5oAsUCSwp .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s5oAsUCSwp .active.carousel-item-left,
.cid-s5oAsUCSwp .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s5oAsUCSwp .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 6px;
  background-color: white;
  transition: all .3s;
}
.cid-s5oAsUCSwp .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s5oAsUCSwp .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s5oAsUCSwp .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s5oAsUCSwp .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s5oAsUCSwp .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s5oAsUCSwp .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s5oAsUCSwp .mbr-slider .carousel-indicators li.active,
.cid-s5oAsUCSwp .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s5oAsUCSwp .mbr-slider .carousel-indicators li::after,
.cid-s5oAsUCSwp .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s5oAsUCSwp .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s5oAsUCSwp .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s5oAsUCSwp .mbr-slider > .container img {
  width: 100%;
}
.cid-s5oAsUCSwp .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s5oAsUCSwp .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s5oAsUCSwp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s5oAsUCSwp .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s5oAsUCSwp .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s5oAsUCSwp .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s5oAsUCSwp .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s5oAsUCSwp .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s5oAsUCSwp .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s5oAsUCSwp .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s5oAsUCSwp .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s5oAsUCSwp .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s5oAsUCSwp .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s5oAsUCSwp .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-s5oAsUCSwp .carousel-inner {
  height: 100%;
}
.cid-s5oAsUCSwp .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-s5oAsUCSwp .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-s5oAsUCSwp .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s5oAsUCSwp .carousel-item .container-slide {
  text-align: center;
}
.cid-rym5wxfg4n {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/home-slider-1920x1080px-2-1920x1200.jpg");
}
.cid-rym5wxfg4n .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rym5wxfg4n .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-rym5wxfg4n .link {
  margin: 0;
}
.cid-rym5wxfg4n .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rym5wxfg4n .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rym5wxfg4n h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rym5wxfg4n h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5wxfg4n h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5wxfg4n .btn {
  margin: 0.2rem!important;
}
.cid-s5E2OdzSz1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s5E2OdzSz1 .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-s5E2OdzSz1 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s5E2OdzSz1 .image-block:hover:before {
  opacity: 0.2;
}
.cid-s5E2OdzSz1 .image-block:hover .wrap {
  opacity: 1;
}
.cid-s5E2OdzSz1 h4 {
  letter-spacing: 2px;
}
.cid-s5E2OdzSz1 figcaption {
  position: relative;
}
.cid-s5E2OdzSz1 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s5E2OdzSz1 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-s5E2OdzSz1 .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-s5E2OdzSz1 .wrap {
    opacity: 1!important;
  }
  .cid-s5E2OdzSz1 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s5sFNhWoEo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5sFNhWoEo .mbr-section-subtitle {
  color: #767676;
}
.cid-s5sFNhWoEo .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-s5sFNhWoEo .container {
    max-width: 1600px;
  }
}
.cid-s5sFNhWoEo .container {
  padding: 0 2rem;
}
.cid-s5sFNhWoEo .mbr-iconfont {
  color: #ffffff !important;
}
.cid-s5sFNhWoEo .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-s5sFNhWoEo .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-s5sFNhWoEo .bg1 {
  background: #000000;
}
.cid-s5sFNhWoEo .bg2 {
  background: #000000;
}
.cid-s5sFNhWoEo .bg3 {
  background: #000000;
}
.cid-s5sFNhWoEo .bg4 {
  background: #000000;
}
.cid-s5sFNhWoEo .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-s5sFNhWoEo .team-item:hover .item-social {
  opacity: 1;
}
.cid-s5sFNhWoEo .team-item .item-image img {
  width: 100%;
}
.cid-s5sFNhWoEo .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s5sFNhWoEo .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s5sFNhWoEo .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-s5sFNhWoEo .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-s5sFNhWoEo .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-s5sFNhWoEo .item-caption {
    padding: 2rem 1rem;
  }
  .cid-s5sFNhWoEo .item-social {
    opacity: 1;
  }
}
.cid-s5sFNhWoEo .item-name {
  text-align: center;
}
.cid-s5sPm4jaQk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5sPm4jaQk .mbr-section-subtitle {
  color: #767676;
}
.cid-s5sPm4jaQk .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-s5sPm4jaQk .container {
    max-width: 1600px;
  }
}
.cid-s5sPm4jaQk .container {
  padding: 0 2rem;
}
.cid-s5sPm4jaQk .mbr-iconfont {
  color: #ffffff !important;
}
.cid-s5sPm4jaQk .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-s5sPm4jaQk .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-s5sPm4jaQk .bg1 {
  background: #000000;
}
.cid-s5sPm4jaQk .bg2 {
  background: #000000;
}
.cid-s5sPm4jaQk .bg3 {
  background: #000000;
}
.cid-s5sPm4jaQk .bg4 {
  background: #000000;
}
.cid-s5sPm4jaQk .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-s5sPm4jaQk .team-item:hover .item-social {
  opacity: 1;
}
.cid-s5sPm4jaQk .team-item .item-image img {
  width: 100%;
}
.cid-s5sPm4jaQk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s5sPm4jaQk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s5sPm4jaQk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-s5sPm4jaQk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-s5sPm4jaQk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-s5sPm4jaQk .item-caption {
    padding: 2rem 1rem;
  }
  .cid-s5sPm4jaQk .item-social {
    opacity: 1;
  }
}
.cid-s5sPm4jaQk .item-name {
  text-align: center;
}
.cid-s5sTgYb3Fz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5sTgYb3Fz .mbr-section-subtitle {
  color: #767676;
}
.cid-s5sTgYb3Fz .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-s5sTgYb3Fz .container {
    max-width: 1600px;
  }
}
.cid-s5sTgYb3Fz .container {
  padding: 0 2rem;
}
.cid-s5sTgYb3Fz .mbr-iconfont {
  color: #ffffff !important;
}
.cid-s5sTgYb3Fz .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-s5sTgYb3Fz .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-s5sTgYb3Fz .bg1 {
  background: #000000;
}
.cid-s5sTgYb3Fz .bg2 {
  background: #000000;
}
.cid-s5sTgYb3Fz .bg3 {
  background: #000000;
}
.cid-s5sTgYb3Fz .bg4 {
  background: #000000;
}
.cid-s5sTgYb3Fz .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-s5sTgYb3Fz .team-item:hover .item-social {
  opacity: 1;
}
.cid-s5sTgYb3Fz .team-item .item-image img {
  width: 100%;
}
.cid-s5sTgYb3Fz .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s5sTgYb3Fz .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s5sTgYb3Fz .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-s5sTgYb3Fz .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-s5sTgYb3Fz .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-s5sTgYb3Fz .item-caption {
    padding: 2rem 1rem;
  }
  .cid-s5sTgYb3Fz .item-social {
    opacity: 1;
  }
}
.cid-s5sTgYb3Fz .item-name {
  text-align: center;
}
.cid-s5unQuDUz5 {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-s5unQuDUz5 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-s5unQuDUz5 .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-s5unQuDUz5 .link {
  margin: 0;
}
.cid-s5unQuDUz5 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s5unQuDUz5 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s5unQuDUz5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-s5unQuDUz5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5unQuDUz5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5unQuDUz5 .btn {
  margin: 0.2rem!important;
}
#instagram-feed-block-8o .inst__title {
  color: #ffffff;
}
.cid-rym5wJDH3o {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rym5wJDH3o h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rym5wJDH3o h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5wJDH3o h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5wJDH3o .mbr-text,
.cid-rym5wJDH3o .mbr-section-btn {
  color: #767676;
}
.cid-rym5wVfTHQ {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rym5wVfTHQ .mbr-text {
  color: #767676;
}
.cid-rym5wVfTHQ .card-subtitle {
  margin: 0;
}
.cid-rym5wVfTHQ .link {
  margin: 0;
}
.cid-rym5wVfTHQ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rym5wVfTHQ .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rym5wVfTHQ img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-rym5wVfTHQ .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-rym5wVfTHQ .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rym5wVfTHQ .card-img:hover:before {
  opacity: 0.4;
}
.cid-rym5wVfTHQ .card-img:hover img {
  transform: scale(1.05);
}
.cid-rym5wVfTHQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rym5wVfTHQ .card {
    margin-bottom: 3rem;
  }
}
.cid-rym5wVfTHQ .mbr-text,
.cid-rym5wVfTHQ .link {
  color: #000000;
}
.cid-s5EdvgTbUB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-s5EdvgTbUB .mbr-text {
    text-align: center;
  }
}
.cid-s5EdvgTbUB .container-fluid {
  padding: 0;
}
.cid-s5EdvgTbUB .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-s5EdvgTbUB img {
  height: 100%;
  object-fit: cover;
}
.cid-s5EdvgTbUB .mbr-figure {
  height: 100%;
}
.cid-s5EdvgTbUB .col-lg-6 {
  padding: 0;
}
.cid-s5EdvgTbUB .row {
  margin: 0;
}
.cid-s5EdvgTbUB H1 {
  color: #b1a374;
}
.cid-s5EdvgTbUB H3 {
  color: #b1a374;
}
.cid-s5EdvgTbUB .mbr-text,
.cid-s5EdvgTbUB .mbr-section-btn {
  color: #b1a374;
}
.cid-s5S6tCi04Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/gold-clippers-1920-1280px-1920x1280.jpeg");
}
@media (max-width: 767px) {
  .cid-s5S6tCi04Z .mbr-text {
    text-align: center;
  }
}
.cid-s5S6tCi04Z .container-fluid {
  padding: 0;
}
.cid-s5S6tCi04Z .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-s5S6tCi04Z img {
  height: 100%;
  object-fit: cover;
}
.cid-s5S6tCi04Z .mbr-figure {
  height: 100%;
}
.cid-s5S6tCi04Z .col-lg-6 {
  padding: 0;
}
.cid-s5S6tCi04Z .row {
  margin: 0;
}
.cid-rym5xVDGLY {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rym5xVDGLY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rym5xVDGLY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5xVDGLY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5xVDGLY .mbr-text,
.cid-rym5xVDGLY .mbr-section-btn {
  color: #767676;
}
.cid-rym5xVDGLY H1 {
  color: #ffffff;
}
.cid-s5yquVg81g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5yquVg81g .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s5yquVg81g .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s5yquVg81g .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s5yquVg81g .mbr-gallery-item {
  width: 33.3%;
}
.cid-s5yquVg81g .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-s5yquVg81g .mbr-gallery-item {
    width: 100%;
  }
}
.cid-s5yquVg81g .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-s5yquVg81g .mbr-gallery-row {
  justify-content: center;
}
.cid-s5yquVg81g .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-s5yquVg81g .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-s5yquVg81g .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s5yquVg81g .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-s5yquVg81g .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-s5yquVg81g .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-s5yquVg81g .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s5yquVg81g .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-s5yquVg81g img {
  transition: all 2s!important;
}
.cid-s5yquVg81g .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s5yquVg81g .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-s5yquVg81g .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s5oKtKZRLV {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5oKtKZRLV h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5oKtKZRLV h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5oKtKZRLV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5oKtKZRLV .mbr-text,
.cid-s5oKtKZRLV .mbr-section-btn {
  color: #767676;
}
.cid-s5t3uUNoWq {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5t3uUNoWq h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5t3uUNoWq h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5t3uUNoWq h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5t3uUNoWq .mbr-text,
.cid-s5t3uUNoWq .mbr-section-btn {
  color: #767676;
}
.cid-s5t3uUNoWq H1 {
  color: #ffffff;
}
.cid-s5t2Hi1mfN {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-s5t2Hi1mfN .carousel {
  z-index: 2;
  position: relative;
}
.cid-s5t2Hi1mfN .user {
  padding: 0!important;
}
.cid-s5t2Hi1mfN .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-s5t2Hi1mfN .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s5t2Hi1mfN .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  border: 7px solid #ffffff;
  z-index: 0;
}
.cid-s5t2Hi1mfN .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s5t2Hi1mfN .carousel-item.active,
.cid-s5t2Hi1mfN .carousel-item-next,
.cid-s5t2Hi1mfN .carousel-item-prev {
  display: flex;
}
.cid-s5t2Hi1mfN .user_name {
  margin: 0;
  color: #ffffff;
}
.cid-s5t2Hi1mfN .carousel-controls a {
  font-size: 2rem;
}
.cid-s5t2Hi1mfN .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-s5t2Hi1mfN .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-s5t2Hi1mfN ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-s5t2Hi1mfN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #ffffff;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-s5t2Hi1mfN .carousel-indicators li:hover {
  opacity: 1;
}
.cid-s5t2Hi1mfN .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-s5t2Hi1mfN .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #ffffff;
  z-index: -1;
}
.cid-s5t2Hi1mfN .user_status {
  color: #767676;
}
.cid-s5t2Hi1mfN .user_text {
  color: #ffffff;
}
.cid-s5yC0OLOEe {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5yC0OLOEe h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5yC0OLOEe h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5yC0OLOEe h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5yC0OLOEe .mbr-text,
.cid-s5yC0OLOEe .mbr-section-btn {
  color: #767676;
}
.cid-s5oKLMAMfl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s5oKLMAMfl .mbr-text {
    text-align: center;
  }
}
.cid-s5oKLMAMfl .container-fluid {
  padding: 0;
}
.cid-s5oKLMAMfl .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-s5oKLMAMfl img {
  height: 100%;
  object-fit: cover;
}
.cid-s5oKLMAMfl .mbr-figure {
  height: 100%;
}
.cid-s5oKLMAMfl .col-lg-7 {
  padding: 0;
}
.cid-s5oKLMAMfl .row {
  margin: 0;
}
.cid-s5oKLMAMfl H1 {
  color: #000000;
}
.cid-s5oKLMAMfl H3 {
  color: #000000;
}
.cid-s5oKLMAMfl .mbr-text,
.cid-s5oKLMAMfl .mbr-section-btn {
  color: #000000;
}
.cid-s5oMnAsTKy .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-s5oMnAsTKy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s5oMnAsTKy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s5oMnAsTKy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s5oMnAsTKy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s5oL5kcnBi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s5oL5kcnBi .mbr-text {
    text-align: center;
  }
}
.cid-s5oL5kcnBi .container-fluid {
  padding: 0;
}
.cid-s5oL5kcnBi .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-s5oL5kcnBi img {
  height: 100%;
  object-fit: cover;
}
.cid-s5oL5kcnBi .mbr-figure {
  height: 100%;
}
.cid-s5oL5kcnBi .col-lg-7 {
  padding: 0;
}
.cid-s5oL5kcnBi .row {
  margin: 0;
}
.cid-s5oMw4Zfxb .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-s5oMw4Zfxb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s5oMw4Zfxb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s5oMw4Zfxb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s5oMw4Zfxb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s5EbjfR3M4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5EbjfR3M4 .mbr-text {
  color: #767676;
}
.cid-s5EbjfR3M4 .card-subtitle {
  margin: 0;
}
.cid-s5EbjfR3M4 .link {
  margin: 0;
}
.cid-s5EbjfR3M4 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s5EbjfR3M4 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s5EbjfR3M4 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s5EbjfR3M4 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s5EbjfR3M4 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s5EbjfR3M4 .card-img:hover:before {
  opacity: 0.4;
}
.cid-s5EbjfR3M4 .card-img:hover img {
  transform: scale(1.05);
}
.cid-s5EbjfR3M4 .row {
  justify-content: center;
}
.cid-s5EbjfR3M4 .card {
  margin-bottom: 4rem;
}
.cid-s5tXakeyl9 {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-s5tXakeyl9 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s5tXakeyl9 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-s5tXakeyl9 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5tXakeyl9 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5tXakeyl9 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #b1a374;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-s5tXakeyl9 .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-s5tXakeyl9 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-s5tXakeyl9 .mbr-iconfont-social:hover:before {
  background: #b1a374;
  transition: all .3s;
  border-color: transparent;
}
.cid-s5tXakeyl9 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-s5tXakeyl9 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-s5tXakeyl9 .mbr-section-title,
.cid-s5tXakeyl9 .social-list {
  color: #ffffff;
}
.cid-rym5A9UzbJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5EpklUGNS .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s5EpklUGNS .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s5EpklUGNS a {
  font-style: normal;
}
.cid-s5EpklUGNS .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s5EpklUGNS .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s5EpklUGNS .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s5EpklUGNS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5EpklUGNS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5EpklUGNS .nav-item:focus,
.cid-s5EpklUGNS .nav-link:focus {
  outline: none;
}
.cid-s5EpklUGNS .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5EpklUGNS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5EpklUGNS .menu-logo {
  margin-right: auto;
}
.cid-s5EpklUGNS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5EpklUGNS .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-s5EpklUGNS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s5EpklUGNS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5EpklUGNS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5EpklUGNS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5EpklUGNS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5EpklUGNS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5EpklUGNS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5EpklUGNS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5EpklUGNS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5EpklUGNS .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5EpklUGNS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5EpklUGNS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5EpklUGNS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5EpklUGNS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5EpklUGNS .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-s5EpklUGNS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5EpklUGNS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5EpklUGNS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5EpklUGNS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5EpklUGNS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5EpklUGNS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5EpklUGNS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5EpklUGNS button.navbar-toggler:focus {
  outline: none;
}
.cid-s5EpklUGNS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5EpklUGNS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5EpklUGNS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5EpklUGNS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5EpklUGNS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5EpklUGNS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5EpklUGNS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5EpklUGNS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5EpklUGNS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5EpklUGNS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5EpklUGNS .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5EpklUGNS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5EpklUGNS .collapsed .navbar-collapse.collapsing,
.cid-s5EpklUGNS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5EpklUGNS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5EpklUGNS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5EpklUGNS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5EpklUGNS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5EpklUGNS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5EpklUGNS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5EpklUGNS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5EpklUGNS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5EpklUGNS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5EpklUGNS .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5EpklUGNS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5EpklUGNS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5EpklUGNS .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-s5EpklUGNS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5EpklUGNS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5EpklUGNS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5EpklUGNS.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5EpklUGNS img {
    height: 3.8rem !important;
  }
  .cid-s5EpklUGNS .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s5EpklUGNS .menu-wrap {
    flex-direction: column;
  }
  .cid-s5EpklUGNS .btn {
    display: -webkit-flex;
  }
  .cid-s5EpklUGNS button.navbar-toggler {
    display: block;
  }
  .cid-s5EpklUGNS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s5EpklUGNS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5EpklUGNS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5EpklUGNS .navbar-collapse.collapsing,
  .cid-s5EpklUGNS .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5EpklUGNS .navbar-collapse.collapsing .navbar-nav,
  .cid-s5EpklUGNS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5EpklUGNS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5EpklUGNS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5EpklUGNS .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5EpklUGNS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5EpklUGNS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5EpklUGNS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5EpklUGNS .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-s5EpklUGNS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5EpklUGNS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5EpklUGNS .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-s5EpklUGNS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s5EpklUGNS .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s5EpklUGNS .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-s5EpklUGNS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5EpklUGNS .nav-link:hover,
.cid-s5EpklUGNS .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s5EsOlsjdu {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/about-1920x1080px-1920x1200.jpg");
}
.cid-s5EsOlsjdu h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-s5EsOlsjdu h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EsOlsjdu h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5Es1WCVUF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s5Es1WCVUF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5Es1WCVUF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5Es1WCVUF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5Es1WCVUF .mbr-text,
.cid-s5Es1WCVUF .mbr-section-btn {
  color: #000000;
}
.cid-s5EpkpAde8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s5EpkpAde8 .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-s5EpkpAde8 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s5EpkpAde8 .image-block:hover:before {
  opacity: 0.2;
}
.cid-s5EpkpAde8 .image-block:hover .wrap {
  opacity: 1;
}
.cid-s5EpkpAde8 h4 {
  letter-spacing: 2px;
}
.cid-s5EpkpAde8 figcaption {
  position: relative;
}
.cid-s5EpkpAde8 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s5EpkpAde8 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-s5EpkpAde8 .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-s5EpkpAde8 .wrap {
    opacity: 1!important;
  }
  .cid-s5EpkpAde8 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s5EpkqvJYB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5EpkqvJYB .mbr-section-subtitle {
  color: #767676;
}
.cid-s5EpkqvJYB .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-s5EpkqvJYB .container {
    max-width: 1600px;
  }
}
.cid-s5EpkqvJYB .container {
  padding: 0 2rem;
}
.cid-s5EpkqvJYB .mbr-iconfont {
  color: #ffffff !important;
}
.cid-s5EpkqvJYB .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-s5EpkqvJYB .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-s5EpkqvJYB .bg1 {
  background: #000000;
}
.cid-s5EpkqvJYB .bg2 {
  background: #000000;
}
.cid-s5EpkqvJYB .bg3 {
  background: #000000;
}
.cid-s5EpkqvJYB .bg4 {
  background: #000000;
}
.cid-s5EpkqvJYB .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-s5EpkqvJYB .team-item:hover .item-social {
  opacity: 1;
}
.cid-s5EpkqvJYB .team-item .item-image img {
  width: 100%;
}
.cid-s5EpkqvJYB .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s5EpkqvJYB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s5EpkqvJYB .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-s5EpkqvJYB .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-s5EpkqvJYB .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-s5EpkqvJYB .item-caption {
    padding: 2rem 1rem;
  }
  .cid-s5EpkqvJYB .item-social {
    opacity: 1;
  }
}
.cid-s5EpkqvJYB .item-name {
  text-align: center;
}
.cid-s5EpkscX29 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5EpkscX29 .mbr-section-subtitle {
  color: #767676;
}
.cid-s5EpkscX29 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-s5EpkscX29 .container {
    max-width: 1600px;
  }
}
.cid-s5EpkscX29 .container {
  padding: 0 2rem;
}
.cid-s5EpkscX29 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-s5EpkscX29 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-s5EpkscX29 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-s5EpkscX29 .bg1 {
  background: #000000;
}
.cid-s5EpkscX29 .bg2 {
  background: #000000;
}
.cid-s5EpkscX29 .bg3 {
  background: #000000;
}
.cid-s5EpkscX29 .bg4 {
  background: #000000;
}
.cid-s5EpkscX29 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-s5EpkscX29 .team-item:hover .item-social {
  opacity: 1;
}
.cid-s5EpkscX29 .team-item .item-image img {
  width: 100%;
}
.cid-s5EpkscX29 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s5EpkscX29 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s5EpkscX29 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-s5EpkscX29 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-s5EpkscX29 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-s5EpkscX29 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-s5EpkscX29 .item-social {
    opacity: 1;
  }
}
.cid-s5EpkscX29 .item-name {
  text-align: center;
}
.cid-s5EpktQyDX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5EpktQyDX .mbr-section-subtitle {
  color: #767676;
}
.cid-s5EpktQyDX .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-s5EpktQyDX .container {
    max-width: 1600px;
  }
}
.cid-s5EpktQyDX .container {
  padding: 0 2rem;
}
.cid-s5EpktQyDX .mbr-iconfont {
  color: #ffffff !important;
}
.cid-s5EpktQyDX .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-s5EpktQyDX .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-s5EpktQyDX .bg1 {
  background: #000000;
}
.cid-s5EpktQyDX .bg2 {
  background: #000000;
}
.cid-s5EpktQyDX .bg3 {
  background: #000000;
}
.cid-s5EpktQyDX .bg4 {
  background: #000000;
}
.cid-s5EpktQyDX .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-s5EpktQyDX .team-item:hover .item-social {
  opacity: 1;
}
.cid-s5EpktQyDX .team-item .item-image img {
  width: 100%;
}
.cid-s5EpktQyDX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s5EpktQyDX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s5EpktQyDX .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-s5EpktQyDX .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-s5EpktQyDX .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-s5EpktQyDX .item-caption {
    padding: 2rem 1rem;
  }
  .cid-s5EpktQyDX .item-social {
    opacity: 1;
  }
}
.cid-s5EpktQyDX .item-name {
  text-align: center;
}
.cid-s5EpkvlOBj {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-s5EpkvlOBj .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-s5EpkvlOBj .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-s5EpkvlOBj .link {
  margin: 0;
}
.cid-s5EpkvlOBj .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s5EpkvlOBj .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s5EpkvlOBj h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-s5EpkvlOBj h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EpkvlOBj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EpkvlOBj .btn {
  margin: 0.2rem!important;
}
.cid-s5EpkR2ZhV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5EpkR2ZhV .mbr-text {
  color: #767676;
}
.cid-s5EpkR2ZhV .card-subtitle {
  margin: 0;
}
.cid-s5EpkR2ZhV .link {
  margin: 0;
}
.cid-s5EpkR2ZhV .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s5EpkR2ZhV .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s5EpkR2ZhV img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s5EpkR2ZhV .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s5EpkR2ZhV .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s5EpkR2ZhV .card-img:hover:before {
  opacity: 0.4;
}
.cid-s5EpkR2ZhV .card-img:hover img {
  transform: scale(1.05);
}
.cid-s5EpkR2ZhV .row {
  justify-content: center;
}
.cid-s5EpkR2ZhV .card {
  margin-bottom: 4rem;
}
.cid-s5EpkTxNfH {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-s5EpkTxNfH .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s5EpkTxNfH h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-s5EpkTxNfH h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EpkTxNfH h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EpkTxNfH .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #b1a374;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-s5EpkTxNfH .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-s5EpkTxNfH .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-s5EpkTxNfH .mbr-iconfont-social:hover:before {
  background: #b1a374;
  transition: all .3s;
  border-color: transparent;
}
.cid-s5EpkTxNfH .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-s5EpkTxNfH .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-s5EpkTxNfH .mbr-section-title,
.cid-s5EpkTxNfH .social-list {
  color: #ffffff;
}
.cid-s5EpkVGRJ3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5Eu3RN0nO .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s5Eu3RN0nO .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s5Eu3RN0nO a {
  font-style: normal;
}
.cid-s5Eu3RN0nO .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s5Eu3RN0nO .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s5Eu3RN0nO .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s5Eu3RN0nO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5Eu3RN0nO .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5Eu3RN0nO .nav-item:focus,
.cid-s5Eu3RN0nO .nav-link:focus {
  outline: none;
}
.cid-s5Eu3RN0nO .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5Eu3RN0nO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5Eu3RN0nO .menu-logo {
  margin-right: auto;
}
.cid-s5Eu3RN0nO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5Eu3RN0nO .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-s5Eu3RN0nO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s5Eu3RN0nO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5Eu3RN0nO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5Eu3RN0nO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5Eu3RN0nO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5Eu3RN0nO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5Eu3RN0nO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5Eu3RN0nO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5Eu3RN0nO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5Eu3RN0nO .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5Eu3RN0nO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5Eu3RN0nO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5Eu3RN0nO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5Eu3RN0nO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5Eu3RN0nO .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-s5Eu3RN0nO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5Eu3RN0nO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5Eu3RN0nO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5Eu3RN0nO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5Eu3RN0nO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5Eu3RN0nO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5Eu3RN0nO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5Eu3RN0nO button.navbar-toggler:focus {
  outline: none;
}
.cid-s5Eu3RN0nO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5Eu3RN0nO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5Eu3RN0nO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Eu3RN0nO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Eu3RN0nO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5Eu3RN0nO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Eu3RN0nO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5Eu3RN0nO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5Eu3RN0nO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Eu3RN0nO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5Eu3RN0nO .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5Eu3RN0nO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5Eu3RN0nO .collapsed .navbar-collapse.collapsing,
.cid-s5Eu3RN0nO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5Eu3RN0nO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5Eu3RN0nO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5Eu3RN0nO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5Eu3RN0nO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5Eu3RN0nO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5Eu3RN0nO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5Eu3RN0nO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5Eu3RN0nO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5Eu3RN0nO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5Eu3RN0nO .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5Eu3RN0nO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5Eu3RN0nO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5Eu3RN0nO .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-s5Eu3RN0nO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5Eu3RN0nO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5Eu3RN0nO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5Eu3RN0nO.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5Eu3RN0nO img {
    height: 3.8rem !important;
  }
  .cid-s5Eu3RN0nO .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s5Eu3RN0nO .menu-wrap {
    flex-direction: column;
  }
  .cid-s5Eu3RN0nO .btn {
    display: -webkit-flex;
  }
  .cid-s5Eu3RN0nO button.navbar-toggler {
    display: block;
  }
  .cid-s5Eu3RN0nO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s5Eu3RN0nO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5Eu3RN0nO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5Eu3RN0nO .navbar-collapse.collapsing,
  .cid-s5Eu3RN0nO .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5Eu3RN0nO .navbar-collapse.collapsing .navbar-nav,
  .cid-s5Eu3RN0nO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5Eu3RN0nO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5Eu3RN0nO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5Eu3RN0nO .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5Eu3RN0nO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5Eu3RN0nO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5Eu3RN0nO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5Eu3RN0nO .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-s5Eu3RN0nO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5Eu3RN0nO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5Eu3RN0nO .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-s5Eu3RN0nO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s5Eu3RN0nO .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s5Eu3RN0nO .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-s5Eu3RN0nO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5Eu3RN0nO .nav-link:hover,
.cid-s5Eu3RN0nO .dropdown-item:hover {
  color: #cccccc !important;
}
#instagram-feed-block-2g .inst__title {
  color: #ffffff;
}
.cid-s5Eu4gmdfn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5Eu4gmdfn .mbr-text {
  color: #767676;
}
.cid-s5Eu4gmdfn .card-subtitle {
  margin: 0;
}
.cid-s5Eu4gmdfn .link {
  margin: 0;
}
.cid-s5Eu4gmdfn .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s5Eu4gmdfn .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s5Eu4gmdfn img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s5Eu4gmdfn .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s5Eu4gmdfn .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s5Eu4gmdfn .card-img:hover:before {
  opacity: 0.4;
}
.cid-s5Eu4gmdfn .card-img:hover img {
  transform: scale(1.05);
}
.cid-s5Eu4gmdfn .row {
  justify-content: center;
}
.cid-s5Eu4gmdfn .card {
  margin-bottom: 4rem;
}
.cid-s5Eu4hBgSK {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-s5Eu4hBgSK .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s5Eu4hBgSK h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-s5Eu4hBgSK h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5Eu4hBgSK h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5Eu4hBgSK .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #b1a374;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-s5Eu4hBgSK .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-s5Eu4hBgSK .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-s5Eu4hBgSK .mbr-iconfont-social:hover:before {
  background: #b1a374;
  transition: all .3s;
  border-color: transparent;
}
.cid-s5Eu4hBgSK .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-s5Eu4hBgSK .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-s5Eu4hBgSK .mbr-section-title,
.cid-s5Eu4hBgSK .social-list {
  color: #ffffff;
}
.cid-s5Eu4iTMtO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5EuMzdwZY .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s5EuMzdwZY .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s5EuMzdwZY a {
  font-style: normal;
}
.cid-s5EuMzdwZY .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s5EuMzdwZY .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s5EuMzdwZY .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s5EuMzdwZY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5EuMzdwZY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5EuMzdwZY .nav-item:focus,
.cid-s5EuMzdwZY .nav-link:focus {
  outline: none;
}
.cid-s5EuMzdwZY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5EuMzdwZY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5EuMzdwZY .menu-logo {
  margin-right: auto;
}
.cid-s5EuMzdwZY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5EuMzdwZY .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-s5EuMzdwZY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s5EuMzdwZY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5EuMzdwZY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5EuMzdwZY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5EuMzdwZY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5EuMzdwZY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5EuMzdwZY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5EuMzdwZY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5EuMzdwZY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5EuMzdwZY .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5EuMzdwZY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5EuMzdwZY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5EuMzdwZY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5EuMzdwZY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5EuMzdwZY .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-s5EuMzdwZY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5EuMzdwZY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5EuMzdwZY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5EuMzdwZY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5EuMzdwZY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5EuMzdwZY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5EuMzdwZY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5EuMzdwZY button.navbar-toggler:focus {
  outline: none;
}
.cid-s5EuMzdwZY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5EuMzdwZY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5EuMzdwZY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5EuMzdwZY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5EuMzdwZY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5EuMzdwZY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5EuMzdwZY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5EuMzdwZY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5EuMzdwZY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5EuMzdwZY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5EuMzdwZY .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5EuMzdwZY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5EuMzdwZY .collapsed .navbar-collapse.collapsing,
.cid-s5EuMzdwZY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5EuMzdwZY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5EuMzdwZY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5EuMzdwZY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5EuMzdwZY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5EuMzdwZY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5EuMzdwZY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5EuMzdwZY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5EuMzdwZY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5EuMzdwZY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5EuMzdwZY .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5EuMzdwZY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5EuMzdwZY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5EuMzdwZY .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-s5EuMzdwZY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5EuMzdwZY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5EuMzdwZY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5EuMzdwZY.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5EuMzdwZY img {
    height: 3.8rem !important;
  }
  .cid-s5EuMzdwZY .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s5EuMzdwZY .menu-wrap {
    flex-direction: column;
  }
  .cid-s5EuMzdwZY .btn {
    display: -webkit-flex;
  }
  .cid-s5EuMzdwZY button.navbar-toggler {
    display: block;
  }
  .cid-s5EuMzdwZY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s5EuMzdwZY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5EuMzdwZY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5EuMzdwZY .navbar-collapse.collapsing,
  .cid-s5EuMzdwZY .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5EuMzdwZY .navbar-collapse.collapsing .navbar-nav,
  .cid-s5EuMzdwZY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5EuMzdwZY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5EuMzdwZY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5EuMzdwZY .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5EuMzdwZY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5EuMzdwZY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5EuMzdwZY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5EuMzdwZY .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-s5EuMzdwZY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5EuMzdwZY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5EuMzdwZY .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-s5EuMzdwZY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s5EuMzdwZY .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s5EuMzdwZY .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-s5EuMzdwZY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5EuMzdwZY .nav-link:hover,
.cid-s5EuMzdwZY .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s5EvscYhEE {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/pricelist-1920x1080px-1920x1200.jpg");
}
.cid-s5EvscYhEE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-s5EvscYhEE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EvscYhEE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EuMKOWIr {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s5EuMKOWIr .mbr-text {
  color: #767676;
}
.cid-s5EuMKOWIr .card-subtitle {
  margin: 0;
}
.cid-s5EuMKOWIr .link {
  margin: 0;
}
.cid-s5EuMKOWIr .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s5EuMKOWIr .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s5EuMKOWIr img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s5EuMKOWIr .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s5EuMKOWIr .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s5EuMKOWIr .card-img:hover:before {
  opacity: 0.4;
}
.cid-s5EuMKOWIr .card-img:hover img {
  transform: scale(1.05);
}
.cid-s5EuMKOWIr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s5EuMKOWIr .card {
    margin-bottom: 3rem;
  }
}
.cid-s5EuMKOWIr .mbr-text,
.cid-s5EuMKOWIr .link {
  color: #000000;
}
.cid-s5EuN06VS0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5EuN06VS0 .mbr-text {
  color: #767676;
}
.cid-s5EuN06VS0 .card-subtitle {
  margin: 0;
}
.cid-s5EuN06VS0 .link {
  margin: 0;
}
.cid-s5EuN06VS0 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s5EuN06VS0 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s5EuN06VS0 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s5EuN06VS0 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s5EuN06VS0 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s5EuN06VS0 .card-img:hover:before {
  opacity: 0.4;
}
.cid-s5EuN06VS0 .card-img:hover img {
  transform: scale(1.05);
}
.cid-s5EuN06VS0 .row {
  justify-content: center;
}
.cid-s5EuN06VS0 .card {
  margin-bottom: 4rem;
}
.cid-s5EuN1lVxz {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-s5EuN1lVxz .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s5EuN1lVxz h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-s5EuN1lVxz h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EuN1lVxz h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EuN1lVxz .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #b1a374;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-s5EuN1lVxz .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-s5EuN1lVxz .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-s5EuN1lVxz .mbr-iconfont-social:hover:before {
  background: #b1a374;
  transition: all .3s;
  border-color: transparent;
}
.cid-s5EuN1lVxz .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-s5EuN1lVxz .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-s5EuN1lVxz .mbr-section-title,
.cid-s5EuN1lVxz .social-list {
  color: #ffffff;
}
.cid-s5EuN2qJW0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5EvZG0G0i .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s5EvZG0G0i .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s5EvZG0G0i a {
  font-style: normal;
}
.cid-s5EvZG0G0i .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s5EvZG0G0i .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s5EvZG0G0i .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s5EvZG0G0i .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5EvZG0G0i .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5EvZG0G0i .nav-item:focus,
.cid-s5EvZG0G0i .nav-link:focus {
  outline: none;
}
.cid-s5EvZG0G0i .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5EvZG0G0i .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5EvZG0G0i .menu-logo {
  margin-right: auto;
}
.cid-s5EvZG0G0i .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5EvZG0G0i .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-s5EvZG0G0i .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s5EvZG0G0i .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5EvZG0G0i .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5EvZG0G0i .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5EvZG0G0i .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5EvZG0G0i .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5EvZG0G0i .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5EvZG0G0i .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5EvZG0G0i .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5EvZG0G0i .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5EvZG0G0i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5EvZG0G0i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5EvZG0G0i .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5EvZG0G0i .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5EvZG0G0i .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-s5EvZG0G0i .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5EvZG0G0i .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5EvZG0G0i .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5EvZG0G0i .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5EvZG0G0i .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5EvZG0G0i .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5EvZG0G0i button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5EvZG0G0i button.navbar-toggler:focus {
  outline: none;
}
.cid-s5EvZG0G0i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5EvZG0G0i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5EvZG0G0i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5EvZG0G0i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5EvZG0G0i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5EvZG0G0i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5EvZG0G0i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5EvZG0G0i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5EvZG0G0i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5EvZG0G0i .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5EvZG0G0i .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5EvZG0G0i .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5EvZG0G0i .collapsed .navbar-collapse.collapsing,
.cid-s5EvZG0G0i .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5EvZG0G0i .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5EvZG0G0i .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5EvZG0G0i .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5EvZG0G0i .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5EvZG0G0i .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5EvZG0G0i .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5EvZG0G0i .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5EvZG0G0i .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5EvZG0G0i .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5EvZG0G0i .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5EvZG0G0i .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5EvZG0G0i .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5EvZG0G0i .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-s5EvZG0G0i .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5EvZG0G0i .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5EvZG0G0i .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5EvZG0G0i.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5EvZG0G0i img {
    height: 3.8rem !important;
  }
  .cid-s5EvZG0G0i .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s5EvZG0G0i .menu-wrap {
    flex-direction: column;
  }
  .cid-s5EvZG0G0i .btn {
    display: -webkit-flex;
  }
  .cid-s5EvZG0G0i button.navbar-toggler {
    display: block;
  }
  .cid-s5EvZG0G0i .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s5EvZG0G0i .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5EvZG0G0i .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5EvZG0G0i .navbar-collapse.collapsing,
  .cid-s5EvZG0G0i .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5EvZG0G0i .navbar-collapse.collapsing .navbar-nav,
  .cid-s5EvZG0G0i .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5EvZG0G0i .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5EvZG0G0i .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5EvZG0G0i .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5EvZG0G0i .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5EvZG0G0i .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5EvZG0G0i .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5EvZG0G0i .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-s5EvZG0G0i .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5EvZG0G0i .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5EvZG0G0i .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-s5EvZG0G0i .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s5EvZG0G0i .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s5EvZG0G0i .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-s5EvZG0G0i .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5EvZG0G0i .nav-link:hover,
.cid-s5EvZG0G0i .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s5EvZSANxU {
  padding-top: 225px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-s5EvZSANxU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5EvZSANxU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EvZSANxU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EvZSANxU .mbr-text,
.cid-s5EvZSANxU .mbr-section-btn {
  color: #767676;
}
.cid-s5EvZSANxU H1 {
  color: #ffffff;
}
.cid-s5EvZTtzly {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5EvZTtzly .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s5EvZTtzly .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s5EvZTtzly .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s5EvZTtzly .mbr-gallery-item {
  width: 33.3%;
}
.cid-s5EvZTtzly .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-s5EvZTtzly .mbr-gallery-item {
    width: 100%;
  }
}
.cid-s5EvZTtzly .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-s5EvZTtzly .mbr-gallery-row {
  justify-content: center;
}
.cid-s5EvZTtzly .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-s5EvZTtzly .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-s5EvZTtzly .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s5EvZTtzly .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-s5EvZTtzly .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-s5EvZTtzly .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-s5EvZTtzly .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s5EvZTtzly .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-s5EvZTtzly img {
  transition: all 2s!important;
}
.cid-s5EvZTtzly .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s5EvZTtzly .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-s5EvZTtzly .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s5Ew053DVJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5Ew053DVJ .mbr-text {
  color: #767676;
}
.cid-s5Ew053DVJ .card-subtitle {
  margin: 0;
}
.cid-s5Ew053DVJ .link {
  margin: 0;
}
.cid-s5Ew053DVJ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s5Ew053DVJ .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s5Ew053DVJ img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s5Ew053DVJ .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s5Ew053DVJ .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s5Ew053DVJ .card-img:hover:before {
  opacity: 0.4;
}
.cid-s5Ew053DVJ .card-img:hover img {
  transform: scale(1.05);
}
.cid-s5Ew053DVJ .row {
  justify-content: center;
}
.cid-s5Ew053DVJ .card {
  margin-bottom: 4rem;
}
.cid-s5Ew06x1ih {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-s5Ew06x1ih .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s5Ew06x1ih h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-s5Ew06x1ih h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5Ew06x1ih h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5Ew06x1ih .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #b1a374;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-s5Ew06x1ih .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-s5Ew06x1ih .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-s5Ew06x1ih .mbr-iconfont-social:hover:before {
  background: #b1a374;
  transition: all .3s;
  border-color: transparent;
}
.cid-s5Ew06x1ih .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-s5Ew06x1ih .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-s5Ew06x1ih .mbr-section-title,
.cid-s5Ew06x1ih .social-list {
  color: #ffffff;
}
.cid-s5Ew07AWCG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5EwCAW8gI .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s5EwCAW8gI .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s5EwCAW8gI a {
  font-style: normal;
}
.cid-s5EwCAW8gI .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s5EwCAW8gI .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s5EwCAW8gI .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s5EwCAW8gI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5EwCAW8gI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5EwCAW8gI .nav-item:focus,
.cid-s5EwCAW8gI .nav-link:focus {
  outline: none;
}
.cid-s5EwCAW8gI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5EwCAW8gI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5EwCAW8gI .menu-logo {
  margin-right: auto;
}
.cid-s5EwCAW8gI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5EwCAW8gI .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-s5EwCAW8gI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s5EwCAW8gI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5EwCAW8gI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5EwCAW8gI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5EwCAW8gI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5EwCAW8gI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5EwCAW8gI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5EwCAW8gI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5EwCAW8gI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5EwCAW8gI .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5EwCAW8gI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5EwCAW8gI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5EwCAW8gI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5EwCAW8gI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5EwCAW8gI .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-s5EwCAW8gI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5EwCAW8gI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5EwCAW8gI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5EwCAW8gI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5EwCAW8gI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5EwCAW8gI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5EwCAW8gI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5EwCAW8gI button.navbar-toggler:focus {
  outline: none;
}
.cid-s5EwCAW8gI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5EwCAW8gI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5EwCAW8gI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5EwCAW8gI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5EwCAW8gI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5EwCAW8gI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5EwCAW8gI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5EwCAW8gI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5EwCAW8gI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5EwCAW8gI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5EwCAW8gI .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5EwCAW8gI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5EwCAW8gI .collapsed .navbar-collapse.collapsing,
.cid-s5EwCAW8gI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5EwCAW8gI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5EwCAW8gI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5EwCAW8gI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5EwCAW8gI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5EwCAW8gI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5EwCAW8gI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5EwCAW8gI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5EwCAW8gI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5EwCAW8gI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5EwCAW8gI .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5EwCAW8gI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5EwCAW8gI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5EwCAW8gI .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-s5EwCAW8gI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5EwCAW8gI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5EwCAW8gI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5EwCAW8gI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5EwCAW8gI img {
    height: 3.8rem !important;
  }
  .cid-s5EwCAW8gI .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s5EwCAW8gI .menu-wrap {
    flex-direction: column;
  }
  .cid-s5EwCAW8gI .btn {
    display: -webkit-flex;
  }
  .cid-s5EwCAW8gI button.navbar-toggler {
    display: block;
  }
  .cid-s5EwCAW8gI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s5EwCAW8gI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5EwCAW8gI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5EwCAW8gI .navbar-collapse.collapsing,
  .cid-s5EwCAW8gI .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5EwCAW8gI .navbar-collapse.collapsing .navbar-nav,
  .cid-s5EwCAW8gI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5EwCAW8gI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5EwCAW8gI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5EwCAW8gI .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5EwCAW8gI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5EwCAW8gI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5EwCAW8gI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5EwCAW8gI .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-s5EwCAW8gI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5EwCAW8gI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5EwCAW8gI .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-s5EwCAW8gI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s5EwCAW8gI .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s5EwCAW8gI .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-s5EwCAW8gI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5EwCAW8gI .nav-link:hover,
.cid-s5EwCAW8gI .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s5EwCXicZm {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5EwCXicZm h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5EwCXicZm h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EwCXicZm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EwCXicZm .mbr-text,
.cid-s5EwCXicZm .mbr-section-btn {
  color: #767676;
}
.cid-s5EwD89cWY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5EwD89cWY .mbr-text {
  color: #767676;
}
.cid-s5EwD89cWY .card-subtitle {
  margin: 0;
}
.cid-s5EwD89cWY .link {
  margin: 0;
}
.cid-s5EwD89cWY .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s5EwD89cWY .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s5EwD89cWY img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s5EwD89cWY .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s5EwD89cWY .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s5EwD89cWY .card-img:hover:before {
  opacity: 0.4;
}
.cid-s5EwD89cWY .card-img:hover img {
  transform: scale(1.05);
}
.cid-s5EwD89cWY .row {
  justify-content: center;
}
.cid-s5EwD89cWY .card {
  margin-bottom: 4rem;
}
.cid-s5EwD9HhJp {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-s5EwD9HhJp .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s5EwD9HhJp h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-s5EwD9HhJp h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EwD9HhJp h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EwD9HhJp .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #b1a374;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-s5EwD9HhJp .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-s5EwD9HhJp .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-s5EwD9HhJp .mbr-iconfont-social:hover:before {
  background: #b1a374;
  transition: all .3s;
  border-color: transparent;
}
.cid-s5EwD9HhJp .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-s5EwD9HhJp .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-s5EwD9HhJp .mbr-section-title,
.cid-s5EwD9HhJp .social-list {
  color: #ffffff;
}
.cid-s5EwDaLMD9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5Ex58vunC .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s5Ex58vunC .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s5Ex58vunC a {
  font-style: normal;
}
.cid-s5Ex58vunC .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s5Ex58vunC .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s5Ex58vunC .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s5Ex58vunC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5Ex58vunC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5Ex58vunC .nav-item:focus,
.cid-s5Ex58vunC .nav-link:focus {
  outline: none;
}
.cid-s5Ex58vunC .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5Ex58vunC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5Ex58vunC .menu-logo {
  margin-right: auto;
}
.cid-s5Ex58vunC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5Ex58vunC .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-s5Ex58vunC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s5Ex58vunC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5Ex58vunC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5Ex58vunC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5Ex58vunC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5Ex58vunC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5Ex58vunC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5Ex58vunC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5Ex58vunC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5Ex58vunC .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5Ex58vunC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5Ex58vunC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5Ex58vunC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5Ex58vunC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5Ex58vunC .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-s5Ex58vunC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5Ex58vunC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5Ex58vunC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5Ex58vunC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5Ex58vunC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5Ex58vunC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5Ex58vunC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5Ex58vunC button.navbar-toggler:focus {
  outline: none;
}
.cid-s5Ex58vunC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5Ex58vunC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5Ex58vunC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Ex58vunC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Ex58vunC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5Ex58vunC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Ex58vunC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5Ex58vunC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5Ex58vunC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Ex58vunC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5Ex58vunC .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5Ex58vunC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5Ex58vunC .collapsed .navbar-collapse.collapsing,
.cid-s5Ex58vunC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5Ex58vunC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5Ex58vunC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5Ex58vunC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5Ex58vunC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5Ex58vunC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5Ex58vunC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5Ex58vunC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5Ex58vunC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5Ex58vunC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5Ex58vunC .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5Ex58vunC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5Ex58vunC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5Ex58vunC .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-s5Ex58vunC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5Ex58vunC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5Ex58vunC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5Ex58vunC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5Ex58vunC img {
    height: 3.8rem !important;
  }
  .cid-s5Ex58vunC .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s5Ex58vunC .menu-wrap {
    flex-direction: column;
  }
  .cid-s5Ex58vunC .btn {
    display: -webkit-flex;
  }
  .cid-s5Ex58vunC button.navbar-toggler {
    display: block;
  }
  .cid-s5Ex58vunC .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s5Ex58vunC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5Ex58vunC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5Ex58vunC .navbar-collapse.collapsing,
  .cid-s5Ex58vunC .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5Ex58vunC .navbar-collapse.collapsing .navbar-nav,
  .cid-s5Ex58vunC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5Ex58vunC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5Ex58vunC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5Ex58vunC .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5Ex58vunC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5Ex58vunC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5Ex58vunC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5Ex58vunC .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-s5Ex58vunC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5Ex58vunC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5Ex58vunC .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-s5Ex58vunC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s5Ex58vunC .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s5Ex58vunC .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-s5Ex58vunC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5Ex58vunC .nav-link:hover,
.cid-s5Ex58vunC .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s5Ex5prMa4 {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5Ex5prMa4 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5Ex5prMa4 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5Ex5prMa4 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5Ex5prMa4 .mbr-text,
.cid-s5Ex5prMa4 .mbr-section-btn {
  color: #767676;
}
.cid-s5Ex5prMa4 H1 {
  color: #ffffff;
}
.cid-s5WdD9EcnJ {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-s5WdD9EcnJ .carousel {
  z-index: 2;
  position: relative;
}
.cid-s5WdD9EcnJ .user {
  padding: 0!important;
}
.cid-s5WdD9EcnJ .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-s5WdD9EcnJ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s5WdD9EcnJ .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  border: 7px solid #ffffff;
  z-index: 0;
}
.cid-s5WdD9EcnJ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s5WdD9EcnJ .carousel-item.active,
.cid-s5WdD9EcnJ .carousel-item-next,
.cid-s5WdD9EcnJ .carousel-item-prev {
  display: flex;
}
.cid-s5WdD9EcnJ .user_name {
  margin: 0;
  color: #ffffff;
}
.cid-s5WdD9EcnJ .carousel-controls a {
  font-size: 2rem;
}
.cid-s5WdD9EcnJ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-s5WdD9EcnJ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-s5WdD9EcnJ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-s5WdD9EcnJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #ffffff;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-s5WdD9EcnJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-s5WdD9EcnJ .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-s5WdD9EcnJ .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #ffffff;
  z-index: -1;
}
.cid-s5WdD9EcnJ .user_status {
  color: #767676;
}
.cid-s5WdD9EcnJ .user_text {
  color: #ffffff;
}
.cid-s5Ex5yJ2Ke {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5Ex5yJ2Ke .mbr-text {
  color: #767676;
}
.cid-s5Ex5yJ2Ke .card-subtitle {
  margin: 0;
}
.cid-s5Ex5yJ2Ke .link {
  margin: 0;
}
.cid-s5Ex5yJ2Ke .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s5Ex5yJ2Ke .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s5Ex5yJ2Ke img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s5Ex5yJ2Ke .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s5Ex5yJ2Ke .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s5Ex5yJ2Ke .card-img:hover:before {
  opacity: 0.4;
}
.cid-s5Ex5yJ2Ke .card-img:hover img {
  transform: scale(1.05);
}
.cid-s5Ex5yJ2Ke .row {
  justify-content: center;
}
.cid-s5Ex5yJ2Ke .card {
  margin-bottom: 4rem;
}
.cid-s5Ex5zWTP4 {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-s5Ex5zWTP4 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s5Ex5zWTP4 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-s5Ex5zWTP4 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5Ex5zWTP4 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5Ex5zWTP4 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #b1a374;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-s5Ex5zWTP4 .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-s5Ex5zWTP4 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-s5Ex5zWTP4 .mbr-iconfont-social:hover:before {
  background: #b1a374;
  transition: all .3s;
  border-color: transparent;
}
.cid-s5Ex5zWTP4 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-s5Ex5zWTP4 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-s5Ex5zWTP4 .mbr-section-title,
.cid-s5Ex5zWTP4 .social-list {
  color: #ffffff;
}
.cid-s5Ex5AZ595 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5Exy6FfQY .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s5Exy6FfQY .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s5Exy6FfQY a {
  font-style: normal;
}
.cid-s5Exy6FfQY .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s5Exy6FfQY .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s5Exy6FfQY .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s5Exy6FfQY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5Exy6FfQY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5Exy6FfQY .nav-item:focus,
.cid-s5Exy6FfQY .nav-link:focus {
  outline: none;
}
.cid-s5Exy6FfQY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5Exy6FfQY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5Exy6FfQY .menu-logo {
  margin-right: auto;
}
.cid-s5Exy6FfQY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5Exy6FfQY .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-s5Exy6FfQY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s5Exy6FfQY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5Exy6FfQY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5Exy6FfQY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5Exy6FfQY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5Exy6FfQY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5Exy6FfQY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5Exy6FfQY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5Exy6FfQY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5Exy6FfQY .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5Exy6FfQY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5Exy6FfQY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5Exy6FfQY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5Exy6FfQY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5Exy6FfQY .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-s5Exy6FfQY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5Exy6FfQY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5Exy6FfQY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5Exy6FfQY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5Exy6FfQY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5Exy6FfQY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5Exy6FfQY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5Exy6FfQY button.navbar-toggler:focus {
  outline: none;
}
.cid-s5Exy6FfQY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5Exy6FfQY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5Exy6FfQY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Exy6FfQY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Exy6FfQY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5Exy6FfQY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Exy6FfQY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5Exy6FfQY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5Exy6FfQY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Exy6FfQY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5Exy6FfQY .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5Exy6FfQY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5Exy6FfQY .collapsed .navbar-collapse.collapsing,
.cid-s5Exy6FfQY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5Exy6FfQY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5Exy6FfQY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5Exy6FfQY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5Exy6FfQY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5Exy6FfQY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5Exy6FfQY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5Exy6FfQY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5Exy6FfQY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5Exy6FfQY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5Exy6FfQY .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5Exy6FfQY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5Exy6FfQY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5Exy6FfQY .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-s5Exy6FfQY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5Exy6FfQY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5Exy6FfQY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5Exy6FfQY.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5Exy6FfQY img {
    height: 3.8rem !important;
  }
  .cid-s5Exy6FfQY .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s5Exy6FfQY .menu-wrap {
    flex-direction: column;
  }
  .cid-s5Exy6FfQY .btn {
    display: -webkit-flex;
  }
  .cid-s5Exy6FfQY button.navbar-toggler {
    display: block;
  }
  .cid-s5Exy6FfQY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s5Exy6FfQY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5Exy6FfQY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5Exy6FfQY .navbar-collapse.collapsing,
  .cid-s5Exy6FfQY .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5Exy6FfQY .navbar-collapse.collapsing .navbar-nav,
  .cid-s5Exy6FfQY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5Exy6FfQY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5Exy6FfQY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5Exy6FfQY .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5Exy6FfQY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5Exy6FfQY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5Exy6FfQY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5Exy6FfQY .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-s5Exy6FfQY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5Exy6FfQY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5Exy6FfQY .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-s5Exy6FfQY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s5Exy6FfQY .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s5Exy6FfQY .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-s5Exy6FfQY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5Exy6FfQY .nav-link:hover,
.cid-s5Exy6FfQY .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s5ExyqBPAx {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5ExyqBPAx h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5ExyqBPAx h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5ExyqBPAx h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5ExyqBPAx .mbr-text,
.cid-s5ExyqBPAx .mbr-section-btn {
  color: #767676;
}
.cid-s5Exyrx3v3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s5Exyrx3v3 .mbr-text {
    text-align: center;
  }
}
.cid-s5Exyrx3v3 .container-fluid {
  padding: 0;
}
.cid-s5Exyrx3v3 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-s5Exyrx3v3 img {
  height: 100%;
  object-fit: cover;
}
.cid-s5Exyrx3v3 .mbr-figure {
  height: 100%;
}
.cid-s5Exyrx3v3 .col-lg-7 {
  padding: 0;
}
.cid-s5Exyrx3v3 .row {
  margin: 0;
}
.cid-s5Exyrx3v3 H1 {
  color: #000000;
}
.cid-s5Exyrx3v3 H3 {
  color: #000000;
}
.cid-s5Exyrx3v3 .mbr-text,
.cid-s5Exyrx3v3 .mbr-section-btn {
  color: #000000;
}
.cid-s5ExyswxF5 .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-s5ExyswxF5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s5ExyswxF5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s5ExyswxF5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s5ExyswxF5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s5ExytDeyR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s5ExytDeyR .mbr-text {
    text-align: center;
  }
}
.cid-s5ExytDeyR .container-fluid {
  padding: 0;
}
.cid-s5ExytDeyR .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-s5ExytDeyR img {
  height: 100%;
  object-fit: cover;
}
.cid-s5ExytDeyR .mbr-figure {
  height: 100%;
}
.cid-s5ExytDeyR .col-lg-7 {
  padding: 0;
}
.cid-s5ExytDeyR .row {
  margin: 0;
}
.cid-s5ExyuCZ5O .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-s5ExyuCZ5O .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s5ExyuCZ5O .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s5ExyuCZ5O .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s5ExyuCZ5O .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s5Exyxc1lP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5Exyxc1lP .mbr-text {
  color: #767676;
}
.cid-s5Exyxc1lP .card-subtitle {
  margin: 0;
}
.cid-s5Exyxc1lP .link {
  margin: 0;
}
.cid-s5Exyxc1lP .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s5Exyxc1lP .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s5Exyxc1lP img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s5Exyxc1lP .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s5Exyxc1lP .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s5Exyxc1lP .card-img:hover:before {
  opacity: 0.4;
}
.cid-s5Exyxc1lP .card-img:hover img {
  transform: scale(1.05);
}
.cid-s5Exyxc1lP .row {
  justify-content: center;
}
.cid-s5Exyxc1lP .card {
  margin-bottom: 4rem;
}
.cid-s5ExyyoifT {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-s5ExyyoifT .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s5ExyyoifT h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-s5ExyyoifT h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5ExyyoifT h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5ExyyoifT .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #b1a374;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-s5ExyyoifT .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-s5ExyyoifT .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-s5ExyyoifT .mbr-iconfont-social:hover:before {
  background: #b1a374;
  transition: all .3s;
  border-color: transparent;
}
.cid-s5ExyyoifT .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-s5ExyyoifT .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-s5ExyyoifT .mbr-section-title,
.cid-s5ExyyoifT .social-list {
  color: #ffffff;
}
.cid-s5ExyzsyFz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5ExVFEA7k .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s5ExVFEA7k .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s5ExVFEA7k a {
  font-style: normal;
}
.cid-s5ExVFEA7k .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s5ExVFEA7k .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s5ExVFEA7k .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s5ExVFEA7k .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5ExVFEA7k .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5ExVFEA7k .nav-item:focus,
.cid-s5ExVFEA7k .nav-link:focus {
  outline: none;
}
.cid-s5ExVFEA7k .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5ExVFEA7k .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5ExVFEA7k .menu-logo {
  margin-right: auto;
}
.cid-s5ExVFEA7k .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5ExVFEA7k .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-s5ExVFEA7k .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s5ExVFEA7k .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5ExVFEA7k .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5ExVFEA7k .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5ExVFEA7k .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5ExVFEA7k .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5ExVFEA7k .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5ExVFEA7k .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5ExVFEA7k .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5ExVFEA7k .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5ExVFEA7k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5ExVFEA7k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5ExVFEA7k .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5ExVFEA7k .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5ExVFEA7k .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-s5ExVFEA7k .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5ExVFEA7k .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5ExVFEA7k .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5ExVFEA7k .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5ExVFEA7k .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5ExVFEA7k .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5ExVFEA7k button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5ExVFEA7k button.navbar-toggler:focus {
  outline: none;
}
.cid-s5ExVFEA7k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5ExVFEA7k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5ExVFEA7k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5ExVFEA7k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5ExVFEA7k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5ExVFEA7k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5ExVFEA7k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5ExVFEA7k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5ExVFEA7k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5ExVFEA7k .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5ExVFEA7k .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5ExVFEA7k .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5ExVFEA7k .collapsed .navbar-collapse.collapsing,
.cid-s5ExVFEA7k .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5ExVFEA7k .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5ExVFEA7k .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5ExVFEA7k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5ExVFEA7k .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5ExVFEA7k .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5ExVFEA7k .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5ExVFEA7k .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5ExVFEA7k .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5ExVFEA7k .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5ExVFEA7k .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5ExVFEA7k .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5ExVFEA7k .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5ExVFEA7k .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-s5ExVFEA7k .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5ExVFEA7k .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5ExVFEA7k .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5ExVFEA7k.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5ExVFEA7k img {
    height: 3.8rem !important;
  }
  .cid-s5ExVFEA7k .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s5ExVFEA7k .menu-wrap {
    flex-direction: column;
  }
  .cid-s5ExVFEA7k .btn {
    display: -webkit-flex;
  }
  .cid-s5ExVFEA7k button.navbar-toggler {
    display: block;
  }
  .cid-s5ExVFEA7k .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s5ExVFEA7k .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5ExVFEA7k .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5ExVFEA7k .navbar-collapse.collapsing,
  .cid-s5ExVFEA7k .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5ExVFEA7k .navbar-collapse.collapsing .navbar-nav,
  .cid-s5ExVFEA7k .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5ExVFEA7k .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5ExVFEA7k .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5ExVFEA7k .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5ExVFEA7k .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5ExVFEA7k .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5ExVFEA7k .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5ExVFEA7k .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-s5ExVFEA7k .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5ExVFEA7k .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5ExVFEA7k .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-s5ExVFEA7k .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s5ExVFEA7k .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s5ExVFEA7k .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-s5ExVFEA7k .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5ExVFEA7k .nav-link:hover,
.cid-s5ExVFEA7k .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s5EC8Ah9V4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-s5EC8Ah9V4 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5EC8Ah9V4 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EC8Ah9V4 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5EC8Ah9V4 .mbr-text,
.cid-s5EC8Ah9V4 .mbr-section-btn {
  color: #767676;
}
.cid-s61OY3oqzP {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/pricelist-1920x1080px-1920x1200.jpg");
}
.cid-s61OY3oqzP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-s61OY3oqzP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s61OY3oqzP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s61PXuGyuM {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-s61PXuGyuM li {
  list-style: none;
}
.cid-s61PXuGyuM .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-s61PXuGyuM .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-s61PXuGyuM h4 {
  margin: 0;
}
.cid-s61PXuGyuM .item {
  color: #57468b;
}
.cid-s61PXuGyuM ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-s61PXuGyuM .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s61PXuGyuM .item1 {
  color: #000000;
  text-align: left;
}
.cid-s61PXuGyuM .col-title1 {
  text-align: center;
}
.cid-s5ExWao0kK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5ExWao0kK .mbr-text {
  color: #767676;
}
.cid-s5ExWao0kK .card-subtitle {
  margin: 0;
}
.cid-s5ExWao0kK .link {
  margin: 0;
}
.cid-s5ExWao0kK .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s5ExWao0kK .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s5ExWao0kK img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s5ExWao0kK .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s5ExWao0kK .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s5ExWao0kK .card-img:hover:before {
  opacity: 0.4;
}
.cid-s5ExWao0kK .card-img:hover img {
  transform: scale(1.05);
}
.cid-s5ExWao0kK .row {
  justify-content: center;
}
.cid-s5ExWao0kK .card {
  margin-bottom: 4rem;
}
.cid-s5ExWbL3sa {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-s5ExWbL3sa .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s5ExWbL3sa h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-s5ExWbL3sa h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5ExWbL3sa h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5ExWbL3sa .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #b1a374;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-s5ExWbL3sa .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-s5ExWbL3sa .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-s5ExWbL3sa .mbr-iconfont-social:hover:before {
  background: #b1a374;
  transition: all .3s;
  border-color: transparent;
}
.cid-s5ExWbL3sa .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-s5ExWbL3sa .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-s5ExWbL3sa .mbr-section-title,
.cid-s5ExWbL3sa .social-list {
  color: #ffffff;
}
.cid-s5ExWd2r2B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5KAWAHtjk .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s5KAWAHtjk .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s5KAWAHtjk a {
  font-style: normal;
}
.cid-s5KAWAHtjk .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s5KAWAHtjk .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s5KAWAHtjk .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s5KAWAHtjk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5KAWAHtjk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5KAWAHtjk .nav-item:focus,
.cid-s5KAWAHtjk .nav-link:focus {
  outline: none;
}
.cid-s5KAWAHtjk .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5KAWAHtjk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5KAWAHtjk .menu-logo {
  margin-right: auto;
}
.cid-s5KAWAHtjk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5KAWAHtjk .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-s5KAWAHtjk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s5KAWAHtjk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5KAWAHtjk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5KAWAHtjk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5KAWAHtjk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5KAWAHtjk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5KAWAHtjk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5KAWAHtjk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5KAWAHtjk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5KAWAHtjk .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5KAWAHtjk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5KAWAHtjk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5KAWAHtjk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5KAWAHtjk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5KAWAHtjk .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-s5KAWAHtjk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5KAWAHtjk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5KAWAHtjk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5KAWAHtjk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5KAWAHtjk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5KAWAHtjk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5KAWAHtjk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5KAWAHtjk button.navbar-toggler:focus {
  outline: none;
}
.cid-s5KAWAHtjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5KAWAHtjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5KAWAHtjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5KAWAHtjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5KAWAHtjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5KAWAHtjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5KAWAHtjk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5KAWAHtjk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5KAWAHtjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5KAWAHtjk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5KAWAHtjk .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5KAWAHtjk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5KAWAHtjk .collapsed .navbar-collapse.collapsing,
.cid-s5KAWAHtjk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5KAWAHtjk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5KAWAHtjk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5KAWAHtjk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5KAWAHtjk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5KAWAHtjk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5KAWAHtjk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5KAWAHtjk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5KAWAHtjk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5KAWAHtjk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5KAWAHtjk .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5KAWAHtjk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5KAWAHtjk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5KAWAHtjk .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-s5KAWAHtjk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5KAWAHtjk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5KAWAHtjk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5KAWAHtjk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5KAWAHtjk img {
    height: 3.8rem !important;
  }
  .cid-s5KAWAHtjk .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s5KAWAHtjk .menu-wrap {
    flex-direction: column;
  }
  .cid-s5KAWAHtjk .btn {
    display: -webkit-flex;
  }
  .cid-s5KAWAHtjk button.navbar-toggler {
    display: block;
  }
  .cid-s5KAWAHtjk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s5KAWAHtjk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5KAWAHtjk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5KAWAHtjk .navbar-collapse.collapsing,
  .cid-s5KAWAHtjk .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5KAWAHtjk .navbar-collapse.collapsing .navbar-nav,
  .cid-s5KAWAHtjk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5KAWAHtjk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5KAWAHtjk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5KAWAHtjk .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5KAWAHtjk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5KAWAHtjk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5KAWAHtjk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5KAWAHtjk .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-s5KAWAHtjk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5KAWAHtjk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5KAWAHtjk .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-s5KAWAHtjk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s5KAWAHtjk .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s5KAWAHtjk .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-s5KAWAHtjk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5KAWAHtjk .nav-link:hover,
.cid-s5KAWAHtjk .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s5KAWMfSVm {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-s5KAWMfSVm .mbr-text {
    text-align: center;
  }
}
.cid-s5KAWMfSVm .container-fluid {
  padding: 0;
}
.cid-s5KAWMfSVm .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-s5KAWMfSVm img {
  height: 100%;
  object-fit: cover;
}
.cid-s5KAWMfSVm .mbr-figure {
  height: 100%;
}
.cid-s5KAWMfSVm .col-lg-6 {
  padding: 0;
}
.cid-s5KAWMfSVm .row {
  margin: 0;
}
.cid-s5KAWMfSVm H1 {
  color: #b1a374;
}
.cid-s5KAWMfSVm H3 {
  color: #b1a374;
}
.cid-s5KAWMfSVm .mbr-text,
.cid-s5KAWMfSVm .mbr-section-btn {
  color: #b1a374;
}
.cid-s5W5LlD56v {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5W5LlD56v h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5W5LlD56v h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5W5LlD56v h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5W5LlD56v .mbr-text,
.cid-s5W5LlD56v .mbr-section-btn {
  color: #767676;
}
.cid-s5W5LlD56v H1 {
  color: #b1a374;
}
.cid-s5LlzG3rWP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-s5LlzG3rWP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s5LlzG3rWP .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-s5LlzG3rWP .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-s5LlzG3rWP textarea {
  min-height: 150px;
}
.cid-s5LlzG3rWP .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #000000;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-s5LlzG3rWP .form-control,
.cid-s5LlzG3rWP .field-input {
  padding: 1rem;
  background-color: #000000;
  border-color: #b1a374;
  color: #b1a374 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-s5LlzG3rWP .form-control input::-webkit-input-placeholder,
.cid-s5LlzG3rWP .field-input input::-webkit-input-placeholder,
.cid-s5LlzG3rWP .form-control textarea::-webkit-input-placeholder,
.cid-s5LlzG3rWP .field-input textarea::-webkit-input-placeholder {
  color: #b1a374 !important;
}
.cid-s5LlzG3rWP .form-control input:-moz-placeholder,
.cid-s5LlzG3rWP .field-input input:-moz-placeholder,
.cid-s5LlzG3rWP .form-control textarea:-moz-placeholder,
.cid-s5LlzG3rWP .field-input textarea:-moz-placeholder {
  color: #b1a374 !important;
}
.cid-s5LlzG3rWP .form-control:hover,
.cid-s5LlzG3rWP .field-input:hover,
.cid-s5LlzG3rWP .form-control:focus,
.cid-s5LlzG3rWP .field-input:focus {
  background-color: #000000;
  border-color: #b1a374;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s5LlzG3rWP .form-control:hover input::-webkit-input-placeholder,
.cid-s5LlzG3rWP .field-input:hover input::-webkit-input-placeholder,
.cid-s5LlzG3rWP .form-control:focus input::-webkit-input-placeholder,
.cid-s5LlzG3rWP .field-input:focus input::-webkit-input-placeholder,
.cid-s5LlzG3rWP .form-control:hover textarea::-webkit-input-placeholder,
.cid-s5LlzG3rWP .field-input:hover textarea::-webkit-input-placeholder,
.cid-s5LlzG3rWP .form-control:focus textarea::-webkit-input-placeholder,
.cid-s5LlzG3rWP .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-s5LlzG3rWP .form-control:hover input:-moz-placeholder,
.cid-s5LlzG3rWP .field-input:hover input:-moz-placeholder,
.cid-s5LlzG3rWP .form-control:focus input:-moz-placeholder,
.cid-s5LlzG3rWP .field-input:focus input:-moz-placeholder,
.cid-s5LlzG3rWP .form-control:hover textarea:-moz-placeholder,
.cid-s5LlzG3rWP .field-input:hover textarea:-moz-placeholder,
.cid-s5LlzG3rWP .form-control:focus textarea:-moz-placeholder,
.cid-s5LlzG3rWP .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-s5LlzG3rWP .jq-number__spin:hover,
.cid-s5LlzG3rWP .jq-number__spin:focus {
  background-color: #000000;
  border-color: #b1a374;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s5LlzG3rWP .jq-number__spin {
  background-color: #000000;
  border-color: #b1a374;
  color: #b1a374;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5LlzG3rWP .jq-selectbox li,
.cid-s5LlzG3rWP .jq-selectbox li {
  background-color: #000000;
  color: #ffffff;
}
.cid-s5LlzG3rWP .jq-selectbox li:hover,
.cid-s5LlzG3rWP .jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.cid-s5LlzG3rWP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s5LlzG3rWP .jq-number__spin.minus:hover:after,
.cid-s5LlzG3rWP .jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.cid-s5LlzG3rWP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s5LlzG3rWP .jq-number__spin.minus:after,
.cid-s5LlzG3rWP .jq-number__spin.plus:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.cid-s5LlzG3rWP input::-webkit-clear-button {
  display: none;
}
.cid-s5LlzG3rWP input::-webkit-inner-spin-button {
  display: none;
}
.cid-s5LlzG3rWP input::-webkit-outer-spin-button {
  display: none;
}
.cid-s5LlzG3rWP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s5S7CLA9ZH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/gold-clippers-1920-1280px-1920x1280.jpeg");
}
@media (max-width: 767px) {
  .cid-s5S7CLA9ZH .mbr-text {
    text-align: center;
  }
}
.cid-s5S7CLA9ZH .container-fluid {
  padding: 0;
}
.cid-s5S7CLA9ZH .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-s5S7CLA9ZH img {
  height: 100%;
  object-fit: cover;
}
.cid-s5S7CLA9ZH .mbr-figure {
  height: 100%;
}
.cid-s5S7CLA9ZH .col-lg-6 {
  padding: 0;
}
.cid-s5S7CLA9ZH .row {
  margin: 0;
}
.cid-s5KAWY48j4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5KAWY48j4 .mbr-text {
  color: #767676;
}
.cid-s5KAWY48j4 .card-subtitle {
  margin: 0;
}
.cid-s5KAWY48j4 .link {
  margin: 0;
}
.cid-s5KAWY48j4 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s5KAWY48j4 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s5KAWY48j4 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s5KAWY48j4 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s5KAWY48j4 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s5KAWY48j4 .card-img:hover:before {
  opacity: 0.4;
}
.cid-s5KAWY48j4 .card-img:hover img {
  transform: scale(1.05);
}
.cid-s5KAWY48j4 .row {
  justify-content: center;
}
.cid-s5KAWY48j4 .card {
  margin-bottom: 4rem;
}
.cid-s5KAWZCzzc {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-s5KAWZCzzc .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s5KAWZCzzc h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-s5KAWZCzzc h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5KAWZCzzc h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5KAWZCzzc .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #b1a374;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-s5KAWZCzzc .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-s5KAWZCzzc .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-s5KAWZCzzc .mbr-iconfont-social:hover:before {
  background: #b1a374;
  transition: all .3s;
  border-color: transparent;
}
.cid-s5KAWZCzzc .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-s5KAWZCzzc .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-s5KAWZCzzc .mbr-section-title,
.cid-s5KAWZCzzc .social-list {
  color: #ffffff;
}
.cid-s5KAX0MWZV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5ECf2cSHJ .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s5ECf2cSHJ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s5ECf2cSHJ a {
  font-style: normal;
}
.cid-s5ECf2cSHJ .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s5ECf2cSHJ .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s5ECf2cSHJ .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s5ECf2cSHJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5ECf2cSHJ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5ECf2cSHJ .nav-item:focus,
.cid-s5ECf2cSHJ .nav-link:focus {
  outline: none;
}
.cid-s5ECf2cSHJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5ECf2cSHJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5ECf2cSHJ .menu-logo {
  margin-right: auto;
}
.cid-s5ECf2cSHJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5ECf2cSHJ .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-s5ECf2cSHJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s5ECf2cSHJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5ECf2cSHJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5ECf2cSHJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5ECf2cSHJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5ECf2cSHJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5ECf2cSHJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5ECf2cSHJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5ECf2cSHJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5ECf2cSHJ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5ECf2cSHJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5ECf2cSHJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5ECf2cSHJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5ECf2cSHJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5ECf2cSHJ .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-s5ECf2cSHJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5ECf2cSHJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5ECf2cSHJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5ECf2cSHJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5ECf2cSHJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5ECf2cSHJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5ECf2cSHJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5ECf2cSHJ button.navbar-toggler:focus {
  outline: none;
}
.cid-s5ECf2cSHJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5ECf2cSHJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5ECf2cSHJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5ECf2cSHJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5ECf2cSHJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5ECf2cSHJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5ECf2cSHJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5ECf2cSHJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5ECf2cSHJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5ECf2cSHJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5ECf2cSHJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5ECf2cSHJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5ECf2cSHJ .collapsed .navbar-collapse.collapsing,
.cid-s5ECf2cSHJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5ECf2cSHJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5ECf2cSHJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5ECf2cSHJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5ECf2cSHJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5ECf2cSHJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5ECf2cSHJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5ECf2cSHJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5ECf2cSHJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5ECf2cSHJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5ECf2cSHJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5ECf2cSHJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5ECf2cSHJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5ECf2cSHJ .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-s5ECf2cSHJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5ECf2cSHJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5ECf2cSHJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5ECf2cSHJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5ECf2cSHJ img {
    height: 3.8rem !important;
  }
  .cid-s5ECf2cSHJ .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s5ECf2cSHJ .menu-wrap {
    flex-direction: column;
  }
  .cid-s5ECf2cSHJ .btn {
    display: -webkit-flex;
  }
  .cid-s5ECf2cSHJ button.navbar-toggler {
    display: block;
  }
  .cid-s5ECf2cSHJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s5ECf2cSHJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5ECf2cSHJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5ECf2cSHJ .navbar-collapse.collapsing,
  .cid-s5ECf2cSHJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5ECf2cSHJ .navbar-collapse.collapsing .navbar-nav,
  .cid-s5ECf2cSHJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5ECf2cSHJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5ECf2cSHJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5ECf2cSHJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5ECf2cSHJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5ECf2cSHJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5ECf2cSHJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5ECf2cSHJ .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-s5ECf2cSHJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5ECf2cSHJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5ECf2cSHJ .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-s5ECf2cSHJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s5ECf2cSHJ .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s5ECf2cSHJ .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-s5ECf2cSHJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5ECf2cSHJ .nav-link:hover,
.cid-s5ECf2cSHJ .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s5ECf2Y5zu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-s5ECf2Y5zu h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5ECf2Y5zu h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5ECf2Y5zu h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5ECf2Y5zu .mbr-text,
.cid-s5ECf2Y5zu .mbr-section-btn {
  color: #767676;
}
.cid-s5ECpdVNyI {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5ECpdVNyI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5ECpdVNyI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5ECpdVNyI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5ECpdVNyI .mbr-text,
.cid-s5ECpdVNyI .mbr-section-btn {
  color: #767676;
}
.cid-s5ECmq9KNp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-s5ECmq9KNp .container {
    padding: 1rem;
  }
}
.cid-s5ECmq9KNp .card-box {
  padding: 0 2rem;
}
.cid-s5ECmq9KNp .card {
  padding: 0!important;
}
.cid-s5ECmq9KNp .mbr-section-btn {
  padding-top: 2rem;
}
.cid-s5ECmq9KNp .card1 {
  background-image: url("../../../assets/images/f4fade-press-shortlist-1140x1570.jpg");
}
.cid-s5ECmq9KNp .card2 {
  background-image: url("../../../assets/images/f4fade-press-weekend-1112x1423.jpg");
}
.cid-s5ECmq9KNp .card3 {
  background-image: url("../../../assets/images/f4fade-noel-2000x1327.jpg");
}
.cid-s5ECmq9KNp .card4 {
  background-image: url("../../../assets/images/f4fade-press-timeout-1112x1423.jpg");
}
.cid-s5ECmq9KNp h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-s5ECmq9KNp p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-s5ECmq9KNp .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-s5ECmq9KNp .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 992px) {
  .cid-s5ECmq9KNp .card {
    padding-bottom: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-s5ECmq9KNp .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-s5ECmq9KNp .mbr-text,
.cid-s5ECmq9KNp .mbr-section-btn {
  color: #ffffff;
}
.cid-s5ECmq9KNp .card-title {
  color: #ffffff;
}
.cid-s5ECf46ht8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5ECf46ht8 .mbr-text {
  color: #767676;
}
.cid-s5ECf46ht8 .card-subtitle {
  margin: 0;
}
.cid-s5ECf46ht8 .link {
  margin: 0;
}
.cid-s5ECf46ht8 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s5ECf46ht8 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s5ECf46ht8 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s5ECf46ht8 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s5ECf46ht8 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s5ECf46ht8 .card-img:hover:before {
  opacity: 0.4;
}
.cid-s5ECf46ht8 .card-img:hover img {
  transform: scale(1.05);
}
.cid-s5ECf46ht8 .row {
  justify-content: center;
}
.cid-s5ECf46ht8 .card {
  margin-bottom: 4rem;
}
.cid-s5ECf5UobL {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-s5ECf5UobL .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s5ECf5UobL h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-s5ECf5UobL h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5ECf5UobL h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5ECf5UobL .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #b1a374;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-s5ECf5UobL .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-s5ECf5UobL .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-s5ECf5UobL .mbr-iconfont-social:hover:before {
  background: #b1a374;
  transition: all .3s;
  border-color: transparent;
}
.cid-s5ECf5UobL .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-s5ECf5UobL .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-s5ECf5UobL .mbr-section-title,
.cid-s5ECf5UobL .social-list {
  color: #ffffff;
}
.cid-s5ECf6tYGf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
