.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #97694b !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #97694b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #97694b !important;
  border-color: #97694b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b28263 !important;
  border-color: #b28263 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b28263 !important;
  border-color: #b28263 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #97694b !important;
  border-color: #97694b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #b28263 !important;
  border-color: #b28263 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b28263 !important;
  border-color: #b28263 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #97694b;
  color: #97694b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5d412e !important;
  background-color: transparent !important;
  border-color: #5d412e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #97694b !important;
  border-color: #97694b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #97694b;
  color: #97694b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5d412e !important;
  background-color: transparent !important;
  border-color: #5d412e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #97694b !important;
  border-color: #97694b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #97694b !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #97694b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #533a29 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #533a29 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #97694b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #97694b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #97694b;
  border-color: #97694b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #97694b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbab96;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cbab96;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #97694b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #97694b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #97694b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #97694b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #97694b;
  border-bottom-color: #97694b;
}
.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: #97694b !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: #ffffff !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='%2397694b' %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.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uTR5evV4Tl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTR5evV4Tl nav.navbar {
  position: fixed;
}
.cid-uTR5evV4Tl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTR5evV4Tl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTR5evV4Tl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTR5evV4Tl .dropdown-item:hover,
.cid-uTR5evV4Tl .dropdown-item:focus {
  background: #97694b !important;
  color: white !important;
}
.cid-uTR5evV4Tl .dropdown-item:hover span {
  color: white;
}
.cid-uTR5evV4Tl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTR5evV4Tl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTR5evV4Tl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTR5evV4Tl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTR5evV4Tl .nav-link {
  position: relative;
}
.cid-uTR5evV4Tl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTR5evV4Tl .container {
    flex-wrap: wrap;
  }
}
.cid-uTR5evV4Tl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTR5evV4Tl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uTR5evV4Tl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTR5evV4Tl .dropdown-menu,
.cid-uTR5evV4Tl .navbar.opened {
  background: #000000 !important;
}
.cid-uTR5evV4Tl .nav-item:focus,
.cid-uTR5evV4Tl .nav-link:focus {
  outline: none;
}
.cid-uTR5evV4Tl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTR5evV4Tl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTR5evV4Tl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTR5evV4Tl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTR5evV4Tl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTR5evV4Tl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTR5evV4Tl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uTR5evV4Tl .navbar.opened {
  transition: all 0.3s;
}
.cid-uTR5evV4Tl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTR5evV4Tl .navbar .navbar-logo img {
  width: auto;
}
.cid-uTR5evV4Tl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTR5evV4Tl .navbar.collapsed {
  justify-content: center;
}
.cid-uTR5evV4Tl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTR5evV4Tl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTR5evV4Tl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uTR5evV4Tl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTR5evV4Tl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTR5evV4Tl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTR5evV4Tl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTR5evV4Tl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTR5evV4Tl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTR5evV4Tl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTR5evV4Tl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTR5evV4Tl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTR5evV4Tl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTR5evV4Tl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTR5evV4Tl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTR5evV4Tl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTR5evV4Tl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTR5evV4Tl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTR5evV4Tl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTR5evV4Tl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTR5evV4Tl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uTR5evV4Tl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTR5evV4Tl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTR5evV4Tl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTR5evV4Tl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTR5evV4Tl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTR5evV4Tl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTR5evV4Tl .dropdown-item.active,
.cid-uTR5evV4Tl .dropdown-item:active {
  background-color: transparent;
}
.cid-uTR5evV4Tl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTR5evV4Tl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTR5evV4Tl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTR5evV4Tl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uTR5evV4Tl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTR5evV4Tl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTR5evV4Tl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTR5evV4Tl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTR5evV4Tl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTR5evV4Tl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTR5evV4Tl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTR5evV4Tl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTR5evV4Tl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTR5evV4Tl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTR5evV4Tl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTR5evV4Tl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTR5evV4Tl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTR5evV4Tl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTR5evV4Tl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTR5evV4Tl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTR5evV4Tl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTR5evV4Tl .navbar {
    height: 70px;
  }
  .cid-uTR5evV4Tl .navbar.opened {
    height: auto;
  }
  .cid-uTR5evV4Tl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTSkASW8Dt {
  background-color: #232323;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uTSkASW8Dt .carousel {
  width: 100%;
}
.cid-uTSkASW8Dt .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uTSkASW8Dt .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uTSkASW8Dt img,
.cid-uTSkASW8Dt .item-wrapper {
  border-radius: 0 !important;
}
.cid-uTSkASW8Dt .carousel-caption {
  bottom: 40px;
}
.cid-uTSkASW8Dt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTSkASW8Dt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTSkASW8Dt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uTSkASW8Dt .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uTSkASW8Dt .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uTSkASW8Dt .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uTSkASW8Dt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTSkASW8Dt .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uTSkASW8Dt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTSkASW8Dt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTSkASW8Dt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTSkASW8Dt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uTSkASW8Dt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uTSkASW8Dt .carousel-indicators li.active,
.cid-uTSkASW8Dt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uTSkASW8Dt .carousel-indicators li::after,
.cid-uTSkASW8Dt .carousel-indicators li::before {
  content: none;
}
.cid-uTSkASW8Dt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uTSkASW8Dt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uTSkASW8Dt .mbr-section-subtitle,
  .cid-uTSkASW8Dt .mbr-section-text,
  .cid-uTSkASW8Dt .mbr-section-btn {
    text-align: center;
  }
}
.cid-uTSkASW8Dt .carousel-control-prev,
.cid-uTSkASW8Dt .carousel-control-next {
  display: none;
}
.cid-uTSkASW8Dt H5 {
  text-align: center;
}
.cid-uTSkASW8Dt .mbr-section-text,
.cid-uTSkASW8Dt .mbr-section-btn {
  text-align: center;
}
.cid-uTRDKY80br {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTRDKY80br .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTRDKY80br .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTRDKY80br .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTRDKY80br .row {
  flex-direction: row-reverse;
}
.cid-uTRDKY80br .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTRDKY80br .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTRDKY80br .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTRDKY80br .mbr-section-title {
  color: #000000;
}
.cid-uTRDKY80br .mbr-text,
.cid-uTRDKY80br .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTREZvcN6r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTREZvcN6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTREZvcN6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTREZvcN6r .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uTREZvcN6r .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTREZvcN6r .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTREZvcN6r .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTREZvcN6r .wrap {
  background: url("../../../assets/images/biform.orta.bosluk-4-1920x720.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uTREZvcN6r .wrap .inner-wrap {
  padding: 40px;
}
.cid-uTREZvcN6r .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uTREZvcN6r .mbr-text,
.cid-uTREZvcN6r .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTRDZ2O1Pr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTRDZ2O1Pr .card {
  padding-top: 30px;
  background: none;
  border-radius: 0;
}
.cid-uTRDZ2O1Pr .item-wrapper {
  transition: all .3s;
}
.cid-uTRDZ2O1Pr .mbr-text {
  font-weight: 700;
}
.cid-uTRDZ2O1Pr .features-image {
  padding-top: 65px;
}
.cid-uTRDZ2O1Pr .features-image:first-child {
  padding-top: 0px;
}
.cid-uTRDZ2O1Pr .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-uTRDZ2O1Pr .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uTRDZ2O1Pr .features-image {
    padding-top: 65px;
  }
  .cid-uTRDZ2O1Pr .features-image:first-child {
    padding-top: 0px;
  }
  .cid-uTRDZ2O1Pr .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-uTRDZ2O1Pr .features-image:nth-child(3) {
    padding-top: 65px;
  }
}
@media (max-width: 574px) {
  .cid-uTRDZ2O1Pr .features-image {
    padding-top: 65px;
  }
  .cid-uTRDZ2O1Pr .features-image:first-child {
    padding-top: 0px;
  }
  .cid-uTRDZ2O1Pr .features-image:nth-child(2) {
    padding-top: 65px;
  }
  .cid-uTRDZ2O1Pr .features-image:nth-child(3) {
    padding-top: 65px;
  }
}
.cid-uTRDZ2O1Pr .col-12:hover .item-wrapper {
  box-shadow: 0 10px 30px 0 rgba(189, 189, 189, 0.35);
  transform: translateY(-6px);
  transition: all .3s;
}
.cid-uTRDZ2O1Pr .desc1,
.cid-uTRDZ2O1Pr .iconfont-wrapper {
  text-align: left;
}
.cid-uTRFtUr2WH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTRFtUr2WH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTRFtUr2WH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTRFtUr2WH .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uTRFtUr2WH .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTRFtUr2WH .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTRFtUr2WH .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTRFtUr2WH .wrap {
  background: url("../../../assets/images/biform.galeri.baslik-1920x720.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uTRFtUr2WH .wrap .inner-wrap {
  padding: 40px;
}
.cid-uTRFtUr2WH .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uTRFtUr2WH .mbr-text,
.cid-uTRFtUr2WH .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTRDUCXS7t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTRDUCXS7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTRDUCXS7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTRDUCXS7t .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uTRDUCXS7t .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-uTRDUCXS7t .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uTRDUCXS7t .items-row {
  row-gap: 32px;
}
.cid-uTRDUCXS7t .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uTRDUCXS7t .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uTRDUCXS7t .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uTRDUCXS7t .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uTRDUCXS7t .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uTRDUCXS7t .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uTRDUCXS7t .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uTRDUCXS7t .mbr-item-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uTRDUCXS7t .carousel-control,
.cid-uTRDUCXS7t .close {
  background: #1b1b1b;
}
.cid-uTRDUCXS7t .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uTRDUCXS7t .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uTRDUCXS7t .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uTRDUCXS7t .carousel-control-next span {
  margin-left: 5px;
}
.cid-uTRDUCXS7t .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uTRDUCXS7t .close::before {
  content: '\e91a';
}
.cid-uTRDUCXS7t .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uTRDUCXS7t .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uTRDUCXS7t .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTRDUCXS7t .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTRDUCXS7t .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTRDUCXS7t .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uTRDUCXS7t .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uTRDUCXS7t .carousel-indicators li.active,
.cid-uTRDUCXS7t .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uTRDUCXS7t .carousel-indicators li::after,
.cid-uTRDUCXS7t .carousel-indicators li::before {
  content: none;
}
.cid-uTRDUCXS7t .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uTRDUCXS7t .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uTRDUCXS7t .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTRDUCXS7t .carousel-indicators {
    display: none;
  }
}
.cid-uTRDUCXS7t .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uTRDUCXS7t .carousel-inner > .active {
  display: block;
}
.cid-uTRDUCXS7t .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTRDUCXS7t .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTRDUCXS7t .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uTRDUCXS7t .carousel-control,
  .cid-uTRDUCXS7t .carousel-indicators,
  .cid-uTRDUCXS7t .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uTRDUCXS7t .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uTRDUCXS7t .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uTRDUCXS7t .carousel-indicators .active,
.cid-uTRDUCXS7t .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uTRDUCXS7t .carousel-indicators .active {
  background: #fff;
}
.cid-uTRDUCXS7t .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uTRDUCXS7t .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uTRDUCXS7t .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uTRDUCXS7t .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uTRDUCXS7t .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uTRDUCXS7t .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uTRDUCXS7t .carousel {
  width: 100%;
}
.cid-uTRDUCXS7t .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uTRDUCXS7t .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uTRDUCXS7t .modal.fade .modal-dialog,
.cid-uTRDUCXS7t .modal.in .modal-dialog {
  transform: none;
}
.cid-uTRDUCXS7t .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uTRDUCXS7t H6 {
  text-align: center;
}
.cid-uTRE0eXrUT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTRE0eXrUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTRE0eXrUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTRE0eXrUT .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTRE0eXrUT .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uTRE0eXrUT .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uTRE0eXrUT .tags-wrapper .tags-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uTRE0eXrUT .tags-wrapper .tags-wrap .mbr-tag {
  padding: 8px 12px;
  background-color: #ffffff;
  border-radius: 40px;
  margin: 0 10px 10px 0;
}
.cid-uTRE0eXrUT .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-uTRE0eXrUT .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-uTRE0eXrUT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTRE0eXrUT .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uTRE0eXrUT .image-wrapper img {
  width: 100%;
  max-height: 650px;
  border-radius: 60px;
  object-fit: cover;
}
.cid-uTRE0eXrUT .mbr-section-title {
  color: #101511;
  text-align: left;
}
.cid-uTRE0eXrUT .mbr-tag,
.cid-uTRE0eXrUT .tags-wrapper {
  color: #101511;
  text-align: center;
}
.cid-uTRI5qCEr5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #edefeb, #0f0f0f);
}
.cid-uTRI5qCEr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTRI5qCEr5 .card-link {
  position: relative;
  width: fit-content;
}
.cid-uTRI5qCEr5 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uTRI5qCEr5 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uTRI5qCEr5 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uTRI5qCEr5 .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uTRI5qCEr5 .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uTRI5qCEr5 .item-wrapper:hover {
  background: #c5c0c0;
  transform: translateY(-5px);
}
.cid-uTRI5qCEr5 .item-wrapper:hover .card-title,
.cid-uTRI5qCEr5 .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uTRI5qCEr5 .item-wrapper:hover span,
.cid-uTRI5qCEr5 .item-wrapper:hover .card-link,
.cid-uTRI5qCEr5 .item-wrapper:hover .card-link a {
  color: #97694b !important;
}
.cid-uTRI5qCEr5 .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uTRI5qCEr5 .card-title,
.cid-uTRI5qCEr5 .card-text,
.cid-uTRI5qCEr5 .card-link,
.cid-uTRI5qCEr5 .card-link a {
  transition: all 0.3s;
}
.cid-uTRI5qCEr5 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uTRI5qCEr5 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uTRI5qCEr5 .link-wrapper:hover {
  cursor: pointer;
}
.cid-uTRI5qCEr5 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #c5c0c0;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uTRI5qCEr5 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uTRI5qCEr5 .card-title,
.cid-uTRI5qCEr5 .iconfont-wrapper {
  color: #000000;
}
.cid-uTRI5qCEr5 .card-text {
  color: #232323;
}
.cid-uTRI5qCEr5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uTRI5qCEr5 .card-link,
.cid-uTRI5qCEr5 .link-icon,
.cid-uTRI5qCEr5 .link-align {
  color: #232323;
}
.cid-uTRI5qCEr5 .mbr-section-subtitle {
  text-align: left;
}
.cid-uTRI5qCEr5 .mbr-section-subtitle,
.cid-uTRI5qCEr5 .align {
  color: #232323;
}
.cid-uUeq7HR1Nv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-uUeq7HR1Nv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeq7HR1Nv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUeq7HR1Nv .row {
  position: relative;
  z-index: 10;
}
.cid-uUeq7HR1Nv .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uUeq7HR1Nv .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uUeq7HR1Nv .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uUeq7HR1Nv .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uUeq7HR1Nv .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uUeq7HR1Nv .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uUeq7HR1Nv .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uUeq7HR1Nv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uUeq7HR1Nv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uUeq7HR1Nv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uUeq7HR1Nv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uUeq7HR1Nv .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uUeq7HR1Nv .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uUeq7HR1Nv .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uUeq7HR1Nv .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uUeq7HR1Nv .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uUeq7HR1Nv .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uUeq7HR1Nv .container,
.cid-uUeq7HR1Nv .container-fluid {
  position: relative;
}
.cid-uUeq7HR1Nv .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uUeq7HR1Nv .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uUeq7HR1Nv .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uUeq7HR1Nv .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uTRDYmyPLG {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/biform.alt-1-1920x1080.jpg");
}
.cid-uTRDYmyPLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTRDYmyPLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTRDYmyPLG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .container {
    padding: 0 30px;
  }
}
.cid-uTRDYmyPLG .row {
  justify-content: center;
}
.cid-uTRDYmyPLG .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTRDYmyPLG .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTRDYmyPLG .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uTRDYmyPLG .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTRDYmyPLG .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTRDYmyPLG .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uTRDYmyPLG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uTRDYmyPLG .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTRDYmyPLG .nav-wrapper .list .item-wrap:hover,
.cid-uTRDYmyPLG .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTRDYmyPLG .nav-wrapper .list .item-wrap:hover::before,
.cid-uTRDYmyPLG .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uTRDYmyPLG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTRDYmyPLG .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTRDYmyPLG .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTRDYmyPLG .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTRDYmyPLG .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uTRDYmyPLG .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uTRDYmyPLG .mbr-section-title {
  color: #bee0d6;
}
.cid-uTRDYmyPLG .mbr-section-subtitle {
  color: #97694b;
}
.cid-uTRDYmyPLG .list {
  color: #bee0d6;
}
.cid-uTRDYmyPLG .mbr-address {
  color: #ffffff;
}
.cid-uTRDYmyPLG .mbr-copy {
  color: #ffffff;
}
.cid-uTRDYmyPLG .list,
.cid-uTRDYmyPLG .item-wrap,
.cid-uTRDYmyPLG .nav-wrapper {
  color: #ffffff;
}
.cid-uTRDYmyPLG .mbr-section-title,
.cid-uTRDYmyPLG .logo-wrapper {
  color: #ffffff;
}
.cid-uTR5evV4Tl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTR5evV4Tl nav.navbar {
  position: fixed;
}
.cid-uTR5evV4Tl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTR5evV4Tl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTR5evV4Tl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTR5evV4Tl .dropdown-item:hover,
.cid-uTR5evV4Tl .dropdown-item:focus {
  background: #97694b !important;
  color: white !important;
}
.cid-uTR5evV4Tl .dropdown-item:hover span {
  color: white;
}
.cid-uTR5evV4Tl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTR5evV4Tl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTR5evV4Tl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTR5evV4Tl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTR5evV4Tl .nav-link {
  position: relative;
}
.cid-uTR5evV4Tl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTR5evV4Tl .container {
    flex-wrap: wrap;
  }
}
.cid-uTR5evV4Tl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTR5evV4Tl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uTR5evV4Tl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTR5evV4Tl .dropdown-menu,
.cid-uTR5evV4Tl .navbar.opened {
  background: #000000 !important;
}
.cid-uTR5evV4Tl .nav-item:focus,
.cid-uTR5evV4Tl .nav-link:focus {
  outline: none;
}
.cid-uTR5evV4Tl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTR5evV4Tl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTR5evV4Tl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTR5evV4Tl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTR5evV4Tl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTR5evV4Tl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTR5evV4Tl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uTR5evV4Tl .navbar.opened {
  transition: all 0.3s;
}
.cid-uTR5evV4Tl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTR5evV4Tl .navbar .navbar-logo img {
  width: auto;
}
.cid-uTR5evV4Tl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTR5evV4Tl .navbar.collapsed {
  justify-content: center;
}
.cid-uTR5evV4Tl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTR5evV4Tl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTR5evV4Tl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uTR5evV4Tl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTR5evV4Tl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTR5evV4Tl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTR5evV4Tl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTR5evV4Tl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTR5evV4Tl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTR5evV4Tl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTR5evV4Tl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTR5evV4Tl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTR5evV4Tl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTR5evV4Tl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTR5evV4Tl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTR5evV4Tl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTR5evV4Tl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTR5evV4Tl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTR5evV4Tl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTR5evV4Tl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTR5evV4Tl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uTR5evV4Tl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTR5evV4Tl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTR5evV4Tl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTR5evV4Tl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTR5evV4Tl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTR5evV4Tl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTR5evV4Tl .dropdown-item.active,
.cid-uTR5evV4Tl .dropdown-item:active {
  background-color: transparent;
}
.cid-uTR5evV4Tl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTR5evV4Tl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTR5evV4Tl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTR5evV4Tl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uTR5evV4Tl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTR5evV4Tl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTR5evV4Tl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTR5evV4Tl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTR5evV4Tl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTR5evV4Tl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTR5evV4Tl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTR5evV4Tl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTR5evV4Tl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTR5evV4Tl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTR5evV4Tl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTR5evV4Tl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTR5evV4Tl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTR5evV4Tl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTR5evV4Tl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTR5evV4Tl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTR5evV4Tl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTR5evV4Tl .navbar {
    height: 70px;
  }
  .cid-uTR5evV4Tl .navbar.opened {
    height: auto;
  }
  .cid-uTR5evV4Tl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUGRt3ppuc {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUGRt3ppuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGRt3ppuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGRt3ppuc .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUGRt3ppuc .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUGRt3ppuc .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUGRt3ppuc .card-wrapper {
    padding: 4rem;
  }
}
.cid-uUGRt3ppuc .wrap {
  background: url("../../../assets/images/1-1-1920x720.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUGRt3ppuc .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUGRt3ppuc .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uUGRt3ppuc .mbr-text,
.cid-uUGRt3ppuc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uW67eTyePb {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uW67eTyePb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW67eTyePb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW67eTyePb .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uW67eTyePb .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-uW67eTyePb .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW67eTyePb .items-row {
  row-gap: 32px;
}
.cid-uW67eTyePb .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uW67eTyePb .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uW67eTyePb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uW67eTyePb .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uW67eTyePb .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uW67eTyePb .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uW67eTyePb .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uW67eTyePb .mbr-item-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW67eTyePb .carousel-control,
.cid-uW67eTyePb .close {
  background: #1b1b1b;
}
.cid-uW67eTyePb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uW67eTyePb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uW67eTyePb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uW67eTyePb .carousel-control-next span {
  margin-left: 5px;
}
.cid-uW67eTyePb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uW67eTyePb .close::before {
  content: '\e91a';
}
.cid-uW67eTyePb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uW67eTyePb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uW67eTyePb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW67eTyePb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uW67eTyePb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uW67eTyePb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uW67eTyePb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uW67eTyePb .carousel-indicators li.active,
.cid-uW67eTyePb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uW67eTyePb .carousel-indicators li::after,
.cid-uW67eTyePb .carousel-indicators li::before {
  content: none;
}
.cid-uW67eTyePb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uW67eTyePb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uW67eTyePb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uW67eTyePb .carousel-indicators {
    display: none;
  }
}
.cid-uW67eTyePb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uW67eTyePb .carousel-inner > .active {
  display: block;
}
.cid-uW67eTyePb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW67eTyePb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uW67eTyePb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uW67eTyePb .carousel-control,
  .cid-uW67eTyePb .carousel-indicators,
  .cid-uW67eTyePb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uW67eTyePb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uW67eTyePb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uW67eTyePb .carousel-indicators .active,
.cid-uW67eTyePb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uW67eTyePb .carousel-indicators .active {
  background: #fff;
}
.cid-uW67eTyePb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uW67eTyePb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uW67eTyePb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uW67eTyePb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uW67eTyePb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uW67eTyePb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uW67eTyePb .carousel {
  width: 100%;
}
.cid-uW67eTyePb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uW67eTyePb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uW67eTyePb .modal.fade .modal-dialog,
.cid-uW67eTyePb .modal.in .modal-dialog {
  transform: none;
}
.cid-uW67eTyePb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uW67eTyePb H6 {
  text-align: center;
}
.cid-uTRDYmyPLG {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/biform.alt-1-1920x1080.jpg");
}
.cid-uTRDYmyPLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTRDYmyPLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTRDYmyPLG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .container {
    padding: 0 30px;
  }
}
.cid-uTRDYmyPLG .row {
  justify-content: center;
}
.cid-uTRDYmyPLG .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTRDYmyPLG .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTRDYmyPLG .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uTRDYmyPLG .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTRDYmyPLG .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTRDYmyPLG .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uTRDYmyPLG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uTRDYmyPLG .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTRDYmyPLG .nav-wrapper .list .item-wrap:hover,
.cid-uTRDYmyPLG .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTRDYmyPLG .nav-wrapper .list .item-wrap:hover::before,
.cid-uTRDYmyPLG .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uTRDYmyPLG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTRDYmyPLG .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTRDYmyPLG .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTRDYmyPLG .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTRDYmyPLG .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uTRDYmyPLG .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTRDYmyPLG .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uTRDYmyPLG .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uTRDYmyPLG .mbr-section-title {
  color: #bee0d6;
}
.cid-uTRDYmyPLG .mbr-section-subtitle {
  color: #97694b;
}
.cid-uTRDYmyPLG .list {
  color: #bee0d6;
}
.cid-uTRDYmyPLG .mbr-address {
  color: #ffffff;
}
.cid-uTRDYmyPLG .mbr-copy {
  color: #ffffff;
}
.cid-uTRDYmyPLG .list,
.cid-uTRDYmyPLG .item-wrap,
.cid-uTRDYmyPLG .nav-wrapper {
  color: #ffffff;
}
.cid-uTRDYmyPLG .mbr-section-title,
.cid-uTRDYmyPLG .logo-wrapper {
  color: #ffffff;
}
.cid-uUGvegMGdU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGvegMGdU nav.navbar {
  position: fixed;
}
.cid-uUGvegMGdU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGvegMGdU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGvegMGdU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGvegMGdU .dropdown-item:hover,
.cid-uUGvegMGdU .dropdown-item:focus {
  background: #97694b !important;
  color: white !important;
}
.cid-uUGvegMGdU .dropdown-item:hover span {
  color: white;
}
.cid-uUGvegMGdU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGvegMGdU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGvegMGdU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGvegMGdU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGvegMGdU .nav-link {
  position: relative;
}
.cid-uUGvegMGdU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGvegMGdU .container {
    flex-wrap: wrap;
  }
}
.cid-uUGvegMGdU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGvegMGdU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uUGvegMGdU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGvegMGdU .dropdown-menu,
.cid-uUGvegMGdU .navbar.opened {
  background: #000000 !important;
}
.cid-uUGvegMGdU .nav-item:focus,
.cid-uUGvegMGdU .nav-link:focus {
  outline: none;
}
.cid-uUGvegMGdU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGvegMGdU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGvegMGdU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGvegMGdU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGvegMGdU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGvegMGdU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGvegMGdU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uUGvegMGdU .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGvegMGdU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGvegMGdU .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGvegMGdU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGvegMGdU .navbar.collapsed {
  justify-content: center;
}
.cid-uUGvegMGdU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGvegMGdU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGvegMGdU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uUGvegMGdU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGvegMGdU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGvegMGdU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUGvegMGdU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGvegMGdU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGvegMGdU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGvegMGdU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGvegMGdU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGvegMGdU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGvegMGdU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGvegMGdU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUGvegMGdU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGvegMGdU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGvegMGdU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGvegMGdU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGvegMGdU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGvegMGdU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUGvegMGdU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUGvegMGdU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGvegMGdU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGvegMGdU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGvegMGdU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGvegMGdU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGvegMGdU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGvegMGdU .dropdown-item.active,
.cid-uUGvegMGdU .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGvegMGdU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGvegMGdU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGvegMGdU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGvegMGdU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUGvegMGdU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGvegMGdU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGvegMGdU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGvegMGdU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGvegMGdU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGvegMGdU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUGvegMGdU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGvegMGdU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGvegMGdU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGvegMGdU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGvegMGdU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGvegMGdU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGvegMGdU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGvegMGdU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGvegMGdU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGvegMGdU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGvegMGdU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUGvegMGdU .navbar {
    height: 70px;
  }
  .cid-uUGvegMGdU .navbar.opened {
    height: auto;
  }
  .cid-uUGvegMGdU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW6jSIthsi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uW6jSIthsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6jSIthsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6jSIthsi .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uW6jSIthsi .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uW6jSIthsi .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uW6jSIthsi .card-wrapper {
    padding: 4rem;
  }
}
.cid-uW6jSIthsi .wrap {
  background: url("../../../assets/images/7-3-1920x720.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uW6jSIthsi .wrap .inner-wrap {
  padding: 40px;
}
.cid-uW6jSIthsi .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uW6jSIthsi .mbr-text,
.cid-uW6jSIthsi .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uW6uUN546D {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/biform.hakkimizda.arka.zemin-1-1920x1080.jpg");
}
.cid-uW6uUN546D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6uUN546D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uW6uUN546D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW6uUN546D .row {
  flex-direction: row-reverse;
}
.cid-uW6uUN546D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uW6uUN546D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uW6uUN546D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uW6uUN546D .mbr-section-title {
  color: #000000;
}
.cid-uW6uUN546D .mbr-text,
.cid-uW6uUN546D .mbr-section-btn {
  color: #232323;
}
.cid-uW6K8ZnWJY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-uW6K8ZnWJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6K8ZnWJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6K8ZnWJY .row {
  position: relative;
  z-index: 10;
}
.cid-uW6K8ZnWJY .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uW6K8ZnWJY .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uW6K8ZnWJY .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uW6K8ZnWJY .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uW6K8ZnWJY .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uW6K8ZnWJY .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uW6K8ZnWJY .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uW6K8ZnWJY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uW6K8ZnWJY .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uW6K8ZnWJY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uW6K8ZnWJY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uW6K8ZnWJY .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uW6K8ZnWJY .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uW6K8ZnWJY .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uW6K8ZnWJY .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uW6K8ZnWJY .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uW6K8ZnWJY .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uW6K8ZnWJY .container,
.cid-uW6K8ZnWJY .container-fluid {
  position: relative;
}
.cid-uW6K8ZnWJY .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uW6K8ZnWJY .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uW6K8ZnWJY .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uW6K8ZnWJY .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uUGveh4dFN {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/biform.alt-1-1920x1080.jpg");
}
.cid-uUGveh4dFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGveh4dFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGveh4dFN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUGveh4dFN .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUGveh4dFN .container {
    padding: 0 30px;
  }
}
.cid-uUGveh4dFN .row {
  justify-content: center;
}
.cid-uUGveh4dFN .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGveh4dFN .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGveh4dFN .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGveh4dFN .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGveh4dFN .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uUGveh4dFN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGveh4dFN .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGveh4dFN .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGveh4dFN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGveh4dFN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUGveh4dFN .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGveh4dFN .nav-wrapper .list .item-wrap:hover,
.cid-uUGveh4dFN .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGveh4dFN .nav-wrapper .list .item-wrap:hover::before,
.cid-uUGveh4dFN .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUGveh4dFN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUGveh4dFN .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGveh4dFN .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGveh4dFN .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGveh4dFN .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGveh4dFN .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGveh4dFN .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uUGveh4dFN .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGveh4dFN .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGveh4dFN .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uUGveh4dFN .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uUGveh4dFN .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUGveh4dFN .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGveh4dFN .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uUGveh4dFN .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGveh4dFN .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGveh4dFN .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uUGveh4dFN .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGveh4dFN .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uUGveh4dFN .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUGveh4dFN .mbr-section-title {
  color: #bee0d6;
}
.cid-uUGveh4dFN .mbr-section-subtitle {
  color: #97694b;
}
.cid-uUGveh4dFN .list {
  color: #bee0d6;
}
.cid-uUGveh4dFN .mbr-address {
  color: #ffffff;
}
.cid-uUGveh4dFN .mbr-copy {
  color: #ffffff;
}
.cid-uUGveh4dFN .list,
.cid-uUGveh4dFN .item-wrap,
.cid-uUGveh4dFN .nav-wrapper {
  color: #ffffff;
}
.cid-uUGveh4dFN .mbr-section-title,
.cid-uUGveh4dFN .logo-wrapper {
  color: #ffffff;
}
.cid-uUGvV3q1c8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGvV3q1c8 nav.navbar {
  position: fixed;
}
.cid-uUGvV3q1c8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGvV3q1c8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGvV3q1c8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGvV3q1c8 .dropdown-item:hover,
.cid-uUGvV3q1c8 .dropdown-item:focus {
  background: #97694b !important;
  color: white !important;
}
.cid-uUGvV3q1c8 .dropdown-item:hover span {
  color: white;
}
.cid-uUGvV3q1c8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGvV3q1c8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGvV3q1c8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGvV3q1c8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGvV3q1c8 .nav-link {
  position: relative;
}
.cid-uUGvV3q1c8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGvV3q1c8 .container {
    flex-wrap: wrap;
  }
}
.cid-uUGvV3q1c8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGvV3q1c8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uUGvV3q1c8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGvV3q1c8 .dropdown-menu,
.cid-uUGvV3q1c8 .navbar.opened {
  background: #000000 !important;
}
.cid-uUGvV3q1c8 .nav-item:focus,
.cid-uUGvV3q1c8 .nav-link:focus {
  outline: none;
}
.cid-uUGvV3q1c8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGvV3q1c8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGvV3q1c8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGvV3q1c8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGvV3q1c8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGvV3q1c8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGvV3q1c8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uUGvV3q1c8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGvV3q1c8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGvV3q1c8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGvV3q1c8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGvV3q1c8 .navbar.collapsed {
  justify-content: center;
}
.cid-uUGvV3q1c8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGvV3q1c8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGvV3q1c8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uUGvV3q1c8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGvV3q1c8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGvV3q1c8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUGvV3q1c8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGvV3q1c8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGvV3q1c8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGvV3q1c8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGvV3q1c8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGvV3q1c8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGvV3q1c8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGvV3q1c8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUGvV3q1c8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGvV3q1c8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGvV3q1c8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGvV3q1c8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGvV3q1c8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGvV3q1c8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUGvV3q1c8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUGvV3q1c8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGvV3q1c8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGvV3q1c8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGvV3q1c8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGvV3q1c8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGvV3q1c8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGvV3q1c8 .dropdown-item.active,
.cid-uUGvV3q1c8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGvV3q1c8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGvV3q1c8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGvV3q1c8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGvV3q1c8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUGvV3q1c8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGvV3q1c8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGvV3q1c8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGvV3q1c8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGvV3q1c8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGvV3q1c8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUGvV3q1c8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGvV3q1c8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGvV3q1c8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGvV3q1c8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGvV3q1c8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGvV3q1c8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGvV3q1c8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGvV3q1c8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGvV3q1c8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGvV3q1c8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGvV3q1c8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUGvV3q1c8 .navbar {
    height: 70px;
  }
  .cid-uUGvV3q1c8 .navbar.opened {
    height: auto;
  }
  .cid-uUGvV3q1c8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW6hnn6Uev {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uW6hnn6Uev .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6hnn6Uev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6hnn6Uev .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uW6hnn6Uev .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uW6hnn6Uev .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uW6hnn6Uev .card-wrapper {
    padding: 4rem;
  }
}
.cid-uW6hnn6Uev .wrap {
  background: url("../../../assets/images/2-2-1920x720.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uW6hnn6Uev .wrap .inner-wrap {
  padding: 40px;
}
.cid-uW6hnn6Uev .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uW6hnn6Uev .mbr-text,
.cid-uW6hnn6Uev .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uW6LkvC7ZK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uW6LkvC7ZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6LkvC7ZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6LkvC7ZK .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uW6LkvC7ZK .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-uW6LkvC7ZK .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW6LkvC7ZK .items-row {
  row-gap: 32px;
}
.cid-uW6LkvC7ZK .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uW6LkvC7ZK .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uW6LkvC7ZK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uW6LkvC7ZK .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uW6LkvC7ZK .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uW6LkvC7ZK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uW6LkvC7ZK .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uW6LkvC7ZK .mbr-item-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW6LkvC7ZK .carousel-control,
.cid-uW6LkvC7ZK .close {
  background: #1b1b1b;
}
.cid-uW6LkvC7ZK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uW6LkvC7ZK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uW6LkvC7ZK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uW6LkvC7ZK .carousel-control-next span {
  margin-left: 5px;
}
.cid-uW6LkvC7ZK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uW6LkvC7ZK .close::before {
  content: '\e91a';
}
.cid-uW6LkvC7ZK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uW6LkvC7ZK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uW6LkvC7ZK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW6LkvC7ZK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uW6LkvC7ZK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uW6LkvC7ZK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uW6LkvC7ZK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uW6LkvC7ZK .carousel-indicators li.active,
.cid-uW6LkvC7ZK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uW6LkvC7ZK .carousel-indicators li::after,
.cid-uW6LkvC7ZK .carousel-indicators li::before {
  content: none;
}
.cid-uW6LkvC7ZK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uW6LkvC7ZK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uW6LkvC7ZK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uW6LkvC7ZK .carousel-indicators {
    display: none;
  }
}
.cid-uW6LkvC7ZK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uW6LkvC7ZK .carousel-inner > .active {
  display: block;
}
.cid-uW6LkvC7ZK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW6LkvC7ZK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uW6LkvC7ZK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uW6LkvC7ZK .carousel-control,
  .cid-uW6LkvC7ZK .carousel-indicators,
  .cid-uW6LkvC7ZK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uW6LkvC7ZK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uW6LkvC7ZK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uW6LkvC7ZK .carousel-indicators .active,
.cid-uW6LkvC7ZK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uW6LkvC7ZK .carousel-indicators .active {
  background: #fff;
}
.cid-uW6LkvC7ZK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uW6LkvC7ZK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uW6LkvC7ZK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uW6LkvC7ZK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uW6LkvC7ZK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uW6LkvC7ZK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uW6LkvC7ZK .carousel {
  width: 100%;
}
.cid-uW6LkvC7ZK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uW6LkvC7ZK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uW6LkvC7ZK .modal.fade .modal-dialog,
.cid-uW6LkvC7ZK .modal.in .modal-dialog {
  transform: none;
}
.cid-uW6LkvC7ZK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uW6LkvC7ZK H6 {
  text-align: center;
}
.cid-uUGvV3H4G5 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/biform.alt-1-1920x1080.jpg");
}
.cid-uUGvV3H4G5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGvV3H4G5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGvV3H4G5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUGvV3H4G5 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUGvV3H4G5 .container {
    padding: 0 30px;
  }
}
.cid-uUGvV3H4G5 .row {
  justify-content: center;
}
.cid-uUGvV3H4G5 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGvV3H4G5 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGvV3H4G5 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGvV3H4G5 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGvV3H4G5 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uUGvV3H4G5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGvV3H4G5 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGvV3H4G5 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGvV3H4G5 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGvV3H4G5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUGvV3H4G5 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGvV3H4G5 .nav-wrapper .list .item-wrap:hover,
.cid-uUGvV3H4G5 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGvV3H4G5 .nav-wrapper .list .item-wrap:hover::before,
.cid-uUGvV3H4G5 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUGvV3H4G5 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUGvV3H4G5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGvV3H4G5 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGvV3H4G5 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGvV3H4G5 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGvV3H4G5 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGvV3H4G5 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uUGvV3H4G5 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGvV3H4G5 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGvV3H4G5 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uUGvV3H4G5 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uUGvV3H4G5 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUGvV3H4G5 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGvV3H4G5 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uUGvV3H4G5 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGvV3H4G5 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGvV3H4G5 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uUGvV3H4G5 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGvV3H4G5 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uUGvV3H4G5 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUGvV3H4G5 .mbr-section-title {
  color: #bee0d6;
}
.cid-uUGvV3H4G5 .mbr-section-subtitle {
  color: #97694b;
}
.cid-uUGvV3H4G5 .list {
  color: #bee0d6;
}
.cid-uUGvV3H4G5 .mbr-address {
  color: #ffffff;
}
.cid-uUGvV3H4G5 .mbr-copy {
  color: #ffffff;
}
.cid-uUGvV3H4G5 .list,
.cid-uUGvV3H4G5 .item-wrap,
.cid-uUGvV3H4G5 .nav-wrapper {
  color: #ffffff;
}
.cid-uUGvV3H4G5 .mbr-section-title,
.cid-uUGvV3H4G5 .logo-wrapper {
  color: #ffffff;
}
.cid-uUGw1bbyiX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGw1bbyiX nav.navbar {
  position: fixed;
}
.cid-uUGw1bbyiX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGw1bbyiX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGw1bbyiX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGw1bbyiX .dropdown-item:hover,
.cid-uUGw1bbyiX .dropdown-item:focus {
  background: #97694b !important;
  color: white !important;
}
.cid-uUGw1bbyiX .dropdown-item:hover span {
  color: white;
}
.cid-uUGw1bbyiX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGw1bbyiX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGw1bbyiX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGw1bbyiX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGw1bbyiX .nav-link {
  position: relative;
}
.cid-uUGw1bbyiX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGw1bbyiX .container {
    flex-wrap: wrap;
  }
}
.cid-uUGw1bbyiX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGw1bbyiX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uUGw1bbyiX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGw1bbyiX .dropdown-menu,
.cid-uUGw1bbyiX .navbar.opened {
  background: #000000 !important;
}
.cid-uUGw1bbyiX .nav-item:focus,
.cid-uUGw1bbyiX .nav-link:focus {
  outline: none;
}
.cid-uUGw1bbyiX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGw1bbyiX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGw1bbyiX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGw1bbyiX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGw1bbyiX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGw1bbyiX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGw1bbyiX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uUGw1bbyiX .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGw1bbyiX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGw1bbyiX .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGw1bbyiX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGw1bbyiX .navbar.collapsed {
  justify-content: center;
}
.cid-uUGw1bbyiX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGw1bbyiX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGw1bbyiX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uUGw1bbyiX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGw1bbyiX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGw1bbyiX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUGw1bbyiX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGw1bbyiX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGw1bbyiX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGw1bbyiX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGw1bbyiX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGw1bbyiX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGw1bbyiX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGw1bbyiX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUGw1bbyiX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGw1bbyiX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGw1bbyiX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGw1bbyiX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGw1bbyiX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGw1bbyiX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUGw1bbyiX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUGw1bbyiX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGw1bbyiX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGw1bbyiX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGw1bbyiX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGw1bbyiX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGw1bbyiX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGw1bbyiX .dropdown-item.active,
.cid-uUGw1bbyiX .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGw1bbyiX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGw1bbyiX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGw1bbyiX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGw1bbyiX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUGw1bbyiX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGw1bbyiX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGw1bbyiX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGw1bbyiX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGw1bbyiX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGw1bbyiX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUGw1bbyiX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGw1bbyiX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGw1bbyiX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGw1bbyiX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGw1bbyiX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGw1bbyiX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGw1bbyiX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGw1bbyiX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGw1bbyiX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGw1bbyiX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGw1bbyiX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUGw1bbyiX .navbar {
    height: 70px;
  }
  .cid-uUGw1bbyiX .navbar.opened {
    height: auto;
  }
  .cid-uUGw1bbyiX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW6kK7lpdM {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uW6kK7lpdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6kK7lpdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6kK7lpdM .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uW6kK7lpdM .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uW6kK7lpdM .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uW6kK7lpdM .card-wrapper {
    padding: 4rem;
  }
}
.cid-uW6kK7lpdM .wrap {
  background: url("../../../assets/images/3-1920x720.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uW6kK7lpdM .wrap .inner-wrap {
  padding: 40px;
}
.cid-uW6kK7lpdM .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uW6kK7lpdM .mbr-text,
.cid-uW6kK7lpdM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uW6LOOOPIz {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uW6LOOOPIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6LOOOPIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6LOOOPIz .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uW6LOOOPIz .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-uW6LOOOPIz .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW6LOOOPIz .items-row {
  row-gap: 32px;
}
.cid-uW6LOOOPIz .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uW6LOOOPIz .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uW6LOOOPIz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uW6LOOOPIz .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uW6LOOOPIz .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uW6LOOOPIz .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uW6LOOOPIz .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uW6LOOOPIz .mbr-item-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW6LOOOPIz .carousel-control,
.cid-uW6LOOOPIz .close {
  background: #1b1b1b;
}
.cid-uW6LOOOPIz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uW6LOOOPIz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uW6LOOOPIz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uW6LOOOPIz .carousel-control-next span {
  margin-left: 5px;
}
.cid-uW6LOOOPIz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uW6LOOOPIz .close::before {
  content: '\e91a';
}
.cid-uW6LOOOPIz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uW6LOOOPIz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uW6LOOOPIz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW6LOOOPIz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uW6LOOOPIz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uW6LOOOPIz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uW6LOOOPIz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uW6LOOOPIz .carousel-indicators li.active,
.cid-uW6LOOOPIz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uW6LOOOPIz .carousel-indicators li::after,
.cid-uW6LOOOPIz .carousel-indicators li::before {
  content: none;
}
.cid-uW6LOOOPIz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uW6LOOOPIz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uW6LOOOPIz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uW6LOOOPIz .carousel-indicators {
    display: none;
  }
}
.cid-uW6LOOOPIz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uW6LOOOPIz .carousel-inner > .active {
  display: block;
}
.cid-uW6LOOOPIz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW6LOOOPIz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uW6LOOOPIz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uW6LOOOPIz .carousel-control,
  .cid-uW6LOOOPIz .carousel-indicators,
  .cid-uW6LOOOPIz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uW6LOOOPIz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uW6LOOOPIz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uW6LOOOPIz .carousel-indicators .active,
.cid-uW6LOOOPIz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uW6LOOOPIz .carousel-indicators .active {
  background: #fff;
}
.cid-uW6LOOOPIz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uW6LOOOPIz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uW6LOOOPIz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uW6LOOOPIz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uW6LOOOPIz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uW6LOOOPIz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uW6LOOOPIz .carousel {
  width: 100%;
}
.cid-uW6LOOOPIz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uW6LOOOPIz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uW6LOOOPIz .modal.fade .modal-dialog,
.cid-uW6LOOOPIz .modal.in .modal-dialog {
  transform: none;
}
.cid-uW6LOOOPIz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uW6LOOOPIz H6 {
  text-align: center;
}
.cid-uUGw1bpOqk {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/biform.alt-1-1920x1080.jpg");
}
.cid-uUGw1bpOqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGw1bpOqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGw1bpOqk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUGw1bpOqk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUGw1bpOqk .container {
    padding: 0 30px;
  }
}
.cid-uUGw1bpOqk .row {
  justify-content: center;
}
.cid-uUGw1bpOqk .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGw1bpOqk .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGw1bpOqk .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGw1bpOqk .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGw1bpOqk .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uUGw1bpOqk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGw1bpOqk .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGw1bpOqk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGw1bpOqk .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGw1bpOqk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUGw1bpOqk .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGw1bpOqk .nav-wrapper .list .item-wrap:hover,
.cid-uUGw1bpOqk .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGw1bpOqk .nav-wrapper .list .item-wrap:hover::before,
.cid-uUGw1bpOqk .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUGw1bpOqk .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUGw1bpOqk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGw1bpOqk .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGw1bpOqk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGw1bpOqk .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGw1bpOqk .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGw1bpOqk .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uUGw1bpOqk .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGw1bpOqk .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGw1bpOqk .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uUGw1bpOqk .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uUGw1bpOqk .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUGw1bpOqk .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGw1bpOqk .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uUGw1bpOqk .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGw1bpOqk .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGw1bpOqk .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uUGw1bpOqk .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGw1bpOqk .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uUGw1bpOqk .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUGw1bpOqk .mbr-section-title {
  color: #bee0d6;
}
.cid-uUGw1bpOqk .mbr-section-subtitle {
  color: #97694b;
}
.cid-uUGw1bpOqk .list {
  color: #bee0d6;
}
.cid-uUGw1bpOqk .mbr-address {
  color: #ffffff;
}
.cid-uUGw1bpOqk .mbr-copy {
  color: #ffffff;
}
.cid-uUGw1bpOqk .list,
.cid-uUGw1bpOqk .item-wrap,
.cid-uUGw1bpOqk .nav-wrapper {
  color: #ffffff;
}
.cid-uUGw1bpOqk .mbr-section-title,
.cid-uUGw1bpOqk .logo-wrapper {
  color: #ffffff;
}
.cid-uUGw7EPMTs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGw7EPMTs nav.navbar {
  position: fixed;
}
.cid-uUGw7EPMTs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGw7EPMTs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGw7EPMTs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGw7EPMTs .dropdown-item:hover,
.cid-uUGw7EPMTs .dropdown-item:focus {
  background: #97694b !important;
  color: white !important;
}
.cid-uUGw7EPMTs .dropdown-item:hover span {
  color: white;
}
.cid-uUGw7EPMTs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGw7EPMTs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGw7EPMTs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGw7EPMTs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGw7EPMTs .nav-link {
  position: relative;
}
.cid-uUGw7EPMTs .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGw7EPMTs .container {
    flex-wrap: wrap;
  }
}
.cid-uUGw7EPMTs .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGw7EPMTs .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uUGw7EPMTs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGw7EPMTs .dropdown-menu,
.cid-uUGw7EPMTs .navbar.opened {
  background: #000000 !important;
}
.cid-uUGw7EPMTs .nav-item:focus,
.cid-uUGw7EPMTs .nav-link:focus {
  outline: none;
}
.cid-uUGw7EPMTs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGw7EPMTs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGw7EPMTs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGw7EPMTs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGw7EPMTs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGw7EPMTs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGw7EPMTs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uUGw7EPMTs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGw7EPMTs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGw7EPMTs .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGw7EPMTs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGw7EPMTs .navbar.collapsed {
  justify-content: center;
}
.cid-uUGw7EPMTs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGw7EPMTs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGw7EPMTs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uUGw7EPMTs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGw7EPMTs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGw7EPMTs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUGw7EPMTs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGw7EPMTs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGw7EPMTs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGw7EPMTs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGw7EPMTs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGw7EPMTs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGw7EPMTs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGw7EPMTs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUGw7EPMTs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGw7EPMTs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGw7EPMTs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGw7EPMTs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGw7EPMTs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGw7EPMTs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUGw7EPMTs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUGw7EPMTs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGw7EPMTs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGw7EPMTs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGw7EPMTs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGw7EPMTs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGw7EPMTs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGw7EPMTs .dropdown-item.active,
.cid-uUGw7EPMTs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGw7EPMTs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGw7EPMTs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGw7EPMTs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGw7EPMTs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUGw7EPMTs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGw7EPMTs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGw7EPMTs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGw7EPMTs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGw7EPMTs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGw7EPMTs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUGw7EPMTs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGw7EPMTs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGw7EPMTs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGw7EPMTs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGw7EPMTs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGw7EPMTs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGw7EPMTs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGw7EPMTs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGw7EPMTs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGw7EPMTs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGw7EPMTs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUGw7EPMTs .navbar {
    height: 70px;
  }
  .cid-uUGw7EPMTs .navbar.opened {
    height: auto;
  }
  .cid-uUGw7EPMTs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW6kEyxVJ0 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uW6kEyxVJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6kEyxVJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6kEyxVJ0 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uW6kEyxVJ0 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uW6kEyxVJ0 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uW6kEyxVJ0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uW6kEyxVJ0 .wrap {
  background: url("../../../assets/images/9-1920x720.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uW6kEyxVJ0 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uW6kEyxVJ0 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uW6kEyxVJ0 .mbr-text,
.cid-uW6kEyxVJ0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uW6wxa43wn {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/biform.hakkimizda.arka.zemin-1-1920x1080.jpg");
}
.cid-uW6wxa43wn .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uW6wxa43wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6wxa43wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6wxa43wn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uW6wxa43wn .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uW6wxa43wn {
    align-items: center;
  }
  .cid-uW6wxa43wn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uW6wxa43wn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uW6wxa43wn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uW6wxa43wn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uW6wxa43wn .content-wrap {
    width: 100%;
  }
}
.cid-uW6wxa43wn .mbr-section-title {
  text-align: left;
  color: #0f0f0f;
}
.cid-uW6wxa43wn .mbr-text,
.cid-uW6wxa43wn .mbr-section-btn {
  text-align: left;
  color: #0f0f0f;
}
.cid-uUGw7F4arW {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/biform.alt-1-1920x1080.jpg");
}
.cid-uUGw7F4arW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGw7F4arW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGw7F4arW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUGw7F4arW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUGw7F4arW .container {
    padding: 0 30px;
  }
}
.cid-uUGw7F4arW .row {
  justify-content: center;
}
.cid-uUGw7F4arW .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGw7F4arW .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGw7F4arW .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGw7F4arW .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGw7F4arW .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uUGw7F4arW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGw7F4arW .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGw7F4arW .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGw7F4arW .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGw7F4arW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUGw7F4arW .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGw7F4arW .nav-wrapper .list .item-wrap:hover,
.cid-uUGw7F4arW .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGw7F4arW .nav-wrapper .list .item-wrap:hover::before,
.cid-uUGw7F4arW .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUGw7F4arW .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUGw7F4arW .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGw7F4arW .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGw7F4arW .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGw7F4arW .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGw7F4arW .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGw7F4arW .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uUGw7F4arW .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGw7F4arW .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGw7F4arW .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uUGw7F4arW .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uUGw7F4arW .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUGw7F4arW .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGw7F4arW .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uUGw7F4arW .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGw7F4arW .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGw7F4arW .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uUGw7F4arW .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGw7F4arW .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uUGw7F4arW .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUGw7F4arW .mbr-section-title {
  color: #bee0d6;
}
.cid-uUGw7F4arW .mbr-section-subtitle {
  color: #97694b;
}
.cid-uUGw7F4arW .list {
  color: #bee0d6;
}
.cid-uUGw7F4arW .mbr-address {
  color: #ffffff;
}
.cid-uUGw7F4arW .mbr-copy {
  color: #ffffff;
}
.cid-uUGw7F4arW .list,
.cid-uUGw7F4arW .item-wrap,
.cid-uUGw7F4arW .nav-wrapper {
  color: #ffffff;
}
.cid-uUGw7F4arW .mbr-section-title,
.cid-uUGw7F4arW .logo-wrapper {
  color: #ffffff;
}
.cid-uUGweLlgZa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGweLlgZa nav.navbar {
  position: fixed;
}
.cid-uUGweLlgZa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGweLlgZa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGweLlgZa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGweLlgZa .dropdown-item:hover,
.cid-uUGweLlgZa .dropdown-item:focus {
  background: #97694b !important;
  color: white !important;
}
.cid-uUGweLlgZa .dropdown-item:hover span {
  color: white;
}
.cid-uUGweLlgZa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGweLlgZa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGweLlgZa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGweLlgZa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGweLlgZa .nav-link {
  position: relative;
}
.cid-uUGweLlgZa .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGweLlgZa .container {
    flex-wrap: wrap;
  }
}
.cid-uUGweLlgZa .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGweLlgZa .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uUGweLlgZa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGweLlgZa .dropdown-menu,
.cid-uUGweLlgZa .navbar.opened {
  background: #000000 !important;
}
.cid-uUGweLlgZa .nav-item:focus,
.cid-uUGweLlgZa .nav-link:focus {
  outline: none;
}
.cid-uUGweLlgZa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGweLlgZa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGweLlgZa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGweLlgZa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGweLlgZa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGweLlgZa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGweLlgZa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uUGweLlgZa .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGweLlgZa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGweLlgZa .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGweLlgZa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGweLlgZa .navbar.collapsed {
  justify-content: center;
}
.cid-uUGweLlgZa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGweLlgZa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGweLlgZa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uUGweLlgZa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGweLlgZa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGweLlgZa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUGweLlgZa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGweLlgZa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGweLlgZa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGweLlgZa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGweLlgZa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGweLlgZa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGweLlgZa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGweLlgZa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUGweLlgZa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGweLlgZa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGweLlgZa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGweLlgZa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGweLlgZa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGweLlgZa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUGweLlgZa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUGweLlgZa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGweLlgZa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGweLlgZa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGweLlgZa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGweLlgZa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGweLlgZa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGweLlgZa .dropdown-item.active,
.cid-uUGweLlgZa .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGweLlgZa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGweLlgZa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGweLlgZa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGweLlgZa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUGweLlgZa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGweLlgZa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGweLlgZa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGweLlgZa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGweLlgZa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGweLlgZa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUGweLlgZa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGweLlgZa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGweLlgZa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGweLlgZa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGweLlgZa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGweLlgZa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGweLlgZa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGweLlgZa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGweLlgZa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGweLlgZa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGweLlgZa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUGweLlgZa .navbar {
    height: 70px;
  }
  .cid-uUGweLlgZa .navbar.opened {
    height: auto;
  }
  .cid-uUGweLlgZa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW6kTzOuMl {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uW6kTzOuMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6kTzOuMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6kTzOuMl .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uW6kTzOuMl .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uW6kTzOuMl .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uW6kTzOuMl .card-wrapper {
    padding: 4rem;
  }
}
.cid-uW6kTzOuMl .wrap {
  background: url("../../../assets/images/4-1-1920x720.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uW6kTzOuMl .wrap .inner-wrap {
  padding: 40px;
}
.cid-uW6kTzOuMl .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uW6kTzOuMl .mbr-text,
.cid-uW6kTzOuMl .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uW6MrxaXVb {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uW6MrxaXVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6MrxaXVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6MrxaXVb .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uW6MrxaXVb .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-uW6MrxaXVb .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW6MrxaXVb .items-row {
  row-gap: 32px;
}
.cid-uW6MrxaXVb .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uW6MrxaXVb .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uW6MrxaXVb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uW6MrxaXVb .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uW6MrxaXVb .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uW6MrxaXVb .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uW6MrxaXVb .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uW6MrxaXVb .mbr-item-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW6MrxaXVb .carousel-control,
.cid-uW6MrxaXVb .close {
  background: #1b1b1b;
}
.cid-uW6MrxaXVb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uW6MrxaXVb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uW6MrxaXVb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uW6MrxaXVb .carousel-control-next span {
  margin-left: 5px;
}
.cid-uW6MrxaXVb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uW6MrxaXVb .close::before {
  content: '\e91a';
}
.cid-uW6MrxaXVb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uW6MrxaXVb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uW6MrxaXVb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW6MrxaXVb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uW6MrxaXVb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uW6MrxaXVb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uW6MrxaXVb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uW6MrxaXVb .carousel-indicators li.active,
.cid-uW6MrxaXVb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uW6MrxaXVb .carousel-indicators li::after,
.cid-uW6MrxaXVb .carousel-indicators li::before {
  content: none;
}
.cid-uW6MrxaXVb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uW6MrxaXVb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uW6MrxaXVb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uW6MrxaXVb .carousel-indicators {
    display: none;
  }
}
.cid-uW6MrxaXVb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uW6MrxaXVb .carousel-inner > .active {
  display: block;
}
.cid-uW6MrxaXVb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW6MrxaXVb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uW6MrxaXVb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uW6MrxaXVb .carousel-control,
  .cid-uW6MrxaXVb .carousel-indicators,
  .cid-uW6MrxaXVb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uW6MrxaXVb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uW6MrxaXVb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uW6MrxaXVb .carousel-indicators .active,
.cid-uW6MrxaXVb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uW6MrxaXVb .carousel-indicators .active {
  background: #fff;
}
.cid-uW6MrxaXVb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uW6MrxaXVb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uW6MrxaXVb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uW6MrxaXVb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uW6MrxaXVb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uW6MrxaXVb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uW6MrxaXVb .carousel {
  width: 100%;
}
.cid-uW6MrxaXVb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uW6MrxaXVb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uW6MrxaXVb .modal.fade .modal-dialog,
.cid-uW6MrxaXVb .modal.in .modal-dialog {
  transform: none;
}
.cid-uW6MrxaXVb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uW6MrxaXVb H6 {
  text-align: center;
}
.cid-uUGweLAttI {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/biform.alt-1-1920x1080.jpg");
}
.cid-uUGweLAttI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGweLAttI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGweLAttI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUGweLAttI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUGweLAttI .container {
    padding: 0 30px;
  }
}
.cid-uUGweLAttI .row {
  justify-content: center;
}
.cid-uUGweLAttI .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGweLAttI .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGweLAttI .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGweLAttI .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGweLAttI .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uUGweLAttI .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGweLAttI .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGweLAttI .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGweLAttI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGweLAttI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUGweLAttI .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGweLAttI .nav-wrapper .list .item-wrap:hover,
.cid-uUGweLAttI .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGweLAttI .nav-wrapper .list .item-wrap:hover::before,
.cid-uUGweLAttI .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUGweLAttI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUGweLAttI .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGweLAttI .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGweLAttI .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGweLAttI .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGweLAttI .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGweLAttI .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uUGweLAttI .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGweLAttI .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGweLAttI .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uUGweLAttI .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uUGweLAttI .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUGweLAttI .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGweLAttI .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uUGweLAttI .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGweLAttI .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGweLAttI .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uUGweLAttI .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGweLAttI .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uUGweLAttI .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUGweLAttI .mbr-section-title {
  color: #bee0d6;
}
.cid-uUGweLAttI .mbr-section-subtitle {
  color: #97694b;
}
.cid-uUGweLAttI .list {
  color: #bee0d6;
}
.cid-uUGweLAttI .mbr-address {
  color: #ffffff;
}
.cid-uUGweLAttI .mbr-copy {
  color: #ffffff;
}
.cid-uUGweLAttI .list,
.cid-uUGweLAttI .item-wrap,
.cid-uUGweLAttI .nav-wrapper {
  color: #ffffff;
}
.cid-uUGweLAttI .mbr-section-title,
.cid-uUGweLAttI .logo-wrapper {
  color: #ffffff;
}
.cid-uUGwjH9rYD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGwjH9rYD nav.navbar {
  position: fixed;
}
.cid-uUGwjH9rYD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGwjH9rYD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGwjH9rYD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGwjH9rYD .dropdown-item:hover,
.cid-uUGwjH9rYD .dropdown-item:focus {
  background: #97694b !important;
  color: white !important;
}
.cid-uUGwjH9rYD .dropdown-item:hover span {
  color: white;
}
.cid-uUGwjH9rYD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGwjH9rYD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGwjH9rYD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGwjH9rYD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGwjH9rYD .nav-link {
  position: relative;
}
.cid-uUGwjH9rYD .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGwjH9rYD .container {
    flex-wrap: wrap;
  }
}
.cid-uUGwjH9rYD .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGwjH9rYD .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uUGwjH9rYD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGwjH9rYD .dropdown-menu,
.cid-uUGwjH9rYD .navbar.opened {
  background: #000000 !important;
}
.cid-uUGwjH9rYD .nav-item:focus,
.cid-uUGwjH9rYD .nav-link:focus {
  outline: none;
}
.cid-uUGwjH9rYD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGwjH9rYD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGwjH9rYD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGwjH9rYD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGwjH9rYD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGwjH9rYD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGwjH9rYD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uUGwjH9rYD .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGwjH9rYD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGwjH9rYD .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGwjH9rYD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGwjH9rYD .navbar.collapsed {
  justify-content: center;
}
.cid-uUGwjH9rYD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGwjH9rYD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGwjH9rYD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uUGwjH9rYD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGwjH9rYD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGwjH9rYD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUGwjH9rYD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGwjH9rYD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGwjH9rYD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGwjH9rYD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGwjH9rYD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGwjH9rYD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGwjH9rYD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGwjH9rYD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUGwjH9rYD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGwjH9rYD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGwjH9rYD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGwjH9rYD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGwjH9rYD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGwjH9rYD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUGwjH9rYD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUGwjH9rYD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGwjH9rYD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGwjH9rYD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGwjH9rYD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGwjH9rYD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGwjH9rYD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGwjH9rYD .dropdown-item.active,
.cid-uUGwjH9rYD .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGwjH9rYD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGwjH9rYD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGwjH9rYD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGwjH9rYD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUGwjH9rYD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGwjH9rYD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGwjH9rYD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGwjH9rYD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGwjH9rYD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGwjH9rYD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUGwjH9rYD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGwjH9rYD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGwjH9rYD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGwjH9rYD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGwjH9rYD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGwjH9rYD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGwjH9rYD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGwjH9rYD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGwjH9rYD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGwjH9rYD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGwjH9rYD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUGwjH9rYD .navbar {
    height: 70px;
  }
  .cid-uUGwjH9rYD .navbar.opened {
    height: auto;
  }
  .cid-uUGwjH9rYD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW6l0ae2I5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uW6l0ae2I5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6l0ae2I5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6l0ae2I5 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uW6l0ae2I5 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uW6l0ae2I5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uW6l0ae2I5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uW6l0ae2I5 .wrap {
  background: url("../../../assets/images/5-2-1920x720.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uW6l0ae2I5 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uW6l0ae2I5 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uW6l0ae2I5 .mbr-text,
.cid-uW6l0ae2I5 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uW6MDyzsSA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uW6MDyzsSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6MDyzsSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6MDyzsSA .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uW6MDyzsSA .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-uW6MDyzsSA .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW6MDyzsSA .items-row {
  row-gap: 32px;
}
.cid-uW6MDyzsSA .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uW6MDyzsSA .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uW6MDyzsSA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uW6MDyzsSA .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uW6MDyzsSA .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uW6MDyzsSA .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uW6MDyzsSA .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uW6MDyzsSA .mbr-item-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW6MDyzsSA .carousel-control,
.cid-uW6MDyzsSA .close {
  background: #1b1b1b;
}
.cid-uW6MDyzsSA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uW6MDyzsSA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uW6MDyzsSA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uW6MDyzsSA .carousel-control-next span {
  margin-left: 5px;
}
.cid-uW6MDyzsSA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uW6MDyzsSA .close::before {
  content: '\e91a';
}
.cid-uW6MDyzsSA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uW6MDyzsSA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uW6MDyzsSA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW6MDyzsSA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uW6MDyzsSA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uW6MDyzsSA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uW6MDyzsSA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uW6MDyzsSA .carousel-indicators li.active,
.cid-uW6MDyzsSA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uW6MDyzsSA .carousel-indicators li::after,
.cid-uW6MDyzsSA .carousel-indicators li::before {
  content: none;
}
.cid-uW6MDyzsSA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uW6MDyzsSA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uW6MDyzsSA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uW6MDyzsSA .carousel-indicators {
    display: none;
  }
}
.cid-uW6MDyzsSA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uW6MDyzsSA .carousel-inner > .active {
  display: block;
}
.cid-uW6MDyzsSA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW6MDyzsSA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uW6MDyzsSA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uW6MDyzsSA .carousel-control,
  .cid-uW6MDyzsSA .carousel-indicators,
  .cid-uW6MDyzsSA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uW6MDyzsSA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uW6MDyzsSA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uW6MDyzsSA .carousel-indicators .active,
.cid-uW6MDyzsSA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uW6MDyzsSA .carousel-indicators .active {
  background: #fff;
}
.cid-uW6MDyzsSA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uW6MDyzsSA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uW6MDyzsSA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uW6MDyzsSA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uW6MDyzsSA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uW6MDyzsSA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uW6MDyzsSA .carousel {
  width: 100%;
}
.cid-uW6MDyzsSA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uW6MDyzsSA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uW6MDyzsSA .modal.fade .modal-dialog,
.cid-uW6MDyzsSA .modal.in .modal-dialog {
  transform: none;
}
.cid-uW6MDyzsSA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uW6MDyzsSA H6 {
  text-align: center;
}
.cid-uUGwjHsj66 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/biform.alt-1-1920x1080.jpg");
}
.cid-uUGwjHsj66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGwjHsj66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGwjHsj66 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUGwjHsj66 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUGwjHsj66 .container {
    padding: 0 30px;
  }
}
.cid-uUGwjHsj66 .row {
  justify-content: center;
}
.cid-uUGwjHsj66 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGwjHsj66 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwjHsj66 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGwjHsj66 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwjHsj66 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uUGwjHsj66 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGwjHsj66 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGwjHsj66 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwjHsj66 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGwjHsj66 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUGwjHsj66 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGwjHsj66 .nav-wrapper .list .item-wrap:hover,
.cid-uUGwjHsj66 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGwjHsj66 .nav-wrapper .list .item-wrap:hover::before,
.cid-uUGwjHsj66 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUGwjHsj66 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUGwjHsj66 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGwjHsj66 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGwjHsj66 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwjHsj66 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGwjHsj66 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwjHsj66 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uUGwjHsj66 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGwjHsj66 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGwjHsj66 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uUGwjHsj66 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uUGwjHsj66 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUGwjHsj66 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGwjHsj66 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uUGwjHsj66 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGwjHsj66 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGwjHsj66 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uUGwjHsj66 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwjHsj66 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uUGwjHsj66 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUGwjHsj66 .mbr-section-title {
  color: #bee0d6;
}
.cid-uUGwjHsj66 .mbr-section-subtitle {
  color: #97694b;
}
.cid-uUGwjHsj66 .list {
  color: #bee0d6;
}
.cid-uUGwjHsj66 .mbr-address {
  color: #ffffff;
}
.cid-uUGwjHsj66 .mbr-copy {
  color: #ffffff;
}
.cid-uUGwjHsj66 .list,
.cid-uUGwjHsj66 .item-wrap,
.cid-uUGwjHsj66 .nav-wrapper {
  color: #ffffff;
}
.cid-uUGwjHsj66 .mbr-section-title,
.cid-uUGwjHsj66 .logo-wrapper {
  color: #ffffff;
}
.cid-uUGwqNsTr8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGwqNsTr8 nav.navbar {
  position: fixed;
}
.cid-uUGwqNsTr8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGwqNsTr8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGwqNsTr8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGwqNsTr8 .dropdown-item:hover,
.cid-uUGwqNsTr8 .dropdown-item:focus {
  background: #97694b !important;
  color: white !important;
}
.cid-uUGwqNsTr8 .dropdown-item:hover span {
  color: white;
}
.cid-uUGwqNsTr8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGwqNsTr8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGwqNsTr8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGwqNsTr8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGwqNsTr8 .nav-link {
  position: relative;
}
.cid-uUGwqNsTr8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGwqNsTr8 .container {
    flex-wrap: wrap;
  }
}
.cid-uUGwqNsTr8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGwqNsTr8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uUGwqNsTr8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGwqNsTr8 .dropdown-menu,
.cid-uUGwqNsTr8 .navbar.opened {
  background: #000000 !important;
}
.cid-uUGwqNsTr8 .nav-item:focus,
.cid-uUGwqNsTr8 .nav-link:focus {
  outline: none;
}
.cid-uUGwqNsTr8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGwqNsTr8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGwqNsTr8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGwqNsTr8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGwqNsTr8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGwqNsTr8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGwqNsTr8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uUGwqNsTr8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGwqNsTr8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGwqNsTr8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGwqNsTr8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGwqNsTr8 .navbar.collapsed {
  justify-content: center;
}
.cid-uUGwqNsTr8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGwqNsTr8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGwqNsTr8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uUGwqNsTr8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGwqNsTr8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGwqNsTr8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUGwqNsTr8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGwqNsTr8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGwqNsTr8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGwqNsTr8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGwqNsTr8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGwqNsTr8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGwqNsTr8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGwqNsTr8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUGwqNsTr8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGwqNsTr8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGwqNsTr8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGwqNsTr8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGwqNsTr8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGwqNsTr8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUGwqNsTr8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUGwqNsTr8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGwqNsTr8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGwqNsTr8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGwqNsTr8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGwqNsTr8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGwqNsTr8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGwqNsTr8 .dropdown-item.active,
.cid-uUGwqNsTr8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGwqNsTr8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGwqNsTr8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGwqNsTr8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGwqNsTr8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUGwqNsTr8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGwqNsTr8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGwqNsTr8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGwqNsTr8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGwqNsTr8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGwqNsTr8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUGwqNsTr8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGwqNsTr8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGwqNsTr8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGwqNsTr8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGwqNsTr8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGwqNsTr8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGwqNsTr8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGwqNsTr8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGwqNsTr8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGwqNsTr8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGwqNsTr8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUGwqNsTr8 .navbar {
    height: 70px;
  }
  .cid-uUGwqNsTr8 .navbar.opened {
    height: auto;
  }
  .cid-uUGwqNsTr8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW6lmocBKV {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uW6lmocBKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6lmocBKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6lmocBKV .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uW6lmocBKV .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uW6lmocBKV .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uW6lmocBKV .card-wrapper {
    padding: 4rem;
  }
}
.cid-uW6lmocBKV .wrap {
  background: url("../../../assets/images/6-1920x720.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uW6lmocBKV .wrap .inner-wrap {
  padding: 40px;
}
.cid-uW6lmocBKV .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uW6lmocBKV .mbr-text,
.cid-uW6lmocBKV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uW6NauVz7H {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uW6NauVz7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6NauVz7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6NauVz7H .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uW6NauVz7H .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-uW6NauVz7H .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW6NauVz7H .items-row {
  row-gap: 32px;
}
.cid-uW6NauVz7H .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uW6NauVz7H .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uW6NauVz7H .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uW6NauVz7H .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uW6NauVz7H .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uW6NauVz7H .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uW6NauVz7H .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uW6NauVz7H .mbr-item-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW6NauVz7H .carousel-control,
.cid-uW6NauVz7H .close {
  background: #1b1b1b;
}
.cid-uW6NauVz7H .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uW6NauVz7H .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uW6NauVz7H .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uW6NauVz7H .carousel-control-next span {
  margin-left: 5px;
}
.cid-uW6NauVz7H .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uW6NauVz7H .close::before {
  content: '\e91a';
}
.cid-uW6NauVz7H .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uW6NauVz7H .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uW6NauVz7H .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW6NauVz7H .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uW6NauVz7H .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uW6NauVz7H .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uW6NauVz7H .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uW6NauVz7H .carousel-indicators li.active,
.cid-uW6NauVz7H .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uW6NauVz7H .carousel-indicators li::after,
.cid-uW6NauVz7H .carousel-indicators li::before {
  content: none;
}
.cid-uW6NauVz7H .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uW6NauVz7H .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uW6NauVz7H .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uW6NauVz7H .carousel-indicators {
    display: none;
  }
}
.cid-uW6NauVz7H .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uW6NauVz7H .carousel-inner > .active {
  display: block;
}
.cid-uW6NauVz7H .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW6NauVz7H .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uW6NauVz7H .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uW6NauVz7H .carousel-control,
  .cid-uW6NauVz7H .carousel-indicators,
  .cid-uW6NauVz7H .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uW6NauVz7H .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uW6NauVz7H .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uW6NauVz7H .carousel-indicators .active,
.cid-uW6NauVz7H .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uW6NauVz7H .carousel-indicators .active {
  background: #fff;
}
.cid-uW6NauVz7H .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uW6NauVz7H .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uW6NauVz7H .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uW6NauVz7H .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uW6NauVz7H .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uW6NauVz7H .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uW6NauVz7H .carousel {
  width: 100%;
}
.cid-uW6NauVz7H .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uW6NauVz7H .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uW6NauVz7H .modal.fade .modal-dialog,
.cid-uW6NauVz7H .modal.in .modal-dialog {
  transform: none;
}
.cid-uW6NauVz7H .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uW6NauVz7H H6 {
  text-align: center;
}
.cid-uUGwqNJgIz {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/biform.alt-1-1920x1080.jpg");
}
.cid-uUGwqNJgIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGwqNJgIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGwqNJgIz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUGwqNJgIz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUGwqNJgIz .container {
    padding: 0 30px;
  }
}
.cid-uUGwqNJgIz .row {
  justify-content: center;
}
.cid-uUGwqNJgIz .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGwqNJgIz .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwqNJgIz .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGwqNJgIz .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwqNJgIz .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uUGwqNJgIz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGwqNJgIz .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGwqNJgIz .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwqNJgIz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGwqNJgIz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUGwqNJgIz .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGwqNJgIz .nav-wrapper .list .item-wrap:hover,
.cid-uUGwqNJgIz .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGwqNJgIz .nav-wrapper .list .item-wrap:hover::before,
.cid-uUGwqNJgIz .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUGwqNJgIz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUGwqNJgIz .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGwqNJgIz .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGwqNJgIz .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwqNJgIz .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGwqNJgIz .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwqNJgIz .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uUGwqNJgIz .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGwqNJgIz .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGwqNJgIz .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uUGwqNJgIz .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uUGwqNJgIz .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUGwqNJgIz .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGwqNJgIz .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uUGwqNJgIz .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGwqNJgIz .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGwqNJgIz .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uUGwqNJgIz .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwqNJgIz .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uUGwqNJgIz .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUGwqNJgIz .mbr-section-title {
  color: #bee0d6;
}
.cid-uUGwqNJgIz .mbr-section-subtitle {
  color: #97694b;
}
.cid-uUGwqNJgIz .list {
  color: #bee0d6;
}
.cid-uUGwqNJgIz .mbr-address {
  color: #ffffff;
}
.cid-uUGwqNJgIz .mbr-copy {
  color: #ffffff;
}
.cid-uUGwqNJgIz .list,
.cid-uUGwqNJgIz .item-wrap,
.cid-uUGwqNJgIz .nav-wrapper {
  color: #ffffff;
}
.cid-uUGwqNJgIz .mbr-section-title,
.cid-uUGwqNJgIz .logo-wrapper {
  color: #ffffff;
}
.cid-uUGwzctbJE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGwzctbJE nav.navbar {
  position: fixed;
}
.cid-uUGwzctbJE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGwzctbJE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGwzctbJE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGwzctbJE .dropdown-item:hover,
.cid-uUGwzctbJE .dropdown-item:focus {
  background: #97694b !important;
  color: white !important;
}
.cid-uUGwzctbJE .dropdown-item:hover span {
  color: white;
}
.cid-uUGwzctbJE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGwzctbJE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGwzctbJE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGwzctbJE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGwzctbJE .nav-link {
  position: relative;
}
.cid-uUGwzctbJE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGwzctbJE .container {
    flex-wrap: wrap;
  }
}
.cid-uUGwzctbJE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGwzctbJE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uUGwzctbJE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGwzctbJE .dropdown-menu,
.cid-uUGwzctbJE .navbar.opened {
  background: #000000 !important;
}
.cid-uUGwzctbJE .nav-item:focus,
.cid-uUGwzctbJE .nav-link:focus {
  outline: none;
}
.cid-uUGwzctbJE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGwzctbJE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGwzctbJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGwzctbJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGwzctbJE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGwzctbJE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGwzctbJE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uUGwzctbJE .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGwzctbJE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGwzctbJE .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGwzctbJE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGwzctbJE .navbar.collapsed {
  justify-content: center;
}
.cid-uUGwzctbJE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGwzctbJE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGwzctbJE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uUGwzctbJE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGwzctbJE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGwzctbJE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUGwzctbJE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGwzctbJE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGwzctbJE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGwzctbJE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGwzctbJE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGwzctbJE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGwzctbJE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGwzctbJE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUGwzctbJE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGwzctbJE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGwzctbJE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGwzctbJE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGwzctbJE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGwzctbJE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUGwzctbJE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUGwzctbJE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGwzctbJE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGwzctbJE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGwzctbJE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGwzctbJE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGwzctbJE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGwzctbJE .dropdown-item.active,
.cid-uUGwzctbJE .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGwzctbJE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGwzctbJE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGwzctbJE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGwzctbJE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUGwzctbJE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGwzctbJE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGwzctbJE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGwzctbJE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGwzctbJE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGwzctbJE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUGwzctbJE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGwzctbJE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGwzctbJE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGwzctbJE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGwzctbJE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGwzctbJE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGwzctbJE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGwzctbJE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGwzctbJE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGwzctbJE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGwzctbJE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUGwzctbJE .navbar {
    height: 70px;
  }
  .cid-uUGwzctbJE .navbar.opened {
    height: auto;
  }
  .cid-uUGwzctbJE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW6lSzKH91 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uW6lSzKH91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6lSzKH91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6lSzKH91 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uW6lSzKH91 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uW6lSzKH91 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uW6lSzKH91 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uW6lSzKH91 .wrap {
  background: url("../../../assets/images/8-3-1920x720.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uW6lSzKH91 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uW6lSzKH91 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uW6lSzKH91 .mbr-text,
.cid-uW6lSzKH91 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uW6n7Ghfdd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/biform.hakkimizda.arka.zemin-1-1920x1080.jpg");
}
.cid-uW6n7Ghfdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6n7Ghfdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uW6n7Ghfdd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW6n7Ghfdd .row {
  flex-direction: row-reverse;
}
.cid-uW6n7Ghfdd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uW6n7Ghfdd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uW6n7Ghfdd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uW6n7Ghfdd .mbr-section-title {
  color: #000000;
}
.cid-uW6n7Ghfdd .mbr-text,
.cid-uW6n7Ghfdd .mbr-section-btn {
  color: #232323;
}
.cid-uW6miCk9Ak {
  padding-top: 45px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #f7f7f7, #0f0f0f);
}
.cid-uW6miCk9Ak .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6miCk9Ak .card-link {
  position: relative;
  width: fit-content;
}
.cid-uW6miCk9Ak .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uW6miCk9Ak h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uW6miCk9Ak h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uW6miCk9Ak .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uW6miCk9Ak .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uW6miCk9Ak .item-wrapper:hover {
  background: #c5c0c0;
  transform: translateY(-5px);
}
.cid-uW6miCk9Ak .item-wrapper:hover .card-title,
.cid-uW6miCk9Ak .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uW6miCk9Ak .item-wrapper:hover span,
.cid-uW6miCk9Ak .item-wrapper:hover .card-link,
.cid-uW6miCk9Ak .item-wrapper:hover .card-link a {
  color: #97694b !important;
}
.cid-uW6miCk9Ak .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uW6miCk9Ak .card-title,
.cid-uW6miCk9Ak .card-text,
.cid-uW6miCk9Ak .card-link,
.cid-uW6miCk9Ak .card-link a {
  transition: all 0.3s;
}
.cid-uW6miCk9Ak .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uW6miCk9Ak .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uW6miCk9Ak .link-wrapper:hover {
  cursor: pointer;
}
.cid-uW6miCk9Ak .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #c5c0c0;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uW6miCk9Ak .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uW6miCk9Ak .card-title,
.cid-uW6miCk9Ak .iconfont-wrapper {
  color: #000000;
}
.cid-uW6miCk9Ak .card-text {
  color: #232323;
}
.cid-uW6miCk9Ak .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uW6miCk9Ak .card-link,
.cid-uW6miCk9Ak .link-icon,
.cid-uW6miCk9Ak .link-align {
  color: #232323;
}
.cid-uW6miCk9Ak .mbr-section-subtitle {
  text-align: left;
}
.cid-uW6miCk9Ak .mbr-section-subtitle,
.cid-uW6miCk9Ak .align {
  color: #232323;
}
.cid-uW6mjb5Cs7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-uW6mjb5Cs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6mjb5Cs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6mjb5Cs7 .row {
  position: relative;
  z-index: 10;
}
.cid-uW6mjb5Cs7 .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uW6mjb5Cs7 .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uW6mjb5Cs7 .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uW6mjb5Cs7 .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uW6mjb5Cs7 .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uW6mjb5Cs7 .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uW6mjb5Cs7 .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uW6mjb5Cs7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uW6mjb5Cs7 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uW6mjb5Cs7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uW6mjb5Cs7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uW6mjb5Cs7 .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uW6mjb5Cs7 .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uW6mjb5Cs7 .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uW6mjb5Cs7 .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uW6mjb5Cs7 .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uW6mjb5Cs7 .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uW6mjb5Cs7 .container,
.cid-uW6mjb5Cs7 .container-fluid {
  position: relative;
}
.cid-uW6mjb5Cs7 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uW6mjb5Cs7 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uW6mjb5Cs7 .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uW6mjb5Cs7 .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uUGwzcWTrH {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/biform.alt-1-1920x1080.jpg");
}
.cid-uUGwzcWTrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGwzcWTrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGwzcWTrH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUGwzcWTrH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUGwzcWTrH .container {
    padding: 0 30px;
  }
}
.cid-uUGwzcWTrH .row {
  justify-content: center;
}
.cid-uUGwzcWTrH .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGwzcWTrH .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwzcWTrH .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGwzcWTrH .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwzcWTrH .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uUGwzcWTrH .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGwzcWTrH .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGwzcWTrH .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwzcWTrH .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGwzcWTrH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUGwzcWTrH .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGwzcWTrH .nav-wrapper .list .item-wrap:hover,
.cid-uUGwzcWTrH .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGwzcWTrH .nav-wrapper .list .item-wrap:hover::before,
.cid-uUGwzcWTrH .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUGwzcWTrH .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUGwzcWTrH .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGwzcWTrH .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUGwzcWTrH .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwzcWTrH .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUGwzcWTrH .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwzcWTrH .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uUGwzcWTrH .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uUGwzcWTrH .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGwzcWTrH .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uUGwzcWTrH .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uUGwzcWTrH .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUGwzcWTrH .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUGwzcWTrH .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uUGwzcWTrH .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUGwzcWTrH .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUGwzcWTrH .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uUGwzcWTrH .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUGwzcWTrH .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uUGwzcWTrH .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUGwzcWTrH .mbr-section-title {
  color: #bee0d6;
}
.cid-uUGwzcWTrH .mbr-section-subtitle {
  color: #97694b;
}
.cid-uUGwzcWTrH .list {
  color: #bee0d6;
}
.cid-uUGwzcWTrH .mbr-address {
  color: #ffffff;
}
.cid-uUGwzcWTrH .mbr-copy {
  color: #ffffff;
}
.cid-uUGwzcWTrH .list,
.cid-uUGwzcWTrH .item-wrap,
.cid-uUGwzcWTrH .nav-wrapper {
  color: #ffffff;
}
.cid-uUGwzcWTrH .mbr-section-title,
.cid-uUGwzcWTrH .logo-wrapper {
  color: #ffffff;
}
.cid-uW7dWGFppb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uW7dWGFppb nav.navbar {
  position: fixed;
}
.cid-uW7dWGFppb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW7dWGFppb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW7dWGFppb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uW7dWGFppb .dropdown-item:hover,
.cid-uW7dWGFppb .dropdown-item:focus {
  background: #97694b !important;
  color: white !important;
}
.cid-uW7dWGFppb .dropdown-item:hover span {
  color: white;
}
.cid-uW7dWGFppb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW7dWGFppb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW7dWGFppb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW7dWGFppb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW7dWGFppb .nav-link {
  position: relative;
}
.cid-uW7dWGFppb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uW7dWGFppb .container {
    flex-wrap: wrap;
  }
}
.cid-uW7dWGFppb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uW7dWGFppb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uW7dWGFppb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uW7dWGFppb .dropdown-menu,
.cid-uW7dWGFppb .navbar.opened {
  background: #000000 !important;
}
.cid-uW7dWGFppb .nav-item:focus,
.cid-uW7dWGFppb .nav-link:focus {
  outline: none;
}
.cid-uW7dWGFppb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW7dWGFppb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW7dWGFppb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW7dWGFppb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW7dWGFppb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW7dWGFppb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW7dWGFppb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uW7dWGFppb .navbar.opened {
  transition: all 0.3s;
}
.cid-uW7dWGFppb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uW7dWGFppb .navbar .navbar-logo img {
  width: auto;
}
.cid-uW7dWGFppb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW7dWGFppb .navbar.collapsed {
  justify-content: center;
}
.cid-uW7dWGFppb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW7dWGFppb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW7dWGFppb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uW7dWGFppb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW7dWGFppb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW7dWGFppb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uW7dWGFppb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW7dWGFppb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW7dWGFppb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW7dWGFppb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW7dWGFppb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW7dWGFppb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW7dWGFppb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW7dWGFppb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uW7dWGFppb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW7dWGFppb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW7dWGFppb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW7dWGFppb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uW7dWGFppb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW7dWGFppb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uW7dWGFppb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uW7dWGFppb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uW7dWGFppb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uW7dWGFppb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uW7dWGFppb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uW7dWGFppb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW7dWGFppb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW7dWGFppb .dropdown-item.active,
.cid-uW7dWGFppb .dropdown-item:active {
  background-color: transparent;
}
.cid-uW7dWGFppb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW7dWGFppb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW7dWGFppb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW7dWGFppb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uW7dWGFppb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uW7dWGFppb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW7dWGFppb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uW7dWGFppb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uW7dWGFppb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uW7dWGFppb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uW7dWGFppb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW7dWGFppb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW7dWGFppb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW7dWGFppb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW7dWGFppb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW7dWGFppb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW7dWGFppb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW7dWGFppb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW7dWGFppb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uW7dWGFppb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW7dWGFppb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW7dWGFppb .navbar {
    height: 70px;
  }
  .cid-uW7dWGFppb .navbar.opened {
    height: auto;
  }
  .cid-uW7dWGFppb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW7dWH4Tf4 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uW7dWH4Tf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW7dWH4Tf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW7dWH4Tf4 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uW7dWH4Tf4 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uW7dWH4Tf4 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uW7dWH4Tf4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uW7dWH4Tf4 .wrap {
  background: url("../../../assets/images/6-1920x720.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uW7dWH4Tf4 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uW7dWH4Tf4 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uW7dWH4Tf4 .mbr-text,
.cid-uW7dWH4Tf4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uW7dWHmgo5 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uW7dWHmgo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW7dWHmgo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW7dWHmgo5 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uW7dWHmgo5 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-uW7dWHmgo5 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW7dWHmgo5 .items-row {
  row-gap: 32px;
}
.cid-uW7dWHmgo5 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uW7dWHmgo5 .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uW7dWHmgo5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uW7dWHmgo5 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uW7dWHmgo5 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uW7dWHmgo5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uW7dWHmgo5 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uW7dWHmgo5 .mbr-item-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uW7dWHmgo5 .carousel-control,
.cid-uW7dWHmgo5 .close {
  background: #1b1b1b;
}
.cid-uW7dWHmgo5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uW7dWHmgo5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uW7dWHmgo5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uW7dWHmgo5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uW7dWHmgo5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uW7dWHmgo5 .close::before {
  content: '\e91a';
}
.cid-uW7dWHmgo5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uW7dWHmgo5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uW7dWHmgo5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW7dWHmgo5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uW7dWHmgo5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uW7dWHmgo5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uW7dWHmgo5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uW7dWHmgo5 .carousel-indicators li.active,
.cid-uW7dWHmgo5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uW7dWHmgo5 .carousel-indicators li::after,
.cid-uW7dWHmgo5 .carousel-indicators li::before {
  content: none;
}
.cid-uW7dWHmgo5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uW7dWHmgo5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uW7dWHmgo5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uW7dWHmgo5 .carousel-indicators {
    display: none;
  }
}
.cid-uW7dWHmgo5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uW7dWHmgo5 .carousel-inner > .active {
  display: block;
}
.cid-uW7dWHmgo5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW7dWHmgo5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uW7dWHmgo5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uW7dWHmgo5 .carousel-control,
  .cid-uW7dWHmgo5 .carousel-indicators,
  .cid-uW7dWHmgo5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uW7dWHmgo5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uW7dWHmgo5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uW7dWHmgo5 .carousel-indicators .active,
.cid-uW7dWHmgo5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uW7dWHmgo5 .carousel-indicators .active {
  background: #fff;
}
.cid-uW7dWHmgo5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uW7dWHmgo5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uW7dWHmgo5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uW7dWHmgo5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uW7dWHmgo5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uW7dWHmgo5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uW7dWHmgo5 .carousel {
  width: 100%;
}
.cid-uW7dWHmgo5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uW7dWHmgo5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uW7dWHmgo5 .modal.fade .modal-dialog,
.cid-uW7dWHmgo5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uW7dWHmgo5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uW7dWHmgo5 H6 {
  text-align: center;
}
.cid-uW7dWHXzYS {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/biform.alt-1-1920x1080.jpg");
}
.cid-uW7dWHXzYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW7dWHXzYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW7dWHXzYS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uW7dWHXzYS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uW7dWHXzYS .container {
    padding: 0 30px;
  }
}
.cid-uW7dWHXzYS .row {
  justify-content: center;
}
.cid-uW7dWHXzYS .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uW7dWHXzYS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uW7dWHXzYS .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uW7dWHXzYS .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uW7dWHXzYS .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uW7dWHXzYS .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uW7dWHXzYS .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uW7dWHXzYS .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uW7dWHXzYS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uW7dWHXzYS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uW7dWHXzYS .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uW7dWHXzYS .nav-wrapper .list .item-wrap:hover,
.cid-uW7dWHXzYS .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uW7dWHXzYS .nav-wrapper .list .item-wrap:hover::before,
.cid-uW7dWHXzYS .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uW7dWHXzYS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uW7dWHXzYS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uW7dWHXzYS .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uW7dWHXzYS .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uW7dWHXzYS .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uW7dWHXzYS .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uW7dWHXzYS .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uW7dWHXzYS .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uW7dWHXzYS .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uW7dWHXzYS .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uW7dWHXzYS .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uW7dWHXzYS .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uW7dWHXzYS .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uW7dWHXzYS .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uW7dWHXzYS .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uW7dWHXzYS .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uW7dWHXzYS .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uW7dWHXzYS .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uW7dWHXzYS .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uW7dWHXzYS .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uW7dWHXzYS .mbr-section-title {
  color: #bee0d6;
}
.cid-uW7dWHXzYS .mbr-section-subtitle {
  color: #97694b;
}
.cid-uW7dWHXzYS .list {
  color: #bee0d6;
}
.cid-uW7dWHXzYS .mbr-address {
  color: #ffffff;
}
.cid-uW7dWHXzYS .mbr-copy {
  color: #ffffff;
}
.cid-uW7dWHXzYS .list,
.cid-uW7dWHXzYS .item-wrap,
.cid-uW7dWHXzYS .nav-wrapper {
  color: #ffffff;
}
.cid-uW7dWHXzYS .mbr-section-title,
.cid-uW7dWHXzYS .logo-wrapper {
  color: #ffffff;
}
