body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.984375rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.046875rem;
}
.display-7 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.953125rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6f6f6f !important;
}
.bg-success {
  background-color: #34b794 !important;
}
.bg-info {
  background-color: #f24d94 !important;
}
.bg-warning {
  background-color: #e53712 !important;
}
.bg-danger {
  background-color: #1a191d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #565656 !important;
  border-color: #565656 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #565656 !important;
  border-color: #565656 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b59230 !important;
  border-color: #b59230 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8d7125 !important;
  border-color: #8d7125 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8d7125 !important;
  border-color: #8d7125 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-success,
.btn-success:active {
  background-color: #34b794 !important;
  border-color: #34b794 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #298f74 !important;
  border-color: #298f74 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #298f74 !important;
  border-color: #298f74 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b62c0e !important;
  border-color: #b62c0e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b62c0e !important;
  border-color: #b62c0e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1a191d !important;
  border-color: #1a191d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #010102 !important;
  border-color: #010102 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #010102 !important;
  border-color: #010102 !important;
}
.btn-white {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b59230;
  color: #b59230;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #b59230 !important;
  border-color: #b59230 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b59230 !important;
  border-color: #b59230 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f24d94;
  color: #f24d94;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #34b794;
  color: #34b794;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #34b794 !important;
  border-color: #34b794 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #34b794 !important;
  border-color: #34b794 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e53712;
  color: #e53712;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1a191d;
  color: #1a191d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #1a191d !important;
  border-color: #1a191d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1a191d !important;
  border-color: #1a191d !important;
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #4d4d4d !important;
  background-color: transparent;
  border-color: #4d4d4d !important;
}
.btn-white-outline {
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cccccc !important;
  background-color: transparent;
  border-color: #cccccc !important;
}
.text-primary {
  color: #6f6f6f !important;
}
.text-secondary {
  color: #b59230 !important;
}
.text-success {
  color: #34b794 !important;
}
.text-info {
  color: #f24d94 !important;
}
.text-warning {
  color: #e53712 !important;
}
.text-danger {
  color: #1a191d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3c3c3c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #64511b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1d6854 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ca0f5f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #86200b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #6f6f6f;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #34b794;
}
.alert-info {
  background-color: #f24d94;
}
.alert-warning {
  background-color: #e53712;
}
.alert-danger {
  background-color: #1a191d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6f6f6f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #afafaf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8cdec8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd1c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cccad1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #6f6f6f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6f6f6f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6f6f6f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6f6f6f;
  border-bottom-color: #6f6f6f;
}
.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: #6f6f6f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b59230 !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='%236f6f6f' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.4s;
}
.cid-uTCETfOnEb {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #1a191d;
}
@media (min-width: 991px) {
  .cid-uTCETfOnEb {
    min-height: 170px !important;
  }
}
.cid-uTCETfOnEb .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uTCETfOnEb .empty_md {
    display: block;
  }
}
.cid-uTCETfOnEb .container,
.cid-uTCETfOnEb .container-fluid,
.cid-uTCETfOnEb .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uTCETfOnEb .container,
  .cid-uTCETfOnEb .container-fluid,
  .cid-uTCETfOnEb .empty_md {
    min-height: 170px !important;
  }
}
.cid-uTCETfOnEb .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uTCETfOnEb .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTCETfOnEb .top_menu {
    min-height: 110px !important;
  }
}
.cid-uTCETfOnEb .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uTCETfOnEb .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uTCETfOnEb .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b59230;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uTCETfOnEb .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uTCETfOnEb .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uTCETfOnEb .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uTCETfOnEb .icons-menu .icons-wrapper:hover {
    background: #b59230;
  }
  .cid-uTCETfOnEb .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uTCETfOnEb .empty,
  .cid-uTCETfOnEb .icons-menu {
    min-width: 265px;
  }
  .cid-uTCETfOnEb .navbar-logo {
    margin: 0;
  }
  .cid-uTCETfOnEb .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uTCETfOnEb .btn {
    white-space: nowrap;
  }
  .cid-uTCETfOnEb .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uTCETfOnEb .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uTCETfOnEb .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uTCETfOnEb .dropdown-toggle::after,
  .cid-uTCETfOnEb .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uTCETfOnEb .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uTCETfOnEb .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCETfOnEb .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uTCETfOnEb .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCETfOnEb .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uTCETfOnEb .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uTCETfOnEb .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uTCETfOnEb .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uTCETfOnEb .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uTCETfOnEb .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uTCETfOnEb .nav-item:focus,
.cid-uTCETfOnEb .nav-link:focus {
  outline: none;
}
.cid-uTCETfOnEb .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uTCETfOnEb .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uTCETfOnEb .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uTCETfOnEb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTCETfOnEb .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uTCETfOnEb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTCETfOnEb ul.navbar-nav li {
  margin: auto;
}
.cid-uTCETfOnEb .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d;
}
.cid-uTCETfOnEb .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d !important;
}
.cid-uTCETfOnEb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uTCETfOnEb .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uTCETfOnEb .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uTCETfOnEb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTCETfOnEb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTCETfOnEb .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uTCETfOnEb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uTCETfOnEb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTCETfOnEb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTCETfOnEb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTCETfOnEb .navbar .icons-menu,
  .cid-uTCETfOnEb .navbar .empty {
    display: none;
  }
  .cid-uTCETfOnEb .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uTCETfOnEb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTCETfOnEb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTCETfOnEb .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uTCETfOnEb .navbar .container-fluid,
  .cid-uTCETfOnEb .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uTCETfOnEb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTCETfOnEb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTCETfOnEb .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uTCETfOnEb .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uTCETfOnEb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uTCETfOnEb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uTCETfOnEb .navbar.navbar-short {
  background: #1a191d !important;
  min-height: 90px;
}
.cid-uTCETfOnEb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uTCETfOnEb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTCETfOnEb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTCETfOnEb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTCETfOnEb .dropdown-item.active,
.cid-uTCETfOnEb .dropdown-item:active {
  background-color: transparent;
}
.cid-uTCETfOnEb .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTCETfOnEb .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uTCETfOnEb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a191d;
}
.cid-uTCETfOnEb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uTCETfOnEb .navbar-buttons {
  text-align: center;
}
.cid-uTCETfOnEb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uTCETfOnEb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTCETfOnEb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTCETfOnEb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCETfOnEb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCETfOnEb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTCETfOnEb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCETfOnEb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTCETfOnEb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTCETfOnEb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCETfOnEb .navbar-dropdown {
  position: absolute;
}
.cid-uTCETfOnEb a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCETfOnEb a.nav-link:hover {
  color: #b59230 !important;
}
.is-builder .cid-uTCETfOnEb .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTCETfOnEb .navbar {
    height: 77px;
  }
  .cid-uTCETfOnEb .navbar.opened {
    height: auto;
  }
  .cid-uTCETfOnEb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTCETgcbzY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uTCETgcbzY .item-subtitle,
.cid-uTCETgcbzY .item-title,
.cid-uTCETgcbzY .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uTCETgcbzY .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uTCETgcbzY .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-uTCETgcbzY .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-uTCETgcbzY .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
  background: #000000;
}
.cid-uTCETgcbzY .item:focus,
.cid-uTCETgcbzY span:focus {
  outline: none;
}
.cid-uTCETgcbzY .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uTCETgcbzY .item {
    margin-bottom: 5rem;
  }
  .cid-uTCETgcbzY .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uTCETgcbzY .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTCETgcbzY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uTCETgcbzY .item {
  padding: 0;
  margin: 0;
}
.cid-uTCETgcbzY .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
}
.cid-uTCETgcbzY .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-uTCETgcbzY .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-uTCETgcbzY .item-content > div,
.cid-uTCETgcbzY .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uTCETgcbzY .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-uTCETgcbzY .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-uTCETgcbzY .item-content {
    padding: 30px 20px;
  }
}
.cid-uTCETgcbzY .item-title {
  text-align: center;
  color: #b59230;
}
.cid-uTCETgcbzY .mbr-text,
.cid-uTCETgcbzY .mbr-section-btn {
  text-align: center;
}
.cid-uTCETgcbzY .item-subtitle {
  text-align: center;
}
.cid-uTCETgupAg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
}
.cid-uTCETgupAg .pos_rel {
  position: relative;
}
.cid-uTCETgupAg .main_section_title {
  display: flex;
}
.cid-uTCETgupAg .main_title {
  padding: 0 8.333%;
}
.cid-uTCETgupAg .empty_content {
  width: 72%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uTCETgupAg .card_title {
    font-size: 2rem;
  }
}
.cid-uTCETgupAg .text-wrapper {
  width: 48%;
  background: #1a191d;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-uTCETgupAg .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uTCETgupAg .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uTCETgupAg .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-uTCETgupAg .text-wrapper:hover .card_title a {
  color: #b59230 !important;
}
.cid-uTCETgupAg .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uTCETgupAg .block-content,
.cid-uTCETgupAg .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-uTCETgupAg .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uTCETgupAg .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uTCETgupAg .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-uTCETgupAg .block-content {
  display: flex;
  align-items: center;
}
.cid-uTCETgupAg .image-wrapper,
.cid-uTCETgupAg img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-uTCETgupAg .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uTCETgupAg .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uTCETgupAg .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTCETgupAg .mbr-section-btn .btn-secondary-outline .active,
.cid-uTCETgupAg .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
@media (max-width: 991px) {
  .cid-uTCETgupAg .block-content {
    flex-direction: column;
  }
  .cid-uTCETgupAg .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-uTCETgupAg .empty_content {
    display: none;
  }
  .cid-uTCETgupAg .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uTCETgupAg .text-wrapper,
  .cid-uTCETgupAg .main_title {
    padding: 30px 1rem;
  }
}
.cid-uTCETgupAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCETgupAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTCETgupAg .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uTCETgupAg .mbr-text,
.cid-uTCETgupAg .mbr-section-btn {
  text-align: center;
}
.cid-uTCETgupAg .card_title {
  color: #b59230;
  text-align: center;
}
.cid-uTCETgNJOX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
}
.cid-uTCETgNJOX .item-subtitle,
.cid-uTCETgNJOX .item-title,
.cid-uTCETgNJOX .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uTCETgNJOX .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uTCETgNJOX .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-uTCETgNJOX .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-uTCETgNJOX .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
  background: #1a191d;
}
.cid-uTCETgNJOX .item:focus,
.cid-uTCETgNJOX span:focus {
  outline: none;
}
.cid-uTCETgNJOX .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uTCETgNJOX .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTCETgNJOX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uTCETgNJOX .item {
  padding: 0;
  margin: 0;
}
.cid-uTCETgNJOX .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
  height: 520px;
}
.cid-uTCETgNJOX .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-uTCETgNJOX .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-uTCETgNJOX .item-content > div,
.cid-uTCETgNJOX .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uTCETgNJOX .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-uTCETgNJOX .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-uTCETgNJOX .item-content {
    padding: 30px 20px;
  }
}
.cid-uTCETgNJOX .mbr-section-title {
  color: #b59230;
}
.cid-uTCETgNJOX .item-title {
  color: #b59230;
}
.cid-uTCEThf41j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
  overflow: hidden;
}
.cid-uTCEThf41j::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uTCEThf41j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCEThf41j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTCEThf41j .container {
    padding: 0 22px;
  }
}
.cid-uTCEThf41j .row {
  position: relative;
  z-index: 1;
}
.cid-uTCEThf41j .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uTCEThf41j .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uTCEThf41j .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uTCEThf41j .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTCEThf41j .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCEThf41j .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTCEThf41j .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTCEThf41j .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCEThf41j .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uTCEThf41j .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCEThf41j .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uTCEThf41j .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uTCEThf41j .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uTCEThf41j .nav-wrapper .list .item-wrap:hover,
.cid-uTCEThf41j .nav-wrapper .list .item-wrap:hover {
  color: #b59230;
}
.cid-uTCEThf41j .nav-wrapper .list .item-wrap:hover::before,
.cid-uTCEThf41j .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTCEThf41j .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTCEThf41j .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCEThf41j .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uTCEThf41j .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uTCEThf41j .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTCEThf41j .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uTCEThf41j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uTCEThf41j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uTCEThf41j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #b59230;
}
.cid-uTCEThf41j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uTCEThf41j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uTCEThf41j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uTCEThf41j .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTCEThf41j .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCEThf41j .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uTCEThf41j .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uTCEThf41j .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uTCEThf41j .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTCEThf41j .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uTCEThf41j .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uTCEThf41j .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uTCEThf41j .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uTCEThf41j .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTCEThf41j .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTCEThf41j .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #b59230;
}
.cid-uTCEThf41j .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b59230;
  transition: all 0.3s ease-in-out;
}
.cid-uTCEThf41j .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #b59230;
  text-align: center;
}
.cid-uTCEThf41j .mbr-section-title {
  color: #00d0f3;
}
.cid-uTCEThf41j .mbr-text {
  color: #ffffff;
}
.cid-uTCEThf41j .mbr-section-subtitle {
  color: #b59230;
  text-align: center;
}
.cid-uTCEThf41j .list {
  color: #ffffff;
}
.cid-uTCEThf41j .mbr-contact {
  color: #ffffff;
}
.cid-uTCEThf41j .mbr-desc {
  color: #ffffff;
}
.cid-uTCEThf41j .list,
.cid-uTCEThf41j .item-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uTCEThf41j .mbr-desc,
.cid-uTCEThf41j .mbr-section-btn {
  text-align: left;
}
.cid-uTCEThf41j .mbr-contact,
.cid-uTCEThf41j .item-contact {
  text-align: left;
}
.cid-sa69dh2Rwn {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #1a191d;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .empty_md {
    display: block;
  }
}
.cid-sa69dh2Rwn .container,
.cid-sa69dh2Rwn .container-fluid,
.cid-sa69dh2Rwn .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn .container,
  .cid-sa69dh2Rwn .container-fluid,
  .cid-sa69dh2Rwn .empty_md {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sa69dh2Rwn .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 110px !important;
  }
}
.cid-sa69dh2Rwn .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sa69dh2Rwn .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b59230;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-sa69dh2Rwn .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sa69dh2Rwn .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover {
    background: #b59230;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sa69dh2Rwn .empty,
  .cid-sa69dh2Rwn .icons-menu {
    min-width: 265px;
  }
  .cid-sa69dh2Rwn .navbar-logo {
    margin: 0;
  }
  .cid-sa69dh2Rwn .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sa69dh2Rwn .btn {
    white-space: nowrap;
  }
  .cid-sa69dh2Rwn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sa69dh2Rwn .dropdown-toggle::after,
  .cid-sa69dh2Rwn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sa69dh2Rwn .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-sa69dh2Rwn .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sa69dh2Rwn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sa69dh2Rwn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sa69dh2Rwn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sa69dh2Rwn .nav-item:focus,
.cid-sa69dh2Rwn .nav-link:focus {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sa69dh2Rwn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sa69dh2Rwn ul.navbar-nav li {
  margin: auto;
}
.cid-sa69dh2Rwn .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d;
}
.cid-sa69dh2Rwn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d !important;
}
.cid-sa69dh2Rwn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sa69dh2Rwn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sa69dh2Rwn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .icons-menu,
  .cid-sa69dh2Rwn .navbar .empty {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sa69dh2Rwn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sa69dh2Rwn .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sa69dh2Rwn .navbar .container-fluid,
  .cid-sa69dh2Rwn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sa69dh2Rwn .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sa69dh2Rwn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sa69dh2Rwn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sa69dh2Rwn .navbar.navbar-short {
  background: #1a191d !important;
  min-height: 90px;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sa69dh2Rwn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sa69dh2Rwn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown-item.active,
.cid-sa69dh2Rwn .dropdown-item:active {
  background-color: transparent;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a191d;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sa69dh2Rwn .navbar-buttons {
  text-align: center;
}
.cid-sa69dh2Rwn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn .navbar-dropdown {
  position: absolute;
}
.cid-sa69dh2Rwn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn a.nav-link:hover {
  color: #b59230 !important;
}
.is-builder .cid-sa69dh2Rwn .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sa69dh2Rwn .navbar {
    height: 77px;
  }
  .cid-sa69dh2Rwn .navbar.opened {
    height: auto;
  }
  .cid-sa69dh2Rwn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT2AEjG7jj {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #1a191d;
}
.cid-uT2AEjG7jj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2AEjG7jj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2AEjG7jj .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT2AEjG7jj .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uT2AEjG7jj .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uT2AEjG7jj .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uT2AEjG7jj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uT2AEjG7jj .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2AEjG7jj .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT2AEjG7jj .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
  row-gap: 1rem;
}
.cid-uT2AEjG7jj .item {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uT2AEjG7jj .item {
    margin-bottom: 28px;
  }
}
.cid-uT2AEjG7jj .item .item-wrapper {
  height: 100%;
  border: 2px solid #666666;
  background-color: #1a191d;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uT2AEjG7jj .item .item-wrapper:hover,
.cid-uT2AEjG7jj .item .item-wrapper:focus {
  border: 2px solid #b59230;
  box-shadow: 4px 4px 0 0 #b59230;
}
.cid-uT2AEjG7jj .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uT2AEjG7jj .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uT2AEjG7jj .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
}
@media (max-width: 992px) {
  .cid-uT2AEjG7jj .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uT2AEjG7jj .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uT2AEjG7jj .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uT2AEjG7jj .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uT2AEjG7jj .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #1a191d;
}
@media (max-width: 992px) {
  .cid-uT2AEjG7jj .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uT2AEjG7jj .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uT2AEjG7jj .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uT2AEjG7jj .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uT2AEjG7jj .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uT2AEjG7jj .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uT2AEjG7jj .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #bff747;
}
.cid-uT2AEjG7jj .icon-wrapper {
  text-align: right;
}
.cid-uT2AEjG7jj .mbr-section-title,
.cid-uT2AEjG7jj .item-title,
.cid-uT2AEjG7jj .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uT2AEjG7jj .mbr-text,
.cid-uT2AEjG7jj .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT2AEjG7jj .mbr-desc,
.cid-uT2AEjG7jj .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uT2AEjG7jj .item-desc {
  color: #fdfde1;
}
.cid-uT2AEjG7jj .mbr-section-title {
  color: #b59230;
}
.cid-uT2AEjG7jj .item-title,
.cid-uT2AEjG7jj .icon-wrapper {
  color: #b59230;
}
.cid-uT2AEjG7jj .item-text {
  color: #ffffff;
}
.cid-uT2AGikh1e {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1a191d;
}
.cid-uT2AGikh1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2AGikh1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2AGikh1e .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT2AGikh1e .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uT2AGikh1e .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uT2AGikh1e .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uT2AGikh1e .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uT2AGikh1e .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT2AGikh1e .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT2AGikh1e .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
  row-gap: 1rem;
}
.cid-uT2AGikh1e .item {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uT2AGikh1e .item {
    margin-bottom: 28px;
  }
}
.cid-uT2AGikh1e .item .item-wrapper {
  height: 100%;
  border: 2px solid #666666;
  background-color: #1a191d;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uT2AGikh1e .item .item-wrapper:hover,
.cid-uT2AGikh1e .item .item-wrapper:focus {
  border: 2px solid #b59230;
  box-shadow: 4px 4px 0 0 #b59230;
}
.cid-uT2AGikh1e .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uT2AGikh1e .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uT2AGikh1e .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
}
@media (max-width: 992px) {
  .cid-uT2AGikh1e .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uT2AGikh1e .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uT2AGikh1e .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uT2AGikh1e .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uT2AGikh1e .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #1a191d;
}
@media (max-width: 992px) {
  .cid-uT2AGikh1e .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uT2AGikh1e .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uT2AGikh1e .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uT2AGikh1e .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uT2AGikh1e .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uT2AGikh1e .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uT2AGikh1e .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #b59230;
}
.cid-uT2AGikh1e .icon-wrapper {
  text-align: right;
}
.cid-uT2AGikh1e .mbr-section-title,
.cid-uT2AGikh1e .item-title,
.cid-uT2AGikh1e .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uT2AGikh1e .mbr-text,
.cid-uT2AGikh1e .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uT2AGikh1e .mbr-desc,
.cid-uT2AGikh1e .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uT2AGikh1e .item-desc {
  color: #fdfde1;
}
.cid-uT2AGikh1e .item-title,
.cid-uT2AGikh1e .icon-wrapper {
  color: #b59230;
}
.cid-uT2AGikh1e .item-text {
  color: #ffffff;
}
.cid-uSXSCEjRXA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
  overflow: hidden;
}
.cid-uSXSCEjRXA::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uSXSCEjRXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSXSCEjRXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .container {
    padding: 0 22px;
  }
}
.cid-uSXSCEjRXA .row {
  position: relative;
  z-index: 1;
}
.cid-uSXSCEjRXA .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uSXSCEjRXA .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uSXSCEjRXA .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uSXSCEjRXA .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSXSCEjRXA .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uSXSCEjRXA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uSXSCEjRXA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover,
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover {
  color: #b59230;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover::before,
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #b59230;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #b59230;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b59230;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #b59230;
  text-align: center;
}
.cid-uSXSCEjRXA .mbr-section-title {
  color: #00d0f3;
}
.cid-uSXSCEjRXA .mbr-text {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-section-subtitle {
  color: #b59230;
  text-align: center;
}
.cid-uSXSCEjRXA .list {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-contact {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-desc {
  color: #ffffff;
}
.cid-uSXSCEjRXA .list,
.cid-uSXSCEjRXA .item-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-desc,
.cid-uSXSCEjRXA .mbr-section-btn {
  text-align: left;
}
.cid-uSXSCEjRXA .mbr-contact,
.cid-uSXSCEjRXA .item-contact {
  text-align: left;
}
.cid-uTCEVNdILw {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #1a191d;
}
@media (min-width: 991px) {
  .cid-uTCEVNdILw {
    min-height: 170px !important;
  }
}
.cid-uTCEVNdILw .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uTCEVNdILw .empty_md {
    display: block;
  }
}
.cid-uTCEVNdILw .container,
.cid-uTCEVNdILw .container-fluid,
.cid-uTCEVNdILw .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uTCEVNdILw .container,
  .cid-uTCEVNdILw .container-fluid,
  .cid-uTCEVNdILw .empty_md {
    min-height: 170px !important;
  }
}
.cid-uTCEVNdILw .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uTCEVNdILw .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTCEVNdILw .top_menu {
    min-height: 110px !important;
  }
}
.cid-uTCEVNdILw .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uTCEVNdILw .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uTCEVNdILw .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b59230;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uTCEVNdILw .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uTCEVNdILw .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uTCEVNdILw .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uTCEVNdILw .icons-menu .icons-wrapper:hover {
    background: #b59230;
  }
  .cid-uTCEVNdILw .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uTCEVNdILw .empty,
  .cid-uTCEVNdILw .icons-menu {
    min-width: 265px;
  }
  .cid-uTCEVNdILw .navbar-logo {
    margin: 0;
  }
  .cid-uTCEVNdILw .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uTCEVNdILw .btn {
    white-space: nowrap;
  }
  .cid-uTCEVNdILw .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uTCEVNdILw .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uTCEVNdILw .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uTCEVNdILw .dropdown-toggle::after,
  .cid-uTCEVNdILw .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uTCEVNdILw .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uTCEVNdILw .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCEVNdILw .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uTCEVNdILw .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCEVNdILw .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uTCEVNdILw .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uTCEVNdILw .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uTCEVNdILw .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uTCEVNdILw .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uTCEVNdILw .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uTCEVNdILw .nav-item:focus,
.cid-uTCEVNdILw .nav-link:focus {
  outline: none;
}
.cid-uTCEVNdILw .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uTCEVNdILw .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uTCEVNdILw .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uTCEVNdILw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTCEVNdILw .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uTCEVNdILw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTCEVNdILw ul.navbar-nav li {
  margin: auto;
}
.cid-uTCEVNdILw .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d;
}
.cid-uTCEVNdILw .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d !important;
}
.cid-uTCEVNdILw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uTCEVNdILw .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uTCEVNdILw .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uTCEVNdILw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTCEVNdILw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTCEVNdILw .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uTCEVNdILw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uTCEVNdILw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTCEVNdILw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTCEVNdILw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTCEVNdILw .navbar .icons-menu,
  .cid-uTCEVNdILw .navbar .empty {
    display: none;
  }
  .cid-uTCEVNdILw .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uTCEVNdILw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTCEVNdILw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTCEVNdILw .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uTCEVNdILw .navbar .container-fluid,
  .cid-uTCEVNdILw .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uTCEVNdILw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTCEVNdILw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTCEVNdILw .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uTCEVNdILw .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uTCEVNdILw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uTCEVNdILw .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uTCEVNdILw .navbar.navbar-short {
  background: #1a191d !important;
  min-height: 90px;
}
.cid-uTCEVNdILw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uTCEVNdILw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTCEVNdILw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTCEVNdILw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTCEVNdILw .dropdown-item.active,
.cid-uTCEVNdILw .dropdown-item:active {
  background-color: transparent;
}
.cid-uTCEVNdILw .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTCEVNdILw .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uTCEVNdILw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a191d;
}
.cid-uTCEVNdILw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uTCEVNdILw .navbar-buttons {
  text-align: center;
}
.cid-uTCEVNdILw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uTCEVNdILw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTCEVNdILw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTCEVNdILw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCEVNdILw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCEVNdILw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTCEVNdILw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCEVNdILw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTCEVNdILw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTCEVNdILw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCEVNdILw .navbar-dropdown {
  position: absolute;
}
.cid-uTCEVNdILw a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCEVNdILw a.nav-link:hover {
  color: #b59230 !important;
}
.is-builder .cid-uTCEVNdILw .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTCEVNdILw .navbar {
    height: 77px;
  }
  .cid-uTCEVNdILw .navbar.opened {
    height: auto;
  }
  .cid-uTCEVNdILw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTCEVNBpp1 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #1a191d;
}
.cid-uTCEVNBpp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCEVNBpp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTCEVNBpp1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTCEVNBpp1 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uTCEVNBpp1 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uTCEVNBpp1 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uTCEVNBpp1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTCEVNBpp1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTCEVNBpp1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTCEVNBpp1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
  row-gap: 1rem;
}
.cid-uTCEVNBpp1 .item {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uTCEVNBpp1 .item {
    margin-bottom: 28px;
  }
}
.cid-uTCEVNBpp1 .item .item-wrapper {
  height: 100%;
  border: 2px solid #666666;
  background-color: #1a191d;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uTCEVNBpp1 .item .item-wrapper:hover,
.cid-uTCEVNBpp1 .item .item-wrapper:focus {
  border: 2px solid #b59230;
  box-shadow: 4px 4px 0 0 #b59230;
}
.cid-uTCEVNBpp1 .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uTCEVNBpp1 .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uTCEVNBpp1 .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
}
@media (max-width: 992px) {
  .cid-uTCEVNBpp1 .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uTCEVNBpp1 .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uTCEVNBpp1 .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uTCEVNBpp1 .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uTCEVNBpp1 .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #1a191d;
}
@media (max-width: 992px) {
  .cid-uTCEVNBpp1 .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uTCEVNBpp1 .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uTCEVNBpp1 .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uTCEVNBpp1 .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uTCEVNBpp1 .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uTCEVNBpp1 .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uTCEVNBpp1 .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #bff747;
}
.cid-uTCEVNBpp1 .icon-wrapper {
  text-align: right;
}
.cid-uTCEVNBpp1 .mbr-section-title,
.cid-uTCEVNBpp1 .item-title,
.cid-uTCEVNBpp1 .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uTCEVNBpp1 .mbr-text,
.cid-uTCEVNBpp1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTCEVNBpp1 .mbr-desc,
.cid-uTCEVNBpp1 .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uTCEVNBpp1 .item-desc {
  color: #fdfde1;
}
.cid-uTCEVNBpp1 .mbr-section-title {
  color: #b59230;
}
.cid-uTCEVNBpp1 .item-title,
.cid-uTCEVNBpp1 .icon-wrapper {
  color: #b59230;
}
.cid-uTCEVNBpp1 .item-text {
  color: #ffffff;
}
.cid-uTCEVNXmXz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1a191d;
}
.cid-uTCEVNXmXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCEVNXmXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTCEVNXmXz .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTCEVNXmXz .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uTCEVNXmXz .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uTCEVNXmXz .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uTCEVNXmXz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTCEVNXmXz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTCEVNXmXz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTCEVNXmXz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
  row-gap: 1rem;
}
.cid-uTCEVNXmXz .item {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uTCEVNXmXz .item {
    margin-bottom: 28px;
  }
}
.cid-uTCEVNXmXz .item .item-wrapper {
  height: 100%;
  border: 2px solid #666666;
  background-color: #1a191d;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uTCEVNXmXz .item .item-wrapper:hover,
.cid-uTCEVNXmXz .item .item-wrapper:focus {
  border: 2px solid #b59230;
  box-shadow: 4px 4px 0 0 #b59230;
}
.cid-uTCEVNXmXz .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uTCEVNXmXz .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uTCEVNXmXz .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
}
@media (max-width: 992px) {
  .cid-uTCEVNXmXz .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uTCEVNXmXz .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uTCEVNXmXz .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uTCEVNXmXz .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uTCEVNXmXz .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #1a191d;
}
@media (max-width: 992px) {
  .cid-uTCEVNXmXz .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uTCEVNXmXz .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uTCEVNXmXz .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uTCEVNXmXz .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uTCEVNXmXz .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uTCEVNXmXz .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uTCEVNXmXz .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #b59230;
}
.cid-uTCEVNXmXz .icon-wrapper {
  text-align: right;
}
.cid-uTCEVNXmXz .mbr-section-title,
.cid-uTCEVNXmXz .item-title,
.cid-uTCEVNXmXz .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uTCEVNXmXz .mbr-text,
.cid-uTCEVNXmXz .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uTCEVNXmXz .mbr-desc,
.cid-uTCEVNXmXz .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uTCEVNXmXz .item-desc {
  color: #fdfde1;
}
.cid-uTCEVNXmXz .item-title,
.cid-uTCEVNXmXz .icon-wrapper {
  color: #b59230;
}
.cid-uTCEVNXmXz .item-text {
  color: #ffffff;
}
.cid-uTCEVOk0TV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
  overflow: hidden;
}
.cid-uTCEVOk0TV::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uTCEVOk0TV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCEVOk0TV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTCEVOk0TV .container {
    padding: 0 22px;
  }
}
.cid-uTCEVOk0TV .row {
  position: relative;
  z-index: 1;
}
.cid-uTCEVOk0TV .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uTCEVOk0TV .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uTCEVOk0TV .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uTCEVOk0TV .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTCEVOk0TV .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCEVOk0TV .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTCEVOk0TV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTCEVOk0TV .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCEVOk0TV .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uTCEVOk0TV .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCEVOk0TV .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uTCEVOk0TV .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uTCEVOk0TV .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uTCEVOk0TV .nav-wrapper .list .item-wrap:hover,
.cid-uTCEVOk0TV .nav-wrapper .list .item-wrap:hover {
  color: #b59230;
}
.cid-uTCEVOk0TV .nav-wrapper .list .item-wrap:hover::before,
.cid-uTCEVOk0TV .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTCEVOk0TV .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTCEVOk0TV .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCEVOk0TV .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uTCEVOk0TV .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uTCEVOk0TV .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTCEVOk0TV .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uTCEVOk0TV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uTCEVOk0TV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uTCEVOk0TV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #b59230;
}
.cid-uTCEVOk0TV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uTCEVOk0TV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uTCEVOk0TV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uTCEVOk0TV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTCEVOk0TV .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCEVOk0TV .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uTCEVOk0TV .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uTCEVOk0TV .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uTCEVOk0TV .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTCEVOk0TV .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uTCEVOk0TV .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uTCEVOk0TV .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uTCEVOk0TV .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uTCEVOk0TV .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTCEVOk0TV .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTCEVOk0TV .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #b59230;
}
.cid-uTCEVOk0TV .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b59230;
  transition: all 0.3s ease-in-out;
}
.cid-uTCEVOk0TV .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #b59230;
  text-align: center;
}
.cid-uTCEVOk0TV .mbr-section-title {
  color: #00d0f3;
}
.cid-uTCEVOk0TV .mbr-text {
  color: #ffffff;
}
.cid-uTCEVOk0TV .mbr-section-subtitle {
  color: #b59230;
  text-align: center;
}
.cid-uTCEVOk0TV .list {
  color: #ffffff;
}
.cid-uTCEVOk0TV .mbr-contact {
  color: #ffffff;
}
.cid-uTCEVOk0TV .mbr-desc {
  color: #ffffff;
}
.cid-uTCEVOk0TV .list,
.cid-uTCEVOk0TV .item-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uTCEVOk0TV .mbr-desc,
.cid-uTCEVOk0TV .mbr-section-btn {
  text-align: left;
}
.cid-uTCEVOk0TV .mbr-contact,
.cid-uTCEVOk0TV .item-contact {
  text-align: left;
}
.cid-uTCEXOsWy0 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #1a191d;
}
@media (min-width: 991px) {
  .cid-uTCEXOsWy0 {
    min-height: 170px !important;
  }
}
.cid-uTCEXOsWy0 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uTCEXOsWy0 .empty_md {
    display: block;
  }
}
.cid-uTCEXOsWy0 .container,
.cid-uTCEXOsWy0 .container-fluid,
.cid-uTCEXOsWy0 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uTCEXOsWy0 .container,
  .cid-uTCEXOsWy0 .container-fluid,
  .cid-uTCEXOsWy0 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uTCEXOsWy0 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uTCEXOsWy0 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTCEXOsWy0 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uTCEXOsWy0 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uTCEXOsWy0 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uTCEXOsWy0 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b59230;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uTCEXOsWy0 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uTCEXOsWy0 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uTCEXOsWy0 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uTCEXOsWy0 .icons-menu .icons-wrapper:hover {
    background: #b59230;
  }
  .cid-uTCEXOsWy0 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uTCEXOsWy0 .empty,
  .cid-uTCEXOsWy0 .icons-menu {
    min-width: 265px;
  }
  .cid-uTCEXOsWy0 .navbar-logo {
    margin: 0;
  }
  .cid-uTCEXOsWy0 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uTCEXOsWy0 .btn {
    white-space: nowrap;
  }
  .cid-uTCEXOsWy0 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uTCEXOsWy0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uTCEXOsWy0 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uTCEXOsWy0 .dropdown-toggle::after,
  .cid-uTCEXOsWy0 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uTCEXOsWy0 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uTCEXOsWy0 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCEXOsWy0 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uTCEXOsWy0 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCEXOsWy0 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uTCEXOsWy0 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uTCEXOsWy0 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uTCEXOsWy0 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uTCEXOsWy0 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uTCEXOsWy0 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uTCEXOsWy0 .nav-item:focus,
.cid-uTCEXOsWy0 .nav-link:focus {
  outline: none;
}
.cid-uTCEXOsWy0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uTCEXOsWy0 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uTCEXOsWy0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uTCEXOsWy0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTCEXOsWy0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uTCEXOsWy0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTCEXOsWy0 ul.navbar-nav li {
  margin: auto;
}
.cid-uTCEXOsWy0 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d;
}
.cid-uTCEXOsWy0 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d !important;
}
.cid-uTCEXOsWy0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uTCEXOsWy0 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uTCEXOsWy0 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uTCEXOsWy0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTCEXOsWy0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTCEXOsWy0 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uTCEXOsWy0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uTCEXOsWy0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTCEXOsWy0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTCEXOsWy0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTCEXOsWy0 .navbar .icons-menu,
  .cid-uTCEXOsWy0 .navbar .empty {
    display: none;
  }
  .cid-uTCEXOsWy0 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uTCEXOsWy0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTCEXOsWy0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTCEXOsWy0 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uTCEXOsWy0 .navbar .container-fluid,
  .cid-uTCEXOsWy0 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uTCEXOsWy0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTCEXOsWy0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTCEXOsWy0 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uTCEXOsWy0 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uTCEXOsWy0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uTCEXOsWy0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uTCEXOsWy0 .navbar.navbar-short {
  background: #1a191d !important;
  min-height: 90px;
}
.cid-uTCEXOsWy0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uTCEXOsWy0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTCEXOsWy0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTCEXOsWy0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTCEXOsWy0 .dropdown-item.active,
.cid-uTCEXOsWy0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTCEXOsWy0 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTCEXOsWy0 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uTCEXOsWy0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a191d;
}
.cid-uTCEXOsWy0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uTCEXOsWy0 .navbar-buttons {
  text-align: center;
}
.cid-uTCEXOsWy0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uTCEXOsWy0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTCEXOsWy0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTCEXOsWy0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCEXOsWy0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCEXOsWy0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTCEXOsWy0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCEXOsWy0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTCEXOsWy0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTCEXOsWy0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCEXOsWy0 .navbar-dropdown {
  position: absolute;
}
.cid-uTCEXOsWy0 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCEXOsWy0 a.nav-link:hover {
  color: #b59230 !important;
}
.is-builder .cid-uTCEXOsWy0 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTCEXOsWy0 .navbar {
    height: 77px;
  }
  .cid-uTCEXOsWy0 .navbar.opened {
    height: auto;
  }
  .cid-uTCEXOsWy0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTCEXOPCgW {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pexels-bertellifotografia-2467506-2000x1333.jpg");
  overflow: hidden;
}
.cid-uTCEXOPCgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCEXOPCgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTCEXOPCgW .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-uTCEXOPCgW .text-wrap {
    margin-bottom: 0;
    padding: 0 15% 0 0;
  }
}
.cid-uTCEXOPCgW .mbr-section-title {
  color: #b59230;
}
.cid-uTCEXOPCgW .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uTCEXOPCgW .mbr-section-btn {
  margin-top: 18px;
}
.cid-uTCEXOPCgW .img-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTCEXOPCgW .img-wrap {
    padding: 0 0 0 2%;
  }
}
.cid-uTCEXOPCgW .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-uTCEXP7BCY {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #1a191d;
}
.cid-uTCEXP7BCY .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #b59230;
  transform: skewX(-20deg);
}
.cid-uTCEXP7BCY .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #b59230;
  transform: skewX(-20deg);
}
.cid-uTCEXP7BCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCEXP7BCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTCEXP7BCY .container {
    padding: 0 15px;
  }
}
.cid-uTCEXP7BCY .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uTCEXP7BCY .image-wrapper {
  position: relative;
}
.cid-uTCEXP7BCY .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #b59230;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uTCEXP7BCY .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTCEXP7BCY .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uTCEXP7BCY .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uTCEXP7BCY .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uTCEXP7BCY .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uTCEXP7BCY .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uTCEXP7BCY .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uTCEXP7BCY .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uTCEXP7BCY .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uTCEXP7BCY .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uTCEXP7BCY .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uTCEXP7BCY .mbr-text {
  color: #f7f5f6;
}
.cid-uTCEXP7BCY .item-name {
  color: #f7f5f6;
}
.cid-uTCEXP7BCY .item-role {
  color: #b59230;
}
.cid-uTCEXPo5jH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
}
.cid-uTCEXPo5jH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCEXPo5jH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTCEXPo5jH .container {
    padding: 10px 8px;
  }
}
.cid-uTCEXPo5jH .row {
  border-radius: 25px;
  background-color: #1a191d;
  box-shadow: inset 0 0 5rem #b59230;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uTCEXPo5jH .row {
    padding: 50px 10px;
  }
}
.cid-uTCEXPo5jH .row .card {
  padding: 0;
}
.cid-uTCEXPo5jH .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #b59230;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCEXPo5jH .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uTCEXPo5jH .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTCEXPo5jH .mbr-section-title span {
  opacity: .5;
}
.cid-uTCEXPDYk5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
}
.cid-uTCEXPDYk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCEXPDYk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTCEXPDYk5 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uTCEXPDYk5 .container {
    padding: 10px 8px;
  }
}
.cid-uTCEXPDYk5 .row {
  border-radius: 25px;
  background-color: #1a191d;
  box-shadow: inset 0 0 5rem #b59230;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uTCEXPDYk5 .row {
    padding: 50px 10px;
  }
}
.cid-uTCEXPDYk5 .row .card {
  padding: 0;
}
.cid-uTCEXPDYk5 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #b59230;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCEXPDYk5 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uTCEXPDYk5 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTCEXPDYk5 .mbr-section-title span {
  opacity: .5;
}
.cid-uTCEXPTIA1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
}
.cid-uTCEXPTIA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCEXPTIA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTCEXPTIA1 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uTCEXPTIA1 .container {
    padding: 10px 8px;
  }
}
.cid-uTCEXPTIA1 .row {
  border-radius: 25px;
  background-color: #1a191d;
  box-shadow: inset 0 0 5rem #b59230;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uTCEXPTIA1 .row {
    padding: 50px 10px;
  }
}
.cid-uTCEXPTIA1 .row .card {
  padding: 0;
}
.cid-uTCEXPTIA1 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #b59230;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCEXPTIA1 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uTCEXPTIA1 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTCEXPTIA1 .mbr-section-title span {
  opacity: .5;
}
.cid-uTCEXQ9lTI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
  overflow: hidden;
}
.cid-uTCEXQ9lTI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uTCEXQ9lTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCEXQ9lTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTCEXQ9lTI .container {
    padding: 0 22px;
  }
}
.cid-uTCEXQ9lTI .row {
  position: relative;
  z-index: 1;
}
.cid-uTCEXQ9lTI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uTCEXQ9lTI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uTCEXQ9lTI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uTCEXQ9lTI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTCEXQ9lTI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCEXQ9lTI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTCEXQ9lTI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTCEXQ9lTI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCEXQ9lTI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uTCEXQ9lTI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCEXQ9lTI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uTCEXQ9lTI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uTCEXQ9lTI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uTCEXQ9lTI .nav-wrapper .list .item-wrap:hover,
.cid-uTCEXQ9lTI .nav-wrapper .list .item-wrap:hover {
  color: #b59230;
}
.cid-uTCEXQ9lTI .nav-wrapper .list .item-wrap:hover::before,
.cid-uTCEXQ9lTI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTCEXQ9lTI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTCEXQ9lTI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCEXQ9lTI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uTCEXQ9lTI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uTCEXQ9lTI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTCEXQ9lTI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uTCEXQ9lTI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uTCEXQ9lTI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uTCEXQ9lTI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #b59230;
}
.cid-uTCEXQ9lTI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uTCEXQ9lTI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uTCEXQ9lTI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uTCEXQ9lTI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTCEXQ9lTI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCEXQ9lTI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uTCEXQ9lTI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uTCEXQ9lTI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uTCEXQ9lTI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTCEXQ9lTI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uTCEXQ9lTI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uTCEXQ9lTI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uTCEXQ9lTI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uTCEXQ9lTI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTCEXQ9lTI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTCEXQ9lTI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #b59230;
}
.cid-uTCEXQ9lTI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b59230;
  transition: all 0.3s ease-in-out;
}
.cid-uTCEXQ9lTI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #b59230;
  text-align: center;
}
.cid-uTCEXQ9lTI .mbr-section-title {
  color: #00d0f3;
}
.cid-uTCEXQ9lTI .mbr-text {
  color: #ffffff;
}
.cid-uTCEXQ9lTI .mbr-section-subtitle {
  color: #b59230;
  text-align: center;
}
.cid-uTCEXQ9lTI .list {
  color: #ffffff;
}
.cid-uTCEXQ9lTI .mbr-contact {
  color: #ffffff;
}
.cid-uTCEXQ9lTI .mbr-desc {
  color: #ffffff;
}
.cid-uTCEXQ9lTI .list,
.cid-uTCEXQ9lTI .item-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uTCEXQ9lTI .mbr-desc,
.cid-uTCEXQ9lTI .mbr-section-btn {
  text-align: left;
}
.cid-uTCEXQ9lTI .mbr-contact,
.cid-uTCEXQ9lTI .item-contact {
  text-align: left;
}
.cid-sa69dh2Rwn {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #1a191d;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .empty_md {
    display: block;
  }
}
.cid-sa69dh2Rwn .container,
.cid-sa69dh2Rwn .container-fluid,
.cid-sa69dh2Rwn .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn .container,
  .cid-sa69dh2Rwn .container-fluid,
  .cid-sa69dh2Rwn .empty_md {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sa69dh2Rwn .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 110px !important;
  }
}
.cid-sa69dh2Rwn .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sa69dh2Rwn .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b59230;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-sa69dh2Rwn .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sa69dh2Rwn .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover {
    background: #b59230;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sa69dh2Rwn .empty,
  .cid-sa69dh2Rwn .icons-menu {
    min-width: 265px;
  }
  .cid-sa69dh2Rwn .navbar-logo {
    margin: 0;
  }
  .cid-sa69dh2Rwn .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sa69dh2Rwn .btn {
    white-space: nowrap;
  }
  .cid-sa69dh2Rwn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sa69dh2Rwn .dropdown-toggle::after,
  .cid-sa69dh2Rwn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sa69dh2Rwn .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-sa69dh2Rwn .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sa69dh2Rwn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sa69dh2Rwn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sa69dh2Rwn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sa69dh2Rwn .nav-item:focus,
.cid-sa69dh2Rwn .nav-link:focus {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sa69dh2Rwn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sa69dh2Rwn ul.navbar-nav li {
  margin: auto;
}
.cid-sa69dh2Rwn .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d;
}
.cid-sa69dh2Rwn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d !important;
}
.cid-sa69dh2Rwn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sa69dh2Rwn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sa69dh2Rwn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .icons-menu,
  .cid-sa69dh2Rwn .navbar .empty {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sa69dh2Rwn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sa69dh2Rwn .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sa69dh2Rwn .navbar .container-fluid,
  .cid-sa69dh2Rwn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sa69dh2Rwn .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sa69dh2Rwn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sa69dh2Rwn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sa69dh2Rwn .navbar.navbar-short {
  background: #1a191d !important;
  min-height: 90px;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sa69dh2Rwn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sa69dh2Rwn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown-item.active,
.cid-sa69dh2Rwn .dropdown-item:active {
  background-color: transparent;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a191d;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sa69dh2Rwn .navbar-buttons {
  text-align: center;
}
.cid-sa69dh2Rwn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn .navbar-dropdown {
  position: absolute;
}
.cid-sa69dh2Rwn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn a.nav-link:hover {
  color: #b59230 !important;
}
.is-builder .cid-sa69dh2Rwn .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sa69dh2Rwn .navbar {
    height: 77px;
  }
  .cid-sa69dh2Rwn .navbar.opened {
    height: auto;
  }
  .cid-sa69dh2Rwn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTCCrMwYyw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
}
.cid-uTCCrMwYyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCCrMwYyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTCCrMwYyw .card-wrapper {
  position: relative;
  background-color: #1a191d;
  padding: 160px 48px;
  margin: 6px 0;
}
@media (max-width: 1440px) {
  .cid-uTCCrMwYyw .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTCCrMwYyw .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTCCrMwYyw .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uTCCrMwYyw .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uTCCrMwYyw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
.cid-uTCCrMwYyw .embla__slide:nth-child(2n) {
  min-width: 40%;
  max-width: 40%;
}
.cid-uTCCrMwYyw .embla__slide:nth-child(3n) {
  min-width: 100%;
  max-width: 100%;
}
.cid-uTCCrMwYyw .embla__slide:nth-child(4n) {
  min-width: 40%;
  max-width: 40%;
}
.cid-uTCCrMwYyw .embla__slide:nth-child(5n) {
  min-width: 60%;
  max-width: 60%;
}
.cid-uTCCrMwYyw .embla__slide:nth-child(6n) {
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uTCCrMwYyw .embla__slide {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.cid-uTCCrMwYyw .embla__slide .slide-content {
  width: 100%;
}
.cid-uTCCrMwYyw .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uTCCrMwYyw .embla__slide .slide-content .item-wrapper .item-img img {
    height: 480px;
  }
}
@media (max-width: 992px) {
  .cid-uTCCrMwYyw .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uTCCrMwYyw .embla__button--next,
.cid-uTCCrMwYyw .embla__button--prev {
  display: flex;
}
.cid-uTCCrMwYyw .embla__button {
  bottom: 45%;
  width: 64px;
  height: 64px;
  font-size: 32px;
  background-color: #b59230 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 1540px) {
  .cid-uTCCrMwYyw .embla__button {
    bottom: 0;
  }
}
.cid-uTCCrMwYyw .embla__button:hover {
  opacity: .8 !important;
}
.cid-uTCCrMwYyw .embla__button:disabled {
  opacity: .2 !important;
}
.cid-uTCCrMwYyw .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 1540px) {
  .cid-uTCCrMwYyw .embla__button.embla__button--prev {
    left: auto;
    margin-left: -74px;
  }
}
.cid-uTCCrMwYyw .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 1540px) {
  .cid-uTCCrMwYyw .embla__button.embla__button--next {
    right: auto;
    margin-right: -74px;
  }
}
.cid-uTCCrMwYyw .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1540px) {
  .cid-uTCCrMwYyw .embla {
    padding-bottom: 8rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTCCrMwYyw .embla {
    padding-bottom: 6rem;
  }
}
.cid-uTCCrMwYyw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTCCrMwYyw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTCCrMwYyw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTCCrMwYyw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTCCrMwYyw .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTCCrMwYyw .mbr-section-title,
.cid-uTCCrMwYyw .title-wrapper {
  color: #b59230;
  text-align: center;
}
.cid-uTCAWjvOan {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1a191d;
}
.cid-uTCAWjvOan .item:focus,
.cid-uTCAWjvOan span:focus {
  outline: none;
}
.cid-uTCAWjvOan .item {
  cursor: pointer;
}
.cid-uTCAWjvOan .grid-container {
  grid-row-gap: 12px;
}
@media (max-width: 992px) {
  .cid-uTCAWjvOan .grid-container {
    grid-row-gap: 6px;
  }
}
.cid-uTCAWjvOan .grid-container-1,
.cid-uTCAWjvOan .grid-container-2 {
  gap: 0 12px;
}
@media (max-width: 992px) {
  .cid-uTCAWjvOan .grid-container-1,
  .cid-uTCAWjvOan .grid-container-2 {
    gap: 0 6px;
  }
}
.cid-uTCAWjvOan .mbr-section-title {
  margin-bottom: 84px;
  color: #b59230;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCAWjvOan .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTCAWjvOan .content-head {
  max-width: 800px;
}
.cid-uTCAWjvOan .container,
.cid-uTCAWjvOan .container-fluid {
  overflow: hidden;
}
.cid-uTCAWjvOan .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uTCAWjvOan .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTCAWjvOan .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uTCAWjvOan .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uTCAWjvOan .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-uTCAWjvOan .grid-item img {
    height: 150px;
  }
}
.cid-uTCAWjvOan .grid-container-1,
.cid-uTCAWjvOan .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uTCAWjvOan .grid-container-1 {
  align-items: flex-end;
}
.cid-uTCAWjvOan .grid-container-2 {
  align-items: flex-start;
}
.cid-uSXSCEjRXA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
  overflow: hidden;
}
.cid-uSXSCEjRXA::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uSXSCEjRXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSXSCEjRXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .container {
    padding: 0 22px;
  }
}
.cid-uSXSCEjRXA .row {
  position: relative;
  z-index: 1;
}
.cid-uSXSCEjRXA .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uSXSCEjRXA .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uSXSCEjRXA .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uSXSCEjRXA .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSXSCEjRXA .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uSXSCEjRXA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uSXSCEjRXA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover,
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover {
  color: #b59230;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover::before,
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #b59230;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #b59230;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b59230;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #b59230;
  text-align: center;
}
.cid-uSXSCEjRXA .mbr-section-title {
  color: #00d0f3;
}
.cid-uSXSCEjRXA .mbr-text {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-section-subtitle {
  color: #b59230;
  text-align: center;
}
.cid-uSXSCEjRXA .list {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-contact {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-desc {
  color: #ffffff;
}
.cid-uSXSCEjRXA .list,
.cid-uSXSCEjRXA .item-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-desc,
.cid-uSXSCEjRXA .mbr-section-btn {
  text-align: left;
}
.cid-uSXSCEjRXA .mbr-contact,
.cid-uSXSCEjRXA .item-contact {
  text-align: left;
}
.cid-uTCF1J6Kq0 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #1a191d;
}
@media (min-width: 991px) {
  .cid-uTCF1J6Kq0 {
    min-height: 170px !important;
  }
}
.cid-uTCF1J6Kq0 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uTCF1J6Kq0 .empty_md {
    display: block;
  }
}
.cid-uTCF1J6Kq0 .container,
.cid-uTCF1J6Kq0 .container-fluid,
.cid-uTCF1J6Kq0 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uTCF1J6Kq0 .container,
  .cid-uTCF1J6Kq0 .container-fluid,
  .cid-uTCF1J6Kq0 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uTCF1J6Kq0 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uTCF1J6Kq0 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTCF1J6Kq0 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uTCF1J6Kq0 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uTCF1J6Kq0 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uTCF1J6Kq0 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b59230;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uTCF1J6Kq0 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uTCF1J6Kq0 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uTCF1J6Kq0 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uTCF1J6Kq0 .icons-menu .icons-wrapper:hover {
    background: #b59230;
  }
  .cid-uTCF1J6Kq0 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uTCF1J6Kq0 .empty,
  .cid-uTCF1J6Kq0 .icons-menu {
    min-width: 265px;
  }
  .cid-uTCF1J6Kq0 .navbar-logo {
    margin: 0;
  }
  .cid-uTCF1J6Kq0 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uTCF1J6Kq0 .btn {
    white-space: nowrap;
  }
  .cid-uTCF1J6Kq0 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uTCF1J6Kq0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uTCF1J6Kq0 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uTCF1J6Kq0 .dropdown-toggle::after,
  .cid-uTCF1J6Kq0 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uTCF1J6Kq0 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uTCF1J6Kq0 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCF1J6Kq0 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uTCF1J6Kq0 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCF1J6Kq0 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uTCF1J6Kq0 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uTCF1J6Kq0 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uTCF1J6Kq0 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uTCF1J6Kq0 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uTCF1J6Kq0 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uTCF1J6Kq0 .nav-item:focus,
.cid-uTCF1J6Kq0 .nav-link:focus {
  outline: none;
}
.cid-uTCF1J6Kq0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uTCF1J6Kq0 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uTCF1J6Kq0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uTCF1J6Kq0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTCF1J6Kq0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uTCF1J6Kq0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTCF1J6Kq0 ul.navbar-nav li {
  margin: auto;
}
.cid-uTCF1J6Kq0 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d;
}
.cid-uTCF1J6Kq0 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d !important;
}
.cid-uTCF1J6Kq0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uTCF1J6Kq0 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uTCF1J6Kq0 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uTCF1J6Kq0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTCF1J6Kq0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTCF1J6Kq0 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uTCF1J6Kq0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uTCF1J6Kq0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTCF1J6Kq0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTCF1J6Kq0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTCF1J6Kq0 .navbar .icons-menu,
  .cid-uTCF1J6Kq0 .navbar .empty {
    display: none;
  }
  .cid-uTCF1J6Kq0 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uTCF1J6Kq0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTCF1J6Kq0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTCF1J6Kq0 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uTCF1J6Kq0 .navbar .container-fluid,
  .cid-uTCF1J6Kq0 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uTCF1J6Kq0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTCF1J6Kq0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTCF1J6Kq0 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uTCF1J6Kq0 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uTCF1J6Kq0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uTCF1J6Kq0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uTCF1J6Kq0 .navbar.navbar-short {
  background: #1a191d !important;
  min-height: 90px;
}
.cid-uTCF1J6Kq0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uTCF1J6Kq0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTCF1J6Kq0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTCF1J6Kq0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTCF1J6Kq0 .dropdown-item.active,
.cid-uTCF1J6Kq0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTCF1J6Kq0 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTCF1J6Kq0 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uTCF1J6Kq0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a191d;
}
.cid-uTCF1J6Kq0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uTCF1J6Kq0 .navbar-buttons {
  text-align: center;
}
.cid-uTCF1J6Kq0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uTCF1J6Kq0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTCF1J6Kq0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTCF1J6Kq0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCF1J6Kq0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCF1J6Kq0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTCF1J6Kq0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCF1J6Kq0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTCF1J6Kq0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTCF1J6Kq0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCF1J6Kq0 .navbar-dropdown {
  position: absolute;
}
.cid-uTCF1J6Kq0 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCF1J6Kq0 a.nav-link:hover {
  color: #b59230 !important;
}
.is-builder .cid-uTCF1J6Kq0 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTCF1J6Kq0 .navbar {
    height: 77px;
  }
  .cid-uTCF1J6Kq0 .navbar.opened {
    height: auto;
  }
  .cid-uTCF1J6Kq0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTCF1JuRON {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
}
.cid-uTCF1JuRON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCF1JuRON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTCF1JuRON .card-wrapper {
  position: relative;
  background-color: #1a191d;
  padding: 160px 48px;
  margin: 6px 0;
}
@media (max-width: 1440px) {
  .cid-uTCF1JuRON .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTCF1JuRON .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTCF1JuRON .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uTCF1JuRON .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uTCF1JuRON .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
.cid-uTCF1JuRON .embla__slide:nth-child(2n) {
  min-width: 40%;
  max-width: 40%;
}
.cid-uTCF1JuRON .embla__slide:nth-child(3n) {
  min-width: 100%;
  max-width: 100%;
}
.cid-uTCF1JuRON .embla__slide:nth-child(4n) {
  min-width: 40%;
  max-width: 40%;
}
.cid-uTCF1JuRON .embla__slide:nth-child(5n) {
  min-width: 60%;
  max-width: 60%;
}
.cid-uTCF1JuRON .embla__slide:nth-child(6n) {
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uTCF1JuRON .embla__slide {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.cid-uTCF1JuRON .embla__slide .slide-content {
  width: 100%;
}
.cid-uTCF1JuRON .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uTCF1JuRON .embla__slide .slide-content .item-wrapper .item-img img {
    height: 480px;
  }
}
@media (max-width: 992px) {
  .cid-uTCF1JuRON .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uTCF1JuRON .embla__button--next,
.cid-uTCF1JuRON .embla__button--prev {
  display: flex;
}
.cid-uTCF1JuRON .embla__button {
  bottom: 45%;
  width: 64px;
  height: 64px;
  font-size: 32px;
  background-color: #b59230 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 1540px) {
  .cid-uTCF1JuRON .embla__button {
    bottom: 0;
  }
}
.cid-uTCF1JuRON .embla__button:hover {
  opacity: .8 !important;
}
.cid-uTCF1JuRON .embla__button:disabled {
  opacity: .2 !important;
}
.cid-uTCF1JuRON .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 1540px) {
  .cid-uTCF1JuRON .embla__button.embla__button--prev {
    left: auto;
    margin-left: -74px;
  }
}
.cid-uTCF1JuRON .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 1540px) {
  .cid-uTCF1JuRON .embla__button.embla__button--next {
    right: auto;
    margin-right: -74px;
  }
}
.cid-uTCF1JuRON .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1540px) {
  .cid-uTCF1JuRON .embla {
    padding-bottom: 8rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTCF1JuRON .embla {
    padding-bottom: 6rem;
  }
}
.cid-uTCF1JuRON .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTCF1JuRON .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTCF1JuRON .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTCF1JuRON .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTCF1JuRON .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTCF1JuRON .mbr-section-title,
.cid-uTCF1JuRON .title-wrapper {
  color: #b59230;
  text-align: center;
}
.cid-uTCF1JSRHs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1a191d;
}
.cid-uTCF1JSRHs .item:focus,
.cid-uTCF1JSRHs span:focus {
  outline: none;
}
.cid-uTCF1JSRHs .item {
  cursor: pointer;
}
.cid-uTCF1JSRHs .grid-container {
  grid-row-gap: 12px;
}
@media (max-width: 992px) {
  .cid-uTCF1JSRHs .grid-container {
    grid-row-gap: 6px;
  }
}
.cid-uTCF1JSRHs .grid-container-1,
.cid-uTCF1JSRHs .grid-container-2 {
  gap: 0 12px;
}
@media (max-width: 992px) {
  .cid-uTCF1JSRHs .grid-container-1,
  .cid-uTCF1JSRHs .grid-container-2 {
    gap: 0 6px;
  }
}
.cid-uTCF1JSRHs .mbr-section-title {
  margin-bottom: 84px;
  color: #b59230;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCF1JSRHs .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTCF1JSRHs .content-head {
  max-width: 800px;
}
.cid-uTCF1JSRHs .container,
.cid-uTCF1JSRHs .container-fluid {
  overflow: hidden;
}
.cid-uTCF1JSRHs .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uTCF1JSRHs .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTCF1JSRHs .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uTCF1JSRHs .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uTCF1JSRHs .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-uTCF1JSRHs .grid-item img {
    height: 150px;
  }
}
.cid-uTCF1JSRHs .grid-container-1,
.cid-uTCF1JSRHs .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uTCF1JSRHs .grid-container-1 {
  align-items: flex-end;
}
.cid-uTCF1JSRHs .grid-container-2 {
  align-items: flex-start;
}
.cid-uTCF1KcM2A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
  overflow: hidden;
}
.cid-uTCF1KcM2A::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uTCF1KcM2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCF1KcM2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTCF1KcM2A .container {
    padding: 0 22px;
  }
}
.cid-uTCF1KcM2A .row {
  position: relative;
  z-index: 1;
}
.cid-uTCF1KcM2A .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uTCF1KcM2A .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uTCF1KcM2A .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uTCF1KcM2A .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTCF1KcM2A .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCF1KcM2A .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTCF1KcM2A .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTCF1KcM2A .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCF1KcM2A .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uTCF1KcM2A .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCF1KcM2A .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uTCF1KcM2A .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uTCF1KcM2A .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uTCF1KcM2A .nav-wrapper .list .item-wrap:hover,
.cid-uTCF1KcM2A .nav-wrapper .list .item-wrap:hover {
  color: #b59230;
}
.cid-uTCF1KcM2A .nav-wrapper .list .item-wrap:hover::before,
.cid-uTCF1KcM2A .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTCF1KcM2A .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTCF1KcM2A .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCF1KcM2A .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uTCF1KcM2A .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uTCF1KcM2A .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTCF1KcM2A .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uTCF1KcM2A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uTCF1KcM2A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uTCF1KcM2A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #b59230;
}
.cid-uTCF1KcM2A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uTCF1KcM2A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uTCF1KcM2A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uTCF1KcM2A .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTCF1KcM2A .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCF1KcM2A .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uTCF1KcM2A .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uTCF1KcM2A .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uTCF1KcM2A .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTCF1KcM2A .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uTCF1KcM2A .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uTCF1KcM2A .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uTCF1KcM2A .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uTCF1KcM2A .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTCF1KcM2A .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTCF1KcM2A .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #b59230;
}
.cid-uTCF1KcM2A .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b59230;
  transition: all 0.3s ease-in-out;
}
.cid-uTCF1KcM2A .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #b59230;
  text-align: center;
}
.cid-uTCF1KcM2A .mbr-section-title {
  color: #00d0f3;
}
.cid-uTCF1KcM2A .mbr-text {
  color: #ffffff;
}
.cid-uTCF1KcM2A .mbr-section-subtitle {
  color: #b59230;
  text-align: center;
}
.cid-uTCF1KcM2A .list {
  color: #ffffff;
}
.cid-uTCF1KcM2A .mbr-contact {
  color: #ffffff;
}
.cid-uTCF1KcM2A .mbr-desc {
  color: #ffffff;
}
.cid-uTCF1KcM2A .list,
.cid-uTCF1KcM2A .item-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uTCF1KcM2A .mbr-desc,
.cid-uTCF1KcM2A .mbr-section-btn {
  text-align: left;
}
.cid-uTCF1KcM2A .mbr-contact,
.cid-uTCF1KcM2A .item-contact {
  text-align: left;
}
.cid-sa69dh2Rwn {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #1a191d;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .empty_md {
    display: block;
  }
}
.cid-sa69dh2Rwn .container,
.cid-sa69dh2Rwn .container-fluid,
.cid-sa69dh2Rwn .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn .container,
  .cid-sa69dh2Rwn .container-fluid,
  .cid-sa69dh2Rwn .empty_md {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sa69dh2Rwn .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 110px !important;
  }
}
.cid-sa69dh2Rwn .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sa69dh2Rwn .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b59230;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-sa69dh2Rwn .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sa69dh2Rwn .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover {
    background: #b59230;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sa69dh2Rwn .empty,
  .cid-sa69dh2Rwn .icons-menu {
    min-width: 265px;
  }
  .cid-sa69dh2Rwn .navbar-logo {
    margin: 0;
  }
  .cid-sa69dh2Rwn .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sa69dh2Rwn .btn {
    white-space: nowrap;
  }
  .cid-sa69dh2Rwn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sa69dh2Rwn .dropdown-toggle::after,
  .cid-sa69dh2Rwn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sa69dh2Rwn .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-sa69dh2Rwn .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sa69dh2Rwn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sa69dh2Rwn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sa69dh2Rwn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sa69dh2Rwn .nav-item:focus,
.cid-sa69dh2Rwn .nav-link:focus {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sa69dh2Rwn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sa69dh2Rwn ul.navbar-nav li {
  margin: auto;
}
.cid-sa69dh2Rwn .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d;
}
.cid-sa69dh2Rwn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d !important;
}
.cid-sa69dh2Rwn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sa69dh2Rwn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sa69dh2Rwn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .icons-menu,
  .cid-sa69dh2Rwn .navbar .empty {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sa69dh2Rwn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sa69dh2Rwn .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sa69dh2Rwn .navbar .container-fluid,
  .cid-sa69dh2Rwn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sa69dh2Rwn .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sa69dh2Rwn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sa69dh2Rwn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sa69dh2Rwn .navbar.navbar-short {
  background: #1a191d !important;
  min-height: 90px;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sa69dh2Rwn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sa69dh2Rwn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown-item.active,
.cid-sa69dh2Rwn .dropdown-item:active {
  background-color: transparent;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a191d;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sa69dh2Rwn .navbar-buttons {
  text-align: center;
}
.cid-sa69dh2Rwn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn .navbar-dropdown {
  position: absolute;
}
.cid-sa69dh2Rwn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn a.nav-link:hover {
  color: #b59230 !important;
}
.is-builder .cid-sa69dh2Rwn .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sa69dh2Rwn .navbar {
    height: 77px;
  }
  .cid-sa69dh2Rwn .navbar.opened {
    height: auto;
  }
  .cid-sa69dh2Rwn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT3ia7adjf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #1a191d;
}
.cid-uT3ia7adjf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT3ia7adjf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uT3ia7adjf .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uT3ia7adjf .container {
    padding: 0 12px;
  }
}
.cid-uT3ia7adjf .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uT3ia7adjf .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-uT3ia7adjf .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uT3ia7adjf .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-uT3ia7adjf .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-uT3ia7adjf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uT3ia7adjf .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-uT3ia7adjf .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-uT3ia7adjf .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uT3ia7adjf .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uT3ia7adjf .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uT3ia7adjf .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #b59230;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #b59230 !important;
  background-color: #1a191d;
  transition: all 300ms ease;
}
.cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #b59230 !important;
  box-shadow: none;
}
.cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #b59230;
}
.cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b59230;
  border-color: #b59230;
}
.cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uT3ia7adjf .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-uT3ia7adjf .mbr-form .form-conrol {
  color: #b59230;
}
.cid-uT3ia7adjf .mbr-section-title {
  color: #ffffff;
}
.cid-uT3ia7adjf .mbr-text {
  color: #ffffff;
}
.cid-uT3ia7adjf label {
  color: #ffffff;
}
.cid-uT3ia7adjf .mbr-section-title,
.cid-uT3ia7adjf .mbr-section-btn {
  color: #ffffff;
}
.cid-uT3ia7adjf .card-contacts {
  color: #b59230;
}
.cid-uT3ia7adjf H3 {
  color: #ffffff;
}
.cid-uT3jtoUuXs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1a191d;
}
.cid-uT3jtoUuXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT3jtoUuXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT3jtoUuXs .row {
  justify-content: center;
}
.cid-uT3jtoUuXs .map-wrapper {
  position: relative;
}
.cid-uT3jtoUuXs .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#b59230, transparent);
  filter: blur(100px);
}
.cid-uT3jtoUuXs .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #b59230;
  background-color: #b59230;
}
.cid-uT3jtoUuXs .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uT3jtoUuXs .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uT3jtoUuXs .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSXSCEjRXA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
  overflow: hidden;
}
.cid-uSXSCEjRXA::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uSXSCEjRXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSXSCEjRXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .container {
    padding: 0 22px;
  }
}
.cid-uSXSCEjRXA .row {
  position: relative;
  z-index: 1;
}
.cid-uSXSCEjRXA .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uSXSCEjRXA .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uSXSCEjRXA .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uSXSCEjRXA .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSXSCEjRXA .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uSXSCEjRXA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uSXSCEjRXA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover,
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover {
  color: #b59230;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover::before,
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #b59230;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #b59230;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b59230;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #b59230;
  text-align: center;
}
.cid-uSXSCEjRXA .mbr-section-title {
  color: #00d0f3;
}
.cid-uSXSCEjRXA .mbr-text {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-section-subtitle {
  color: #b59230;
  text-align: center;
}
.cid-uSXSCEjRXA .list {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-contact {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-desc {
  color: #ffffff;
}
.cid-uSXSCEjRXA .list,
.cid-uSXSCEjRXA .item-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-desc,
.cid-uSXSCEjRXA .mbr-section-btn {
  text-align: left;
}
.cid-uSXSCEjRXA .mbr-contact,
.cid-uSXSCEjRXA .item-contact {
  text-align: left;
}
.cid-uTCF4tMF6Z {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #1a191d;
}
@media (min-width: 991px) {
  .cid-uTCF4tMF6Z {
    min-height: 170px !important;
  }
}
.cid-uTCF4tMF6Z .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uTCF4tMF6Z .empty_md {
    display: block;
  }
}
.cid-uTCF4tMF6Z .container,
.cid-uTCF4tMF6Z .container-fluid,
.cid-uTCF4tMF6Z .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uTCF4tMF6Z .container,
  .cid-uTCF4tMF6Z .container-fluid,
  .cid-uTCF4tMF6Z .empty_md {
    min-height: 170px !important;
  }
}
.cid-uTCF4tMF6Z .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uTCF4tMF6Z .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTCF4tMF6Z .top_menu {
    min-height: 110px !important;
  }
}
.cid-uTCF4tMF6Z .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uTCF4tMF6Z .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uTCF4tMF6Z .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b59230;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uTCF4tMF6Z .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uTCF4tMF6Z .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uTCF4tMF6Z .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uTCF4tMF6Z .icons-menu .icons-wrapper:hover {
    background: #b59230;
  }
  .cid-uTCF4tMF6Z .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uTCF4tMF6Z .empty,
  .cid-uTCF4tMF6Z .icons-menu {
    min-width: 265px;
  }
  .cid-uTCF4tMF6Z .navbar-logo {
    margin: 0;
  }
  .cid-uTCF4tMF6Z .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uTCF4tMF6Z .btn {
    white-space: nowrap;
  }
  .cid-uTCF4tMF6Z .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uTCF4tMF6Z .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uTCF4tMF6Z .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uTCF4tMF6Z .dropdown-toggle::after,
  .cid-uTCF4tMF6Z .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uTCF4tMF6Z .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uTCF4tMF6Z .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCF4tMF6Z .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uTCF4tMF6Z .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCF4tMF6Z .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uTCF4tMF6Z .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uTCF4tMF6Z .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uTCF4tMF6Z .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uTCF4tMF6Z .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uTCF4tMF6Z .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uTCF4tMF6Z .nav-item:focus,
.cid-uTCF4tMF6Z .nav-link:focus {
  outline: none;
}
.cid-uTCF4tMF6Z .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uTCF4tMF6Z .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uTCF4tMF6Z .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uTCF4tMF6Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTCF4tMF6Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uTCF4tMF6Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTCF4tMF6Z ul.navbar-nav li {
  margin: auto;
}
.cid-uTCF4tMF6Z .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d;
}
.cid-uTCF4tMF6Z .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d !important;
}
.cid-uTCF4tMF6Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uTCF4tMF6Z .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uTCF4tMF6Z .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uTCF4tMF6Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTCF4tMF6Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTCF4tMF6Z .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uTCF4tMF6Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uTCF4tMF6Z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTCF4tMF6Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTCF4tMF6Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTCF4tMF6Z .navbar .icons-menu,
  .cid-uTCF4tMF6Z .navbar .empty {
    display: none;
  }
  .cid-uTCF4tMF6Z .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uTCF4tMF6Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTCF4tMF6Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTCF4tMF6Z .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uTCF4tMF6Z .navbar .container-fluid,
  .cid-uTCF4tMF6Z .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uTCF4tMF6Z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTCF4tMF6Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTCF4tMF6Z .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uTCF4tMF6Z .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uTCF4tMF6Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uTCF4tMF6Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uTCF4tMF6Z .navbar.navbar-short {
  background: #1a191d !important;
  min-height: 90px;
}
.cid-uTCF4tMF6Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uTCF4tMF6Z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTCF4tMF6Z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTCF4tMF6Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTCF4tMF6Z .dropdown-item.active,
.cid-uTCF4tMF6Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uTCF4tMF6Z .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTCF4tMF6Z .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uTCF4tMF6Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a191d;
}
.cid-uTCF4tMF6Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uTCF4tMF6Z .navbar-buttons {
  text-align: center;
}
.cid-uTCF4tMF6Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uTCF4tMF6Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTCF4tMF6Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTCF4tMF6Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCF4tMF6Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCF4tMF6Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTCF4tMF6Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCF4tMF6Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTCF4tMF6Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTCF4tMF6Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCF4tMF6Z .navbar-dropdown {
  position: absolute;
}
.cid-uTCF4tMF6Z a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTCF4tMF6Z a.nav-link:hover {
  color: #b59230 !important;
}
.is-builder .cid-uTCF4tMF6Z .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTCF4tMF6Z .navbar {
    height: 77px;
  }
  .cid-uTCF4tMF6Z .navbar.opened {
    height: auto;
  }
  .cid-uTCF4tMF6Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTCF4u9SE0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #1a191d;
}
.cid-uTCF4u9SE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCF4u9SE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTCF4u9SE0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uTCF4u9SE0 .container {
    padding: 0 12px;
  }
}
.cid-uTCF4u9SE0 .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uTCF4u9SE0 .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-uTCF4u9SE0 .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uTCF4u9SE0 .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-uTCF4u9SE0 .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-uTCF4u9SE0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uTCF4u9SE0 .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-uTCF4u9SE0 .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-uTCF4u9SE0 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTCF4u9SE0 .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uTCF4u9SE0 .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uTCF4u9SE0 .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #b59230;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #b59230 !important;
  background-color: #1a191d;
  transition: all 300ms ease;
}
.cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #b59230 !important;
  box-shadow: none;
}
.cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #b59230;
}
.cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b59230;
  border-color: #b59230;
}
.cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uTCF4u9SE0 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-uTCF4u9SE0 .mbr-form .form-conrol {
  color: #b59230;
}
.cid-uTCF4u9SE0 .mbr-section-title {
  color: #ffffff;
}
.cid-uTCF4u9SE0 .mbr-text {
  color: #ffffff;
}
.cid-uTCF4u9SE0 label {
  color: #ffffff;
}
.cid-uTCF4u9SE0 .mbr-section-title,
.cid-uTCF4u9SE0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uTCF4u9SE0 .card-contacts {
  color: #b59230;
}
.cid-uTCF4u9SE0 H3 {
  color: #ffffff;
}
.cid-uTCF4uxaTI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1a191d;
}
.cid-uTCF4uxaTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCF4uxaTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTCF4uxaTI .row {
  justify-content: center;
}
.cid-uTCF4uxaTI .map-wrapper {
  position: relative;
}
.cid-uTCF4uxaTI .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#b59230, transparent);
  filter: blur(100px);
}
.cid-uTCF4uxaTI .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #b59230;
  background-color: #b59230;
}
.cid-uTCF4uxaTI .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uTCF4uxaTI .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uTCF4uxaTI .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uTCF4uP9Ik {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
  overflow: hidden;
}
.cid-uTCF4uP9Ik::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uTCF4uP9Ik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCF4uP9Ik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTCF4uP9Ik .container {
    padding: 0 22px;
  }
}
.cid-uTCF4uP9Ik .row {
  position: relative;
  z-index: 1;
}
.cid-uTCF4uP9Ik .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uTCF4uP9Ik .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uTCF4uP9Ik .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uTCF4uP9Ik .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTCF4uP9Ik .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCF4uP9Ik .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTCF4uP9Ik .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTCF4uP9Ik .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCF4uP9Ik .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uTCF4uP9Ik .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTCF4uP9Ik .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uTCF4uP9Ik .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uTCF4uP9Ik .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uTCF4uP9Ik .nav-wrapper .list .item-wrap:hover,
.cid-uTCF4uP9Ik .nav-wrapper .list .item-wrap:hover {
  color: #b59230;
}
.cid-uTCF4uP9Ik .nav-wrapper .list .item-wrap:hover::before,
.cid-uTCF4uP9Ik .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTCF4uP9Ik .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTCF4uP9Ik .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCF4uP9Ik .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uTCF4uP9Ik .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uTCF4uP9Ik .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTCF4uP9Ik .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uTCF4uP9Ik .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uTCF4uP9Ik .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uTCF4uP9Ik .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #b59230;
}
.cid-uTCF4uP9Ik .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uTCF4uP9Ik .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uTCF4uP9Ik .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uTCF4uP9Ik .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTCF4uP9Ik .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTCF4uP9Ik .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uTCF4uP9Ik .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uTCF4uP9Ik .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uTCF4uP9Ik .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTCF4uP9Ik .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uTCF4uP9Ik .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uTCF4uP9Ik .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uTCF4uP9Ik .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uTCF4uP9Ik .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTCF4uP9Ik .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTCF4uP9Ik .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #b59230;
}
.cid-uTCF4uP9Ik .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b59230;
  transition: all 0.3s ease-in-out;
}
.cid-uTCF4uP9Ik .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #b59230;
  text-align: center;
}
.cid-uTCF4uP9Ik .mbr-section-title {
  color: #00d0f3;
}
.cid-uTCF4uP9Ik .mbr-text {
  color: #ffffff;
}
.cid-uTCF4uP9Ik .mbr-section-subtitle {
  color: #b59230;
  text-align: center;
}
.cid-uTCF4uP9Ik .list {
  color: #ffffff;
}
.cid-uTCF4uP9Ik .mbr-contact {
  color: #ffffff;
}
.cid-uTCF4uP9Ik .mbr-desc {
  color: #ffffff;
}
.cid-uTCF4uP9Ik .list,
.cid-uTCF4uP9Ik .item-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uTCF4uP9Ik .mbr-desc,
.cid-uTCF4uP9Ik .mbr-section-btn {
  text-align: left;
}
.cid-uTCF4uP9Ik .mbr-contact,
.cid-uTCF4uP9Ik .item-contact {
  text-align: left;
}
.cid-sa69dh2Rwn {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #1a191d;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .empty_md {
    display: block;
  }
}
.cid-sa69dh2Rwn .container,
.cid-sa69dh2Rwn .container-fluid,
.cid-sa69dh2Rwn .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn .container,
  .cid-sa69dh2Rwn .container-fluid,
  .cid-sa69dh2Rwn .empty_md {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sa69dh2Rwn .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 110px !important;
  }
}
.cid-sa69dh2Rwn .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sa69dh2Rwn .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b59230;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-sa69dh2Rwn .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sa69dh2Rwn .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover {
    background: #b59230;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sa69dh2Rwn .empty,
  .cid-sa69dh2Rwn .icons-menu {
    min-width: 265px;
  }
  .cid-sa69dh2Rwn .navbar-logo {
    margin: 0;
  }
  .cid-sa69dh2Rwn .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sa69dh2Rwn .btn {
    white-space: nowrap;
  }
  .cid-sa69dh2Rwn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sa69dh2Rwn .dropdown-toggle::after,
  .cid-sa69dh2Rwn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sa69dh2Rwn .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-sa69dh2Rwn .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sa69dh2Rwn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sa69dh2Rwn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sa69dh2Rwn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sa69dh2Rwn .nav-item:focus,
.cid-sa69dh2Rwn .nav-link:focus {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sa69dh2Rwn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sa69dh2Rwn ul.navbar-nav li {
  margin: auto;
}
.cid-sa69dh2Rwn .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d;
}
.cid-sa69dh2Rwn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d !important;
}
.cid-sa69dh2Rwn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sa69dh2Rwn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sa69dh2Rwn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .icons-menu,
  .cid-sa69dh2Rwn .navbar .empty {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sa69dh2Rwn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sa69dh2Rwn .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sa69dh2Rwn .navbar .container-fluid,
  .cid-sa69dh2Rwn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sa69dh2Rwn .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sa69dh2Rwn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sa69dh2Rwn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sa69dh2Rwn .navbar.navbar-short {
  background: #1a191d !important;
  min-height: 90px;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sa69dh2Rwn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sa69dh2Rwn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown-item.active,
.cid-sa69dh2Rwn .dropdown-item:active {
  background-color: transparent;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a191d;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sa69dh2Rwn .navbar-buttons {
  text-align: center;
}
.cid-sa69dh2Rwn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn .navbar-dropdown {
  position: absolute;
}
.cid-sa69dh2Rwn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn a.nav-link:hover {
  color: #b59230 !important;
}
.is-builder .cid-sa69dh2Rwn .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sa69dh2Rwn .navbar {
    height: 77px;
  }
  .cid-sa69dh2Rwn .navbar.opened {
    height: auto;
  }
  .cid-sa69dh2Rwn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT2pUXmOZw {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pexels-bertellifotografia-2467506-2000x1333.jpg");
  overflow: hidden;
}
.cid-uT2pUXmOZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2pUXmOZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2pUXmOZw .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-uT2pUXmOZw .text-wrap {
    margin-bottom: 0;
    padding: 0 15% 0 0;
  }
}
.cid-uT2pUXmOZw .mbr-section-title {
  color: #b59230;
}
.cid-uT2pUXmOZw .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uT2pUXmOZw .mbr-section-btn {
  margin-top: 18px;
}
.cid-uT2pUXmOZw .img-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uT2pUXmOZw .img-wrap {
    padding: 0 0 0 2%;
  }
}
.cid-uT2pUXmOZw .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-uT2wJMUOBY {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #1a191d;
}
.cid-uT2wJMUOBY .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #b59230;
  transform: skewX(-20deg);
}
.cid-uT2wJMUOBY .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #b59230;
  transform: skewX(-20deg);
}
.cid-uT2wJMUOBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2wJMUOBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uT2wJMUOBY .container {
    padding: 0 15px;
  }
}
.cid-uT2wJMUOBY .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uT2wJMUOBY .image-wrapper {
  position: relative;
}
.cid-uT2wJMUOBY .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #b59230;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uT2wJMUOBY .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uT2wJMUOBY .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uT2wJMUOBY .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uT2wJMUOBY .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uT2wJMUOBY .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uT2wJMUOBY .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uT2wJMUOBY .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uT2wJMUOBY .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uT2wJMUOBY .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uT2wJMUOBY .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uT2wJMUOBY .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uT2wJMUOBY .mbr-text {
  color: #f7f5f6;
}
.cid-uT2wJMUOBY .item-name {
  color: #f7f5f6;
}
.cid-uT2wJMUOBY .item-role {
  color: #b59230;
}
.cid-uT2wQ5b3Yu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
}
.cid-uT2wQ5b3Yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2wQ5b3Yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uT2wQ5b3Yu .container {
    padding: 10px 8px;
  }
}
.cid-uT2wQ5b3Yu .row {
  border-radius: 25px;
  background-color: #1a191d;
  box-shadow: inset 0 0 5rem #b59230;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uT2wQ5b3Yu .row {
    padding: 50px 10px;
  }
}
.cid-uT2wQ5b3Yu .row .card {
  padding: 0;
}
.cid-uT2wQ5b3Yu .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #b59230;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT2wQ5b3Yu .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uT2wQ5b3Yu .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uT2wQ5b3Yu .mbr-section-title span {
  opacity: .5;
}
.cid-uT2ysSWOiS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
}
.cid-uT2ysSWOiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2ysSWOiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2ysSWOiS .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uT2ysSWOiS .container {
    padding: 10px 8px;
  }
}
.cid-uT2ysSWOiS .row {
  border-radius: 25px;
  background-color: #1a191d;
  box-shadow: inset 0 0 5rem #b59230;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uT2ysSWOiS .row {
    padding: 50px 10px;
  }
}
.cid-uT2ysSWOiS .row .card {
  padding: 0;
}
.cid-uT2ysSWOiS .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #b59230;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT2ysSWOiS .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uT2ysSWOiS .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uT2ysSWOiS .mbr-section-title span {
  opacity: .5;
}
.cid-uT2z8G8gTQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
}
.cid-uT2z8G8gTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2z8G8gTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2z8G8gTQ .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uT2z8G8gTQ .container {
    padding: 10px 8px;
  }
}
.cid-uT2z8G8gTQ .row {
  border-radius: 25px;
  background-color: #1a191d;
  box-shadow: inset 0 0 5rem #b59230;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uT2z8G8gTQ .row {
    padding: 50px 10px;
  }
}
.cid-uT2z8G8gTQ .row .card {
  padding: 0;
}
.cid-uT2z8G8gTQ .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #b59230;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT2z8G8gTQ .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uT2z8G8gTQ .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uT2z8G8gTQ .mbr-section-title span {
  opacity: .5;
}
.cid-uSXSCEjRXA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
  overflow: hidden;
}
.cid-uSXSCEjRXA::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uSXSCEjRXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSXSCEjRXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .container {
    padding: 0 22px;
  }
}
.cid-uSXSCEjRXA .row {
  position: relative;
  z-index: 1;
}
.cid-uSXSCEjRXA .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uSXSCEjRXA .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uSXSCEjRXA .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uSXSCEjRXA .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSXSCEjRXA .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uSXSCEjRXA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uSXSCEjRXA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover,
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover {
  color: #b59230;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover::before,
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #b59230;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #b59230;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b59230;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #b59230;
  text-align: center;
}
.cid-uSXSCEjRXA .mbr-section-title {
  color: #00d0f3;
}
.cid-uSXSCEjRXA .mbr-text {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-section-subtitle {
  color: #b59230;
  text-align: center;
}
.cid-uSXSCEjRXA .list {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-contact {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-desc {
  color: #ffffff;
}
.cid-uSXSCEjRXA .list,
.cid-uSXSCEjRXA .item-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-desc,
.cid-uSXSCEjRXA .mbr-section-btn {
  text-align: left;
}
.cid-uSXSCEjRXA .mbr-contact,
.cid-uSXSCEjRXA .item-contact {
  text-align: left;
}
.cid-sa69dh2Rwn {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #1a191d;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .empty_md {
    display: block;
  }
}
.cid-sa69dh2Rwn .container,
.cid-sa69dh2Rwn .container-fluid,
.cid-sa69dh2Rwn .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn .container,
  .cid-sa69dh2Rwn .container-fluid,
  .cid-sa69dh2Rwn .empty_md {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sa69dh2Rwn .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 110px !important;
  }
}
.cid-sa69dh2Rwn .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sa69dh2Rwn .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b59230;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-sa69dh2Rwn .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sa69dh2Rwn .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover {
    background: #b59230;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sa69dh2Rwn .empty,
  .cid-sa69dh2Rwn .icons-menu {
    min-width: 265px;
  }
  .cid-sa69dh2Rwn .navbar-logo {
    margin: 0;
  }
  .cid-sa69dh2Rwn .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sa69dh2Rwn .btn {
    white-space: nowrap;
  }
  .cid-sa69dh2Rwn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sa69dh2Rwn .dropdown-toggle::after,
  .cid-sa69dh2Rwn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sa69dh2Rwn .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-sa69dh2Rwn .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sa69dh2Rwn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sa69dh2Rwn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sa69dh2Rwn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sa69dh2Rwn .nav-item:focus,
.cid-sa69dh2Rwn .nav-link:focus {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sa69dh2Rwn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sa69dh2Rwn ul.navbar-nav li {
  margin: auto;
}
.cid-sa69dh2Rwn .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d;
}
.cid-sa69dh2Rwn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d !important;
}
.cid-sa69dh2Rwn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sa69dh2Rwn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sa69dh2Rwn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .icons-menu,
  .cid-sa69dh2Rwn .navbar .empty {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sa69dh2Rwn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sa69dh2Rwn .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sa69dh2Rwn .navbar .container-fluid,
  .cid-sa69dh2Rwn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sa69dh2Rwn .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sa69dh2Rwn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sa69dh2Rwn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sa69dh2Rwn .navbar.navbar-short {
  background: #1a191d !important;
  min-height: 90px;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sa69dh2Rwn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sa69dh2Rwn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown-item.active,
.cid-sa69dh2Rwn .dropdown-item:active {
  background-color: transparent;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a191d;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sa69dh2Rwn .navbar-buttons {
  text-align: center;
}
.cid-sa69dh2Rwn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn .navbar-dropdown {
  position: absolute;
}
.cid-sa69dh2Rwn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn a.nav-link:hover {
  color: #b59230 !important;
}
.is-builder .cid-sa69dh2Rwn .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sa69dh2Rwn .navbar {
    height: 77px;
  }
  .cid-sa69dh2Rwn .navbar.opened {
    height: auto;
  }
  .cid-sa69dh2Rwn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sa69ignI5y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-sa69ignI5y .item-subtitle,
.cid-sa69ignI5y .item-title,
.cid-sa69ignI5y .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sa69ignI5y .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sa69ignI5y .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-sa69ignI5y .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-sa69ignI5y .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
  background: #000000;
}
.cid-sa69ignI5y .item:focus,
.cid-sa69ignI5y span:focus {
  outline: none;
}
.cid-sa69ignI5y .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-sa69ignI5y .item {
    margin-bottom: 5rem;
  }
  .cid-sa69ignI5y .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sa69ignI5y .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sa69ignI5y .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sa69ignI5y .item {
  padding: 0;
  margin: 0;
}
.cid-sa69ignI5y .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
}
.cid-sa69ignI5y .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-sa69ignI5y .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-sa69ignI5y .item-content > div,
.cid-sa69ignI5y .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-sa69ignI5y .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-sa69ignI5y .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-sa69ignI5y .item-content {
    padding: 30px 20px;
  }
}
.cid-sa69ignI5y .item-title {
  text-align: center;
  color: #b59230;
}
.cid-sa69ignI5y .mbr-text,
.cid-sa69ignI5y .mbr-section-btn {
  text-align: center;
}
.cid-sa69ignI5y .item-subtitle {
  text-align: center;
}
.cid-uSXJrVwa9a {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uSXJrVwa9a .pos_rel {
  position: relative;
}
.cid-uSXJrVwa9a .main_section_title {
  display: flex;
}
.cid-uSXJrVwa9a .main_title {
  padding: 0 8.333%;
}
.cid-uSXJrVwa9a .empty_content {
  width: 72%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uSXJrVwa9a .card_title {
    font-size: 2rem;
  }
}
.cid-uSXJrVwa9a .text-wrapper {
  width: 48%;
  background: #1a191d;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-uSXJrVwa9a .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uSXJrVwa9a .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uSXJrVwa9a .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-uSXJrVwa9a .text-wrapper:hover .card_title a {
  color: #b59230 !important;
}
.cid-uSXJrVwa9a .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSXJrVwa9a .block-content,
.cid-uSXJrVwa9a .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-uSXJrVwa9a .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uSXJrVwa9a .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uSXJrVwa9a .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-uSXJrVwa9a .block-content {
  display: flex;
  align-items: center;
}
.cid-uSXJrVwa9a .image-wrapper,
.cid-uSXJrVwa9a img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-uSXJrVwa9a .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uSXJrVwa9a .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSXJrVwa9a .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSXJrVwa9a .mbr-section-btn .btn-secondary-outline .active,
.cid-uSXJrVwa9a .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
@media (max-width: 991px) {
  .cid-uSXJrVwa9a .block-content {
    flex-direction: column;
  }
  .cid-uSXJrVwa9a .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-uSXJrVwa9a .empty_content {
    display: none;
  }
  .cid-uSXJrVwa9a .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uSXJrVwa9a .text-wrapper,
  .cid-uSXJrVwa9a .main_title {
    padding: 30px 1rem;
  }
}
.cid-uSXJrVwa9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSXJrVwa9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSXJrVwa9a .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uSXJrVwa9a .mbr-text,
.cid-uSXJrVwa9a .mbr-section-btn {
  text-align: center;
}
.cid-uSXJrVwa9a .card_title {
  color: #b59230;
  text-align: center;
}
.cid-sa6etrijTb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
}
.cid-sa6etrijTb .item-subtitle,
.cid-sa6etrijTb .item-title,
.cid-sa6etrijTb .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sa6etrijTb .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sa6etrijTb .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-sa6etrijTb .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-sa6etrijTb .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
  background: #1a191d;
}
.cid-sa6etrijTb .item:focus,
.cid-sa6etrijTb span:focus {
  outline: none;
}
.cid-sa6etrijTb .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-sa6etrijTb .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sa6etrijTb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sa6etrijTb .item {
  padding: 0;
  margin: 0;
}
.cid-sa6etrijTb .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
  height: 520px;
}
.cid-sa6etrijTb .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-sa6etrijTb .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-sa6etrijTb .item-content > div,
.cid-sa6etrijTb .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-sa6etrijTb .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-sa6etrijTb .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-sa6etrijTb .item-content {
    padding: 30px 20px;
  }
}
.cid-sa6etrijTb .mbr-section-title {
  color: #b59230;
}
.cid-sa6etrijTb .item-title {
  color: #b59230;
}
.cid-uSXSCEjRXA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
  overflow: hidden;
}
.cid-uSXSCEjRXA::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uSXSCEjRXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSXSCEjRXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .container {
    padding: 0 22px;
  }
}
.cid-uSXSCEjRXA .row {
  position: relative;
  z-index: 1;
}
.cid-uSXSCEjRXA .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uSXSCEjRXA .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uSXSCEjRXA .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uSXSCEjRXA .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSXSCEjRXA .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uSXSCEjRXA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uSXSCEjRXA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover,
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover {
  color: #b59230;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover::before,
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uSXSCEjRXA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #b59230;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #b59230;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSCEjRXA .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uSXSCEjRXA .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #b59230;
}
.cid-uSXSCEjRXA .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b59230;
  transition: all 0.3s ease-in-out;
}
.cid-uSXSCEjRXA .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #b59230;
  text-align: center;
}
.cid-uSXSCEjRXA .mbr-section-title {
  color: #00d0f3;
}
.cid-uSXSCEjRXA .mbr-text {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-section-subtitle {
  color: #b59230;
  text-align: center;
}
.cid-uSXSCEjRXA .list {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-contact {
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-desc {
  color: #ffffff;
}
.cid-uSXSCEjRXA .list,
.cid-uSXSCEjRXA .item-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uSXSCEjRXA .mbr-desc,
.cid-uSXSCEjRXA .mbr-section-btn {
  text-align: left;
}
.cid-uSXSCEjRXA .mbr-contact,
.cid-uSXSCEjRXA .item-contact {
  text-align: left;
}
