body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.16rem;
  line-height: 120%;
  letter-spacing: 0.004rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.95rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.37rem;
  line-height: 120%;
}
.display-2 > .mbr-iconfont {
  font-size: 2.9625rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.77rem;
  line-height: 1.77em;
  letter-spacing: 0.016rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.33rem;
  line-height: 140%;
  letter-spacing: 0.001rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.528rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.212rem;
    font-size: calc( 1.756rem + (3.16 - 1.756) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.756rem + (3.16 - 1.756) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.896rem;
    font-size: calc( 1.4795rem + (2.37 - 1.4795) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.4795rem + (2.37 - 1.4795) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.416rem;
    font-size: calc( 1.2694999999999999rem + (1.77 - 1.2694999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2694999999999999rem + (1.77 - 1.2694999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.064rem;
    font-size: calc( 1.1155rem + (1.33 - 1.1155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1155rem + (1.33 - 1.1155) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 3.125rem;
}
.bg-primary {
  background-color: #1d1d1d !important;
}
.bg-success {
  background-color: #d7d7d7 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f7e8d2 !important;
}
.bg-danger {
  background-color: #487766 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d1d1d !important;
  border-color: #1d1d1d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fcfbf5 !important;
  border-color: #fcfbf5 !important;
  color: #baa838 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #776c24 !important;
  background-color: #e8e0b2 !important;
  border-color: #e8e0b2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #baa838 !important;
  background-color: #e8e0b2 !important;
  border-color: #e8e0b2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
  color: #585858 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #acacac !important;
  border-color: #acacac !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #585858 !important;
  background-color: #acacac !important;
  border-color: #acacac !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7e8d2 !important;
  border-color: #f7e8d2 !important;
  color: #ac721e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #eac288 !important;
  border-color: #eac288 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ac721e !important;
  background-color: #eac288 !important;
  border-color: #eac288 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #487766 !important;
  border-color: #487766 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #274138 !important;
  border-color: #274138 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #274138 !important;
  border-color: #274138 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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-color: transparent !important;
  border-color: transparent;
  color: #1d1d1d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1d !important;
  border-color: #1d1d1d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcfbf5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e8e0b2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #baa838 !important;
  background-color: #fcfbf5 !important;
  border-color: #fcfbf5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d7d7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #acacac !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #585858 !important;
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7e8d2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #eac288 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ac721e !important;
  background-color: #f7e8d2 !important;
  border-color: #f7e8d2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #487766;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #274138 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #487766 !important;
  border-color: #487766 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1d1d1d !important;
}
.text-secondary {
  color: #fcfbf5 !important;
}
.text-success {
  color: #d7d7d7 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f7e8d2 !important;
}
.text-danger {
  color: #487766 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e4dca7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a4a4a4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e8bc7b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #223730 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1d1d1d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f7e8d2;
}
.alert-danger {
  background-color: #487766;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1d1d1d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d0d0d0;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #88b7a6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1d1d1d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1d1d1d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d1d1d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d1d1d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d1d1d;
  border-bottom-color: #1d1d1d;
}
.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: #1d1d1d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fcfbf5 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231d1d1d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  border: none;
  box-shadow: none;
  padding: 16px 40px;
  font-weight: 400;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translate(0.5rem, 0);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  font-size: 16px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  border: none;
  box-shadow: none;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #1d1d1d !important;
}
.cid-twFsxKJucs .navbar-dropdown {
  background-color: #fcfbf5 !important;
  padding: 0;
}
.cid-twFsxKJucs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcfbf5 !important;
  background: #fcfbf5;
}
.cid-twFsxKJucs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-twFsxKJucs .menu_box .navbar.opened,
  .cid-twFsxKJucs .menu_box .navbar-collapse {
    background-color: #fcfbf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-twFsxKJucs .navbar-dropdown {
  position: relative !important;
}
.cid-twFsxKJucs .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-twFsxKJucs .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-twFsxKJucs .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-twFsxKJucs .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-twFsxKJucs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-twFsxKJucs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-twFsxKJucs .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-twFsxKJucs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-twFsxKJucs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-twFsxKJucs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-twFsxKJucs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-twFsxKJucs .offcanvas-body .mbr-text,
  .cid-twFsxKJucs .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-twFsxKJucs .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-twFsxKJucs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-twFsxKJucs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-twFsxKJucs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-twFsxKJucs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-twFsxKJucs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-twFsxKJucs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-twFsxKJucs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-twFsxKJucs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-twFsxKJucs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-twFsxKJucs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-twFsxKJucs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-twFsxKJucs .lg_brand {
    margin: 0 1rem;
  }
}
.cid-twFsxKJucs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-twFsxKJucs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-twFsxKJucs .nav-item {
    margin: 0 !important;
  }
}
.cid-twFsxKJucs .nav-item .nav-link {
  position: relative;
}
.cid-twFsxKJucs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-twFsxKJucs .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-twFsxKJucs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-twFsxKJucs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-twFsxKJucs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-twFsxKJucs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-twFsxKJucs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-twFsxKJucs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-twFsxKJucs .offcanvas_box {
    display: none;
  }
}
.cid-twFsxKJucs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-twFsxKJucs .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-twFsxKJucs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-twFsxKJucs .container {
  display: flex;
  margin: auto;
}
.cid-twFsxKJucs .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-twFsxKJucs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-twFsxKJucs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-twFsxKJucs .navbar-caption {
  color: #1d1d1d;
}
.cid-twFsxKJucs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-twFsxKJucs .navbar-nav {
    margin: 0;
  }
}
.cid-twFsxKJucs .dropdown-menu,
.cid-twFsxKJucs .navbar.opened {
  background-color: false !important;
}
.cid-twFsxKJucs .nav-item:focus,
.cid-twFsxKJucs .nav-link:focus {
  outline: none;
}
.cid-twFsxKJucs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twFsxKJucs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twFsxKJucs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twFsxKJucs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twFsxKJucs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twFsxKJucs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twFsxKJucs .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-twFsxKJucs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-twFsxKJucs .navbar.opened {
  transition: all 0.3s;
}
.cid-twFsxKJucs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-twFsxKJucs .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-twFsxKJucs .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-twFsxKJucs .navbar.collapsed {
  justify-content: center;
}
.cid-twFsxKJucs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twFsxKJucs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-twFsxKJucs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twFsxKJucs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twFsxKJucs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twFsxKJucs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-twFsxKJucs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twFsxKJucs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-twFsxKJucs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-twFsxKJucs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twFsxKJucs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twFsxKJucs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-twFsxKJucs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twFsxKJucs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-twFsxKJucs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twFsxKJucs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-twFsxKJucs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-twFsxKJucs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-twFsxKJucs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twFsxKJucs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twFsxKJucs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-twFsxKJucs .navbar.navbar-short {
  min-height: 60px;
}
.cid-twFsxKJucs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twFsxKJucs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twFsxKJucs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twFsxKJucs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-twFsxKJucs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twFsxKJucs .dropdown-item.active,
.cid-twFsxKJucs .dropdown-item:active {
  background-color: transparent;
}
.cid-twFsxKJucs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twFsxKJucs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twFsxKJucs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twFsxKJucs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twFsxKJucs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-twFsxKJucs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twFsxKJucs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcfbf5;
  background: #fcfbf5;
}
.cid-twFsxKJucs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-twFsxKJucs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twFsxKJucs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twFsxKJucs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twFsxKJucs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twFsxKJucs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twFsxKJucs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twFsxKJucs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twFsxKJucs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twFsxKJucs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-twFsxKJucs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twFsxKJucs .navbar {
    height: 70px;
  }
  .cid-twFsxKJucs .navbar.opened {
    height: auto;
  }
  .cid-twFsxKJucs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twFsxKJucs .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-twFsxKJucs .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-twFsxKJucs .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-twFsxKJucs .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-twFsxKJucs .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-twFsxKJucs .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-twFsxKJucs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-twFsxKJucs .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-twFsxKJucs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-twFsxKJucs .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-twFsxKJucs .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-twFsxKJucs .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-twFsxKJucs .mbr-section-subtitle,
.cid-twFsxKJucs .text_widget,
.cid-twFsxKJucs .mbr-section-btn {
  text-align: left;
}
.cid-twFsxKJucs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-twFsyjEojI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
}
.cid-twFsyjEojI .mbr-fallback-image.disabled {
  display: none;
}
.cid-twFsyjEojI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twFsyjEojI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-twFsyjEojI .container-fluid {
    padding: 0 20px;
  }
}
.cid-twFsyjEojI .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-twFsyjEojI .container {
    padding: 0 20px;
  }
}
.cid-twFsyjEojI .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-twFsyjEojI .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-twFsyjEojI .mbr-section-title {
  color: #1d1d1d;
}
.cid-twFsyjEojI .mbr-text {
  color: #706f6d;
}
.cid-twFsyjEojI .mbr-section-title,
.cid-twFsyjEojI .mbr-section-btn {
  text-align: left;
}
.cid-tTMFzSDSEt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-tTMFzSDSEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTMFzSDSEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTMFzSDSEt .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tTMFzSDSEt .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tTMFzSDSEt .container {
    padding: 0 6px;
  }
}
.cid-tTMFzSDSEt .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-tTMFzSDSEt .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tTMFzSDSEt .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-tTMFzSDSEt .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-tTMFzSDSEt .row {
    padding: 0 30px;
  }
}
.cid-tTMFzSDSEt .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tTMFzSDSEt .content-wrapper {
  border-top: 1px solid #cfcfcf;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-tTMFzSDSEt .content-wrapper {
    padding: 22px;
  }
}
.cid-tTMFzSDSEt .content-wrapper .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tTMFzSDSEt .content-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-tTMFzSDSEt .content-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tTMFzSDSEt .content-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-tTMFzSDSEt .content-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 22px;
  margin-bottom: 0;
  width: 45%;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-tTMFzSDSEt .content-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-tTMFzSDSEt .content-wrapper .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTMFzSDSEt .content-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-tTMFzSDSEt .mbr-section-btn {
  padding-left: 45%;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-tTMFzSDSEt .mbr-section-btn {
    padding: 0;
  }
}
.cid-tTMFzSDSEt .card-title {
  color: #131313;
}
.cid-tTMFzSDSEt .card-text {
  color: #131313;
}
.cid-twFuAl5ez3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-twFuAl5ez3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twFuAl5ez3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twFuAl5ez3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-twFuAl5ez3 .container-fluid {
    padding: 0 20px;
  }
}
.cid-twFuAl5ez3 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-twFuAl5ez3 .container {
    padding: 0 20px;
  }
}
.cid-twFuAl5ez3 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-twFuAl5ez3 .card {
    margin-bottom: 50px;
  }
}
.cid-twFuAl5ez3 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-twFuAl5ez3 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-twFuAl5ez3 .contacts-wrap {
  padding-bottom: 32px;
}
.cid-twFuAl5ez3 .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-twFuAl5ez3 .contacts-wrap a {
  display: block;
}
.cid-twFuAl5ez3 .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-twFuAl5ez3 .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-twFuAl5ez3 .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-twFuAl5ez3 .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-twFuAl5ez3 .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-twFuAl5ez3 .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-twFuAl5ez3 .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-twFuAl5ez3 .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-twFuAl5ez3 .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-twFuAl5ez3 .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-twFuAl5ez3 .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-twFuAl5ez3 .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-twFuAl5ez3 .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-twFuAl5ez3 .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-twFuAl5ez3 .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-twFuAl5ez3 .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-twFuAl5ez3 .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-twFuAl5ez3 .dragArea.row .form-group .form-control:hover,
.cid-twFuAl5ez3 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-twFuAl5ez3 .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-twFuAl5ez3 .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-twFuAl5ez3 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-twFuAl5ez3 .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-twFuAl5ez3 .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-twFuAl5ez3 .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-twFuAl5ez3 .mbr-section-title {
  color: #1d1d1d;
}
.cid-twFuAl5ez3 .mbr-desc {
  color: #706f6d;
}
.cid-twFuAl5ez3 .mbr-text {
  color: #1d1d1d;
}
.cid-twFuAl5ez3 label {
  color: #1d1d1d;
}
.cid-twFuAl5ez3 .mbr-section-title,
.cid-twFuAl5ez3 .mbr-section-btn {
  text-align: left;
}
.cid-tTPRSa4TEm .navbar-dropdown {
  background-color: #fcfbf5 !important;
  padding: 0;
}
.cid-tTPRSa4TEm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcfbf5 !important;
  background: #fcfbf5;
}
.cid-tTPRSa4TEm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tTPRSa4TEm .menu_box .navbar.opened,
  .cid-tTPRSa4TEm .menu_box .navbar-collapse {
    background-color: #fcfbf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTPRSa4TEm .navbar-dropdown {
  position: relative !important;
}
.cid-tTPRSa4TEm .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTPRSa4TEm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tTPRSa4TEm .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTPRSa4TEm .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tTPRSa4TEm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTPRSa4TEm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTPRSa4TEm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-tTPRSa4TEm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTPRSa4TEm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTPRSa4TEm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTPRSa4TEm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTPRSa4TEm .offcanvas-body .mbr-text,
  .cid-tTPRSa4TEm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tTPRSa4TEm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tTPRSa4TEm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTPRSa4TEm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-tTPRSa4TEm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTPRSa4TEm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTPRSa4TEm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTPRSa4TEm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTPRSa4TEm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTPRSa4TEm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTPRSa4TEm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTPRSa4TEm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTPRSa4TEm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTPRSa4TEm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tTPRSa4TEm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTPRSa4TEm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTPRSa4TEm .nav-item {
    margin: 0 !important;
  }
}
.cid-tTPRSa4TEm .nav-item .nav-link {
  position: relative;
}
.cid-tTPRSa4TEm .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-tTPRSa4TEm .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-tTPRSa4TEm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTPRSa4TEm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTPRSa4TEm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTPRSa4TEm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTPRSa4TEm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTPRSa4TEm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTPRSa4TEm .offcanvas_box {
    display: none;
  }
}
.cid-tTPRSa4TEm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tTPRSa4TEm .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTPRSa4TEm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTPRSa4TEm .container {
  display: flex;
  margin: auto;
}
.cid-tTPRSa4TEm .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTPRSa4TEm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTPRSa4TEm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTPRSa4TEm .navbar-caption {
  color: #1d1d1d;
}
.cid-tTPRSa4TEm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTPRSa4TEm .navbar-nav {
    margin: 0;
  }
}
.cid-tTPRSa4TEm .dropdown-menu,
.cid-tTPRSa4TEm .navbar.opened {
  background-color: false !important;
}
.cid-tTPRSa4TEm .nav-item:focus,
.cid-tTPRSa4TEm .nav-link:focus {
  outline: none;
}
.cid-tTPRSa4TEm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTPRSa4TEm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTPRSa4TEm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTPRSa4TEm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTPRSa4TEm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTPRSa4TEm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTPRSa4TEm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTPRSa4TEm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTPRSa4TEm .navbar.opened {
  transition: all 0.3s;
}
.cid-tTPRSa4TEm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTPRSa4TEm .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tTPRSa4TEm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tTPRSa4TEm .navbar.collapsed {
  justify-content: center;
}
.cid-tTPRSa4TEm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTPRSa4TEm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTPRSa4TEm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTPRSa4TEm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTPRSa4TEm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTPRSa4TEm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTPRSa4TEm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTPRSa4TEm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTPRSa4TEm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tTPRSa4TEm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTPRSa4TEm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTPRSa4TEm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTPRSa4TEm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTPRSa4TEm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTPRSa4TEm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTPRSa4TEm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTPRSa4TEm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTPRSa4TEm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTPRSa4TEm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTPRSa4TEm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTPRSa4TEm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTPRSa4TEm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTPRSa4TEm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTPRSa4TEm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTPRSa4TEm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTPRSa4TEm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tTPRSa4TEm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTPRSa4TEm .dropdown-item.active,
.cid-tTPRSa4TEm .dropdown-item:active {
  background-color: transparent;
}
.cid-tTPRSa4TEm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTPRSa4TEm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTPRSa4TEm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTPRSa4TEm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTPRSa4TEm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTPRSa4TEm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTPRSa4TEm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcfbf5;
  background: #fcfbf5;
}
.cid-tTPRSa4TEm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-tTPRSa4TEm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTPRSa4TEm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTPRSa4TEm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTPRSa4TEm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTPRSa4TEm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTPRSa4TEm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTPRSa4TEm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTPRSa4TEm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTPRSa4TEm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTPRSa4TEm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTPRSa4TEm .navbar {
    height: 70px;
  }
  .cid-tTPRSa4TEm .navbar.opened {
    height: auto;
  }
  .cid-tTPRSa4TEm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTPRSa4TEm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTPRSa4TEm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tTPRSa4TEm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tTPRSa4TEm .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tTPRSa4TEm .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tTPRSa4TEm .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-tTPRSa4TEm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTPRSa4TEm .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tTPRSa4TEm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tTPRSa4TEm .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-tTPRSa4TEm .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tTPRSa4TEm .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tTPRSa4TEm .mbr-section-subtitle,
.cid-tTPRSa4TEm .text_widget,
.cid-tTPRSa4TEm .mbr-section-btn {
  text-align: left;
}
.cid-tTPRSa4TEm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tTPRSbn1cb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcfbf5;
}
.cid-tTPRSbn1cb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTPRSbn1cb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTPRSbn1cb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tTPRSbn1cb .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTPRSbn1cb .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tTPRSbn1cb .container {
    padding: 0 20px;
  }
}
.cid-tTPRSbn1cb .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tTPRSbn1cb .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tTPRSbn1cb .mbr-section-title {
  color: #1d1d1d;
}
.cid-tTPRSbn1cb .mbr-text {
  color: #706f6d;
}
.cid-tTPRSbn1cb .mbr-section-title,
.cid-tTPRSbn1cb .mbr-section-btn {
  text-align: left;
}
.cid-tTPRSbQNM4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-tTPRSbQNM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTPRSbQNM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTPRSbQNM4 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tTPRSbQNM4 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tTPRSbQNM4 .container {
    padding: 0 6px;
  }
}
.cid-tTPRSbQNM4 .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-tTPRSbQNM4 .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tTPRSbQNM4 .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-tTPRSbQNM4 .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-tTPRSbQNM4 .row {
    padding: 0 30px;
  }
}
.cid-tTPRSbQNM4 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tTPRSbQNM4 .content-wrapper {
  border-top: 1px solid #cfcfcf;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-tTPRSbQNM4 .content-wrapper {
    padding: 22px;
  }
}
.cid-tTPRSbQNM4 .content-wrapper .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tTPRSbQNM4 .content-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-tTPRSbQNM4 .content-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tTPRSbQNM4 .content-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-tTPRSbQNM4 .content-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 22px;
  margin-bottom: 0;
  width: 45%;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-tTPRSbQNM4 .content-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-tTPRSbQNM4 .content-wrapper .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTPRSbQNM4 .content-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-tTPRSbQNM4 .mbr-section-btn {
  padding-left: 45%;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-tTPRSbQNM4 .mbr-section-btn {
    padding: 0;
  }
}
.cid-tTPRSbQNM4 .card-title {
  color: #131313;
}
.cid-tTPRSbQNM4 .card-text {
  color: #131313;
}
.cid-tTPRScnTyM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tTPRScnTyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTPRScnTyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTPRScnTyM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tTPRScnTyM .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTPRScnTyM .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTPRScnTyM .container {
    padding: 0 20px;
  }
}
.cid-tTPRScnTyM .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTPRScnTyM .card {
    margin-bottom: 50px;
  }
}
.cid-tTPRScnTyM .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tTPRScnTyM .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tTPRScnTyM .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tTPRScnTyM .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tTPRScnTyM .contacts-wrap a {
  display: block;
}
.cid-tTPRScnTyM .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tTPRScnTyM .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tTPRScnTyM .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tTPRScnTyM .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tTPRScnTyM .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tTPRScnTyM .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tTPRScnTyM .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tTPRScnTyM .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tTPRScnTyM .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tTPRScnTyM .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tTPRScnTyM .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tTPRScnTyM .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tTPRScnTyM .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tTPRScnTyM .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tTPRScnTyM .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tTPRScnTyM .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tTPRScnTyM .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tTPRScnTyM .dragArea.row .form-group .form-control:hover,
.cid-tTPRScnTyM .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tTPRScnTyM .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tTPRScnTyM .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tTPRScnTyM .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tTPRScnTyM .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tTPRScnTyM .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tTPRScnTyM .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tTPRScnTyM .mbr-section-title {
  color: #1d1d1d;
}
.cid-tTPRScnTyM .mbr-desc {
  color: #706f6d;
}
.cid-tTPRScnTyM .mbr-text {
  color: #1d1d1d;
}
.cid-tTPRScnTyM label {
  color: #1d1d1d;
}
.cid-tTPRScnTyM .mbr-section-title,
.cid-tTPRScnTyM .mbr-section-btn {
  text-align: left;
}
.cid-tTQ2YRw8Qv .navbar-dropdown {
  background-color: #fcfbf5 !important;
  padding: 0;
}
.cid-tTQ2YRw8Qv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcfbf5 !important;
  background: #fcfbf5;
}
.cid-tTQ2YRw8Qv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tTQ2YRw8Qv .menu_box .navbar.opened,
  .cid-tTQ2YRw8Qv .menu_box .navbar-collapse {
    background-color: #fcfbf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTQ2YRw8Qv .navbar-dropdown {
  position: relative !important;
}
.cid-tTQ2YRw8Qv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTQ2YRw8Qv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tTQ2YRw8Qv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTQ2YRw8Qv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tTQ2YRw8Qv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTQ2YRw8Qv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTQ2YRw8Qv .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-tTQ2YRw8Qv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTQ2YRw8Qv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTQ2YRw8Qv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTQ2YRw8Qv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTQ2YRw8Qv .offcanvas-body .mbr-text,
  .cid-tTQ2YRw8Qv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tTQ2YRw8Qv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tTQ2YRw8Qv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTQ2YRw8Qv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-tTQ2YRw8Qv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTQ2YRw8Qv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTQ2YRw8Qv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTQ2YRw8Qv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTQ2YRw8Qv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTQ2YRw8Qv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTQ2YRw8Qv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTQ2YRw8Qv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTQ2YRw8Qv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTQ2YRw8Qv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tTQ2YRw8Qv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTQ2YRw8Qv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTQ2YRw8Qv .nav-item {
    margin: 0 !important;
  }
}
.cid-tTQ2YRw8Qv .nav-item .nav-link {
  position: relative;
}
.cid-tTQ2YRw8Qv .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-tTQ2YRw8Qv .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-tTQ2YRw8Qv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTQ2YRw8Qv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTQ2YRw8Qv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTQ2YRw8Qv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTQ2YRw8Qv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTQ2YRw8Qv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTQ2YRw8Qv .offcanvas_box {
    display: none;
  }
}
.cid-tTQ2YRw8Qv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tTQ2YRw8Qv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTQ2YRw8Qv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTQ2YRw8Qv .container {
  display: flex;
  margin: auto;
}
.cid-tTQ2YRw8Qv .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTQ2YRw8Qv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTQ2YRw8Qv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTQ2YRw8Qv .navbar-caption {
  color: #1d1d1d;
}
.cid-tTQ2YRw8Qv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTQ2YRw8Qv .navbar-nav {
    margin: 0;
  }
}
.cid-tTQ2YRw8Qv .dropdown-menu,
.cid-tTQ2YRw8Qv .navbar.opened {
  background-color: false !important;
}
.cid-tTQ2YRw8Qv .nav-item:focus,
.cid-tTQ2YRw8Qv .nav-link:focus {
  outline: none;
}
.cid-tTQ2YRw8Qv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTQ2YRw8Qv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTQ2YRw8Qv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTQ2YRw8Qv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTQ2YRw8Qv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTQ2YRw8Qv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTQ2YRw8Qv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTQ2YRw8Qv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTQ2YRw8Qv .navbar.opened {
  transition: all 0.3s;
}
.cid-tTQ2YRw8Qv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTQ2YRw8Qv .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tTQ2YRw8Qv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tTQ2YRw8Qv .navbar.collapsed {
  justify-content: center;
}
.cid-tTQ2YRw8Qv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTQ2YRw8Qv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTQ2YRw8Qv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTQ2YRw8Qv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTQ2YRw8Qv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTQ2YRw8Qv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTQ2YRw8Qv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTQ2YRw8Qv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTQ2YRw8Qv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tTQ2YRw8Qv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTQ2YRw8Qv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTQ2YRw8Qv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTQ2YRw8Qv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTQ2YRw8Qv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTQ2YRw8Qv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTQ2YRw8Qv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTQ2YRw8Qv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTQ2YRw8Qv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTQ2YRw8Qv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTQ2YRw8Qv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTQ2YRw8Qv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTQ2YRw8Qv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTQ2YRw8Qv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTQ2YRw8Qv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTQ2YRw8Qv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTQ2YRw8Qv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tTQ2YRw8Qv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTQ2YRw8Qv .dropdown-item.active,
.cid-tTQ2YRw8Qv .dropdown-item:active {
  background-color: transparent;
}
.cid-tTQ2YRw8Qv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTQ2YRw8Qv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTQ2YRw8Qv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTQ2YRw8Qv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTQ2YRw8Qv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTQ2YRw8Qv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTQ2YRw8Qv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcfbf5;
  background: #fcfbf5;
}
.cid-tTQ2YRw8Qv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-tTQ2YRw8Qv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTQ2YRw8Qv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTQ2YRw8Qv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTQ2YRw8Qv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTQ2YRw8Qv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTQ2YRw8Qv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTQ2YRw8Qv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTQ2YRw8Qv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTQ2YRw8Qv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTQ2YRw8Qv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTQ2YRw8Qv .navbar {
    height: 70px;
  }
  .cid-tTQ2YRw8Qv .navbar.opened {
    height: auto;
  }
  .cid-tTQ2YRw8Qv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTQ2YRw8Qv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTQ2YRw8Qv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tTQ2YRw8Qv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tTQ2YRw8Qv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tTQ2YRw8Qv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tTQ2YRw8Qv .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-tTQ2YRw8Qv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTQ2YRw8Qv .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tTQ2YRw8Qv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tTQ2YRw8Qv .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-tTQ2YRw8Qv .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tTQ2YRw8Qv .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tTQ2YRw8Qv .mbr-section-subtitle,
.cid-tTQ2YRw8Qv .text_widget,
.cid-tTQ2YRw8Qv .mbr-section-btn {
  text-align: left;
}
.cid-tTQ2YRw8Qv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tTQ2YSPcGH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
}
.cid-tTQ2YSPcGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTQ2YSPcGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTQ2YSPcGH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tTQ2YSPcGH .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTQ2YSPcGH .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tTQ2YSPcGH .container {
    padding: 0 20px;
  }
}
.cid-tTQ2YSPcGH .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tTQ2YSPcGH .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tTQ2YSPcGH .mbr-section-title {
  color: #1d1d1d;
}
.cid-tTQ2YSPcGH .mbr-text {
  color: #706f6d;
}
.cid-tTQ2YSPcGH .mbr-section-title,
.cid-tTQ2YSPcGH .mbr-section-btn {
  text-align: left;
}
.cid-tTQ2YTnTZI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-tTQ2YTnTZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTQ2YTnTZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTQ2YTnTZI .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tTQ2YTnTZI .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tTQ2YTnTZI .container {
    padding: 0 6px;
  }
}
.cid-tTQ2YTnTZI .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-tTQ2YTnTZI .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tTQ2YTnTZI .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-tTQ2YTnTZI .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-tTQ2YTnTZI .row {
    padding: 0 30px;
  }
}
.cid-tTQ2YTnTZI .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tTQ2YTnTZI .content-wrapper {
  border-top: 1px solid #cfcfcf;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-tTQ2YTnTZI .content-wrapper {
    padding: 22px;
  }
}
.cid-tTQ2YTnTZI .content-wrapper .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tTQ2YTnTZI .content-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-tTQ2YTnTZI .content-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tTQ2YTnTZI .content-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-tTQ2YTnTZI .content-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 22px;
  margin-bottom: 0;
  width: 45%;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-tTQ2YTnTZI .content-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-tTQ2YTnTZI .content-wrapper .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTQ2YTnTZI .content-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-tTQ2YTnTZI .mbr-section-btn {
  padding-left: 45%;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-tTQ2YTnTZI .mbr-section-btn {
    padding: 0;
  }
}
.cid-tTQ2YTnTZI .card-title {
  color: #131313;
}
.cid-tTQ2YTnTZI .card-text {
  color: #131313;
}
.cid-tTQbKTlh3C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTQbKTlh3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTQbKTlh3C .container-fluid {
  padding: 0;
}
.cid-tTQbKTlh3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTQbKTlh3C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTQbKTlh3C .row {
  flex-direction: row-reverse;
}
.cid-tTQbKTlh3C img {
  width: 100%;
}
.cid-tTQ2YU3dyB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tTQ2YU3dyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTQ2YU3dyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTQ2YU3dyB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tTQ2YU3dyB .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTQ2YU3dyB .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTQ2YU3dyB .container {
    padding: 0 20px;
  }
}
.cid-tTQ2YU3dyB .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTQ2YU3dyB .card {
    margin-bottom: 50px;
  }
}
.cid-tTQ2YU3dyB .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tTQ2YU3dyB .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tTQ2YU3dyB .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tTQ2YU3dyB .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tTQ2YU3dyB .contacts-wrap a {
  display: block;
}
.cid-tTQ2YU3dyB .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tTQ2YU3dyB .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tTQ2YU3dyB .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tTQ2YU3dyB .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tTQ2YU3dyB .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tTQ2YU3dyB .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tTQ2YU3dyB .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tTQ2YU3dyB .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tTQ2YU3dyB .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tTQ2YU3dyB .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tTQ2YU3dyB .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tTQ2YU3dyB .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tTQ2YU3dyB .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tTQ2YU3dyB .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tTQ2YU3dyB .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tTQ2YU3dyB .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tTQ2YU3dyB .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tTQ2YU3dyB .dragArea.row .form-group .form-control:hover,
.cid-tTQ2YU3dyB .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tTQ2YU3dyB .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tTQ2YU3dyB .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tTQ2YU3dyB .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tTQ2YU3dyB .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tTQ2YU3dyB .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tTQ2YU3dyB .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tTQ2YU3dyB .mbr-section-title {
  color: #1d1d1d;
}
.cid-tTQ2YU3dyB .mbr-desc {
  color: #706f6d;
}
.cid-tTQ2YU3dyB .mbr-text {
  color: #1d1d1d;
}
.cid-tTQ2YU3dyB label {
  color: #1d1d1d;
}
.cid-tTQ2YU3dyB .mbr-section-title,
.cid-tTQ2YU3dyB .mbr-section-btn {
  text-align: left;
}
.cid-tTEMCVQlhb .navbar-dropdown {
  background-color: #fcfbf5 !important;
  padding: 0;
}
.cid-tTEMCVQlhb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcfbf5 !important;
  background: #fcfbf5;
}
.cid-tTEMCVQlhb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tTEMCVQlhb .menu_box .navbar.opened,
  .cid-tTEMCVQlhb .menu_box .navbar-collapse {
    background-color: #fcfbf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTEMCVQlhb .navbar-dropdown {
  position: relative !important;
}
.cid-tTEMCVQlhb .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTEMCVQlhb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tTEMCVQlhb .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTEMCVQlhb .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tTEMCVQlhb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTEMCVQlhb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTEMCVQlhb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-tTEMCVQlhb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTEMCVQlhb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTEMCVQlhb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTEMCVQlhb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTEMCVQlhb .offcanvas-body .mbr-text,
  .cid-tTEMCVQlhb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tTEMCVQlhb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tTEMCVQlhb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTEMCVQlhb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-tTEMCVQlhb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTEMCVQlhb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTEMCVQlhb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTEMCVQlhb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTEMCVQlhb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTEMCVQlhb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTEMCVQlhb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTEMCVQlhb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTEMCVQlhb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTEMCVQlhb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tTEMCVQlhb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTEMCVQlhb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTEMCVQlhb .nav-item {
    margin: 0 !important;
  }
}
.cid-tTEMCVQlhb .nav-item .nav-link {
  position: relative;
}
.cid-tTEMCVQlhb .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-tTEMCVQlhb .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-tTEMCVQlhb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTEMCVQlhb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTEMCVQlhb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTEMCVQlhb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTEMCVQlhb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTEMCVQlhb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTEMCVQlhb .offcanvas_box {
    display: none;
  }
}
.cid-tTEMCVQlhb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tTEMCVQlhb .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTEMCVQlhb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTEMCVQlhb .container {
  display: flex;
  margin: auto;
}
.cid-tTEMCVQlhb .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTEMCVQlhb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTEMCVQlhb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTEMCVQlhb .navbar-caption {
  color: #1d1d1d;
}
.cid-tTEMCVQlhb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTEMCVQlhb .navbar-nav {
    margin: 0;
  }
}
.cid-tTEMCVQlhb .dropdown-menu,
.cid-tTEMCVQlhb .navbar.opened {
  background-color: false !important;
}
.cid-tTEMCVQlhb .nav-item:focus,
.cid-tTEMCVQlhb .nav-link:focus {
  outline: none;
}
.cid-tTEMCVQlhb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTEMCVQlhb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTEMCVQlhb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTEMCVQlhb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTEMCVQlhb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTEMCVQlhb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTEMCVQlhb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTEMCVQlhb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTEMCVQlhb .navbar.opened {
  transition: all 0.3s;
}
.cid-tTEMCVQlhb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTEMCVQlhb .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tTEMCVQlhb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tTEMCVQlhb .navbar.collapsed {
  justify-content: center;
}
.cid-tTEMCVQlhb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTEMCVQlhb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTEMCVQlhb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTEMCVQlhb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTEMCVQlhb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTEMCVQlhb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTEMCVQlhb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTEMCVQlhb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTEMCVQlhb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tTEMCVQlhb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTEMCVQlhb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTEMCVQlhb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTEMCVQlhb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTEMCVQlhb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTEMCVQlhb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTEMCVQlhb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTEMCVQlhb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTEMCVQlhb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTEMCVQlhb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTEMCVQlhb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTEMCVQlhb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTEMCVQlhb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTEMCVQlhb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTEMCVQlhb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTEMCVQlhb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTEMCVQlhb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tTEMCVQlhb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTEMCVQlhb .dropdown-item.active,
.cid-tTEMCVQlhb .dropdown-item:active {
  background-color: transparent;
}
.cid-tTEMCVQlhb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTEMCVQlhb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTEMCVQlhb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTEMCVQlhb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTEMCVQlhb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTEMCVQlhb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTEMCVQlhb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcfbf5;
  background: #fcfbf5;
}
.cid-tTEMCVQlhb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-tTEMCVQlhb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTEMCVQlhb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTEMCVQlhb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTEMCVQlhb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTEMCVQlhb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTEMCVQlhb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTEMCVQlhb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTEMCVQlhb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTEMCVQlhb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTEMCVQlhb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTEMCVQlhb .navbar {
    height: 70px;
  }
  .cid-tTEMCVQlhb .navbar.opened {
    height: auto;
  }
  .cid-tTEMCVQlhb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTEMCVQlhb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTEMCVQlhb .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tTEMCVQlhb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tTEMCVQlhb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tTEMCVQlhb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tTEMCVQlhb .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-tTEMCVQlhb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTEMCVQlhb .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tTEMCVQlhb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tTEMCVQlhb .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-tTEMCVQlhb .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tTEMCVQlhb .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tTEMCVQlhb .mbr-section-subtitle,
.cid-tTEMCVQlhb .text_widget,
.cid-tTEMCVQlhb .mbr-section-btn {
  text-align: left;
}
.cid-tTEMCVQlhb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tTEMCX0tiP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcfbf5;
}
.cid-tTEMCX0tiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTEMCX0tiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTEMCX0tiP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tTEMCX0tiP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTEMCX0tiP .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tTEMCX0tiP .container {
    padding: 0 20px;
  }
}
.cid-tTEMCX0tiP .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tTEMCX0tiP .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tTEMCX0tiP .mbr-section-title {
  color: #1d1d1d;
}
.cid-tTEMCX0tiP .mbr-text {
  color: #706f6d;
}
.cid-tTEMCX0tiP .mbr-section-title,
.cid-tTEMCX0tiP .mbr-section-btn {
  text-align: left;
}
.cid-tTEYYkP8tV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafaf9;
}
.cid-tTEYYkP8tV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTEYYkP8tV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTEYYkP8tV p {
    max-width: 95%;
  }
}
.cid-tTEYYkP8tV .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tTEYYkP8tV .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #1d1d1d;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tTEYYkP8tV .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #fcfbf5;
  font-size: 1.5rem;
}
.cid-tTEYYkP8tV .mbr-section-title {
  color: #04492e;
}
.cid-tTEYYkP8tV .mbr-text,
.cid-tTEYYkP8tV .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tTEYYkP8tV .mbr-section-subtitle,
.cid-tTEYYkP8tV .align-wrapper {
  color: #04492e;
}
.cid-tTEYYkP8tV .mbr-section-title2 {
  color: #04492e;
}
.cid-tTEYYkP8tV .mbr-text2,
.cid-tTEYYkP8tV .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tUcX3pj4qH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-tUcX3pj4qH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUcX3pj4qH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUcX3pj4qH .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tUcX3pj4qH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tUcX3pj4qH .container {
    padding: 0 30px;
  }
}
.cid-tUcX3pj4qH .row {
  justify-content: center;
}
.cid-tUcX3pj4qH .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tUcX3pj4qH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tUcX3pj4qH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUcX3pj4qH .list-wrapper {
  padding: 20px 0;
}
.cid-tUcX3pj4qH .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUcX3pj4qH .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-tUcX3pj4qH .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tUcX3pj4qH .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-tUcX3pj4qH .mbr-section-title {
  color: #000000;
}
.cid-tUcX3pj4qH .mbr-section-subtitle {
  color: #000000;
}
.cid-tUcX3pj4qH .list {
  color: #000000;
}
.cid-tTEWVNidsN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7e8d2;
}
.cid-tTEWVNidsN .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tTEWVNidsN .mbr-section-title {
  color: #24262b;
}
.cid-tTEWVNidsN .mbr-section-subtitle {
  color: #24262b;
}
.cid-tTEWVNidsN .items-row {
  row-gap: 48px;
}
.cid-tTEWVNidsN .item {
  cursor: pointer;
}
.cid-tTEWVNidsN .item:focus,
.cid-tTEWVNidsN span:focus {
  outline: none;
}
.cid-tTEWVNidsN .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tTEWVNidsN .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTEWVNidsN .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tTEWVNidsN img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-tTEWVNidsN .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tTEWVNidsN .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTEWVNidsN .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tTEWVNidsN .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tTEWVNidsN .item-title {
  color: #24262b;
}
.cid-tTEWVNidsN .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tTEWVNidsN .mbr-text {
  color: #24262b;
}
.cid-tTFezPsgtx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7e8d2;
}
.cid-tTFezPsgtx .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tTFezPsgtx .mbr-section-title {
  color: #24262b;
}
.cid-tTFezPsgtx .mbr-section-subtitle {
  color: #24262b;
}
.cid-tTFezPsgtx .items-row {
  row-gap: 48px;
}
.cid-tTFezPsgtx .item {
  cursor: pointer;
}
.cid-tTFezPsgtx .item:focus,
.cid-tTFezPsgtx span:focus {
  outline: none;
}
.cid-tTFezPsgtx .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tTFezPsgtx .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTFezPsgtx .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tTFezPsgtx img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-tTFezPsgtx .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tTFezPsgtx .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTFezPsgtx .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tTFezPsgtx .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tTFezPsgtx .item-title {
  color: #24262b;
}
.cid-tTFezPsgtx .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tTFezPsgtx .mbr-text {
  color: #24262b;
}
.cid-tTFk88xyTC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b9c7c2;
}
.cid-tTFk88xyTC .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tTFk88xyTC .mbr-section-title {
  color: #24262b;
}
.cid-tTFk88xyTC .mbr-section-subtitle {
  color: #24262b;
}
.cid-tTFk88xyTC .items-row {
  row-gap: 48px;
}
.cid-tTFk88xyTC .item {
  cursor: pointer;
}
.cid-tTFk88xyTC .item:focus,
.cid-tTFk88xyTC span:focus {
  outline: none;
}
.cid-tTFk88xyTC .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tTFk88xyTC .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTFk88xyTC .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tTFk88xyTC img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-tTFk88xyTC .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tTFk88xyTC .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTFk88xyTC .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tTFk88xyTC .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tTFk88xyTC .item-title {
  color: #24262b;
}
.cid-tTFk88xyTC .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tTFk88xyTC .mbr-text {
  color: #24262b;
}
.cid-tTFpnLDxKF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7d7d7;
}
.cid-tTFpnLDxKF .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tTFpnLDxKF .mbr-section-title {
  color: #24262b;
}
.cid-tTFpnLDxKF .mbr-section-subtitle {
  color: #24262b;
}
.cid-tTFpnLDxKF .items-row {
  row-gap: 48px;
}
.cid-tTFpnLDxKF .item {
  cursor: pointer;
}
.cid-tTFpnLDxKF .item:focus,
.cid-tTFpnLDxKF span:focus {
  outline: none;
}
.cid-tTFpnLDxKF .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tTFpnLDxKF .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTFpnLDxKF .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tTFpnLDxKF img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-tTFpnLDxKF .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tTFpnLDxKF .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTFpnLDxKF .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tTFpnLDxKF .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tTFpnLDxKF .item-title {
  color: #24262b;
}
.cid-tTFpnLDxKF .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tTFpnLDxKF .mbr-text {
  color: #24262b;
}
.cid-tTKX1cVwfD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d3d4d4;
}
.cid-tTKX1cVwfD .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tTKX1cVwfD .mbr-section-title {
  color: #24262b;
}
.cid-tTKX1cVwfD .mbr-section-subtitle {
  color: #24262b;
}
.cid-tTKX1cVwfD .items-row {
  row-gap: 48px;
}
.cid-tTKX1cVwfD .item {
  cursor: pointer;
}
.cid-tTKX1cVwfD .item:focus,
.cid-tTKX1cVwfD span:focus {
  outline: none;
}
.cid-tTKX1cVwfD .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tTKX1cVwfD .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTKX1cVwfD .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tTKX1cVwfD img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-tTKX1cVwfD .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tTKX1cVwfD .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTKX1cVwfD .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tTKX1cVwfD .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tTKX1cVwfD .item-title {
  color: #24262b;
}
.cid-tTKX1cVwfD .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tTKX1cVwfD .mbr-text {
  color: #24262b;
}
.cid-tTL2sBcgrv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b2e5ee;
}
.cid-tTL2sBcgrv .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tTL2sBcgrv .mbr-section-title {
  color: #24262b;
}
.cid-tTL2sBcgrv .mbr-section-subtitle {
  color: #24262b;
}
.cid-tTL2sBcgrv .items-row {
  row-gap: 48px;
}
.cid-tTL2sBcgrv .item {
  cursor: pointer;
}
.cid-tTL2sBcgrv .item:focus,
.cid-tTL2sBcgrv span:focus {
  outline: none;
}
.cid-tTL2sBcgrv .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tTL2sBcgrv .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTL2sBcgrv .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tTL2sBcgrv img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-tTL2sBcgrv .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tTL2sBcgrv .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTL2sBcgrv .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tTL2sBcgrv .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tTL2sBcgrv .item-title {
  color: #24262b;
}
.cid-tTL2sBcgrv .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tTL2sBcgrv .mbr-text {
  color: #24262b;
}
.cid-tTL5byhCV9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tTL5byhCV9 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tTL5byhCV9 .mbr-section-title {
  color: #24262b;
}
.cid-tTL5byhCV9 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tTL5byhCV9 .items-row {
  row-gap: 48px;
}
.cid-tTL5byhCV9 .item {
  cursor: pointer;
}
.cid-tTL5byhCV9 .item:focus,
.cid-tTL5byhCV9 span:focus {
  outline: none;
}
.cid-tTL5byhCV9 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tTL5byhCV9 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTL5byhCV9 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tTL5byhCV9 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-tTL5byhCV9 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tTL5byhCV9 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTL5byhCV9 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tTL5byhCV9 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tTL5byhCV9 .item-title {
  color: #24262b;
}
.cid-tTL5byhCV9 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tTL5byhCV9 .mbr-text {
  color: #24262b;
}
.cid-tTLW8do5kS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4ed96;
}
.cid-tTLW8do5kS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tTLW8do5kS .mbr-section-title {
  color: #24262b;
}
.cid-tTLW8do5kS .mbr-section-subtitle {
  color: #24262b;
}
.cid-tTLW8do5kS .items-row {
  row-gap: 48px;
}
.cid-tTLW8do5kS .item {
  cursor: pointer;
}
.cid-tTLW8do5kS .item:focus,
.cid-tTLW8do5kS span:focus {
  outline: none;
}
.cid-tTLW8do5kS .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tTLW8do5kS .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTLW8do5kS .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tTLW8do5kS img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-tTLW8do5kS .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tTLW8do5kS .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTLW8do5kS .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tTLW8do5kS .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tTLW8do5kS .item-title {
  color: #24262b;
}
.cid-tTLW8do5kS .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tTLW8do5kS .mbr-text {
  color: #24262b;
}
.cid-tTLZjhvukj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4ed96;
}
.cid-tTLZjhvukj .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tTLZjhvukj .mbr-section-title {
  color: #24262b;
}
.cid-tTLZjhvukj .mbr-section-subtitle {
  color: #24262b;
}
.cid-tTLZjhvukj .items-row {
  row-gap: 48px;
}
.cid-tTLZjhvukj .item {
  cursor: pointer;
}
.cid-tTLZjhvukj .item:focus,
.cid-tTLZjhvukj span:focus {
  outline: none;
}
.cid-tTLZjhvukj .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tTLZjhvukj .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTLZjhvukj .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tTLZjhvukj img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-tTLZjhvukj .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tTLZjhvukj .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTLZjhvukj .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tTLZjhvukj .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tTLZjhvukj .item-title {
  color: #24262b;
}
.cid-tTLZjhvukj .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tTLZjhvukj .mbr-text {
  color: #24262b;
}
.cid-tTM2q7tsG1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b2e5ee;
}
.cid-tTM2q7tsG1 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tTM2q7tsG1 .mbr-section-title {
  color: #24262b;
}
.cid-tTM2q7tsG1 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tTM2q7tsG1 .items-row {
  row-gap: 48px;
}
.cid-tTM2q7tsG1 .item {
  cursor: pointer;
}
.cid-tTM2q7tsG1 .item:focus,
.cid-tTM2q7tsG1 span:focus {
  outline: none;
}
.cid-tTM2q7tsG1 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tTM2q7tsG1 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTM2q7tsG1 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tTM2q7tsG1 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-tTM2q7tsG1 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tTM2q7tsG1 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTM2q7tsG1 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tTM2q7tsG1 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tTM2q7tsG1 .item-title {
  color: #24262b;
}
.cid-tTM2q7tsG1 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tTM2q7tsG1 .mbr-text {
  color: #24262b;
}
.cid-tTM5wo8f6q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tTM5wo8f6q .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tTM5wo8f6q .mbr-section-title {
  color: #24262b;
}
.cid-tTM5wo8f6q .mbr-section-subtitle {
  color: #24262b;
}
.cid-tTM5wo8f6q .items-row {
  row-gap: 48px;
}
.cid-tTM5wo8f6q .item {
  cursor: pointer;
}
.cid-tTM5wo8f6q .item:focus,
.cid-tTM5wo8f6q span:focus {
  outline: none;
}
.cid-tTM5wo8f6q .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tTM5wo8f6q .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTM5wo8f6q .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tTM5wo8f6q img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-tTM5wo8f6q .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tTM5wo8f6q .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTM5wo8f6q .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tTM5wo8f6q .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tTM5wo8f6q .item-title {
  color: #24262b;
}
.cid-tTM5wo8f6q .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tTM5wo8f6q .mbr-text {
  color: #24262b;
}
.cid-tTM8OR2Wwm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tTM8OR2Wwm .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tTM8OR2Wwm .mbr-section-title {
  color: #24262b;
}
.cid-tTM8OR2Wwm .mbr-section-subtitle {
  color: #24262b;
}
.cid-tTM8OR2Wwm .items-row {
  row-gap: 48px;
}
.cid-tTM8OR2Wwm .item {
  cursor: pointer;
}
.cid-tTM8OR2Wwm .item:focus,
.cid-tTM8OR2Wwm span:focus {
  outline: none;
}
.cid-tTM8OR2Wwm .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tTM8OR2Wwm .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTM8OR2Wwm .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tTM8OR2Wwm img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-tTM8OR2Wwm .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tTM8OR2Wwm .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTM8OR2Wwm .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tTM8OR2Wwm .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tTM8OR2Wwm .item-title {
  color: #24262b;
}
.cid-tTM8OR2Wwm .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tTM8OR2Wwm .mbr-text {
  color: #24262b;
}
.cid-tTMczimdYM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c1f5c1;
}
.cid-tTMczimdYM .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tTMczimdYM .mbr-section-title {
  color: #24262b;
}
.cid-tTMczimdYM .mbr-section-subtitle {
  color: #24262b;
}
.cid-tTMczimdYM .items-row {
  row-gap: 48px;
}
.cid-tTMczimdYM .item {
  cursor: pointer;
}
.cid-tTMczimdYM .item:focus,
.cid-tTMczimdYM span:focus {
  outline: none;
}
.cid-tTMczimdYM .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tTMczimdYM .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTMczimdYM .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tTMczimdYM img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-tTMczimdYM .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tTMczimdYM .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tTMczimdYM .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tTMczimdYM .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tTMczimdYM .item-title {
  color: #24262b;
}
.cid-tTMczimdYM .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tTMczimdYM .mbr-text {
  color: #24262b;
}
.cid-tUd3R6LaXq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tUd3R6LaXq .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tUd3R6LaXq .mbr-section-title {
  color: #24262b;
}
.cid-tUd3R6LaXq .mbr-section-subtitle {
  color: #24262b;
}
.cid-tUd3R6LaXq .items-row {
  row-gap: 48px;
}
.cid-tUd3R6LaXq .item {
  cursor: pointer;
}
.cid-tUd3R6LaXq .item:focus,
.cid-tUd3R6LaXq span:focus {
  outline: none;
}
.cid-tUd3R6LaXq .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tUd3R6LaXq .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tUd3R6LaXq .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tUd3R6LaXq img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 6));
  object-fit: cover;
}
.cid-tUd3R6LaXq .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tUd3R6LaXq .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tUd3R6LaXq .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tUd3R6LaXq .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tUd3R6LaXq .item-title {
  color: #24262b;
}
.cid-tUd3R6LaXq .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tUd3R6LaXq .mbr-text {
  color: #24262b;
}
.cid-tUd7VFLZUj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tUd7VFLZUj .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tUd7VFLZUj .mbr-section-title {
  color: #24262b;
}
.cid-tUd7VFLZUj .mbr-section-subtitle {
  color: #24262b;
}
.cid-tUd7VFLZUj .items-row {
  row-gap: 48px;
}
.cid-tUd7VFLZUj .item {
  cursor: pointer;
}
.cid-tUd7VFLZUj .item:focus,
.cid-tUd7VFLZUj span:focus {
  outline: none;
}
.cid-tUd7VFLZUj .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tUd7VFLZUj .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tUd7VFLZUj .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tUd7VFLZUj img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 6));
  object-fit: cover;
}
.cid-tUd7VFLZUj .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tUd7VFLZUj .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tUd7VFLZUj .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tUd7VFLZUj .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tUd7VFLZUj .item-title {
  color: #24262b;
}
.cid-tUd7VFLZUj .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tUd7VFLZUj .mbr-text {
  color: #24262b;
}
.cid-tUdcWzq4NR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c1f5c1;
}
.cid-tUdcWzq4NR .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tUdcWzq4NR .mbr-section-title {
  color: #24262b;
}
.cid-tUdcWzq4NR .mbr-section-subtitle {
  color: #24262b;
}
.cid-tUdcWzq4NR .items-row {
  row-gap: 48px;
}
.cid-tUdcWzq4NR .item {
  cursor: pointer;
}
.cid-tUdcWzq4NR .item:focus,
.cid-tUdcWzq4NR span:focus {
  outline: none;
}
.cid-tUdcWzq4NR .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tUdcWzq4NR .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tUdcWzq4NR .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tUdcWzq4NR img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 6));
  object-fit: cover;
}
.cid-tUdcWzq4NR .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tUdcWzq4NR .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tUdcWzq4NR .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tUdcWzq4NR .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tUdcWzq4NR .item-title {
  color: #24262b;
}
.cid-tUdcWzq4NR .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tUdcWzq4NR .mbr-text {
  color: #24262b;
}
.cid-tUdjTu77X1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7d7d7;
}
.cid-tUdjTu77X1 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tUdjTu77X1 .mbr-section-title {
  color: #24262b;
}
.cid-tUdjTu77X1 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tUdjTu77X1 .items-row {
  row-gap: 48px;
}
.cid-tUdjTu77X1 .item {
  cursor: pointer;
}
.cid-tUdjTu77X1 .item:focus,
.cid-tUdjTu77X1 span:focus {
  outline: none;
}
.cid-tUdjTu77X1 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tUdjTu77X1 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tUdjTu77X1 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tUdjTu77X1 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 6));
  object-fit: cover;
}
.cid-tUdjTu77X1 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tUdjTu77X1 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tUdjTu77X1 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tUdjTu77X1 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tUdjTu77X1 .item-title {
  color: #24262b;
}
.cid-tUdjTu77X1 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tUdjTu77X1 .mbr-text {
  color: #24262b;
}
.cid-tTEMCXvXsV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tTEMCXvXsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTEMCXvXsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTEMCXvXsV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tTEMCXvXsV .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTEMCXvXsV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTEMCXvXsV .container {
    padding: 0 20px;
  }
}
.cid-tTEMCXvXsV .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTEMCXvXsV .card {
    margin-bottom: 50px;
  }
}
.cid-tTEMCXvXsV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tTEMCXvXsV .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tTEMCXvXsV .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tTEMCXvXsV .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tTEMCXvXsV .contacts-wrap a {
  display: block;
}
.cid-tTEMCXvXsV .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tTEMCXvXsV .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tTEMCXvXsV .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tTEMCXvXsV .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tTEMCXvXsV .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tTEMCXvXsV .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tTEMCXvXsV .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tTEMCXvXsV .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tTEMCXvXsV .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tTEMCXvXsV .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tTEMCXvXsV .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tTEMCXvXsV .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tTEMCXvXsV .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tTEMCXvXsV .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tTEMCXvXsV .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tTEMCXvXsV .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tTEMCXvXsV .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tTEMCXvXsV .dragArea.row .form-group .form-control:hover,
.cid-tTEMCXvXsV .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tTEMCXvXsV .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tTEMCXvXsV .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tTEMCXvXsV .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tTEMCXvXsV .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tTEMCXvXsV .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tTEMCXvXsV .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tTEMCXvXsV .mbr-section-title {
  color: #1d1d1d;
}
.cid-tTEMCXvXsV .mbr-desc {
  color: #706f6d;
}
.cid-tTEMCXvXsV .mbr-text {
  color: #1d1d1d;
}
.cid-tTEMCXvXsV label {
  color: #1d1d1d;
}
.cid-tTEMCXvXsV .mbr-section-title,
.cid-tTEMCXvXsV .mbr-section-btn {
  text-align: left;
}
.cid-tV9U968GUS .navbar-dropdown {
  background-color: #fcfbf5 !important;
  padding: 0;
}
.cid-tV9U968GUS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcfbf5 !important;
  background: #fcfbf5;
}
.cid-tV9U968GUS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tV9U968GUS .menu_box .navbar.opened,
  .cid-tV9U968GUS .menu_box .navbar-collapse {
    background-color: #fcfbf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tV9U968GUS .navbar-dropdown {
  position: relative !important;
}
.cid-tV9U968GUS .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tV9U968GUS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tV9U968GUS .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tV9U968GUS .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tV9U968GUS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tV9U968GUS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tV9U968GUS .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #fcfbf5;
  }
  .cid-tV9U968GUS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tV9U968GUS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tV9U968GUS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tV9U968GUS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tV9U968GUS .offcanvas-body .mbr-text,
  .cid-tV9U968GUS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tV9U968GUS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tV9U968GUS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tV9U968GUS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1d;
  }
  .cid-tV9U968GUS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tV9U968GUS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tV9U968GUS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tV9U968GUS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tV9U968GUS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tV9U968GUS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tV9U968GUS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tV9U968GUS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tV9U968GUS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tV9U968GUS .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tV9U968GUS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tV9U968GUS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tV9U968GUS .nav-item {
    margin: 0 !important;
  }
}
.cid-tV9U968GUS .nav-item .nav-link {
  position: relative;
}
.cid-tV9U968GUS .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out;
}
.cid-tV9U968GUS .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-tV9U968GUS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tV9U968GUS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tV9U968GUS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tV9U968GUS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tV9U968GUS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tV9U968GUS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tV9U968GUS .offcanvas_box {
    display: none;
  }
}
.cid-tV9U968GUS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tV9U968GUS .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tV9U968GUS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tV9U968GUS .container {
  display: flex;
  margin: auto;
}
.cid-tV9U968GUS .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tV9U968GUS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tV9U968GUS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tV9U968GUS .navbar-caption {
  color: #1d1d1d;
}
.cid-tV9U968GUS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tV9U968GUS .navbar-nav {
    margin: 0;
  }
}
.cid-tV9U968GUS .dropdown-menu,
.cid-tV9U968GUS .navbar.opened {
  background-color: false !important;
}
.cid-tV9U968GUS .nav-item:focus,
.cid-tV9U968GUS .nav-link:focus {
  outline: none;
}
.cid-tV9U968GUS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV9U968GUS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV9U968GUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV9U968GUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV9U968GUS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV9U968GUS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV9U968GUS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tV9U968GUS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tV9U968GUS .navbar.opened {
  transition: all 0.3s;
}
.cid-tV9U968GUS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tV9U968GUS .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tV9U968GUS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tV9U968GUS .navbar.collapsed {
  justify-content: center;
}
.cid-tV9U968GUS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV9U968GUS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV9U968GUS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV9U968GUS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV9U968GUS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV9U968GUS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tV9U968GUS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tV9U968GUS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tV9U968GUS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tV9U968GUS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV9U968GUS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV9U968GUS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tV9U968GUS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV9U968GUS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tV9U968GUS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tV9U968GUS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tV9U968GUS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tV9U968GUS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tV9U968GUS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tV9U968GUS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV9U968GUS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tV9U968GUS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tV9U968GUS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tV9U968GUS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tV9U968GUS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV9U968GUS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tV9U968GUS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV9U968GUS .dropdown-item.active,
.cid-tV9U968GUS .dropdown-item:active {
  background-color: transparent;
}
.cid-tV9U968GUS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV9U968GUS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV9U968GUS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV9U968GUS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV9U968GUS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tV9U968GUS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tV9U968GUS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcfbf5;
  background: #fcfbf5;
}
.cid-tV9U968GUS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1d;
}
.cid-tV9U968GUS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV9U968GUS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV9U968GUS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV9U968GUS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV9U968GUS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV9U968GUS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV9U968GUS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV9U968GUS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV9U968GUS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tV9U968GUS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV9U968GUS .navbar {
    height: 70px;
  }
  .cid-tV9U968GUS .navbar.opened {
    height: auto;
  }
  .cid-tV9U968GUS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV9U968GUS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tV9U968GUS .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tV9U968GUS .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tV9U968GUS .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tV9U968GUS .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tV9U968GUS .navbar-caption:hover {
  color: #1d1d1d;
}
@media (min-width: 992px) {
  .cid-tV9U968GUS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tV9U968GUS .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tV9U968GUS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tV9U968GUS .text_widget a:hover {
  color: #1d1d1d !important;
}
.cid-tV9U968GUS .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tV9U968GUS .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tV9U968GUS .mbr-section-subtitle,
.cid-tV9U968GUS .text_widget,
.cid-tV9U968GUS .mbr-section-btn {
  text-align: left;
}
.cid-tV9U968GUS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tV9U97lzm9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcfbf5;
}
.cid-tV9U97lzm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV9U97lzm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV9U97lzm9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tV9U97lzm9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tV9U97lzm9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tV9U97lzm9 .container {
    padding: 0 20px;
  }
}
.cid-tV9U97lzm9 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tV9U97lzm9 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tV9U97lzm9 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tV9U97lzm9 .mbr-text {
  color: #706f6d;
}
.cid-tV9U97lzm9 .mbr-section-title,
.cid-tV9U97lzm9 .mbr-section-btn {
  text-align: left;
}
.cid-tV9UVBVIf2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tV9UVBVIf2 .mbr-section-title {
  text-align: left;
}
.cid-tV9UVBVIf2 .mbr-section-subtitle {
  text-align: center;
}
.cid-tVa0hTJ9DM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tVa0hTJ9DM .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tVa0hTJ9DM .mbr-section-title {
  color: #24262b;
}
.cid-tVa0hTJ9DM .mbr-section-subtitle {
  color: #24262b;
}
.cid-tVa0hTJ9DM .items-row {
  row-gap: 48px;
}
.cid-tVa0hTJ9DM .item {
  cursor: pointer;
}
.cid-tVa0hTJ9DM .item:focus,
.cid-tVa0hTJ9DM span:focus {
  outline: none;
}
.cid-tVa0hTJ9DM .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tVa0hTJ9DM .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVa0hTJ9DM .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tVa0hTJ9DM img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 7));
  object-fit: cover;
}
.cid-tVa0hTJ9DM .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tVa0hTJ9DM .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVa0hTJ9DM .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tVa0hTJ9DM .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tVa0hTJ9DM .item-title {
  color: #24262b;
}
.cid-tVa0hTJ9DM .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tVa0hTJ9DM .mbr-text {
  color: #24262b;
}
.cid-tVadHX5jXY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c1f5c1;
}
.cid-tVadHX5jXY .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tVadHX5jXY .mbr-section-title {
  color: #24262b;
}
.cid-tVadHX5jXY .mbr-section-subtitle {
  color: #24262b;
}
.cid-tVadHX5jXY .items-row {
  row-gap: 48px;
}
.cid-tVadHX5jXY .item {
  cursor: pointer;
}
.cid-tVadHX5jXY .item:focus,
.cid-tVadHX5jXY span:focus {
  outline: none;
}
.cid-tVadHX5jXY .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tVadHX5jXY .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVadHX5jXY .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tVadHX5jXY img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 7));
  object-fit: cover;
}
.cid-tVadHX5jXY .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tVadHX5jXY .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVadHX5jXY .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tVadHX5jXY .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tVadHX5jXY .item-title {
  color: #24262b;
}
.cid-tVadHX5jXY .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tVadHX5jXY .mbr-text {
  color: #24262b;
}
.cid-tVapKG3UgY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d3d1c5;
}
.cid-tVapKG3UgY .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tVapKG3UgY .mbr-section-title {
  color: #24262b;
}
.cid-tVapKG3UgY .mbr-section-subtitle {
  color: #24262b;
}
.cid-tVapKG3UgY .items-row {
  row-gap: 48px;
}
.cid-tVapKG3UgY .item {
  cursor: pointer;
}
.cid-tVapKG3UgY .item:focus,
.cid-tVapKG3UgY span:focus {
  outline: none;
}
.cid-tVapKG3UgY .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tVapKG3UgY .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVapKG3UgY .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tVapKG3UgY img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 7));
  object-fit: cover;
}
.cid-tVapKG3UgY .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tVapKG3UgY .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVapKG3UgY .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tVapKG3UgY .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tVapKG3UgY .item-title {
  color: #24262b;
}
.cid-tVapKG3UgY .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tVapKG3UgY .mbr-text {
  color: #24262b;
}
.cid-tVaAKX5FjG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a9a8ac;
}
.cid-tVaAKX5FjG .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tVaAKX5FjG .mbr-section-title {
  color: #24262b;
}
.cid-tVaAKX5FjG .mbr-section-subtitle {
  color: #24262b;
}
.cid-tVaAKX5FjG .items-row {
  row-gap: 48px;
}
.cid-tVaAKX5FjG .item {
  cursor: pointer;
}
.cid-tVaAKX5FjG .item:focus,
.cid-tVaAKX5FjG span:focus {
  outline: none;
}
.cid-tVaAKX5FjG .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tVaAKX5FjG .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVaAKX5FjG .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tVaAKX5FjG img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 7));
  object-fit: cover;
}
.cid-tVaAKX5FjG .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tVaAKX5FjG .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVaAKX5FjG .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tVaAKX5FjG .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tVaAKX5FjG .item-title {
  color: #24262b;
}
.cid-tVaAKX5FjG .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tVaAKX5FjG .mbr-text {
  color: #24262b;
}
.cid-tVaFtWDiAa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tVaFtWDiAa .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tVaFtWDiAa .mbr-section-title {
  color: #24262b;
}
.cid-tVaFtWDiAa .mbr-section-subtitle {
  color: #24262b;
}
.cid-tVaFtWDiAa .items-row {
  row-gap: 48px;
}
.cid-tVaFtWDiAa .item {
  cursor: pointer;
}
.cid-tVaFtWDiAa .item:focus,
.cid-tVaFtWDiAa span:focus {
  outline: none;
}
.cid-tVaFtWDiAa .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tVaFtWDiAa .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVaFtWDiAa .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tVaFtWDiAa img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 7));
  object-fit: cover;
}
.cid-tVaFtWDiAa .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tVaFtWDiAa .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVaFtWDiAa .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tVaFtWDiAa .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tVaFtWDiAa .item-title {
  color: #24262b;
}
.cid-tVaFtWDiAa .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tVaFtWDiAa .mbr-text {
  color: #24262b;
}
.cid-tV9U98sAQ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcfbf5;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tV9U98sAQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV9U98sAQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV9U98sAQ7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tV9U98sAQ7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tV9U98sAQ7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tV9U98sAQ7 .container {
    padding: 0 20px;
  }
}
.cid-tV9U98sAQ7 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tV9U98sAQ7 .card {
    margin-bottom: 50px;
  }
}
.cid-tV9U98sAQ7 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tV9U98sAQ7 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tV9U98sAQ7 .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tV9U98sAQ7 .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tV9U98sAQ7 .contacts-wrap a {
  display: block;
}
.cid-tV9U98sAQ7 .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tV9U98sAQ7 .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tV9U98sAQ7 .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tV9U98sAQ7 .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tV9U98sAQ7 .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tV9U98sAQ7 .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tV9U98sAQ7 .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tV9U98sAQ7 .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tV9U98sAQ7 .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV9U98sAQ7 .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tV9U98sAQ7 .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tV9U98sAQ7 .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tV9U98sAQ7 .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tV9U98sAQ7 .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tV9U98sAQ7 .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tV9U98sAQ7 .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tV9U98sAQ7 .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tV9U98sAQ7 .dragArea.row .form-group .form-control:hover,
.cid-tV9U98sAQ7 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tV9U98sAQ7 .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tV9U98sAQ7 .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tV9U98sAQ7 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tV9U98sAQ7 .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tV9U98sAQ7 .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tV9U98sAQ7 .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tV9U98sAQ7 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tV9U98sAQ7 .mbr-desc {
  color: #706f6d;
}
.cid-tV9U98sAQ7 .mbr-text {
  color: #1d1d1d;
}
.cid-tV9U98sAQ7 label {
  color: #1d1d1d;
}
.cid-tV9U98sAQ7 .mbr-section-title,
.cid-tV9U98sAQ7 .mbr-section-btn {
  text-align: left;
}
