body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Old Standard TT', serif;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Old Standard TT', serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  letter-spacing: 2px;
  font-family: 'Old Standard TT', serif;
  font-size: 1.1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Old Standard TT', serif;
  font-size: 1.7rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #232323 !important;
}
.bg-success {
  background-color: #f6f1eb !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f6f1eb !important;
  border-color: #f6f1eb !important;
  color: #9c7546 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #9c7546 !important;
  background-color: #deccb6 !important;
  border-color: #deccb6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #9c7546 !important;
  background-color: #deccb6 !important;
  border-color: #deccb6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d6c0a5;
  color: #d6c0a5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9c7546;
  background-color: #f6f1eb;
  border-color: #f6f1eb;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #9c7546 !important;
  background-color: #f6f1eb !important;
  border-color: #f6f1eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #232323 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f6f1eb !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d6c0a5 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #232323;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
  border: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.btn-black:hover,
.btn-black:focus {
  background: white!important;
  color: black!important;
}
.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: #232323 !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none!important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
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='%23232323' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rwXY5nlUuZ .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-rwXY5nlUuZ .navbar .show {
  height: 100vh;
}
.cid-rwXY5nlUuZ .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXY5nlUuZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXY5nlUuZ .bottom {
  padding-bottom: 2rem;
}
.cid-rwXY5nlUuZ a {
  font-style: normal;
}
.cid-rwXY5nlUuZ .dropdown-backdrop {
  display: none;
}
.cid-rwXY5nlUuZ .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-rwXY5nlUuZ .nav-dropdown {
  padding-top: 8rem;
}
.cid-rwXY5nlUuZ .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-rwXY5nlUuZ .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-rwXY5nlUuZ .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-rwXY5nlUuZ .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-rwXY5nlUuZ .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXY5nlUuZ .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-rwXY5nlUuZ .navbar-nav {
  width: 100%!important;
}
.cid-rwXY5nlUuZ .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXY5nlUuZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXY5nlUuZ .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-rwXY5nlUuZ .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-rwXY5nlUuZ .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-rwXY5nlUuZ .dropdown-item:hover,
.cid-rwXY5nlUuZ .dropdown-item:active {
  color: #ffffff !important;
}
.cid-rwXY5nlUuZ .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-rwXY5nlUuZ .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-rwXY5nlUuZ .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-rwXY5nlUuZ .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-rwXY5nlUuZ .navbar-logo {
  margin-right: 0!important;
}
.cid-rwXY5nlUuZ .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-rwXY5nlUuZ .menu-logo {
  position: fixed!important;
}
.cid-rwXY5nlUuZ .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXY5nlUuZ .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-rwXY5nlUuZ .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-rwXY5nlUuZ .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXY5nlUuZ .opened,
.cid-rwXY5nlUuZ .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-rwXY5nlUuZ .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-rwXY5nlUuZ .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-rwXY5nlUuZ .opened,
  .cid-rwXY5nlUuZ .show,
  .cid-rwXY5nlUuZ .navbar {
    width: 100%!important;
  }
  .cid-rwXY5nlUuZ .dropdown-toggle {
    margin: auto!important;
  }
  .cid-rwXY5nlUuZ .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-rwXY5nlUuZ .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-rwXY5nlUuZ .nav-item:focus,
.cid-rwXY5nlUuZ .nav-link:focus {
  outline: none;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXY5nlUuZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXY5nlUuZ button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXY5nlUuZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXY5nlUuZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXY5nlUuZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.875vh;
  }
}
.cid-rwXY5nlUuZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXY5nlUuZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXY5nlUuZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXY5nlUuZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXY5nlUuZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rwXY5nlUuZ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXY5nlUuZ img {
    height: 3.8rem !important;
  }
  .cid-rwXY5nlUuZ .btn {
    display: -webkit-flex;
  }
  .cid-rwXY5nlUuZ button.navbar-toggler {
    display: block;
  }
  .cid-rwXY5nlUuZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXY5nlUuZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing,
  .cid-rwXY5nlUuZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXY5nlUuZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXY5nlUuZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-rwXY5nlUuZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rmHL5JVzuL {
  background-image: url("../../../assets/images/haldu-tola-1-location-shot-2000x1332.webp");
}
.cid-uxcXxnlwbK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uxcXxnlwbK .container {
  max-width: 920px;
}
.cid-uxcXxnlwbK .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uxcXxnlwbK .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uxcXxnlwbK .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uxcXxnlwbK .border-container {
    padding: 9% 7%;
  }
}
.cid-uxcXxnlwbK .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uxcXxnlwbK .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uxcXxnlwbK .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uxcXxnlwbK .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uxcXxnlwbK .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uxcXxnlwbK .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uxcXxnlwbK .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uxcXxnlwbK .border-frame {
    width: 7%;
  }
}
.cid-uxcXxnlwbK .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxcXxnlwbK .content-container {
    min-height: auto;
  }
}
.cid-uxcXxnlwbK .text-container {
  width: 100%;
}
.cid-uxcXxnlwbK .text-wrapper {
  width: 100%;
}
.cid-uxcXxnlwbK .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uxcXxnlwbK .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uxcXxnlwbK .mbr-section-btn {
  margin-top: 28px;
}
.cid-uxcXxnlwbK .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uxcXxnlwbK .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uxcXxnlwbK .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uxcXxnlwbK .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uxcXxnlwbK .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uxcXxnlwbK .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uxcXxnlwbK .mbr-text,
.cid-uxcXxnlwbK .mbr-section-btn {
  color: #171e25;
}
.cid-uxAz5o61hP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f6f1eb;
}
.cid-uxAz5o61hP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxAz5o61hP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxAz5o61hP .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uxAz5o61hP .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-uxAz5o61hP .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uxAz5o61hP .card-col {
    padding: 20px 0 0;
  }
}
.cid-uxAz5o61hP .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uxAz5o61hP .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-uxAz5o61hP .card-wrapper {
    max-width: 100%;
  }
}
.cid-uxAz5o61hP .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-uxAz5o61hP .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-uxAz5o61hP .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uxAz5o61hP .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-uxAz5o61hP .image-wrapper {
    max-width: 100%;
  }
}
.cid-uxAz5o61hP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxAz5o61hP .mbr-text,
.cid-uxAz5o61hP .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uxd14dmkAl {
  background-image: url("../../../assets/images/adi09904-1-2000x1333.webp");
}
.cid-uxd14dmkAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxd14dmkAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxd0FOoOLL {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #f6f1eb;
}
.cid-uxd0FOoOLL .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxd0FOoOLL .card-wrap {
  background-color: #f6f1eb;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxd0FOoOLL .card-wrap:hover h4,
.cid-uxd0FOoOLL .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxd0FOoOLL h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxd0FOoOLL h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxd0FOoOLL img {
  width: 100%;
}
.cid-uxd0FOoOLL h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxd0FOoOLL h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxd0FOoOLL .card-title1,
.cid-uxd0FOoOLL .title-wrap1 {
  color: #ffffff;
}
.cid-uxd0FOoOLL .card-title,
.cid-uxd0FOoOLL .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uxd0FOoOLL .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxd0FOoOLL .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxd0FOoOLL H3 {
  color: #ffffff;
}
.cid-uxd0FOoOLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxd0FOoOLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxd0FOoOLL .mbr-text,
.cid-uxd0FOoOLL .mbr-section-btn {
  color: #232323;
}
.cid-uxd1xC6ki4 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uxd1xC6ki4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxd1xC6ki4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxd1xC6ki4 H1 {
  color: #232323;
}
.cid-uxd1xC6ki4 .mbr-text,
.cid-uxd1xC6ki4 .mbr-section-btn {
  color: #232323;
}
.cid-uxd29NnmDW {
  background-image: url("../../../assets/images/haldu-tola-3-bedroom-shot-2000x1333.webp");
}
.cid-uxd29NnmDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxd29NnmDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxd2wmj84P {
  background-color: #f6f1eb;
}
.cid-uxd2wmj84P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxd2wmj84P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxd2wmj84P .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxd2wmj84P .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxd2wmj84P .container {
    padding: 0 26px;
  }
}
.cid-uxd2wmj84P .row {
  justify-content: center;
}
.cid-uxd2wmj84P .title-wrapper {
  margin-bottom: 40px;
}
.cid-uxd2wmj84P .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxd2wmj84P .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uxd2wmj84P .items-wrapper {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uxd2wmj84P .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxd2wmj84P .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uxd2wmj84P .items-wrapper .item:focus .item-wrapper .item-img::before,
.cid-uxd2wmj84P .items-wrapper .item:hover .item-wrapper .item-img::before {
  opacity: .2;
}
.cid-uxd2wmj84P .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uxd2wmj84P .items-wrapper .item .item-wrapper .item-img img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxd2wmj84P .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uxd2wmj84P .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.cid-uxd2wmj84P .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uxd2wmj84P .mbr-section-subtitle {
  color: #171e25;
  text-align: center;
}
.cid-rPh6PTruLO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cebfaf;
}
.cid-rPh6PTruLO .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rPh6PTruLO .text-block {
  position: relative;
  z-index: 0;
}
.cid-rPh6PTruLO .box {
  width: 25%;
  height: 40%;
  background: #cebfaf;
  position: absolute;
  top: 4%;
}
.cid-rPh6PTruLO .box {
  left: 20%;
}
.cid-rPh6PTruLO .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-rPh6PTruLO .mbr-section-text,
.cid-rPh6PTruLO .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-rPh6PTruLO .text-box {
    display: none;
  }
  .cid-rPh6PTruLO .mbr-section-title,
  .cid-rPh6PTruLO .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rPh6PTruLO .box {
    display: none;
  }
  .cid-rPh6PTruLO .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rPh6PTruLO .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPh6PTruLO .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rPh6PTruLO .mbr-section-text {
  color: #232323;
}
.cid-uIm4l8qGVV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uIm4l8qGVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIm4l8qGVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIm4l8qGVV .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-uIm4l8qGVV .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uIm4l8qGVV .col-text {
    order: 2;
  }
}
.cid-uIm4l8qGVV .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uIm4l8qGVV .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uIm4l8qGVV .col-img {
    order: 1;
  }
}
.cid-uIm4l8qGVV .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uIm4l8qGVV .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-uIm4l8qGVV .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-uIm4l8qGVV .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uIm4l8qGVV .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-uIm4l8qGVV .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uIm4l8qGVV .mbr-section-btn {
    width: 100%;
  }
}
.cid-uIm4l8qGVV .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -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;
}
@media (max-width: 991px) {
  .cid-uIm4l8qGVV .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-uIm4l8qGVV .image-wrapper {
    height: auto;
  }
}
.cid-uIm4l8qGVV .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-uIm4l8qGVV .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -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;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uIm4l8qGVV .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-v84RChcQBt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f1eb;
  overflow: hidden;
}
.cid-v84RChcQBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v84RChcQBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v84RChcQBt .row {
  flex-direction: row-reverse;
}
.cid-v84RChcQBt .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-v84RChcQBt .col-text {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-v84RChcQBt .col-text {
    order: 2;
  }
}
.cid-v84RChcQBt .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v84RChcQBt .col-img {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-v84RChcQBt .col-img {
    order: 1;
  }
}
.cid-v84RChcQBt .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v84RChcQBt .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-v84RChcQBt .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-v84RChcQBt .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-v84RChcQBt .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-v84RChcQBt .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-v84RChcQBt .mbr-section-btn {
    width: 100%;
  }
}
.cid-v84RChcQBt .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -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;
}
@media (max-width: 991px) {
  .cid-v84RChcQBt .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-v84RChcQBt .image-wrapper {
    height: auto;
  }
}
.cid-v84RChcQBt .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-v84RChcQBt .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -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;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-v84RChcQBt .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-rmLeswuYVi {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #82786e;
}
.cid-rmLeswuYVi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rmLeswuYVi .form-row {
  justify-content: flex-end;
}
.cid-rmLeswuYVi .form-control,
.cid-rmLeswuYVi .field-input {
  padding: 0.5rem;
  background-color: #82786e;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rmLeswuYVi .form-control:hover,
.cid-rmLeswuYVi .field-input:hover,
.cid-rmLeswuYVi .form-control:focus,
.cid-rmLeswuYVi .field-input:focus {
  background-color: #82786e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rmLeswuYVi input::-webkit-input-placeholder,
.cid-rmLeswuYVi textarea::-webkit-input-placeholder {
  color: #f6f1eb;
}
.cid-rmLeswuYVi input:-moz-placeholder,
.cid-rmLeswuYVi textarea:-moz-placeholder {
  color: #f6f1eb;
}
.cid-rmLeswuYVi .jq-selectbox li,
.cid-rmLeswuYVi .jq-selectbox li {
  background-color: #82786e;
  color: #ffffff;
}
.cid-rmLeswuYVi .jq-selectbox li:hover,
.cid-rmLeswuYVi .jq-selectbox li.selected {
  background-color: #82786e;
  color: #ffffff;
}
.cid-rmLeswuYVi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #82786e;
}
.cid-rmLeswuYVi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #82786e;
}
.cid-rmLeswuYVi textarea {
  min-height: 150px;
}
.cid-rmLeswuYVi h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-rmLeswuYVi h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-rmLeswuYVi .mbr-text,
.cid-rmLeswuYVi .mbr-section-btn {
  color: #cebfaf;
}
.cid-rmLeswuYVi H1 {
  color: #f6f1eb;
}
.cid-rmLeqHu2eK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rmLeqHu2eK P {
  color: #767676;
}
.cid-rmLeqHu2eK H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-rmLeqHu2eK h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rmLeqHu2eK h5:hover {
  background-size: 100% 100%;
}
.cid-rmLeqHu2eK .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-rmLeqHu2eK H4 {
  text-align: left;
}
.cid-uxe9gpnBaB {
  background-image: url("../../../assets/images/dsc-5116-2000x1333.webp");
}
.cid-uxe9gpnBaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxe9gpnBaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rmHq6wCrpg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-rmHq6wCrpg .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-rwXY5nlUuZ .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-rwXY5nlUuZ .navbar .show {
  height: 100vh;
}
.cid-rwXY5nlUuZ .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXY5nlUuZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXY5nlUuZ .bottom {
  padding-bottom: 2rem;
}
.cid-rwXY5nlUuZ a {
  font-style: normal;
}
.cid-rwXY5nlUuZ .dropdown-backdrop {
  display: none;
}
.cid-rwXY5nlUuZ .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-rwXY5nlUuZ .nav-dropdown {
  padding-top: 8rem;
}
.cid-rwXY5nlUuZ .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-rwXY5nlUuZ .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-rwXY5nlUuZ .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-rwXY5nlUuZ .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-rwXY5nlUuZ .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXY5nlUuZ .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-rwXY5nlUuZ .navbar-nav {
  width: 100%!important;
}
.cid-rwXY5nlUuZ .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXY5nlUuZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXY5nlUuZ .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-rwXY5nlUuZ .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-rwXY5nlUuZ .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-rwXY5nlUuZ .dropdown-item:hover,
.cid-rwXY5nlUuZ .dropdown-item:active {
  color: #ffffff !important;
}
.cid-rwXY5nlUuZ .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-rwXY5nlUuZ .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-rwXY5nlUuZ .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-rwXY5nlUuZ .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-rwXY5nlUuZ .navbar-logo {
  margin-right: 0!important;
}
.cid-rwXY5nlUuZ .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-rwXY5nlUuZ .menu-logo {
  position: fixed!important;
}
.cid-rwXY5nlUuZ .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXY5nlUuZ .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-rwXY5nlUuZ .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-rwXY5nlUuZ .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXY5nlUuZ .opened,
.cid-rwXY5nlUuZ .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-rwXY5nlUuZ .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-rwXY5nlUuZ .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-rwXY5nlUuZ .opened,
  .cid-rwXY5nlUuZ .show,
  .cid-rwXY5nlUuZ .navbar {
    width: 100%!important;
  }
  .cid-rwXY5nlUuZ .dropdown-toggle {
    margin: auto!important;
  }
  .cid-rwXY5nlUuZ .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-rwXY5nlUuZ .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-rwXY5nlUuZ .nav-item:focus,
.cid-rwXY5nlUuZ .nav-link:focus {
  outline: none;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXY5nlUuZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXY5nlUuZ button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXY5nlUuZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXY5nlUuZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXY5nlUuZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.875vh;
  }
}
.cid-rwXY5nlUuZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXY5nlUuZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXY5nlUuZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXY5nlUuZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXY5nlUuZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rwXY5nlUuZ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXY5nlUuZ img {
    height: 3.8rem !important;
  }
  .cid-rwXY5nlUuZ .btn {
    display: -webkit-flex;
  }
  .cid-rwXY5nlUuZ button.navbar-toggler {
    display: block;
  }
  .cid-rwXY5nlUuZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXY5nlUuZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing,
  .cid-rwXY5nlUuZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXY5nlUuZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXY5nlUuZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-rwXY5nlUuZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rPgBISjz7v {
  overflow: hidden !important;
  background-image: url("../../../assets/images/image-6483441-7-1334x965.webp");
}
.cid-rPgBISjz7v .container-fluid {
  padding: 0 3rem;
}
.cid-rPgBISjz7v .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rPgBISjz7v .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rPgBISjz7v h1 {
  margin-bottom: 1rem;
}
.cid-rPgBISjz7v .mbr-section-title {
  font-weight: 300;
}
.cid-rPgBISjz7v .btn-line {
  margin-top: 3rem;
}
.cid-rPgBISjz7v p {
  margin-bottom: 0;
}
.cid-rPgBISjz7v .mbr-text,
.cid-rPgBISjz7v .mbr-section-btn {
  text-align: left;
}
.cid-rPgQdzkxTP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f6f1eb;
}
.cid-rPgQdzkxTP h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-rPgQdzkxTP h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rPgQdzkxTP .mbr-text,
.cid-rPgQdzkxTP .mbr-section-btn {
  color: #232323;
}
.cid-rPgQdzkxTP H3 {
  color: #ffffff;
}
.cid-uxAyQYKNGn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uxAyQYKNGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxAyQYKNGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxAyQYKNGn .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uxAyQYKNGn .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-uxAyQYKNGn .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uxAyQYKNGn .card-col {
    padding: 20px 0 0;
  }
}
.cid-uxAyQYKNGn .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uxAyQYKNGn .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-uxAyQYKNGn .card-wrapper {
    max-width: 100%;
  }
}
.cid-uxAyQYKNGn .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-uxAyQYKNGn .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-uxAyQYKNGn .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uxAyQYKNGn .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-uxAyQYKNGn .image-wrapper {
    max-width: 100%;
  }
}
.cid-uxAyQYKNGn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxAyQYKNGn .mbr-text,
.cid-uxAyQYKNGn .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uxdBreYAu9 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #f6f1eb;
}
.cid-uxdBreYAu9 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxdBreYAu9 .card-wrap {
  background-color: #f6f1eb;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxdBreYAu9 .card-wrap:hover h4,
.cid-uxdBreYAu9 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxdBreYAu9 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxdBreYAu9 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxdBreYAu9 img {
  width: 100%;
}
.cid-uxdBreYAu9 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxdBreYAu9 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxdBreYAu9 .card-title1,
.cid-uxdBreYAu9 .title-wrap1 {
  color: #ffffff;
}
.cid-uxdBreYAu9 .card-title,
.cid-uxdBreYAu9 .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uxdBreYAu9 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxdBreYAu9 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxdBreYAu9 H3 {
  color: #ffffff;
}
.cid-uxdBreYAu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdBreYAu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdBreYAu9 .mbr-text,
.cid-uxdBreYAu9 .mbr-section-btn {
  color: #232323;
}
.cid-uxAyCQQxjN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uxAyCQQxjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxAyCQQxjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxAyCQQxjN .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uxAyCQQxjN .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-uxAyCQQxjN .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uxAyCQQxjN .card-col {
    padding: 20px 0 0;
  }
}
.cid-uxAyCQQxjN .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uxAyCQQxjN .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-uxAyCQQxjN .card-wrapper {
    max-width: 100%;
  }
}
.cid-uxAyCQQxjN .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-uxAyCQQxjN .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-uxAyCQQxjN .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uxAyCQQxjN .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-uxAyCQQxjN .image-wrapper {
    max-width: 100%;
  }
}
.cid-uxAyCQQxjN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxAyCQQxjN .mbr-text,
.cid-uxAyCQQxjN .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uxdF8PTaRu {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #f6f1eb;
}
.cid-uxdF8PTaRu .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxdF8PTaRu .card-wrap {
  background-color: #f6f1eb;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxdF8PTaRu .card-wrap:hover h4,
.cid-uxdF8PTaRu .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxdF8PTaRu h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxdF8PTaRu h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxdF8PTaRu img {
  width: 100%;
}
.cid-uxdF8PTaRu h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxdF8PTaRu h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxdF8PTaRu .card-title1,
.cid-uxdF8PTaRu .title-wrap1 {
  color: #ffffff;
}
.cid-uxdF8PTaRu .card-title,
.cid-uxdF8PTaRu .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uxdF8PTaRu .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxdF8PTaRu .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxdF8PTaRu H3 {
  color: #ffffff;
}
.cid-uxdF8PTaRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdF8PTaRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdF8PTaRu .mbr-text,
.cid-uxdF8PTaRu .mbr-section-btn {
  color: #232323;
}
.cid-uxAxGdaNY0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uxAxGdaNY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxAxGdaNY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxAxGdaNY0 .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uxAxGdaNY0 .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-uxAxGdaNY0 .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uxAxGdaNY0 .card-col {
    padding: 20px 0 0;
  }
}
.cid-uxAxGdaNY0 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uxAxGdaNY0 .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-uxAxGdaNY0 .card-wrapper {
    max-width: 100%;
  }
}
.cid-uxAxGdaNY0 .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-uxAxGdaNY0 .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-uxAxGdaNY0 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uxAxGdaNY0 .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-uxAxGdaNY0 .image-wrapper {
    max-width: 100%;
  }
}
.cid-uxAxGdaNY0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxAxGdaNY0 .mbr-text,
.cid-uxAxGdaNY0 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uxdE2NrK4o {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #f6f1eb;
}
.cid-uxdE2NrK4o .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxdE2NrK4o .card-wrap {
  background-color: #f6f1eb;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxdE2NrK4o .card-wrap:hover h4,
.cid-uxdE2NrK4o .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxdE2NrK4o h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxdE2NrK4o h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxdE2NrK4o img {
  width: 100%;
}
.cid-uxdE2NrK4o h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxdE2NrK4o h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxdE2NrK4o .card-title1,
.cid-uxdE2NrK4o .title-wrap1 {
  color: #ffffff;
}
.cid-uxdE2NrK4o .card-title,
.cid-uxdE2NrK4o .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uxdE2NrK4o .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxdE2NrK4o .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxdE2NrK4o H3 {
  color: #ffffff;
}
.cid-uxdE2NrK4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdE2NrK4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdE2NrK4o .mbr-text,
.cid-uxdE2NrK4o .mbr-section-btn {
  color: #232323;
}
.cid-uxddCHV0dK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f6f1eb;
}
.cid-uxddCHV0dK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxddCHV0dK .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uxddCHV0dK .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uxddCHV0dK .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uxddCHV0dK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uxddCHV0dK .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxddCHV0dK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxddCHV0dK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uxddCHV0dK .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uxddCHV0dK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uxddCHV0dK .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uxddCHV0dK .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-uxddCHV0dK .embla__slide .slide-content {
  width: 100%;
}
.cid-uxddCHV0dK .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uxddCHV0dK .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uxddCHV0dK .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uxddCHV0dK .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uxddCHV0dK .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uxddCHV0dK .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uxddCHV0dK .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxddCHV0dK .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uxddCHV0dK .embla__button--next,
.cid-uxddCHV0dK .embla__button--prev {
  display: flex;
}
.cid-uxddCHV0dK .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uxddCHV0dK .embla__button:hover {
  transform: scale(1.05);
}
.cid-uxddCHV0dK .embla__button.embla__button--prev {
  left: 0;
}
.cid-uxddCHV0dK .embla__button.embla__button--next {
  right: 0;
}
.cid-uxddCHV0dK .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uxddCHV0dK .embla {
    margin-bottom: 38px;
  }
}
.cid-uxddCHV0dK .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uxddCHV0dK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxddCHV0dK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxddCHV0dK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uxddCHV0dK .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uxddCHV0dK .mbr-section-title {
  color: #ffffff;
}
.cid-uxddCHV0dK .mbr-text,
.cid-uxddCHV0dK .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uxddCHV0dK .mbr-desc,
.cid-uxddCHV0dK .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uxddCHV0dK .item-title,
.cid-uxddCHV0dK .title-wrap {
  color: #635a51;
  text-align: center;
}
.cid-uxddCHV0dK .item-text,
.cid-uxddCHV0dK .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uxddCHV0dK .mbr-section-title,
.cid-uxddCHV0dK .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uxdKIvlwP9 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #f6f1eb;
}
.cid-uxdKIvlwP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdKIvlwP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdKIvlwP9 H1 {
  color: #232323;
}
.cid-uxdKIvlwP9 .mbr-text,
.cid-uxdKIvlwP9 .mbr-section-btn {
  color: #232323;
}
.cid-rmHq6wCrpg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-rmHq6wCrpg .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uxdfQcWFnw .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uxdfQcWFnw .navbar .show {
  height: 100vh;
}
.cid-uxdfQcWFnw .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uxdfQcWFnw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uxdfQcWFnw .bottom {
  padding-bottom: 2rem;
}
.cid-uxdfQcWFnw a {
  font-style: normal;
}
.cid-uxdfQcWFnw .dropdown-backdrop {
  display: none;
}
.cid-uxdfQcWFnw .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uxdfQcWFnw .nav-dropdown {
  padding-top: 8rem;
}
.cid-uxdfQcWFnw .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uxdfQcWFnw .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uxdfQcWFnw .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uxdfQcWFnw .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uxdfQcWFnw .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uxdfQcWFnw .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uxdfQcWFnw .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uxdfQcWFnw .navbar-nav {
  width: 100%!important;
}
.cid-uxdfQcWFnw .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uxdfQcWFnw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxdfQcWFnw .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uxdfQcWFnw .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uxdfQcWFnw .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-uxdfQcWFnw .dropdown-item:hover,
.cid-uxdfQcWFnw .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uxdfQcWFnw .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uxdfQcWFnw .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uxdfQcWFnw .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uxdfQcWFnw .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uxdfQcWFnw .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uxdfQcWFnw .navbar-logo {
  margin-right: 0!important;
}
.cid-uxdfQcWFnw .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uxdfQcWFnw .menu-logo {
  position: fixed!important;
}
.cid-uxdfQcWFnw .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uxdfQcWFnw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxdfQcWFnw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uxdfQcWFnw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uxdfQcWFnw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uxdfQcWFnw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uxdfQcWFnw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uxdfQcWFnw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uxdfQcWFnw .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uxdfQcWFnw .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uxdfQcWFnw .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uxdfQcWFnw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uxdfQcWFnw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uxdfQcWFnw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uxdfQcWFnw .opened,
.cid-uxdfQcWFnw .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uxdfQcWFnw .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uxdfQcWFnw .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uxdfQcWFnw .opened,
  .cid-uxdfQcWFnw .show,
  .cid-uxdfQcWFnw .navbar {
    width: 100%!important;
  }
  .cid-uxdfQcWFnw .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uxdfQcWFnw .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uxdfQcWFnw .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uxdfQcWFnw .nav-item:focus,
.cid-uxdfQcWFnw .nav-link:focus {
  outline: none;
}
.cid-uxdfQcWFnw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uxdfQcWFnw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uxdfQcWFnw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxdfQcWFnw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uxdfQcWFnw .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uxdfQcWFnw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uxdfQcWFnw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxdfQcWFnw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uxdfQcWFnw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxdfQcWFnw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uxdfQcWFnw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uxdfQcWFnw button.navbar-toggler:focus {
  outline: none;
}
.cid-uxdfQcWFnw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxdfQcWFnw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxdfQcWFnw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxdfQcWFnw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxdfQcWFnw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxdfQcWFnw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxdfQcWFnw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxdfQcWFnw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxdfQcWFnw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxdfQcWFnw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uxdfQcWFnw .collapsed .btn {
  display: -webkit-flex;
}
.cid-uxdfQcWFnw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uxdfQcWFnw .collapsed .navbar-collapse.collapsing,
.cid-uxdfQcWFnw .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uxdfQcWFnw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uxdfQcWFnw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uxdfQcWFnw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uxdfQcWFnw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uxdfQcWFnw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uxdfQcWFnw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uxdfQcWFnw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uxdfQcWFnw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uxdfQcWFnw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.875vh;
  }
}
.cid-uxdfQcWFnw .collapsed button.navbar-toggler {
  display: block;
}
.cid-uxdfQcWFnw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uxdfQcWFnw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uxdfQcWFnw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uxdfQcWFnw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxdfQcWFnw .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uxdfQcWFnw img {
    height: 3.8rem !important;
  }
  .cid-uxdfQcWFnw .btn {
    display: -webkit-flex;
  }
  .cid-uxdfQcWFnw button.navbar-toggler {
    display: block;
  }
  .cid-uxdfQcWFnw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uxdfQcWFnw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uxdfQcWFnw .navbar-collapse.collapsing,
  .cid-uxdfQcWFnw .navbar-collapse.show {
    display: block !important;
  }
  .cid-uxdfQcWFnw .navbar-collapse.collapsing .navbar-nav,
  .cid-uxdfQcWFnw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uxdfQcWFnw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uxdfQcWFnw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uxdfQcWFnw .navbar-collapse.collapsing .navbar-buttons,
  .cid-uxdfQcWFnw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uxdfQcWFnw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uxdfQcWFnw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uxdfQcWFnw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uxdfQcWFnw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uxdfQcWFnw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uxdfQcWFnw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uxdfQ9rH4X {
  background-image: url("../../../assets/images/dsc-1042jpg-2000x1333.webp");
}
.cid-uxdfQafDcp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uxdfQafDcp .container {
  max-width: 920px;
}
.cid-uxdfQafDcp .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uxdfQafDcp .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uxdfQafDcp .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uxdfQafDcp .border-container {
    padding: 9% 7%;
  }
}
.cid-uxdfQafDcp .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uxdfQafDcp .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uxdfQafDcp .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uxdfQafDcp .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uxdfQafDcp .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uxdfQafDcp .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uxdfQafDcp .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uxdfQafDcp .border-frame {
    width: 7%;
  }
}
.cid-uxdfQafDcp .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxdfQafDcp .content-container {
    min-height: auto;
  }
}
.cid-uxdfQafDcp .text-container {
  width: 100%;
}
.cid-uxdfQafDcp .text-wrapper {
  width: 100%;
}
.cid-uxdfQafDcp .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uxdfQafDcp .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uxdfQafDcp .mbr-section-btn {
  margin-top: 28px;
}
.cid-uxdfQafDcp .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uxdfQafDcp .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uxdfQafDcp .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uxdfQafDcp .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uxdfQafDcp .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uxdfQafDcp .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uxdfQafDcp .mbr-text,
.cid-uxdfQafDcp .mbr-section-btn {
  color: #171e25;
}
.cid-uxdfQavJq1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f1eb;
}
.cid-uxdfQavJq1 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-uxdfQavJq1 .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxdfQavJq1 .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-uxdfQavJq1 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxdfQavJq1 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uxdfQavJq1 img {
  width: 100%;
}
.cid-uxdfQavJq1 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxdfQavJq1 .card-title1,
.cid-uxdfQavJq1 .title-wrap1 {
  color: #ffffff;
}
.cid-uxdfQavJq1 .card-title,
.cid-uxdfQavJq1 .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uxdfQavJq1 .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uxdfQavJq1 .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-uxdfQavJq1 H3 {
  color: #1c1c1c;
}
.cid-uxdfQavJq1 .mbr-text,
.cid-uxdfQavJq1 .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxdfQavJq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdfQavJq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdfQaK5U4 {
  background-image: url("../../../assets/images/dsc-5029-2000x1333.webp");
}
.cid-uxdfQaK5U4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdfQaK5U4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdfQbdaA5 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uxdfQbdaA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdfQbdaA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdfQbdaA5 H1 {
  color: #232323;
}
.cid-uxdfQbdaA5 .mbr-text,
.cid-uxdfQbdaA5 .mbr-section-btn {
  color: #232323;
}
.cid-uxdfQcJv0M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uxdfQcJv0M .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uxdiirOMqq .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uxdiirOMqq .navbar .show {
  height: 100vh;
}
.cid-uxdiirOMqq .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uxdiirOMqq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uxdiirOMqq .bottom {
  padding-bottom: 2rem;
}
.cid-uxdiirOMqq a {
  font-style: normal;
}
.cid-uxdiirOMqq .dropdown-backdrop {
  display: none;
}
.cid-uxdiirOMqq .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uxdiirOMqq .nav-dropdown {
  padding-top: 8rem;
}
.cid-uxdiirOMqq .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uxdiirOMqq .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uxdiirOMqq .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uxdiirOMqq .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uxdiirOMqq .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uxdiirOMqq .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uxdiirOMqq .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uxdiirOMqq .navbar-nav {
  width: 100%!important;
}
.cid-uxdiirOMqq .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uxdiirOMqq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxdiirOMqq .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uxdiirOMqq .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uxdiirOMqq .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-uxdiirOMqq .dropdown-item:hover,
.cid-uxdiirOMqq .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uxdiirOMqq .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uxdiirOMqq .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uxdiirOMqq .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uxdiirOMqq .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uxdiirOMqq .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uxdiirOMqq .navbar-logo {
  margin-right: 0!important;
}
.cid-uxdiirOMqq .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uxdiirOMqq .menu-logo {
  position: fixed!important;
}
.cid-uxdiirOMqq .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uxdiirOMqq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxdiirOMqq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uxdiirOMqq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uxdiirOMqq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uxdiirOMqq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uxdiirOMqq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uxdiirOMqq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uxdiirOMqq .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uxdiirOMqq .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uxdiirOMqq .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uxdiirOMqq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uxdiirOMqq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uxdiirOMqq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uxdiirOMqq .opened,
.cid-uxdiirOMqq .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uxdiirOMqq .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uxdiirOMqq .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uxdiirOMqq .opened,
  .cid-uxdiirOMqq .show,
  .cid-uxdiirOMqq .navbar {
    width: 100%!important;
  }
  .cid-uxdiirOMqq .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uxdiirOMqq .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uxdiirOMqq .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uxdiirOMqq .nav-item:focus,
.cid-uxdiirOMqq .nav-link:focus {
  outline: none;
}
.cid-uxdiirOMqq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uxdiirOMqq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uxdiirOMqq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxdiirOMqq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uxdiirOMqq .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uxdiirOMqq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uxdiirOMqq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxdiirOMqq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uxdiirOMqq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxdiirOMqq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uxdiirOMqq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uxdiirOMqq button.navbar-toggler:focus {
  outline: none;
}
.cid-uxdiirOMqq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxdiirOMqq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxdiirOMqq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxdiirOMqq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxdiirOMqq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxdiirOMqq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxdiirOMqq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxdiirOMqq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxdiirOMqq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxdiirOMqq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uxdiirOMqq .collapsed .btn {
  display: -webkit-flex;
}
.cid-uxdiirOMqq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uxdiirOMqq .collapsed .navbar-collapse.collapsing,
.cid-uxdiirOMqq .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uxdiirOMqq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uxdiirOMqq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uxdiirOMqq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uxdiirOMqq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uxdiirOMqq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uxdiirOMqq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uxdiirOMqq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uxdiirOMqq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uxdiirOMqq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.875vh;
  }
}
.cid-uxdiirOMqq .collapsed button.navbar-toggler {
  display: block;
}
.cid-uxdiirOMqq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uxdiirOMqq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uxdiirOMqq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uxdiirOMqq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxdiirOMqq .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uxdiirOMqq img {
    height: 3.8rem !important;
  }
  .cid-uxdiirOMqq .btn {
    display: -webkit-flex;
  }
  .cid-uxdiirOMqq button.navbar-toggler {
    display: block;
  }
  .cid-uxdiirOMqq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uxdiirOMqq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uxdiirOMqq .navbar-collapse.collapsing,
  .cid-uxdiirOMqq .navbar-collapse.show {
    display: block !important;
  }
  .cid-uxdiirOMqq .navbar-collapse.collapsing .navbar-nav,
  .cid-uxdiirOMqq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uxdiirOMqq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uxdiirOMqq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uxdiirOMqq .navbar-collapse.collapsing .navbar-buttons,
  .cid-uxdiirOMqq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uxdiirOMqq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uxdiirOMqq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uxdiirOMqq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uxdiirOMqq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uxdiirOMqq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uxdiirOMqq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uxdiioUbfL {
  overflow: hidden !important;
  background-image: url("../../../assets/images/adi09991-1-2000x1333.webp");
}
.cid-uxdiioUbfL .container-fluid {
  padding: 0 3rem;
}
.cid-uxdiioUbfL .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-uxdiioUbfL .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uxdiioUbfL h1 {
  margin-bottom: 1rem;
}
.cid-uxdiioUbfL .mbr-section-title {
  font-weight: 300;
}
.cid-uxdiioUbfL .btn-line {
  margin-top: 3rem;
}
.cid-uxdiioUbfL p {
  margin-bottom: 0;
}
.cid-uxdiioUbfL .mbr-text,
.cid-uxdiioUbfL .mbr-section-btn {
  text-align: left;
}
.cid-uxdjMeBqu9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxdjMeBqu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdjMeBqu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdjMeBqu9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxdjMeBqu9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxdjMeBqu9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxdjMeBqu9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxdjMeBqu9 .container {
    padding: 0 24px;
  }
}
.cid-uxdjMeBqu9 .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxdjMeBqu9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxdjMeBqu9 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uxdjMeBqu9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxdjMeBqu9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxdjMeBqu9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxdjMeBqu9 .item {
  margin-bottom: 32px;
}
.cid-uxdjMeBqu9 .item .item-wrapper {
  height: 100%;
}
.cid-uxdjMeBqu9 .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxdjMeBqu9 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uxdjMeBqu9 .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uxdjMeBqu9 .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uxdjMeBqu9 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uxdjMeBqu9 .item .item-wrapper .card-box .item-title,
.cid-uxdjMeBqu9 .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.cid-uxdjMeBqu9 .item .item-wrapper .card-box .text-wrap .item-text,
.cid-uxdjMeBqu9 .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uxdjMeBqu9 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uxdjMeBqu9 .item .item-wrapper .dark-card {
  background-color: #82786e;
  border: none;
}
.cid-uxdjMeBqu9 .item .item-wrapper .middle-card {
  background-color: #82786e;
  border: none;
}
.cid-uxdjMeBqu9 .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uxdjMeBqu9 .mbr-desc,
.cid-uxdjMeBqu9 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uxdjMeBqu9 .mbr-text,
.cid-uxdjMeBqu9 .text-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uxdjMeBqu9 .item-title {
  color: #18212d;
}
.cid-uxdjMeBqu9 .item-text {
  color: #18212d;
}
.cid-uxdjMeBqu9 .item-title_2 {
  color: #ffffff;
}
.cid-uxdjMeBqu9 .item-text_2 {
  color: #ffffff;
}
.cid-uxdy7XRsW0 {
  background-image: url("../../../assets/images/meg05799-hdr-1-2000x1333.webp");
}
.cid-uxdy7XRsW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdy7XRsW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxAA33rbXB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uxAA33rbXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxAA33rbXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxAA33rbXB .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uxAA33rbXB .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-uxAA33rbXB .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uxAA33rbXB .card-col {
    padding: 20px 0 0;
  }
}
.cid-uxAA33rbXB .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uxAA33rbXB .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-uxAA33rbXB .card-wrapper {
    max-width: 100%;
  }
}
.cid-uxAA33rbXB .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-uxAA33rbXB .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-uxAA33rbXB .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uxAA33rbXB .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-uxAA33rbXB .image-wrapper {
    max-width: 100%;
  }
}
.cid-uxAA33rbXB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxAA33rbXB .mbr-text,
.cid-uxAA33rbXB .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uxdKwFHsZP {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f6f1eb;
}
.cid-uxdKwFHsZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdKwFHsZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdKwFHsZP H1 {
  color: #232323;
}
.cid-uxdKwFHsZP .mbr-text,
.cid-uxdKwFHsZP .mbr-section-btn {
  color: #232323;
}
.cid-uxdiirBW8M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uxdiirBW8M .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uxdyREN48b .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uxdyREN48b .navbar .show {
  height: 100vh;
}
.cid-uxdyREN48b .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uxdyREN48b .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uxdyREN48b .bottom {
  padding-bottom: 2rem;
}
.cid-uxdyREN48b a {
  font-style: normal;
}
.cid-uxdyREN48b .dropdown-backdrop {
  display: none;
}
.cid-uxdyREN48b .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uxdyREN48b .nav-dropdown {
  padding-top: 8rem;
}
.cid-uxdyREN48b .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uxdyREN48b .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uxdyREN48b .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uxdyREN48b .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uxdyREN48b .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uxdyREN48b .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uxdyREN48b .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uxdyREN48b .navbar-nav {
  width: 100%!important;
}
.cid-uxdyREN48b .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uxdyREN48b .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxdyREN48b .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uxdyREN48b .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uxdyREN48b .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-uxdyREN48b .dropdown-item:hover,
.cid-uxdyREN48b .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uxdyREN48b .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uxdyREN48b .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uxdyREN48b .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uxdyREN48b .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uxdyREN48b .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uxdyREN48b .navbar-logo {
  margin-right: 0!important;
}
.cid-uxdyREN48b .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uxdyREN48b .menu-logo {
  position: fixed!important;
}
.cid-uxdyREN48b .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uxdyREN48b .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxdyREN48b .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uxdyREN48b .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uxdyREN48b .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uxdyREN48b .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uxdyREN48b .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uxdyREN48b .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uxdyREN48b .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uxdyREN48b .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uxdyREN48b .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uxdyREN48b .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uxdyREN48b .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uxdyREN48b .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uxdyREN48b .opened,
.cid-uxdyREN48b .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uxdyREN48b .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uxdyREN48b .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uxdyREN48b .opened,
  .cid-uxdyREN48b .show,
  .cid-uxdyREN48b .navbar {
    width: 100%!important;
  }
  .cid-uxdyREN48b .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uxdyREN48b .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uxdyREN48b .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uxdyREN48b .nav-item:focus,
.cid-uxdyREN48b .nav-link:focus {
  outline: none;
}
.cid-uxdyREN48b .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uxdyREN48b .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uxdyREN48b .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxdyREN48b .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uxdyREN48b .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uxdyREN48b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uxdyREN48b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxdyREN48b .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uxdyREN48b .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxdyREN48b .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uxdyREN48b button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uxdyREN48b button.navbar-toggler:focus {
  outline: none;
}
.cid-uxdyREN48b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxdyREN48b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxdyREN48b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxdyREN48b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxdyREN48b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxdyREN48b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxdyREN48b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxdyREN48b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxdyREN48b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxdyREN48b .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uxdyREN48b .collapsed .btn {
  display: -webkit-flex;
}
.cid-uxdyREN48b .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uxdyREN48b .collapsed .navbar-collapse.collapsing,
.cid-uxdyREN48b .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uxdyREN48b .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uxdyREN48b .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uxdyREN48b .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uxdyREN48b .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uxdyREN48b .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uxdyREN48b .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uxdyREN48b .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uxdyREN48b .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uxdyREN48b .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.875vh;
  }
}
.cid-uxdyREN48b .collapsed button.navbar-toggler {
  display: block;
}
.cid-uxdyREN48b .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uxdyREN48b .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uxdyREN48b .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uxdyREN48b .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxdyREN48b .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uxdyREN48b img {
    height: 3.8rem !important;
  }
  .cid-uxdyREN48b .btn {
    display: -webkit-flex;
  }
  .cid-uxdyREN48b button.navbar-toggler {
    display: block;
  }
  .cid-uxdyREN48b .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uxdyREN48b .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uxdyREN48b .navbar-collapse.collapsing,
  .cid-uxdyREN48b .navbar-collapse.show {
    display: block !important;
  }
  .cid-uxdyREN48b .navbar-collapse.collapsing .navbar-nav,
  .cid-uxdyREN48b .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uxdyREN48b .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uxdyREN48b .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uxdyREN48b .navbar-collapse.collapsing .navbar-buttons,
  .cid-uxdyREN48b .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uxdyREN48b .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uxdyREN48b .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uxdyREN48b .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uxdyREN48b .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uxdyREN48b .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uxdyREN48b .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uxdz24dGV7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1a2229;
}
.cid-uxdz24dGV7 .container {
  max-width: 1600px;
}
.cid-uxdz24dGV7 .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uxdz24dGV7 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uxdz24dGV7 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uxdz24dGV7 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uxdz24dGV7 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uxdz24dGV7 .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uxdz24dGV7 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uxdz24dGV7 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uxdz24dGV7 .border-frame {
    width: 7%;
  }
}
.cid-uxdz24dGV7 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 770px;
}
@media (max-width: 991px) {
  .cid-uxdz24dGV7 .content-container {
    min-height: auto;
  }
}
.cid-uxdz24dGV7 .img-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  max-width: 575px;
  z-index: 4;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  padding: 22px;
  border-radius: 100rem;
}
@media (max-width: 991px) {
  .cid-uxdz24dGV7 .img-container {
    position: static;
    transform: translate(0, 0);
    max-width: 60%;
    margin: 0 auto 72px;
    padding: 3%;
  }
}
.cid-uxdz24dGV7 .image-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 100rem;
  overflow: hidden;
  opacity: 0.4;
  background-image: url("../../../assets/images/adi09890-1-2000x3000.webp");
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-uxdz24dGV7 .image-wrapper {
    padding: 70% 0;
    opacity: 1;
  }
}
.cid-uxdz24dGV7 .text-container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 658px;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .cid-uxdz24dGV7 .text-container {
    max-width: 80%;
    padding: 0;
  }
}
.cid-uxdz24dGV7 .text-wrapper {
  width: 100%;
}
.cid-uxdz24dGV7 .mbr-text {
  color: #f6f1eb;
  width: 100%;
  max-width: 422px;
  margin: 0 auto 118px;
}
@media (max-width: 991px) {
  .cid-uxdz24dGV7 .mbr-text {
    margin-bottom: 0;
    padding-bottom: 18%;
  }
}
.cid-uxdz24dGV7 .card-title {
  color: #f6f1eb;
  margin-bottom: 0;
}
.cid-uxdyRBXMoa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f6f1eb;
}
.cid-uxdyRBXMoa h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uxdyRBXMoa h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxdyRBXMoa .mbr-text,
.cid-uxdyRBXMoa .mbr-section-btn {
  color: #767676;
}
.cid-uxdyRBXMoa H3 {
  color: #ffffff;
}
.cid-uxdyRCg9kJ {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uxdyRCg9kJ .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-uxdyRCg9kJ .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxdyRCg9kJ .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-uxdyRCg9kJ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxdyRCg9kJ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uxdyRCg9kJ img {
  width: 100%;
}
.cid-uxdyRCg9kJ h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxdyRCg9kJ .card-title1,
.cid-uxdyRCg9kJ .title-wrap1 {
  color: #ffffff;
}
.cid-uxdyRCg9kJ .card-title,
.cid-uxdyRCg9kJ .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uxdyRCg9kJ .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uxdyRCg9kJ .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-uxdyRCg9kJ H3 {
  color: #1c1c1c;
}
.cid-uxdyRCg9kJ .mbr-text,
.cid-uxdyRCg9kJ .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxdyRCg9kJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdyRCg9kJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdyRCBIm7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uxdyRCBIm7 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uxdyRCBIm7 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxdyRCBIm7 .mbr-text,
.cid-uxdyRCBIm7 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uxdyRCBIm7 H3 {
  color: #ffffff;
}
.cid-uxdyRCBIm7 H1 {
  text-align: center;
}
.cid-uxdyRCRxSl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uxdyRCRxSl .nav-tabs .nav-item.open .nav-link:focus,
.cid-uxdyRCRxSl .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uxdyRCRxSl p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-uxdyRCRxSl .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-uxdyRCRxSl .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #fff;
}
.cid-uxdyRCRxSl .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-uxdyRCRxSl .nav-link.active {
  border-color: transparent;
}
.cid-uxdyRCRxSl .nav-tabs .nav-link {
  color: #635a51;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-uxdyRCRxSl .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #f6f1eb;
  border-bottom: 1px solid #ffffff;
}
.cid-uxdyRCRxSl .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 1px solid #ffffff;
  font-style: normal;
  background-color: #f6f1eb;
}
.cid-uxdyRCRxSl .nav-tabs .nav-link.active:hover {
  background-color: #f6f1eb;
}
.cid-uxdyRCRxSl .mbr-text {
  text-align: center;
}
.cid-uxdyRCRxSl P {
  color: #767676;
  text-align: right;
}
.cid-uxdyRCRxSl H2 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uxdyRCRxSl .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-uxdyRCRxSl .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-uxdyRCRxSl .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-uxdyRCRxSl .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-uxdyRDeUZc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uxdyRDeUZc .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxdyRDeUZc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxdyRDeUZc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-uxdyRDeUZc .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uxdyRDeUZc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uxdyRDeUZc .embla__slide .slide-content {
  width: 100%;
}
.cid-uxdyRDeUZc .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uxdyRDeUZc .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-uxdyRDeUZc .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uxdyRDeUZc .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uxdyRDeUZc .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxdyRDeUZc .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uxdyRDeUZc .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uxdyRDeUZc .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uxdyRDeUZc .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uxdyRDeUZc .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uxdyRDeUZc .embla__button--next,
.cid-uxdyRDeUZc .embla__button--prev {
  display: flex;
}
.cid-uxdyRDeUZc .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #272b2e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uxdyRDeUZc .embla__button:hover {
  opacity: .7 !important;
}
.cid-uxdyRDeUZc .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uxdyRDeUZc .embla__button.embla__button--next {
  right: 0;
}
.cid-uxdyRDeUZc .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uxdyRDeUZc .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uxdyRDeUZc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxdyRDeUZc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxdyRDeUZc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uxdyRDeUZc .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uxdyRDeUZc .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uxdyRDeUZc .item-tag {
  color: #ffffff;
}
.cid-uxdyRDeUZc .item-name {
  color: #ffffff;
}
.cid-uxdK8086A3 {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uxdK8086A3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdK8086A3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdK8086A3 H1 {
  color: #232323;
}
.cid-uxdK8086A3 .mbr-text,
.cid-uxdK8086A3 .mbr-section-btn {
  color: #232323;
}
.cid-uxdyREryaw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uxdyREryaw .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uxdChxY53v .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uxdChxY53v .navbar .show {
  height: 100vh;
}
.cid-uxdChxY53v .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uxdChxY53v .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uxdChxY53v .bottom {
  padding-bottom: 2rem;
}
.cid-uxdChxY53v a {
  font-style: normal;
}
.cid-uxdChxY53v .dropdown-backdrop {
  display: none;
}
.cid-uxdChxY53v .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uxdChxY53v .nav-dropdown {
  padding-top: 8rem;
}
.cid-uxdChxY53v .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uxdChxY53v .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uxdChxY53v .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uxdChxY53v .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uxdChxY53v .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uxdChxY53v .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uxdChxY53v .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uxdChxY53v .navbar-nav {
  width: 100%!important;
}
.cid-uxdChxY53v .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uxdChxY53v .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxdChxY53v .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uxdChxY53v .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uxdChxY53v .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-uxdChxY53v .dropdown-item:hover,
.cid-uxdChxY53v .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uxdChxY53v .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uxdChxY53v .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uxdChxY53v .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uxdChxY53v .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uxdChxY53v .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uxdChxY53v .navbar-logo {
  margin-right: 0!important;
}
.cid-uxdChxY53v .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uxdChxY53v .menu-logo {
  position: fixed!important;
}
.cid-uxdChxY53v .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uxdChxY53v .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxdChxY53v .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uxdChxY53v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uxdChxY53v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uxdChxY53v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uxdChxY53v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uxdChxY53v .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uxdChxY53v .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uxdChxY53v .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uxdChxY53v .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uxdChxY53v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uxdChxY53v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uxdChxY53v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uxdChxY53v .opened,
.cid-uxdChxY53v .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uxdChxY53v .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uxdChxY53v .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uxdChxY53v .opened,
  .cid-uxdChxY53v .show,
  .cid-uxdChxY53v .navbar {
    width: 100%!important;
  }
  .cid-uxdChxY53v .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uxdChxY53v .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uxdChxY53v .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uxdChxY53v .nav-item:focus,
.cid-uxdChxY53v .nav-link:focus {
  outline: none;
}
.cid-uxdChxY53v .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uxdChxY53v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uxdChxY53v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxdChxY53v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uxdChxY53v .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uxdChxY53v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uxdChxY53v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxdChxY53v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uxdChxY53v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxdChxY53v .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uxdChxY53v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uxdChxY53v button.navbar-toggler:focus {
  outline: none;
}
.cid-uxdChxY53v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxdChxY53v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxdChxY53v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxdChxY53v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxdChxY53v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxdChxY53v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxdChxY53v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxdChxY53v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxdChxY53v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxdChxY53v .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uxdChxY53v .collapsed .btn {
  display: -webkit-flex;
}
.cid-uxdChxY53v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uxdChxY53v .collapsed .navbar-collapse.collapsing,
.cid-uxdChxY53v .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uxdChxY53v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uxdChxY53v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uxdChxY53v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uxdChxY53v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uxdChxY53v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uxdChxY53v .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uxdChxY53v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uxdChxY53v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uxdChxY53v .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.875vh;
  }
}
.cid-uxdChxY53v .collapsed button.navbar-toggler {
  display: block;
}
.cid-uxdChxY53v .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uxdChxY53v .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uxdChxY53v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uxdChxY53v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxdChxY53v .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uxdChxY53v img {
    height: 3.8rem !important;
  }
  .cid-uxdChxY53v .btn {
    display: -webkit-flex;
  }
  .cid-uxdChxY53v button.navbar-toggler {
    display: block;
  }
  .cid-uxdChxY53v .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uxdChxY53v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uxdChxY53v .navbar-collapse.collapsing,
  .cid-uxdChxY53v .navbar-collapse.show {
    display: block !important;
  }
  .cid-uxdChxY53v .navbar-collapse.collapsing .navbar-nav,
  .cid-uxdChxY53v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uxdChxY53v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uxdChxY53v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uxdChxY53v .navbar-collapse.collapsing .navbar-buttons,
  .cid-uxdChxY53v .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uxdChxY53v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uxdChxY53v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uxdChxY53v .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uxdChxY53v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uxdChxY53v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uxdChxY53v .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uxdChteUdD {
  overflow: hidden !important;
  background-image: url("../../../assets/images/meg05678-hdr-edit-1-2000x1333.webp");
}
.cid-uxdChteUdD .container-fluid {
  padding: 0 3rem;
}
.cid-uxdChteUdD .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-uxdChteUdD .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uxdChteUdD h1 {
  margin-bottom: 1rem;
}
.cid-uxdChteUdD .mbr-section-title {
  font-weight: 300;
}
.cid-uxdChteUdD .btn-line {
  margin-top: 3rem;
}
.cid-uxdChteUdD p {
  margin-bottom: 0;
}
.cid-uxdChteUdD .mbr-text,
.cid-uxdChteUdD .mbr-section-btn {
  text-align: left;
}
.cid-uxdChukGQz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f6f1eb;
}
.cid-uxdChukGQz h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uxdChukGQz h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxdChukGQz .mbr-text,
.cid-uxdChukGQz .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uxdChukGQz H3 {
  color: #ffffff;
}
.cid-uxdChukGQz H1 {
  text-align: center;
}
.cid-uxdChuIXJa {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uxdChuIXJa .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-uxdChuIXJa .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxdChuIXJa .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-uxdChuIXJa h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxdChuIXJa h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uxdChuIXJa img {
  width: 100%;
}
.cid-uxdChuIXJa h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxdChuIXJa .card-title1,
.cid-uxdChuIXJa .title-wrap1 {
  color: #ffffff;
}
.cid-uxdChuIXJa .card-title,
.cid-uxdChuIXJa .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uxdChuIXJa .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uxdChuIXJa .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-uxdChuIXJa H3 {
  color: #1c1c1c;
}
.cid-uxdChuIXJa .mbr-text,
.cid-uxdChuIXJa .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxdChuIXJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdChuIXJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdChv5Sb5 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uxdChv5Sb5 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxdChv5Sb5 .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxdChv5Sb5 .card-wrap:hover h4,
.cid-uxdChv5Sb5 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxdChv5Sb5 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxdChv5Sb5 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxdChv5Sb5 img {
  width: 100%;
}
.cid-uxdChv5Sb5 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxdChv5Sb5 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxdChv5Sb5 .card-title1,
.cid-uxdChv5Sb5 .title-wrap1 {
  color: #ffffff;
}
.cid-uxdChv5Sb5 .card-title,
.cid-uxdChv5Sb5 .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uxdChv5Sb5 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxdChv5Sb5 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxdChv5Sb5 H3 {
  color: #ffffff;
}
.cid-uxdChv5Sb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdChv5Sb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdChv5Sb5 .mbr-text,
.cid-uxdChv5Sb5 .mbr-section-btn {
  color: #232323;
}
.cid-uxdChvsjd5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uxdChvsjd5 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uxdChvsjd5 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxdChvsjd5 .mbr-text,
.cid-uxdChvsjd5 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uxdChvsjd5 H3 {
  color: #ffffff;
}
.cid-uxdChvsjd5 H1 {
  text-align: center;
}
.cid-uxdChvQGR8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uxdChvQGR8 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uxdChvQGR8 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uxdChvQGR8 p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-uxdChvQGR8 .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-uxdChvQGR8 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #fff;
}
.cid-uxdChvQGR8 .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-uxdChvQGR8 .nav-link.active {
  border-color: transparent;
}
.cid-uxdChvQGR8 .nav-tabs .nav-link {
  color: #635a51;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-uxdChvQGR8 .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #f6f1eb;
  border-bottom: 1px solid #ffffff;
}
.cid-uxdChvQGR8 .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 1px solid #ffffff;
  font-style: normal;
  background-color: #f6f1eb;
}
.cid-uxdChvQGR8 .nav-tabs .nav-link.active:hover {
  background-color: #f6f1eb;
}
.cid-uxdChvQGR8 .mbr-text {
  text-align: center;
}
.cid-uxdChvQGR8 P {
  color: #767676;
  text-align: right;
}
.cid-uxdChvQGR8 H2 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uxdChvQGR8 .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-uxdChvQGR8 .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-uxdChvQGR8 .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-uxdChvQGR8 .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-uxdChwiC6D {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uxdChwiC6D .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxdChwiC6D .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxdChwiC6D .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-uxdChwiC6D .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uxdChwiC6D .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uxdChwiC6D .embla__slide .slide-content {
  width: 100%;
}
.cid-uxdChwiC6D .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uxdChwiC6D .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-uxdChwiC6D .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uxdChwiC6D .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uxdChwiC6D .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxdChwiC6D .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uxdChwiC6D .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uxdChwiC6D .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uxdChwiC6D .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uxdChwiC6D .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uxdChwiC6D .embla__button--next,
.cid-uxdChwiC6D .embla__button--prev {
  display: flex;
}
.cid-uxdChwiC6D .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #272b2e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uxdChwiC6D .embla__button:hover {
  opacity: .7 !important;
}
.cid-uxdChwiC6D .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uxdChwiC6D .embla__button.embla__button--next {
  right: 0;
}
.cid-uxdChwiC6D .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uxdChwiC6D .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uxdChwiC6D .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxdChwiC6D .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxdChwiC6D .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uxdChwiC6D .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uxdChwiC6D .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uxdChwiC6D .item-tag {
  color: #ffffff;
}
.cid-uxdChwiC6D .item-name {
  color: #ffffff;
}
.cid-uxdKBPrqIh {
  padding-top: 45px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uxdKBPrqIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdKBPrqIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdKBPrqIh H1 {
  color: #232323;
}
.cid-uxdKBPrqIh .mbr-text,
.cid-uxdKBPrqIh .mbr-section-btn {
  color: #232323;
}
.cid-uxdChxBN6H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uxdChxBN6H .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uH3SYnrBVN .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uH3SYnrBVN .navbar .show {
  height: 100vh;
}
.cid-uH3SYnrBVN .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uH3SYnrBVN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uH3SYnrBVN .bottom {
  padding-bottom: 2rem;
}
.cid-uH3SYnrBVN a {
  font-style: normal;
}
.cid-uH3SYnrBVN .dropdown-backdrop {
  display: none;
}
.cid-uH3SYnrBVN .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uH3SYnrBVN .nav-dropdown {
  padding-top: 8rem;
}
.cid-uH3SYnrBVN .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uH3SYnrBVN .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uH3SYnrBVN .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uH3SYnrBVN .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uH3SYnrBVN .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uH3SYnrBVN .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uH3SYnrBVN .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uH3SYnrBVN .navbar-nav {
  width: 100%!important;
}
.cid-uH3SYnrBVN .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uH3SYnrBVN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uH3SYnrBVN .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uH3SYnrBVN .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uH3SYnrBVN .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-uH3SYnrBVN .dropdown-item:hover,
.cid-uH3SYnrBVN .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uH3SYnrBVN .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uH3SYnrBVN .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uH3SYnrBVN .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uH3SYnrBVN .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uH3SYnrBVN .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uH3SYnrBVN .navbar-logo {
  margin-right: 0!important;
}
.cid-uH3SYnrBVN .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uH3SYnrBVN .menu-logo {
  position: fixed!important;
}
.cid-uH3SYnrBVN .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uH3SYnrBVN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uH3SYnrBVN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uH3SYnrBVN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uH3SYnrBVN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uH3SYnrBVN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uH3SYnrBVN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uH3SYnrBVN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uH3SYnrBVN .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uH3SYnrBVN .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uH3SYnrBVN .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uH3SYnrBVN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uH3SYnrBVN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uH3SYnrBVN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uH3SYnrBVN .opened,
.cid-uH3SYnrBVN .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uH3SYnrBVN .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uH3SYnrBVN .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uH3SYnrBVN .opened,
  .cid-uH3SYnrBVN .show,
  .cid-uH3SYnrBVN .navbar {
    width: 100%!important;
  }
  .cid-uH3SYnrBVN .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uH3SYnrBVN .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uH3SYnrBVN .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uH3SYnrBVN .nav-item:focus,
.cid-uH3SYnrBVN .nav-link:focus {
  outline: none;
}
.cid-uH3SYnrBVN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uH3SYnrBVN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uH3SYnrBVN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uH3SYnrBVN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uH3SYnrBVN .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uH3SYnrBVN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uH3SYnrBVN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH3SYnrBVN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uH3SYnrBVN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH3SYnrBVN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uH3SYnrBVN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uH3SYnrBVN button.navbar-toggler:focus {
  outline: none;
}
.cid-uH3SYnrBVN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uH3SYnrBVN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uH3SYnrBVN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uH3SYnrBVN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uH3SYnrBVN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uH3SYnrBVN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uH3SYnrBVN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uH3SYnrBVN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uH3SYnrBVN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uH3SYnrBVN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uH3SYnrBVN .collapsed .btn {
  display: -webkit-flex;
}
.cid-uH3SYnrBVN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uH3SYnrBVN .collapsed .navbar-collapse.collapsing,
.cid-uH3SYnrBVN .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uH3SYnrBVN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uH3SYnrBVN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uH3SYnrBVN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uH3SYnrBVN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uH3SYnrBVN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uH3SYnrBVN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uH3SYnrBVN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uH3SYnrBVN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uH3SYnrBVN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.875vh;
  }
}
.cid-uH3SYnrBVN .collapsed button.navbar-toggler {
  display: block;
}
.cid-uH3SYnrBVN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uH3SYnrBVN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uH3SYnrBVN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uH3SYnrBVN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3SYnrBVN .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uH3SYnrBVN img {
    height: 3.8rem !important;
  }
  .cid-uH3SYnrBVN .btn {
    display: -webkit-flex;
  }
  .cid-uH3SYnrBVN button.navbar-toggler {
    display: block;
  }
  .cid-uH3SYnrBVN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uH3SYnrBVN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uH3SYnrBVN .navbar-collapse.collapsing,
  .cid-uH3SYnrBVN .navbar-collapse.show {
    display: block !important;
  }
  .cid-uH3SYnrBVN .navbar-collapse.collapsing .navbar-nav,
  .cid-uH3SYnrBVN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uH3SYnrBVN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uH3SYnrBVN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uH3SYnrBVN .navbar-collapse.collapsing .navbar-buttons,
  .cid-uH3SYnrBVN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uH3SYnrBVN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uH3SYnrBVN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uH3SYnrBVN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uH3SYnrBVN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uH3SYnrBVN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uH3SYnrBVN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uH3SYlrY3d {
  background-image: url("../../../assets/images/831-1500x1000.webp");
}
.cid-uH3SYmfpiY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uH3SYmfpiY .container {
  max-width: 920px;
}
.cid-uH3SYmfpiY .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3SYmfpiY .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3SYmfpiY .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3SYmfpiY .border-container {
    padding: 9% 7%;
  }
}
.cid-uH3SYmfpiY .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uH3SYmfpiY .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uH3SYmfpiY .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uH3SYmfpiY .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uH3SYmfpiY .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3SYmfpiY .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3SYmfpiY .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3SYmfpiY .border-frame {
    width: 7%;
  }
}
.cid-uH3SYmfpiY .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3SYmfpiY .content-container {
    min-height: auto;
  }
}
.cid-uH3SYmfpiY .text-container {
  width: 100%;
}
.cid-uH3SYmfpiY .text-wrapper {
  width: 100%;
}
.cid-uH3SYmfpiY .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uH3SYmfpiY .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uH3SYmfpiY .mbr-section-btn {
  margin-top: 28px;
}
.cid-uH3SYmfpiY .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uH3SYmfpiY .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uH3SYmfpiY .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uH3SYmfpiY .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uH3SYmfpiY .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uH3SYmfpiY .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uH3SYmfpiY .mbr-text,
.cid-uH3SYmfpiY .mbr-section-btn {
  color: #171e25;
}
.cid-uH3U9DEBC6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uH3U9DEBC6 .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-uH3U9DEBC6 .card-box {
  padding: 0rem;
  padding-top: 2rem;
  background-color: #efefef;
  padding: 2rem;
}
.cid-uH3U9DEBC6 h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uH3U9DEBC6 h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-uH3U9DEBC6 p {
  text-align: left;
}
.cid-uH3U9DEBC6 img {
  transition: all 0.3s;
}
.cid-uH3U9DEBC6 .mbr-text {
  color: #1c1c1c;
}
.cid-uH3U9DEBC6 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uH3U9DEBC6 .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-uH3U9DEBC6 .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-uH3U9DEBC6 .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uH3U9DEBC6 .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-uH3U9DEBC6 .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-uH3U9DEBC6 .card-columns {
    column-gap: 4rem;
  }
}
.cid-uH3U9DEBC6 .card-title {
  color: #767676;
}
.cid-uH3U9DEBC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3U9DEBC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .cid-uH3U9DEBC6 .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}
.cid-uH3SYmYRvJ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f6f1eb;
}
.cid-uH3SYmYRvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3SYmYRvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3SYmYRvJ H1 {
  color: #232323;
}
.cid-uH3SYmYRvJ .mbr-text,
.cid-uH3SYmYRvJ .mbr-section-btn {
  color: #232323;
}
.cid-uH3SYn9ZZr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uH3SYn9ZZr .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uH3VjXHBT1 .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uH3VjXHBT1 .navbar .show {
  height: 100vh;
}
.cid-uH3VjXHBT1 .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uH3VjXHBT1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uH3VjXHBT1 .bottom {
  padding-bottom: 2rem;
}
.cid-uH3VjXHBT1 a {
  font-style: normal;
}
.cid-uH3VjXHBT1 .dropdown-backdrop {
  display: none;
}
.cid-uH3VjXHBT1 .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uH3VjXHBT1 .nav-dropdown {
  padding-top: 8rem;
}
.cid-uH3VjXHBT1 .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uH3VjXHBT1 .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uH3VjXHBT1 .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uH3VjXHBT1 .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uH3VjXHBT1 .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uH3VjXHBT1 .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uH3VjXHBT1 .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uH3VjXHBT1 .navbar-nav {
  width: 100%!important;
}
.cid-uH3VjXHBT1 .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uH3VjXHBT1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uH3VjXHBT1 .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uH3VjXHBT1 .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uH3VjXHBT1 .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-uH3VjXHBT1 .dropdown-item:hover,
.cid-uH3VjXHBT1 .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uH3VjXHBT1 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uH3VjXHBT1 .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uH3VjXHBT1 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uH3VjXHBT1 .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uH3VjXHBT1 .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uH3VjXHBT1 .navbar-logo {
  margin-right: 0!important;
}
.cid-uH3VjXHBT1 .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uH3VjXHBT1 .menu-logo {
  position: fixed!important;
}
.cid-uH3VjXHBT1 .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uH3VjXHBT1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uH3VjXHBT1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uH3VjXHBT1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uH3VjXHBT1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uH3VjXHBT1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uH3VjXHBT1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uH3VjXHBT1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uH3VjXHBT1 .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uH3VjXHBT1 .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uH3VjXHBT1 .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uH3VjXHBT1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uH3VjXHBT1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uH3VjXHBT1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uH3VjXHBT1 .opened,
.cid-uH3VjXHBT1 .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uH3VjXHBT1 .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uH3VjXHBT1 .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uH3VjXHBT1 .opened,
  .cid-uH3VjXHBT1 .show,
  .cid-uH3VjXHBT1 .navbar {
    width: 100%!important;
  }
  .cid-uH3VjXHBT1 .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uH3VjXHBT1 .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uH3VjXHBT1 .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uH3VjXHBT1 .nav-item:focus,
.cid-uH3VjXHBT1 .nav-link:focus {
  outline: none;
}
.cid-uH3VjXHBT1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uH3VjXHBT1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uH3VjXHBT1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uH3VjXHBT1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uH3VjXHBT1 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uH3VjXHBT1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uH3VjXHBT1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH3VjXHBT1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uH3VjXHBT1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH3VjXHBT1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uH3VjXHBT1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uH3VjXHBT1 button.navbar-toggler:focus {
  outline: none;
}
.cid-uH3VjXHBT1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uH3VjXHBT1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uH3VjXHBT1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uH3VjXHBT1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uH3VjXHBT1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uH3VjXHBT1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uH3VjXHBT1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uH3VjXHBT1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uH3VjXHBT1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uH3VjXHBT1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uH3VjXHBT1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uH3VjXHBT1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uH3VjXHBT1 .collapsed .navbar-collapse.collapsing,
.cid-uH3VjXHBT1 .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uH3VjXHBT1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uH3VjXHBT1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uH3VjXHBT1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uH3VjXHBT1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uH3VjXHBT1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uH3VjXHBT1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uH3VjXHBT1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uH3VjXHBT1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uH3VjXHBT1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.875vh;
  }
}
.cid-uH3VjXHBT1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uH3VjXHBT1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uH3VjXHBT1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uH3VjXHBT1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uH3VjXHBT1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3VjXHBT1 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uH3VjXHBT1 img {
    height: 3.8rem !important;
  }
  .cid-uH3VjXHBT1 .btn {
    display: -webkit-flex;
  }
  .cid-uH3VjXHBT1 button.navbar-toggler {
    display: block;
  }
  .cid-uH3VjXHBT1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uH3VjXHBT1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uH3VjXHBT1 .navbar-collapse.collapsing,
  .cid-uH3VjXHBT1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uH3VjXHBT1 .navbar-collapse.collapsing .navbar-nav,
  .cid-uH3VjXHBT1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uH3VjXHBT1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uH3VjXHBT1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uH3VjXHBT1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uH3VjXHBT1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uH3VjXHBT1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uH3VjXHBT1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uH3VjXHBT1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uH3VjXHBT1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uH3VjXHBT1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uH3VjXHBT1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uH3VjWfA06 {
  background-image: url("../../../assets/images/dji-0885-edit-1-1270x846.webp");
}
.cid-uH3VjWMfos {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uH3VjWMfos .container {
  max-width: 920px;
}
.cid-uH3VjWMfos .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3VjWMfos .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3VjWMfos .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3VjWMfos .border-container {
    padding: 9% 7%;
  }
}
.cid-uH3VjWMfos .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uH3VjWMfos .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uH3VjWMfos .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uH3VjWMfos .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uH3VjWMfos .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3VjWMfos .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3VjWMfos .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3VjWMfos .border-frame {
    width: 7%;
  }
}
.cid-uH3VjWMfos .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3VjWMfos .content-container {
    min-height: auto;
  }
}
.cid-uH3VjWMfos .text-container {
  width: 100%;
}
.cid-uH3VjWMfos .text-wrapper {
  width: 100%;
}
.cid-uH3VjWMfos .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uH3VjWMfos .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uH3VjWMfos .mbr-section-btn {
  margin-top: 28px;
}
.cid-uH3VjWMfos .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uH3VjWMfos .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uH3VjWMfos .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uH3VjWMfos .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uH3VjWMfos .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uH3VjWMfos .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uH3VjWMfos .mbr-text,
.cid-uH3VjWMfos .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uH3VjWVmZs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f1eb;
}
.cid-uH3VjWVmZs .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-uH3VjWVmZs .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uH3VjWVmZs .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-uH3VjWVmZs h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uH3VjWVmZs h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uH3VjWVmZs img {
  width: 100%;
}
.cid-uH3VjWVmZs h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uH3VjWVmZs .card-title1,
.cid-uH3VjWVmZs .title-wrap1 {
  color: #ffffff;
}
.cid-uH3VjWVmZs .card-title,
.cid-uH3VjWVmZs .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uH3VjWVmZs .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uH3VjWVmZs .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-uH3VjWVmZs H3 {
  color: #1c1c1c;
}
.cid-uH3VjWVmZs .mbr-text,
.cid-uH3VjWVmZs .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uH3VjWVmZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3VjWVmZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3VQbuE68 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uH3VQbuE68 .container {
  max-width: 920px;
}
.cid-uH3VQbuE68 .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3VQbuE68 .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3VQbuE68 .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3VQbuE68 .border-container {
    padding: 9% 7%;
  }
}
.cid-uH3VQbuE68 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uH3VQbuE68 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uH3VQbuE68 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uH3VQbuE68 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uH3VQbuE68 .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3VQbuE68 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3VQbuE68 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3VQbuE68 .border-frame {
    width: 7%;
  }
}
.cid-uH3VQbuE68 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3VQbuE68 .content-container {
    min-height: auto;
  }
}
.cid-uH3VQbuE68 .text-container {
  width: 100%;
}
.cid-uH3VQbuE68 .text-wrapper {
  width: 100%;
}
.cid-uH3VQbuE68 .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uH3VQbuE68 .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
  text-align: left;
}
.cid-uH3VQbuE68 .mbr-section-btn {
  margin-top: 28px;
}
.cid-uH3VQbuE68 .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uH3VQbuE68 .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uH3VQbuE68 .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uH3VQbuE68 .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uH3VQbuE68 .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uH3VQbuE68 .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uH3VQbuE68 .mbr-text,
.cid-uH3VQbuE68 .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uH3VjX6CtZ {
  background-image: url("../../../assets/images/dsc-5029-2000x1333.webp");
}
.cid-uH3VjX6CtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3VjX6CtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3WkrkDN5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uH3WkrkDN5 .container {
  max-width: 920px;
}
.cid-uH3WkrkDN5 .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3WkrkDN5 .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3WkrkDN5 .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3WkrkDN5 .border-container {
    padding: 9% 7%;
  }
}
.cid-uH3WkrkDN5 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uH3WkrkDN5 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uH3WkrkDN5 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uH3WkrkDN5 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uH3WkrkDN5 .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3WkrkDN5 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3WkrkDN5 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3WkrkDN5 .border-frame {
    width: 7%;
  }
}
.cid-uH3WkrkDN5 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3WkrkDN5 .content-container {
    min-height: auto;
  }
}
.cid-uH3WkrkDN5 .text-container {
  width: 100%;
}
.cid-uH3WkrkDN5 .text-wrapper {
  width: 100%;
}
.cid-uH3WkrkDN5 .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uH3WkrkDN5 .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
  text-align: left;
}
.cid-uH3WkrkDN5 .mbr-section-btn {
  margin-top: 28px;
}
.cid-uH3WkrkDN5 .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uH3WkrkDN5 .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uH3WkrkDN5 .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uH3WkrkDN5 .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uH3WkrkDN5 .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uH3WkrkDN5 .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uH3WkrkDN5 .mbr-text,
.cid-uH3WkrkDN5 .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uH3WvYYAQf {
  background-image: url("../../../assets/images/meg05799-hdr-1-2000x1333.webp");
}
.cid-uH3WvYYAQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3WvYYAQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3WD1McDG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uH3WD1McDG .container {
  max-width: 920px;
}
.cid-uH3WD1McDG .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3WD1McDG .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3WD1McDG .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3WD1McDG .border-container {
    padding: 9% 7%;
  }
}
.cid-uH3WD1McDG .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uH3WD1McDG .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uH3WD1McDG .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uH3WD1McDG .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uH3WD1McDG .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3WD1McDG .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3WD1McDG .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3WD1McDG .border-frame {
    width: 7%;
  }
}
.cid-uH3WD1McDG .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3WD1McDG .content-container {
    min-height: auto;
  }
}
.cid-uH3WD1McDG .text-container {
  width: 100%;
}
.cid-uH3WD1McDG .text-wrapper {
  width: 100%;
}
.cid-uH3WD1McDG .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uH3WD1McDG .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
  text-align: left;
}
.cid-uH3WD1McDG .mbr-section-btn {
  margin-top: 28px;
}
.cid-uH3WD1McDG .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uH3WD1McDG .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uH3WD1McDG .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uH3WD1McDG .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uH3WD1McDG .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uH3WD1McDG .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uH3WD1McDG .mbr-text,
.cid-uH3WD1McDG .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uH3VjXgFMT {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f6f1eb;
}
.cid-uH3VjXgFMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3VjXgFMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3VjXgFMT H1 {
  color: #232323;
}
.cid-uH3VjXgFMT .mbr-text,
.cid-uH3VjXgFMT .mbr-section-btn {
  color: #232323;
}
.cid-uH3VjXuHbF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uH3VjXuHbF .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uH3XT1BEbt .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uH3XT1BEbt .navbar .show {
  height: 100vh;
}
.cid-uH3XT1BEbt .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uH3XT1BEbt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uH3XT1BEbt .bottom {
  padding-bottom: 2rem;
}
.cid-uH3XT1BEbt a {
  font-style: normal;
}
.cid-uH3XT1BEbt .dropdown-backdrop {
  display: none;
}
.cid-uH3XT1BEbt .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uH3XT1BEbt .nav-dropdown {
  padding-top: 8rem;
}
.cid-uH3XT1BEbt .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uH3XT1BEbt .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uH3XT1BEbt .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uH3XT1BEbt .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uH3XT1BEbt .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uH3XT1BEbt .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uH3XT1BEbt .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uH3XT1BEbt .navbar-nav {
  width: 100%!important;
}
.cid-uH3XT1BEbt .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uH3XT1BEbt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uH3XT1BEbt .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uH3XT1BEbt .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uH3XT1BEbt .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-uH3XT1BEbt .dropdown-item:hover,
.cid-uH3XT1BEbt .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uH3XT1BEbt .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uH3XT1BEbt .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uH3XT1BEbt .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uH3XT1BEbt .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uH3XT1BEbt .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uH3XT1BEbt .navbar-logo {
  margin-right: 0!important;
}
.cid-uH3XT1BEbt .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uH3XT1BEbt .menu-logo {
  position: fixed!important;
}
.cid-uH3XT1BEbt .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uH3XT1BEbt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uH3XT1BEbt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uH3XT1BEbt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uH3XT1BEbt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uH3XT1BEbt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uH3XT1BEbt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uH3XT1BEbt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uH3XT1BEbt .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uH3XT1BEbt .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uH3XT1BEbt .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uH3XT1BEbt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uH3XT1BEbt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uH3XT1BEbt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uH3XT1BEbt .opened,
.cid-uH3XT1BEbt .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uH3XT1BEbt .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uH3XT1BEbt .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uH3XT1BEbt .opened,
  .cid-uH3XT1BEbt .show,
  .cid-uH3XT1BEbt .navbar {
    width: 100%!important;
  }
  .cid-uH3XT1BEbt .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uH3XT1BEbt .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uH3XT1BEbt .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uH3XT1BEbt .nav-item:focus,
.cid-uH3XT1BEbt .nav-link:focus {
  outline: none;
}
.cid-uH3XT1BEbt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uH3XT1BEbt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uH3XT1BEbt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uH3XT1BEbt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uH3XT1BEbt .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uH3XT1BEbt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uH3XT1BEbt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH3XT1BEbt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uH3XT1BEbt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH3XT1BEbt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uH3XT1BEbt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uH3XT1BEbt button.navbar-toggler:focus {
  outline: none;
}
.cid-uH3XT1BEbt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uH3XT1BEbt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uH3XT1BEbt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uH3XT1BEbt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uH3XT1BEbt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uH3XT1BEbt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uH3XT1BEbt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uH3XT1BEbt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uH3XT1BEbt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uH3XT1BEbt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uH3XT1BEbt .collapsed .btn {
  display: -webkit-flex;
}
.cid-uH3XT1BEbt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uH3XT1BEbt .collapsed .navbar-collapse.collapsing,
.cid-uH3XT1BEbt .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uH3XT1BEbt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uH3XT1BEbt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uH3XT1BEbt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uH3XT1BEbt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uH3XT1BEbt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uH3XT1BEbt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uH3XT1BEbt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uH3XT1BEbt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uH3XT1BEbt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.875vh;
  }
}
.cid-uH3XT1BEbt .collapsed button.navbar-toggler {
  display: block;
}
.cid-uH3XT1BEbt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uH3XT1BEbt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uH3XT1BEbt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uH3XT1BEbt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3XT1BEbt .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uH3XT1BEbt img {
    height: 3.8rem !important;
  }
  .cid-uH3XT1BEbt .btn {
    display: -webkit-flex;
  }
  .cid-uH3XT1BEbt button.navbar-toggler {
    display: block;
  }
  .cid-uH3XT1BEbt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uH3XT1BEbt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uH3XT1BEbt .navbar-collapse.collapsing,
  .cid-uH3XT1BEbt .navbar-collapse.show {
    display: block !important;
  }
  .cid-uH3XT1BEbt .navbar-collapse.collapsing .navbar-nav,
  .cid-uH3XT1BEbt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uH3XT1BEbt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uH3XT1BEbt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uH3XT1BEbt .navbar-collapse.collapsing .navbar-buttons,
  .cid-uH3XT1BEbt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uH3XT1BEbt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uH3XT1BEbt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uH3XT1BEbt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uH3XT1BEbt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uH3XT1BEbt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uH3XT1BEbt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uH3XSYWfY0 {
  background-image: url("../../../assets/images/meg05678-hdr-edit-1-2000x1333.webp");
}
.cid-uH3XSZDu8O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uH3XSZDu8O .container {
  max-width: 920px;
}
.cid-uH3XSZDu8O .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3XSZDu8O .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3XSZDu8O .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3XSZDu8O .border-container {
    padding: 9% 7%;
  }
}
.cid-uH3XSZDu8O .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uH3XSZDu8O .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uH3XSZDu8O .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uH3XSZDu8O .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uH3XSZDu8O .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3XSZDu8O .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3XSZDu8O .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3XSZDu8O .border-frame {
    width: 7%;
  }
}
.cid-uH3XSZDu8O .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3XSZDu8O .content-container {
    min-height: auto;
  }
}
.cid-uH3XSZDu8O .text-container {
  width: 100%;
}
.cid-uH3XSZDu8O .text-wrapper {
  width: 100%;
}
.cid-uH3XSZDu8O .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uH3XSZDu8O .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uH3XSZDu8O .mbr-section-btn {
  margin-top: 28px;
}
.cid-uH3XSZDu8O .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uH3XSZDu8O .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uH3XSZDu8O .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uH3XSZDu8O .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uH3XSZDu8O .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uH3XSZDu8O .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uH3XSZDu8O .mbr-text,
.cid-uH3XSZDu8O .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uH3XSZT1w3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f1eb;
}
.cid-uH3XSZT1w3 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-uH3XSZT1w3 .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uH3XSZT1w3 .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-uH3XSZT1w3 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uH3XSZT1w3 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uH3XSZT1w3 img {
  width: 100%;
}
.cid-uH3XSZT1w3 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uH3XSZT1w3 .card-title1,
.cid-uH3XSZT1w3 .title-wrap1 {
  color: #ffffff;
}
.cid-uH3XSZT1w3 .card-title,
.cid-uH3XSZT1w3 .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uH3XSZT1w3 .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uH3XSZT1w3 .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-uH3XSZT1w3 H3 {
  color: #1c1c1c;
}
.cid-uH3XSZT1w3 .mbr-text,
.cid-uH3XSZT1w3 .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uH3XSZT1w3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3XSZT1w3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3XT093s1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uH3XT093s1 .container {
  max-width: 920px;
}
.cid-uH3XT093s1 .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3XT093s1 .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3XT093s1 .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3XT093s1 .border-container {
    padding: 9% 7%;
  }
}
.cid-uH3XT093s1 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uH3XT093s1 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uH3XT093s1 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uH3XT093s1 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uH3XT093s1 .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3XT093s1 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3XT093s1 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3XT093s1 .border-frame {
    width: 7%;
  }
}
.cid-uH3XT093s1 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3XT093s1 .content-container {
    min-height: auto;
  }
}
.cid-uH3XT093s1 .text-container {
  width: 100%;
}
.cid-uH3XT093s1 .text-wrapper {
  width: 100%;
}
.cid-uH3XT093s1 .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uH3XT093s1 .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
  text-align: left;
}
.cid-uH3XT093s1 .mbr-section-btn {
  margin-top: 28px;
}
.cid-uH3XT093s1 .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uH3XT093s1 .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uH3XT093s1 .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uH3XT093s1 .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uH3XT093s1 .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uH3XT093s1 .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uH3XT093s1 .mbr-text,
.cid-uH3XT093s1 .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uH3XT0mvnR {
  background-image: url("../../../assets/images/adi09792-1-1260x840.webp");
}
.cid-uH3XT0mvnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3XT0mvnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3XT0z5Nq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uH3XT0z5Nq .container {
  max-width: 920px;
}
.cid-uH3XT0z5Nq .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3XT0z5Nq .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3XT0z5Nq .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3XT0z5Nq .border-container {
    padding: 9% 7%;
  }
}
.cid-uH3XT0z5Nq .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uH3XT0z5Nq .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uH3XT0z5Nq .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uH3XT0z5Nq .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uH3XT0z5Nq .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3XT0z5Nq .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3XT0z5Nq .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3XT0z5Nq .border-frame {
    width: 7%;
  }
}
.cid-uH3XT0z5Nq .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3XT0z5Nq .content-container {
    min-height: auto;
  }
}
.cid-uH3XT0z5Nq .text-container {
  width: 100%;
}
.cid-uH3XT0z5Nq .text-wrapper {
  width: 100%;
}
.cid-uH3XT0z5Nq .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uH3XT0z5Nq .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
  text-align: left;
}
.cid-uH3XT0z5Nq .mbr-section-btn {
  margin-top: 28px;
}
.cid-uH3XT0z5Nq .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uH3XT0z5Nq .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uH3XT0z5Nq .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uH3XT0z5Nq .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uH3XT0z5Nq .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uH3XT0z5Nq .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uH3XT0z5Nq .mbr-text,
.cid-uH3XT0z5Nq .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uH3XT0JMwm {
  background-image: url("../../../assets/images/meg05784-hdr-1-1080x720.webp");
}
.cid-uH3XT0JMwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3XT0JMwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3XT0YcZ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uH3XT0YcZ9 .container {
  max-width: 920px;
}
.cid-uH3XT0YcZ9 .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3XT0YcZ9 .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3XT0YcZ9 .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3XT0YcZ9 .border-container {
    padding: 9% 7%;
  }
}
.cid-uH3XT0YcZ9 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uH3XT0YcZ9 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uH3XT0YcZ9 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uH3XT0YcZ9 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uH3XT0YcZ9 .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3XT0YcZ9 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3XT0YcZ9 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3XT0YcZ9 .border-frame {
    width: 7%;
  }
}
.cid-uH3XT0YcZ9 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3XT0YcZ9 .content-container {
    min-height: auto;
  }
}
.cid-uH3XT0YcZ9 .text-container {
  width: 100%;
}
.cid-uH3XT0YcZ9 .text-wrapper {
  width: 100%;
}
.cid-uH3XT0YcZ9 .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uH3XT0YcZ9 .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
  text-align: left;
}
.cid-uH3XT0YcZ9 .mbr-section-btn {
  margin-top: 28px;
}
.cid-uH3XT0YcZ9 .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uH3XT0YcZ9 .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uH3XT0YcZ9 .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uH3XT0YcZ9 .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uH3XT0YcZ9 .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uH3XT0YcZ9 .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uH3XT0YcZ9 .mbr-text,
.cid-uH3XT0YcZ9 .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uH3XT18s6G {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f6f1eb;
}
.cid-uH3XT18s6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3XT18s6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3XT18s6G H1 {
  color: #232323;
}
.cid-uH3XT18s6G .mbr-text,
.cid-uH3XT18s6G .mbr-section-btn {
  color: #232323;
}
.cid-uH3XT1pMcL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uH3XT1pMcL .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uH3ZMopkx2 .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uH3ZMopkx2 .navbar .show {
  height: 100vh;
}
.cid-uH3ZMopkx2 .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uH3ZMopkx2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uH3ZMopkx2 .bottom {
  padding-bottom: 2rem;
}
.cid-uH3ZMopkx2 a {
  font-style: normal;
}
.cid-uH3ZMopkx2 .dropdown-backdrop {
  display: none;
}
.cid-uH3ZMopkx2 .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uH3ZMopkx2 .nav-dropdown {
  padding-top: 8rem;
}
.cid-uH3ZMopkx2 .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uH3ZMopkx2 .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uH3ZMopkx2 .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uH3ZMopkx2 .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uH3ZMopkx2 .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uH3ZMopkx2 .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uH3ZMopkx2 .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uH3ZMopkx2 .navbar-nav {
  width: 100%!important;
}
.cid-uH3ZMopkx2 .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uH3ZMopkx2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uH3ZMopkx2 .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uH3ZMopkx2 .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uH3ZMopkx2 .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-uH3ZMopkx2 .dropdown-item:hover,
.cid-uH3ZMopkx2 .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uH3ZMopkx2 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uH3ZMopkx2 .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uH3ZMopkx2 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uH3ZMopkx2 .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uH3ZMopkx2 .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uH3ZMopkx2 .navbar-logo {
  margin-right: 0!important;
}
.cid-uH3ZMopkx2 .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uH3ZMopkx2 .menu-logo {
  position: fixed!important;
}
.cid-uH3ZMopkx2 .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uH3ZMopkx2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uH3ZMopkx2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uH3ZMopkx2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uH3ZMopkx2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uH3ZMopkx2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uH3ZMopkx2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uH3ZMopkx2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uH3ZMopkx2 .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uH3ZMopkx2 .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uH3ZMopkx2 .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uH3ZMopkx2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uH3ZMopkx2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uH3ZMopkx2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uH3ZMopkx2 .opened,
.cid-uH3ZMopkx2 .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uH3ZMopkx2 .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uH3ZMopkx2 .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uH3ZMopkx2 .opened,
  .cid-uH3ZMopkx2 .show,
  .cid-uH3ZMopkx2 .navbar {
    width: 100%!important;
  }
  .cid-uH3ZMopkx2 .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uH3ZMopkx2 .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uH3ZMopkx2 .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uH3ZMopkx2 .nav-item:focus,
.cid-uH3ZMopkx2 .nav-link:focus {
  outline: none;
}
.cid-uH3ZMopkx2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uH3ZMopkx2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uH3ZMopkx2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uH3ZMopkx2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uH3ZMopkx2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uH3ZMopkx2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uH3ZMopkx2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH3ZMopkx2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uH3ZMopkx2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH3ZMopkx2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uH3ZMopkx2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uH3ZMopkx2 button.navbar-toggler:focus {
  outline: none;
}
.cid-uH3ZMopkx2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uH3ZMopkx2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uH3ZMopkx2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uH3ZMopkx2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uH3ZMopkx2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uH3ZMopkx2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uH3ZMopkx2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uH3ZMopkx2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uH3ZMopkx2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uH3ZMopkx2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uH3ZMopkx2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uH3ZMopkx2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uH3ZMopkx2 .collapsed .navbar-collapse.collapsing,
.cid-uH3ZMopkx2 .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uH3ZMopkx2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uH3ZMopkx2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uH3ZMopkx2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uH3ZMopkx2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uH3ZMopkx2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uH3ZMopkx2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uH3ZMopkx2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uH3ZMopkx2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uH3ZMopkx2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.875vh;
  }
}
.cid-uH3ZMopkx2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uH3ZMopkx2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uH3ZMopkx2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uH3ZMopkx2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uH3ZMopkx2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3ZMopkx2 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uH3ZMopkx2 img {
    height: 3.8rem !important;
  }
  .cid-uH3ZMopkx2 .btn {
    display: -webkit-flex;
  }
  .cid-uH3ZMopkx2 button.navbar-toggler {
    display: block;
  }
  .cid-uH3ZMopkx2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uH3ZMopkx2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uH3ZMopkx2 .navbar-collapse.collapsing,
  .cid-uH3ZMopkx2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uH3ZMopkx2 .navbar-collapse.collapsing .navbar-nav,
  .cid-uH3ZMopkx2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uH3ZMopkx2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uH3ZMopkx2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uH3ZMopkx2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uH3ZMopkx2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uH3ZMopkx2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uH3ZMopkx2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uH3ZMopkx2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uH3ZMopkx2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uH3ZMopkx2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uH3ZMopkx2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uH3ZMlFRav {
  background-image: url("../../../assets/images/haldu-tola-5-carving-details-1080x720.webp");
}
.cid-uH3ZMmA5ka {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uH3ZMmA5ka .container {
  max-width: 920px;
}
.cid-uH3ZMmA5ka .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3ZMmA5ka .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3ZMmA5ka .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3ZMmA5ka .border-container {
    padding: 9% 7%;
  }
}
.cid-uH3ZMmA5ka .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uH3ZMmA5ka .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uH3ZMmA5ka .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uH3ZMmA5ka .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uH3ZMmA5ka .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3ZMmA5ka .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3ZMmA5ka .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3ZMmA5ka .border-frame {
    width: 7%;
  }
}
.cid-uH3ZMmA5ka .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3ZMmA5ka .content-container {
    min-height: auto;
  }
}
.cid-uH3ZMmA5ka .text-container {
  width: 100%;
}
.cid-uH3ZMmA5ka .text-wrapper {
  width: 100%;
}
.cid-uH3ZMmA5ka .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uH3ZMmA5ka .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
  text-align: left;
}
.cid-uH3ZMmA5ka .mbr-section-btn {
  margin-top: 28px;
}
.cid-uH3ZMmA5ka .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uH3ZMmA5ka .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uH3ZMmA5ka .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uH3ZMmA5ka .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uH3ZMmA5ka .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uH3ZMmA5ka .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uH3ZMmA5ka .mbr-text,
.cid-uH3ZMmA5ka .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uH40Yq0nKk {
  background-image: url("../../../assets/images/dji-0896-1-1080x720.webp");
}
.cid-uH40Yq0nKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH40Yq0nKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3ZMn6cy9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uH3ZMn6cy9 .container {
  max-width: 920px;
}
.cid-uH3ZMn6cy9 .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3ZMn6cy9 .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3ZMn6cy9 .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3ZMn6cy9 .border-container {
    padding: 9% 7%;
  }
}
.cid-uH3ZMn6cy9 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uH3ZMn6cy9 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uH3ZMn6cy9 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uH3ZMn6cy9 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uH3ZMn6cy9 .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3ZMn6cy9 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3ZMn6cy9 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3ZMn6cy9 .border-frame {
    width: 7%;
  }
}
.cid-uH3ZMn6cy9 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3ZMn6cy9 .content-container {
    min-height: auto;
  }
}
.cid-uH3ZMn6cy9 .text-container {
  width: 100%;
}
.cid-uH3ZMn6cy9 .text-wrapper {
  width: 100%;
}
.cid-uH3ZMn6cy9 .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uH3ZMn6cy9 .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
  text-align: left;
}
.cid-uH3ZMn6cy9 .mbr-section-btn {
  margin-top: 28px;
}
.cid-uH3ZMn6cy9 .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uH3ZMn6cy9 .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uH3ZMn6cy9 .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uH3ZMn6cy9 .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uH3ZMn6cy9 .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uH3ZMn6cy9 .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uH3ZMn6cy9 .mbr-text,
.cid-uH3ZMn6cy9 .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uH3ZMnhZZ5 {
  background-image: url("../../../assets/images/meg05967-hdr-1-1270x847.webp");
}
.cid-uH3ZMnhZZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3ZMnhZZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3ZMnuMTb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uH3ZMnuMTb .container {
  max-width: 920px;
}
.cid-uH3ZMnuMTb .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3ZMnuMTb .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3ZMnuMTb .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3ZMnuMTb .border-container {
    padding: 9% 7%;
  }
}
.cid-uH3ZMnuMTb .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uH3ZMnuMTb .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uH3ZMnuMTb .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uH3ZMnuMTb .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uH3ZMnuMTb .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uH3ZMnuMTb .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uH3ZMnuMTb .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uH3ZMnuMTb .border-frame {
    width: 7%;
  }
}
.cid-uH3ZMnuMTb .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uH3ZMnuMTb .content-container {
    min-height: auto;
  }
}
.cid-uH3ZMnuMTb .text-container {
  width: 100%;
}
.cid-uH3ZMnuMTb .text-wrapper {
  width: 100%;
}
.cid-uH3ZMnuMTb .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uH3ZMnuMTb .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
  text-align: left;
}
.cid-uH3ZMnuMTb .mbr-section-btn {
  margin-top: 28px;
}
.cid-uH3ZMnuMTb .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uH3ZMnuMTb .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uH3ZMnuMTb .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uH3ZMnuMTb .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uH3ZMnuMTb .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uH3ZMnuMTb .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uH3ZMnuMTb .mbr-text,
.cid-uH3ZMnuMTb .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uH3ZMo1o4M {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f6f1eb;
}
.cid-uH3ZMo1o4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3ZMo1o4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3ZMo1o4M H1 {
  color: #232323;
}
.cid-uH3ZMo1o4M .mbr-text,
.cid-uH3ZMo1o4M .mbr-section-btn {
  color: #232323;
}
.cid-uH3ZMob4zD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uH3ZMob4zD .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uLhw5SlReH .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uLhw5SlReH .navbar .show {
  height: 100vh;
}
.cid-uLhw5SlReH .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uLhw5SlReH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uLhw5SlReH .bottom {
  padding-bottom: 2rem;
}
.cid-uLhw5SlReH a {
  font-style: normal;
}
.cid-uLhw5SlReH .dropdown-backdrop {
  display: none;
}
.cid-uLhw5SlReH .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uLhw5SlReH .nav-dropdown {
  padding-top: 8rem;
}
.cid-uLhw5SlReH .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uLhw5SlReH .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uLhw5SlReH .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uLhw5SlReH .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uLhw5SlReH .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uLhw5SlReH .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uLhw5SlReH .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uLhw5SlReH .navbar-nav {
  width: 100%!important;
}
.cid-uLhw5SlReH .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uLhw5SlReH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uLhw5SlReH .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uLhw5SlReH .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uLhw5SlReH .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-uLhw5SlReH .dropdown-item:hover,
.cid-uLhw5SlReH .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uLhw5SlReH .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uLhw5SlReH .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uLhw5SlReH .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uLhw5SlReH .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uLhw5SlReH .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uLhw5SlReH .navbar-logo {
  margin-right: 0!important;
}
.cid-uLhw5SlReH .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uLhw5SlReH .menu-logo {
  position: fixed!important;
}
.cid-uLhw5SlReH .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uLhw5SlReH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLhw5SlReH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uLhw5SlReH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uLhw5SlReH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uLhw5SlReH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uLhw5SlReH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uLhw5SlReH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uLhw5SlReH .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uLhw5SlReH .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uLhw5SlReH .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uLhw5SlReH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uLhw5SlReH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uLhw5SlReH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uLhw5SlReH .opened,
.cid-uLhw5SlReH .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uLhw5SlReH .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uLhw5SlReH .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uLhw5SlReH .opened,
  .cid-uLhw5SlReH .show,
  .cid-uLhw5SlReH .navbar {
    width: 100%!important;
  }
  .cid-uLhw5SlReH .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uLhw5SlReH .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uLhw5SlReH .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uLhw5SlReH .nav-item:focus,
.cid-uLhw5SlReH .nav-link:focus {
  outline: none;
}
.cid-uLhw5SlReH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uLhw5SlReH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uLhw5SlReH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLhw5SlReH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uLhw5SlReH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uLhw5SlReH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uLhw5SlReH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLhw5SlReH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uLhw5SlReH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLhw5SlReH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uLhw5SlReH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uLhw5SlReH button.navbar-toggler:focus {
  outline: none;
}
.cid-uLhw5SlReH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uLhw5SlReH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLhw5SlReH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLhw5SlReH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLhw5SlReH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLhw5SlReH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLhw5SlReH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLhw5SlReH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLhw5SlReH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLhw5SlReH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLhw5SlReH .collapsed .btn {
  display: -webkit-flex;
}
.cid-uLhw5SlReH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uLhw5SlReH .collapsed .navbar-collapse.collapsing,
.cid-uLhw5SlReH .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uLhw5SlReH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uLhw5SlReH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uLhw5SlReH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uLhw5SlReH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uLhw5SlReH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uLhw5SlReH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uLhw5SlReH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uLhw5SlReH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uLhw5SlReH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.875vh;
  }
}
.cid-uLhw5SlReH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uLhw5SlReH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLhw5SlReH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uLhw5SlReH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uLhw5SlReH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uLhw5SlReH .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLhw5SlReH img {
    height: 3.8rem !important;
  }
  .cid-uLhw5SlReH .btn {
    display: -webkit-flex;
  }
  .cid-uLhw5SlReH button.navbar-toggler {
    display: block;
  }
  .cid-uLhw5SlReH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLhw5SlReH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uLhw5SlReH .navbar-collapse.collapsing,
  .cid-uLhw5SlReH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uLhw5SlReH .navbar-collapse.collapsing .navbar-nav,
  .cid-uLhw5SlReH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uLhw5SlReH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uLhw5SlReH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uLhw5SlReH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uLhw5SlReH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uLhw5SlReH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uLhw5SlReH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLhw5SlReH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uLhw5SlReH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uLhw5SlReH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uLhw5SlReH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uLhw5Tnuun {
  background-image: url("../../../assets/images/meg05678-hdr-edit-1-2000x1333.webp");
}
.cid-uLhw5TG3X2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uLhw5TG3X2 .container {
  max-width: 920px;
}
.cid-uLhw5TG3X2 .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uLhw5TG3X2 .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uLhw5TG3X2 .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uLhw5TG3X2 .border-container {
    padding: 9% 7%;
  }
}
.cid-uLhw5TG3X2 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uLhw5TG3X2 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uLhw5TG3X2 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uLhw5TG3X2 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uLhw5TG3X2 .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uLhw5TG3X2 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uLhw5TG3X2 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uLhw5TG3X2 .border-frame {
    width: 7%;
  }
}
.cid-uLhw5TG3X2 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uLhw5TG3X2 .content-container {
    min-height: auto;
  }
}
.cid-uLhw5TG3X2 .text-container {
  width: 100%;
}
.cid-uLhw5TG3X2 .text-wrapper {
  width: 100%;
}
.cid-uLhw5TG3X2 .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uLhw5TG3X2 .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uLhw5TG3X2 .mbr-section-btn {
  margin-top: 28px;
}
.cid-uLhw5TG3X2 .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uLhw5TG3X2 .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uLhw5TG3X2 .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uLhw5TG3X2 .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uLhw5TG3X2 .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uLhw5TG3X2 .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uLhw5TG3X2 .mbr-text,
.cid-uLhw5TG3X2 .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uLhw5TXAcS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f1eb;
}
.cid-uLhw5TXAcS .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-uLhw5TXAcS .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uLhw5TXAcS .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-uLhw5TXAcS h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uLhw5TXAcS h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uLhw5TXAcS img {
  width: 100%;
}
.cid-uLhw5TXAcS h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uLhw5TXAcS .card-title1,
.cid-uLhw5TXAcS .title-wrap1 {
  color: #ffffff;
}
.cid-uLhw5TXAcS .card-title,
.cid-uLhw5TXAcS .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uLhw5TXAcS .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uLhw5TXAcS .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-uLhw5TXAcS H3 {
  color: #1c1c1c;
}
.cid-uLhw5TXAcS .mbr-text,
.cid-uLhw5TXAcS .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uLhw5TXAcS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhw5TXAcS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhw5Uhx3C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uLhw5Uhx3C .container {
  max-width: 920px;
}
.cid-uLhw5Uhx3C .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uLhw5Uhx3C .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uLhw5Uhx3C .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uLhw5Uhx3C .border-container {
    padding: 9% 7%;
  }
}
.cid-uLhw5Uhx3C .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uLhw5Uhx3C .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uLhw5Uhx3C .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uLhw5Uhx3C .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uLhw5Uhx3C .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uLhw5Uhx3C .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uLhw5Uhx3C .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uLhw5Uhx3C .border-frame {
    width: 7%;
  }
}
.cid-uLhw5Uhx3C .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uLhw5Uhx3C .content-container {
    min-height: auto;
  }
}
.cid-uLhw5Uhx3C .text-container {
  width: 100%;
}
.cid-uLhw5Uhx3C .text-wrapper {
  width: 100%;
}
.cid-uLhw5Uhx3C .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uLhw5Uhx3C .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
  text-align: left;
}
.cid-uLhw5Uhx3C .mbr-section-btn {
  margin-top: 28px;
}
.cid-uLhw5Uhx3C .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uLhw5Uhx3C .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uLhw5Uhx3C .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uLhw5Uhx3C .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uLhw5Uhx3C .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uLhw5Uhx3C .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uLhw5Uhx3C .mbr-text,
.cid-uLhw5Uhx3C .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uLhw5UvHCy {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f6f1eb;
}
.cid-uLhw5UvHCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhw5UvHCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhw5UvHCy H1 {
  color: #232323;
}
.cid-uLhw5UvHCy .mbr-text,
.cid-uLhw5UvHCy .mbr-section-btn {
  color: #232323;
}
.cid-uLhw5UMNnk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uLhw5UMNnk .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uLhuj0Cpjx .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uLhuj0Cpjx .navbar .show {
  height: 100vh;
}
.cid-uLhuj0Cpjx .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uLhuj0Cpjx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uLhuj0Cpjx .bottom {
  padding-bottom: 2rem;
}
.cid-uLhuj0Cpjx a {
  font-style: normal;
}
.cid-uLhuj0Cpjx .dropdown-backdrop {
  display: none;
}
.cid-uLhuj0Cpjx .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uLhuj0Cpjx .nav-dropdown {
  padding-top: 8rem;
}
.cid-uLhuj0Cpjx .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uLhuj0Cpjx .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uLhuj0Cpjx .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uLhuj0Cpjx .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uLhuj0Cpjx .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uLhuj0Cpjx .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uLhuj0Cpjx .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uLhuj0Cpjx .navbar-nav {
  width: 100%!important;
}
.cid-uLhuj0Cpjx .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uLhuj0Cpjx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uLhuj0Cpjx .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uLhuj0Cpjx .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uLhuj0Cpjx .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-uLhuj0Cpjx .dropdown-item:hover,
.cid-uLhuj0Cpjx .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uLhuj0Cpjx .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uLhuj0Cpjx .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uLhuj0Cpjx .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uLhuj0Cpjx .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uLhuj0Cpjx .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uLhuj0Cpjx .navbar-logo {
  margin-right: 0!important;
}
.cid-uLhuj0Cpjx .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uLhuj0Cpjx .menu-logo {
  position: fixed!important;
}
.cid-uLhuj0Cpjx .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uLhuj0Cpjx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLhuj0Cpjx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uLhuj0Cpjx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uLhuj0Cpjx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uLhuj0Cpjx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uLhuj0Cpjx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uLhuj0Cpjx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uLhuj0Cpjx .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uLhuj0Cpjx .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uLhuj0Cpjx .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uLhuj0Cpjx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uLhuj0Cpjx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uLhuj0Cpjx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uLhuj0Cpjx .opened,
.cid-uLhuj0Cpjx .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uLhuj0Cpjx .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uLhuj0Cpjx .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uLhuj0Cpjx .opened,
  .cid-uLhuj0Cpjx .show,
  .cid-uLhuj0Cpjx .navbar {
    width: 100%!important;
  }
  .cid-uLhuj0Cpjx .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uLhuj0Cpjx .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uLhuj0Cpjx .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uLhuj0Cpjx .nav-item:focus,
.cid-uLhuj0Cpjx .nav-link:focus {
  outline: none;
}
.cid-uLhuj0Cpjx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uLhuj0Cpjx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uLhuj0Cpjx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLhuj0Cpjx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uLhuj0Cpjx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uLhuj0Cpjx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uLhuj0Cpjx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLhuj0Cpjx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uLhuj0Cpjx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLhuj0Cpjx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uLhuj0Cpjx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uLhuj0Cpjx button.navbar-toggler:focus {
  outline: none;
}
.cid-uLhuj0Cpjx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uLhuj0Cpjx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLhuj0Cpjx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLhuj0Cpjx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLhuj0Cpjx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLhuj0Cpjx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLhuj0Cpjx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLhuj0Cpjx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLhuj0Cpjx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLhuj0Cpjx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLhuj0Cpjx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uLhuj0Cpjx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uLhuj0Cpjx .collapsed .navbar-collapse.collapsing,
.cid-uLhuj0Cpjx .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uLhuj0Cpjx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uLhuj0Cpjx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uLhuj0Cpjx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uLhuj0Cpjx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uLhuj0Cpjx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uLhuj0Cpjx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uLhuj0Cpjx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uLhuj0Cpjx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uLhuj0Cpjx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.875vh;
  }
}
.cid-uLhuj0Cpjx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uLhuj0Cpjx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLhuj0Cpjx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uLhuj0Cpjx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uLhuj0Cpjx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uLhuj0Cpjx .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLhuj0Cpjx img {
    height: 3.8rem !important;
  }
  .cid-uLhuj0Cpjx .btn {
    display: -webkit-flex;
  }
  .cid-uLhuj0Cpjx button.navbar-toggler {
    display: block;
  }
  .cid-uLhuj0Cpjx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLhuj0Cpjx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uLhuj0Cpjx .navbar-collapse.collapsing,
  .cid-uLhuj0Cpjx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uLhuj0Cpjx .navbar-collapse.collapsing .navbar-nav,
  .cid-uLhuj0Cpjx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uLhuj0Cpjx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uLhuj0Cpjx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uLhuj0Cpjx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uLhuj0Cpjx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uLhuj0Cpjx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uLhuj0Cpjx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLhuj0Cpjx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uLhuj0Cpjx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uLhuj0Cpjx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uLhuj0Cpjx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uLhuj1v2hG {
  background-image: url("../../../assets/images/dsc-5029-2000x1333.webp");
}
.cid-uLhuj1Wfx9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uLhuj1Wfx9 .container {
  max-width: 920px;
}
.cid-uLhuj1Wfx9 .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uLhuj1Wfx9 .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uLhuj1Wfx9 .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uLhuj1Wfx9 .border-container {
    padding: 9% 7%;
  }
}
.cid-uLhuj1Wfx9 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uLhuj1Wfx9 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uLhuj1Wfx9 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uLhuj1Wfx9 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uLhuj1Wfx9 .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uLhuj1Wfx9 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uLhuj1Wfx9 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uLhuj1Wfx9 .border-frame {
    width: 7%;
  }
}
.cid-uLhuj1Wfx9 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uLhuj1Wfx9 .content-container {
    min-height: auto;
  }
}
.cid-uLhuj1Wfx9 .text-container {
  width: 100%;
}
.cid-uLhuj1Wfx9 .text-wrapper {
  width: 100%;
}
.cid-uLhuj1Wfx9 .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uLhuj1Wfx9 .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uLhuj1Wfx9 .mbr-section-btn {
  margin-top: 28px;
}
.cid-uLhuj1Wfx9 .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uLhuj1Wfx9 .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uLhuj1Wfx9 .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uLhuj1Wfx9 .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uLhuj1Wfx9 .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uLhuj1Wfx9 .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uLhuj1Wfx9 .mbr-text,
.cid-uLhuj1Wfx9 .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uLhuj2hy21 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f1eb;
}
.cid-uLhuj2hy21 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-uLhuj2hy21 .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uLhuj2hy21 .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-uLhuj2hy21 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uLhuj2hy21 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uLhuj2hy21 img {
  width: 100%;
}
.cid-uLhuj2hy21 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uLhuj2hy21 .card-title1,
.cid-uLhuj2hy21 .title-wrap1 {
  color: #ffffff;
}
.cid-uLhuj2hy21 .card-title,
.cid-uLhuj2hy21 .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uLhuj2hy21 .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uLhuj2hy21 .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-uLhuj2hy21 H3 {
  color: #1c1c1c;
}
.cid-uLhuj2hy21 .mbr-text,
.cid-uLhuj2hy21 .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uLhuj2hy21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhuj2hy21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhuj2BmnO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uLhuj2BmnO .container {
  max-width: 920px;
}
.cid-uLhuj2BmnO .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uLhuj2BmnO .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uLhuj2BmnO .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uLhuj2BmnO .border-container {
    padding: 9% 7%;
  }
}
.cid-uLhuj2BmnO .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uLhuj2BmnO .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uLhuj2BmnO .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uLhuj2BmnO .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uLhuj2BmnO .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uLhuj2BmnO .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uLhuj2BmnO .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uLhuj2BmnO .border-frame {
    width: 7%;
  }
}
.cid-uLhuj2BmnO .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uLhuj2BmnO .content-container {
    min-height: auto;
  }
}
.cid-uLhuj2BmnO .text-container {
  width: 100%;
}
.cid-uLhuj2BmnO .text-wrapper {
  width: 100%;
}
.cid-uLhuj2BmnO .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uLhuj2BmnO .card-title {
  color: #353535;
  width: 100%;
  margin-bottom: 28px !important;
  text-align: left;
}
.cid-uLhuj2BmnO .mbr-section-btn {
  margin-top: 28px;
}
.cid-uLhuj2BmnO .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uLhuj2BmnO .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uLhuj2BmnO .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uLhuj2BmnO .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uLhuj2BmnO .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uLhuj2BmnO .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uLhuj2BmnO .mbr-text,
.cid-uLhuj2BmnO .mbr-section-btn {
  color: #171e25;
  text-align: left;
}
.cid-uLhuj3WHrc {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f6f1eb;
}
.cid-uLhuj3WHrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhuj3WHrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhuj3WHrc H1 {
  color: #232323;
}
.cid-uLhuj3WHrc .mbr-text,
.cid-uLhuj3WHrc .mbr-section-btn {
  color: #232323;
}
.cid-uLhuj4bznS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uLhuj4bznS .media-container-row .mbr-text {
  color: #ffffff;
}
